File size: 8,378 Bytes
fa881a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1440, initial-scale=1.0">
<title>Drive Dark UI Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
  #render-target {
    width: 1440px; height: 3120px;
    position: relative; overflow: hidden;
    background: #121212; color: #EDEDED;
  }

  /* Top status bar */
  .status-bar {
    height: 120px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 40px;
  }
  .status-right { display: flex; align-items: center; gap: 28px; }
  .status-icon svg { width: 40px; height: 40px; fill: #CFCFCF; }

  /* Search */
  .search-area { padding: 12px 40px 0 40px; }
  .search-row {
    display: flex; align-items: center; gap: 30px;
  }
  .hamburger {
    width: 80px; height: 80px; border-radius: 40px; display: flex; align-items: center; justify-content: center;
  }
  .search-bar {
    flex: 1;
    height: 120px;
    background: #1f2d23;
    border-radius: 60px;
    display: flex; align-items: center; padding: 0 40px; color: #9FB19E;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    font-size: 44px; letter-spacing: 0.2px;
  }
  .search-bar svg { width: 48px; height: 48px; fill: #9FB19E; margin-right: 24px; }
  .avatar {
    width: 96px; height: 96px; border-radius: 48px; background: #2D4B35; color: #E6F5E8;
    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 48px;
  }

  /* Tabs */
  .tabs {
    display: flex; gap: 60px; padding: 28px 60px 24px 60px; align-items: center; font-size: 44px;
  }
  .tab { color: #9FA5A1; }
  .tab.active { color: #9ED38D; font-weight: 700; }
  .tab-indicator {
    width: 160px; height: 10px; background: #8FD57A; border-radius: 6px; margin-left: 60px;
  }
  .divider { height: 2px; background: #2A2A2A; margin-top: 18px; }

  /* File card list */
  .file-card {
    margin: 40px 40px 60px 40px;
    padding: 40px 40px 32px 40px;
    border-radius: 36px;
    background: #1A1A1A;
    box-shadow: 0 2px 0 rgba(255,255,255,0.04);
  }
  .file-head {
    display: flex; align-items: center; justify-content: space-between;
  }
  .file-left {
    display: flex; align-items: center; gap: 28px;
    font-size: 44px; font-weight: 600;
  }
  .badge {
    width: 80px; height: 80px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
    color: #FFFFFF; font-weight: 800; font-size: 36px;
  }
  .badge.pdf { background: #D84545; }
  .badge.doc { background: #5B84E8; }
  .kebab { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
  .kebab svg { width: 12px; height: 48px; fill: #CFCFCF; }

  .preview {
    margin-top: 28px;
    width: 100%;
    height: 560px;
    border-radius: 28px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-size: 44px;
  }

  .meta-row {
    display: flex; align-items: center; gap: 24px; margin: 24px 40px 40px 40px; font-size: 40px; color: #C9D6CE;
  }
  .meta-avatar {
    width: 92px; height: 92px; border-radius: 46px; background: #2D4B35; color: #E6F5E8; display: flex;
    align-items: center; justify-content: center; font-weight: 700; font-size: 44px;
  }

  /* FAB */
  .fab {
    position: absolute; right: 60px; bottom: 860px;
    width: 160px; height: 160px; border-radius: 80px;
    background: #2D4B35; color: #E6F5E8; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px rgba(0,0,0,0.45);
  }
  .fab svg { width: 90px; height: 90px; fill: #E6F5E8; }

  /* Bottom navigation */
  .bottom-nav {
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 240px; background: #151515; border-top: 1px solid #262626;
    display: flex; align-items: center; justify-content: space-around;
  }
  .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #CFCFCF; font-size: 38px; }
  .nav-item svg { width: 54px; height: 54px; fill: #CFCFCF; }
  .nav-item.active {
    color: #E6F5E8;
  }
  .active .pill {
    background: #2D4B35;
    color: #E6F5E8;
    border-radius: 48px;
    padding: 24px 38px;
    display: flex; align-items: center; gap: 18px;
  }
  .active .pill svg { fill: #E6F5E8; width: 56px; height: 56px; }

  /* Gesture bar */
  .gesture {
    position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
    width: 320px; height: 18px; border-radius: 10px; background: #EDEDED; opacity: 0.8;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>5:33</div>
    <div class="status-right">
      <div class="status-icon">
        <!-- temperature -->
        <span style="font-size:36px;color:#CFCFCF;">96°</span>
      </div>
      <div class="status-icon">
        <!-- battery -->
        <svg viewBox="0 0 24 24"><path d="M18 6h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-1v2h-2v-2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h10zM6 8v8h12V8H6z"/></svg>
      </div>
      <div class="status-icon">
        <!-- wifi -->
        <svg viewBox="0 0 24 24"><path d="M12 18l2-2-2-2-2 2 2 2zm-6-6 2-2 4 4 4-4 2 2-6 6-6-6zm-4-4 2-2 8 8 8-8 2 2-10 10L2 8z"/></svg>
      </div>
    </div>
  </div>

  <!-- Search Row -->
  <div class="search-area">
    <div class="search-row">
      <div class="hamburger">
        <svg viewBox="0 0 24 24" width="64" height="64" fill="#CFCFCF"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
      </div>
      <div class="search-bar">
        <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.47 6.47 0 0 0 4.23-1.57l.27.28v.79L20 21l1-1-5.5-6zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
        <span>Search in Drive</span>
      </div>
      <div class="avatar">C</div>
    </div>
  </div>

  <!-- Tabs -->
  <div class="tabs">
    <div class="tab active">Suggested</div>
    <div class="tab">Notifications</div>
  </div>
  <div class="tab-indicator"></div>
  <div class="divider"></div>

  <!-- First File Card -->
  <div class="file-card">
    <div class="file-head">
      <div class="file-left">
        <div class="badge pdf">PDF</div>
        <div>08.24_dinner-veg (3).pdf</div>
      </div>
      <div class="kebab">
        <svg viewBox="0 0 6 24"><circle cx="3" cy="4" r="2"/><circle cx="3" cy="12" r="2"/><circle cx="3" cy="20" r="2"/></svg>
      </div>
    </div>
    <div class="preview">[IMG: PDF Preview - Menu page]</div>
  </div>

  <div class="meta-row">
    <div class="meta-avatar">C</div>
    <div>You edited today</div>
  </div>

  <!-- Second File Card -->
  <div class="file-card">
    <div class="file-head">
      <div class="file-left">
        <div class="badge doc">TXT</div>
        <div>agents.txt</div>
      </div>
      <div class="kebab">
        <svg viewBox="0 0 6 24"><circle cx="3" cy="4" r="2"/><circle cx="3" cy="12" r="2"/><circle cx="3" cy="20" r="2"/></svg>
      </div>
    </div>
    <div class="preview">[IMG: Text file preview]</div>
  </div>

  <!-- Floating Action Button -->
  <div class="fab">
    <svg viewBox="0 0 24 24"><path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/></svg>
  </div>

  <!-- Bottom Navigation -->
  <div class="bottom-nav">
    <div class="nav-item active">
      <div class="pill">
        <svg viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h6v-5h2v5h6v-8h3L12 3z"/></svg>
        <span>Home</span>
      </div>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24"><path d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
      <span>Starred</span>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24"><path d="M16 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.67 0-8 1.34-8 4v2h12v-2c0-2.66-5.33-4-8-4zm8 0c-.59 0-1.16.06-1.7.16 1.95 1.11 3.7 2.63 3.7 4.84V19h8v-2c0-2.66-5.33-4-10-4z"/></svg>
      <span>Shared</span>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24"><path d="M4 4h16v4H4V4zm0 6h16v10H4V10zm2 2v6h12v-6H6z"/></svg>
      <span>Files</span>
    </div>
  </div>

  <div class="gesture"></div>
</div>
</body>
</html>