File size: 8,376 Bytes
5501681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">
<title>Compose - Dark UI</title>
<meta name="viewport" content="width=1080, initial-scale=1.0">
<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: #FFFFFF;
  }

  /* Status bar */
  .status-bar {
    height: 120px; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    color: #FFFFFF;
    font-size: 42px; font-weight: 500;
  }
  .status-right { display: flex; align-items: center; gap: 26px; }
  .icon { width: 48px; height: 48px; }

  /* App bar */
  .app-bar {
    height: 160px; padding: 0 30px;
    display: flex; align-items: center; gap: 24px;
    border-bottom: 1px solid #262626;
  }
  .app-title { font-size: 54px; font-weight: 500; flex: 1; color: #EDEDED; }
  .app-actions { display: flex; align-items: center; gap: 30px; }

  /* Content */
  .content {
    padding: 30px 40px 0 40px;
  }
  .row { padding: 22px 0; color: #CFCFCF; font-size: 36px; }
  .divider { height: 1px; background: #262626; margin: 10px 0 16px 0; }

  /* To pill */
  .to-row { display: flex; align-items: center; gap: 18px; }
  .label { color: #B5B5B5; font-size: 34px; width: 70px; }
  .pill {
    display: flex; align-items: center; gap: 18px;
    background: #1E1E1E; border: 1px solid #2D2D2D;
    color: #FFFFFF; border-radius: 40px; padding: 16px 22px;
    max-width: 880px;
  }
  .avatar {
    width: 56px; height: 56px; border-radius: 50%;
    background: #FF4D83; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 34px;
  }
  .email { font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pill-right { margin-left: auto; display: flex; align-items: center; color: #9E9E9E; }

  /* Body text */
  .body-area { margin-top: 28px; }
  .subject {
    font-size: 40px; color: #DADADA;
    padding: 26px 0;
    border-bottom: 1px solid #262626;
  }
  .message {
    font-size: 36px; line-height: 1.45; color: #EAEAEA;
    padding-top: 26px;
  }

  /* Keyboard */
  .keyboard {
    position: absolute; left: 0; bottom: 0;
    width: 100%; height: 900px; background: #1A1A1A; border-top: 1px solid #2A2A2A;
    padding: 24px 26px 40px 26px;
    box-sizing: border-box;
  }
  .kb-top { display: flex; align-items: center; gap: 40px; padding-bottom: 14px; }
  .kb-btn {
    width: 88px; height: 88px; border-radius: 20px; background: #222;
    border: 1px solid #2E2E2E; color: #BDBDBD;
    display: flex; align-items: center; justify-content: center; font-size: 32px;
  }
  .kb-rows { margin-top: 10px; display: grid; row-gap: 16px; }
  .kb-row { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; gap: 12px; }
  .key {
    height: 120px; border-radius: 24px; background: #2A2A2A; border: 1px solid #3A3A3A;
    color: #E6E6E6; display: flex; align-items: center; justify-content: center;
    font-size: 42px; font-weight: 500;
  }
  .key.small { font-size: 34px; }
  .key.wide { grid-column: span 2; }
  .kb-bottom {
    margin-top: 20px; display: grid; grid-template-columns: 1.4fr 5fr 1.4fr; gap: 12px;
  }
  .home-indicator {
    position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
    width: 420px; height: 12px; background: #E0E0E0; opacity: 0.6; border-radius: 12px;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div class="status-left">12:27</div>
    <div class="status-right">
      <!-- Mobile signal -->
      <svg class="icon" viewBox="0 0 48 48">
        <rect x="4" y="26" width="6" height="18" fill="#FFFFFF" opacity="0.9"></rect>
        <rect x="16" y="20" width="6" height="24" fill="#FFFFFF" opacity="0.9"></rect>
        <rect x="28" y="14" width="6" height="30" fill="#FFFFFF" opacity="0.9"></rect>
        <rect x="40" y="8" width="6" height="36" fill="#FFFFFF" opacity="0.9"></rect>
      </svg>
      <!-- Wi-Fi -->
      <svg class="icon" viewBox="0 0 48 48">
        <path d="M4 18 Q24 2 44 18" stroke="#FFFFFF" stroke-width="4" fill="none" />
        <path d="M10 26 Q24 14 38 26" stroke="#FFFFFF" stroke-width="4" fill="none" />
        <path d="M16 34 Q24 26 32 34" stroke="#FFFFFF" stroke-width="4" fill="none" />
        <circle cx="24" cy="40" r="4" fill="#FFFFFF"/>
      </svg>
      <!-- Battery -->
      <svg class="icon" viewBox="0 0 48 48">
        <rect x="2" y="10" width="40" height="28" rx="4" ry="4" fill="none" stroke="#FFFFFF" stroke-width="4"></rect>
        <rect x="6" y="14" width="28" height="20" fill="#FFFFFF"></rect>
        <rect x="42" y="18" width="4" height="12" fill="#FFFFFF"></rect>
      </svg>
    </div>
  </div>

  <!-- App bar -->
  <div class="app-bar">
    <!-- Back -->
    <svg class="icon" viewBox="0 0 48 48">
      <path d="M30 8 L12 24 L30 40" stroke="#FFFFFF" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
    <div class="app-title">Compose</div>
    <div class="app-actions">
      <!-- Attach -->
      <svg class="icon" viewBox="0 0 48 48">
        <path d="M14 26 V16 Q14 10 20 10 Q26 10 26 16 V32 Q26 38 20 38 Q14 38 14 32 V26" stroke="#B7C0FF" stroke-width="4" fill="none" stroke-linecap="round"></path>
      </svg>
      <!-- Send -->
      <svg class="icon" viewBox="0 0 48 48">
        <path d="M4 24 L44 8 L32 40 L26 28 L4 24 Z" fill="#8FA2FF"></path>
      </svg>
      <!-- More -->
      <svg class="icon" viewBox="0 0 48 48">
        <circle cx="24" cy="12" r="4" fill="#D0D0D0"></circle>
        <circle cx="24" cy="24" r="4" fill="#D0D0D0"></circle>
        <circle cx="24" cy="36" r="4" fill="#D0D0D0"></circle>
      </svg>
    </div>
  </div>

  <!-- Content area -->
  <div class="content">
    <div class="row">From <span style="color:#E0E0E0;">dbwscratch.test.id8@gmail.com</span></div>
    <div class="divider"></div>

    <div class="to-row">
      <div class="label">To</div>
      <div class="pill" style="flex:1;">
        <div class="avatar">a</div>
        <div class="email">akashgahlot@google.com</div>
      </div>
      <div class="pill-right">
        <svg class="icon" viewBox="0 0 48 48">
          <path d="M10 16 L24 32 L38 16" stroke="#9E9E9E" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </div>
    </div>

    <div class="divider"></div>

    <div class="body-area">
      <div class="subject">Check out 'Chill List' on JioSaavn!</div>
      <div class="message">
        Listen to 'Chill List' on JioSaavn at
        https://www.saavn.com/s/playlist/afd8554d0e2a42a63cf0e911da93fb28/chill_list/0A1Bzp2RN99zUTe4uMO3Gg__?referrer=svn_source=share&svn_medium=system&utm_source=share&utm_medium=system
      </div>
    </div>
  </div>

  <!-- Keyboard -->
  <div class="keyboard">
    <div class="kb-top">
      <div class="kb-btn"></div>
      <div class="kb-btn">🙂</div>
      <div class="kb-btn">GIF</div>
      <div class="kb-btn"></div>
      <div class="kb-btn">G↔︎</div>
      <div class="kb-btn">🎨</div>
      <div class="kb-btn">👁︎</div>
    </div>

    <div class="kb-rows">
      <div class="kb-row">
        <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
      </div>
      <div class="kb-row">
        <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
      </div>
      <div class="kb-row">
        <div class="key small"></div>
        <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
        <div class="key small"></div>
      </div>
      <div class="kb-bottom">
        <div class="key small">?123</div>
        <div class="key wide">space</div>
        <div class="key small"></div>
      </div>
    </div>
    <div class="home-indicator"></div>
  </div>

</div>
</body>
</html>