File size: 7,573 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Share Sheet - Birthday Song</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
  #render-target {
    width: 1080px; height: 2400px; position: relative; overflow: hidden;
    background: #121212; color: #E0E0E0;
  }

  /* Status bar */
  .status-bar {
    position: absolute; top: 0; left: 0; right: 0; height: 110px;
    padding: 32px 40px 0 40px; box-sizing: border-box; color: #EDEDED;
    font-size: 44px; line-height: 44px;
  }
  .status-right { position: absolute; right: 40px; top: 32px; display: flex; align-items: center; gap: 26px; }
  .status-icon svg { width: 48px; height: 48px; fill: none; stroke: #EDEDED; stroke-width: 4; }

  /* Top app bar */
  .app-bar {
    position: absolute; top: 110px; left: 0; right: 0; height: 120px; padding: 0 36px;
    display: flex; align-items: center; gap: 36px; color: #BDBDBD;
  }
  .app-icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
  .app-icon svg { width: 60px; height: 60px; fill: none; stroke: #BDBDBD; stroke-width: 5; }
  .app-actions { margin-left: auto; display: flex; align-items: center; gap: 36px; }

  /* Content card preview behind sheet */
  .preview-card {
    position: absolute; top: 260px; left: 24px; right: 24px; height: 900px;
    background: #1A1A1A; border-radius: 40px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  }
  .preview-text {
    position: absolute; top: 320px; left: 64px; color: #9E9E9E;
  }
  .preview-text .title { font-size: 72px; font-weight: 500; margin-bottom: 20px; }
  .preview-text .sub { font-size: 40px; color: #7D7D7D; }

  /* Bottom sheet */
  .sheet {
    position: absolute; left: 0; right: 0; bottom: 0; height: 1150px;
    background: #1E1E1E; border-top-left-radius: 48px; border-top-right-radius: 48px;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.5);
  }
  .drag-handle {
    position: absolute; top: 32px; left: 50%; transform: translateX(-50%);
    width: 140px; height: 12px; background: #3A3A3A; border-radius: 999px;
  }

  .file-row {
    position: absolute; top: 120px; left: 40px; right: 40px; display: flex; align-items: center; gap: 32px;
  }
  .file-icon {
    width: 96px; height: 96px; background: #7E7E7E; border-radius: 12px; position: relative;
  }
  .file-icon::after {
    content: ""; position: absolute; right: 0; top: 0; width: 34px; height: 34px;
    background: #9A9A9A; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    border-top-right-radius: 12px;
  }
  .file-name {
    font-size: 48px; color: #C8C8C8;
  }

  .nearby {
    position: absolute; top: 260px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 18px;
    padding: 22px 34px; border-radius: 22px; border: 2px solid #4A89FF; color: #CFE0FF; background: #202020;
    font-size: 44px;
  }
  .nearby svg { width: 54px; height: 54px; stroke: #88B1FF; stroke-width: 6; fill: none; }

  .no-reco {
    position: absolute; top: 420px; left: 0; right: 0; text-align: center; font-size: 44px; color: #9D9D9D;
  }

  .apps {
    position: absolute; bottom: 160px; left: 0; right: 0; display: flex; justify-content: space-around; padding: 0 40px;
  }
  .app {
    width: 200px; text-align: center; color: #CFCFCF;
  }
  .app .icon {
    width: 150px; height: 150px; border-radius: 75px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center; color: #757575; margin: 0 auto 20px;
    font-size: 32px;
  }
  .app .label { font-size: 36px; }

  /* Bottom gesture pill */
  .gesture-pill {
    position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%);
    width: 320px; height: 16px; border-radius: 999px; background: #9A9A9A;
    opacity: 0.55;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>8:48</div>
    <div class="status-right">
      <div class="status-icon">
        <!-- Wi-Fi -->
        <svg viewBox="0 0 24 24">
          <path d="M2 9c5-4 15-4 20 0" />
          <path d="M5 13c3-3 11-3 14 0" />
          <path d="M8 17c2-2 6-2 8 0" />
          <circle cx="12" cy="20" r="1.8" fill="#EDEDED"></circle>
        </svg>
      </div>
      <div class="status-icon">
        <!-- Battery -->
        <svg viewBox="0 0 26 24">
          <rect x="2" y="4" width="18" height="14" rx="2" stroke="#EDEDED" />
          <rect x="21" y="8" width="3" height="6" rx="1" stroke="#EDEDED" />
          <path d="M10 7l-3 6h4l-2 5 6-9h-5z" fill="#EDEDED" stroke="none"></path>
        </svg>
      </div>
    </div>
  </div>

  <!-- App Bar -->
  <div class="app-bar">
    <div class="app-icon">
      <!-- Back -->
      <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" /></svg>
    </div>
    <div style="margin-left: 0; display: flex; gap: 18px; align-items: center;"></div>
    <div class="app-actions">
      <div class="app-icon">
        <!-- Star -->
        <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.3 1.1 6.5-5.6-3-5.6 3 1.1-6.5L3 9.9 9 9l3-6z"/></svg>
      </div>
      <div class="app-icon">
        <!-- Share -->
        <svg viewBox="0 0 24 24">
          <circle cx="5" cy="12" r="2.4" />
          <circle cx="18.5" cy="6.5" r="2.4" />
          <circle cx="18.5" cy="17.5" r="2.4" />
          <path d="M7.5 11.5l8-4.5M7.5 12.5l8 4.5" />
        </svg>
      </div>
      <div class="app-icon">
        <!-- Scissors (trim) -->
        <svg viewBox="0 0 24 24">
          <circle cx="6" cy="7" r="3" />
          <circle cx="6" cy="17" r="3" />
          <path d="M9 9l6 4M9 15l6-4" />
        </svg>
      </div>
      <div class="app-icon">
        <!-- Search -->
        <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4.3-4.3"/></svg>
      </div>
      <div class="app-icon">
        <!-- More (vertical) -->
        <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/></svg>
      </div>
    </div>
  </div>

  <!-- Preview card (behind sheet) -->
  <div class="preview-card"></div>
  <div class="preview-text">
    <div class="title">Birthday Song</div>
    <div class="sub">Thu, Dec 14 • 7:56 AM</div>
  </div>

  <!-- Bottom Sheet -->
  <div class="sheet">
    <div class="drag-handle"></div>

    <div class="file-row">
      <div class="file-icon"></div>
      <div class="file-name">Birthday Song .m4a</div>
    </div>

    <div class="nearby">
      <!-- Nearby icon -->
      <svg viewBox="0 0 24 24">
        <path d="M4 12c2-4 6-4 8 0M12 12c2-4 6-4 8 0" />
      </svg>
      <span>Nearby</span>
    </div>

    <div class="no-reco">No recommended people to share with</div>

    <div class="apps">
      <div class="app">
        <div class="icon">[IMG: Gmail Icon]</div>
        <div class="label">Gmail</div>
      </div>
      <div class="app">
        <div class="icon">[IMG: Messages Icon]</div>
        <div class="label">Messages</div>
      </div>
      <div class="app">
        <div class="icon">[IMG: Drive Icon]</div>
        <div class="label">Drive</div>
      </div>
      <div class="app">
        <div class="icon">[IMG: Files Icon]</div>
        <div class="label">Files by Goo…</div>
        <div style="color:#9E9E9E; font-size:30px; margin-top:6px;">Download</div>
      </div>
    </div>
  </div>

  <!-- System gesture pill -->
  <div class="gesture-pill"></div>
</div>
</body>
</html>