File size: 7,643 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
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mondly Language Select</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2f79ff 0%, #356df7 35%, #3a63f0 60%, #5a39c8 100%);
    color: #ffffff;
  }

  /* Status bar */
  .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    color: #eaf2ff;
    font-size: 38px;
    letter-spacing: 0.5px;
    opacity: 0.9;
  }
  .status-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
  }

  /* Logo area */
  .logo-wrap {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .brand {
    font-size: 128px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
  }
  .brand .globe {
    display: inline-flex;
    width: 96px;
    height: 96px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    color: #757575;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 12px;
    vertical-align: middle;
  }
  .byline {
    font-size: 40px;
    opacity: 0.95;
    margin-top: 10px;
  }

  /* Section titles */
  .section-title {
    position: relative;
    margin: 500px 48px 24px 48px;
    font-size: 56px;
    font-weight: 700;
  }
  .section-title.learn {
    margin-top: 760px;
  }

  /* Cards */
  .card {
    margin: 0 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.12) 100%);
    border-radius: 44px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    overflow: hidden;
  }
  .card-header {
    display: flex;
    align-items: center;
    padding: 32px 36px;
    gap: 28px;
    font-size: 52px;
    font-weight: 700;
  }
  .card-header .chevron {
    margin-left: auto;
    width: 60px;
    height: 60px;
  }
  .flag {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 50%;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 22px;
  }

  /* Select list (expanded card) */
  .select-header {
    padding: 32px 36px;
    font-size: 52px;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .select-header .chevron {
    margin-left: auto;
    width: 60px;
    height: 60px;
  }
  .list {
    height: 1250px;
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.06) 100%);
    padding: 20px 0 24px 0;
  }
  .list-item {
    display: flex;
    align-items: center;
    padding: 28px 40px;
    gap: 28px;
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
  }
  .divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 0 40px;
  }

  /* Bottom handle */
  .home-indicator {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 14px;
    background: rgba(255,255,255,0.85);
    border-radius: 12px;
  }
</style>
</head>
<body>
<div id="render-target">
  <!-- Status bar -->
  <div class="status-bar">
    <div>6:40</div>
    <div class="status-right">
      <!-- Wi-Fi icon -->
      <svg class="icon" viewBox="0 0 24 24">
        <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
        <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
        <path d="M9 16c2-2 4-2 6 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
        <circle cx="12" cy="20" r="1.5" fill="#fff"/>
      </svg>
      <!-- Battery icon -->
      <svg class="icon" viewBox="0 0 30 24">
        <rect x="2" y="5" width="22" height="14" rx="3" ry="3" stroke="#fff" stroke-width="2" fill="none"/>
        <rect x="4" y="7" width="16" height="10" rx="2" fill="#fff"/>
        <rect x="24" y="9" width="4" height="6" rx="1" fill="#fff"/>
      </svg>
      <div style="font-size:32px;">100%</div>
    </div>
  </div>

  <!-- Logo -->
  <div class="logo-wrap">
    <div class="brand">
      m<span class="globe">[IMG: Globe]</span>ndly
    </div>
    <div class="byline">by Pearson</div>
  </div>

  <!-- I speak card -->
  <div class="section-title">I speak</div>
  <div class="card" style="margin-top: 12px;">
    <div class="card-header">
      <div class="flag">[IMG: UK Flag]</div>
      <div>English</div>
      <svg class="chevron" viewBox="0 0 24 24">
        <path d="M3 8l9 9 9-9" stroke="#ffffff" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </div>
  </div>

  <!-- I want to learn card (expanded) -->
  <div class="section-title learn">I want to learn</div>
  <div class="card" style="margin-top: 12px;">
    <div class="select-header">
      <div>Select</div>
      <svg class="chevron" viewBox="0 0 24 24">
        <path d="M3 16l9-9 9 9" stroke="#ffffff" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </div>
    <div class="list">
      <div class="list-item">
        <div class="flag">[IMG: Japanese Flag]</div>
        <div>Japanese</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Korean Flag]</div>
        <div>Korean</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Chinese Flag]</div>
        <div>Chinese</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Turkish Flag]</div>
        <div>Turkish</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Romanian Flag]</div>
        <div>Romanian</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Arabic Emblem]</div>
        <div>Arabic</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Iranian Flag]</div>
        <div>Persian</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Israeli Flag]</div>
        <div>Hebrew</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Portugal Flag]</div>
        <div>Portuguese</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Brazil Flag]</div>
        <div>Portuguese</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: Spanish Flag]</div>
        <div>Spanish</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: French Flag]</div>
        <div>French</div>
      </div>
      <div class="divider"></div>
      <div class="list-item">
        <div class="flag">[IMG: German Flag]</div>
        <div>German</div>
      </div>
    </div>
  </div>

  <!-- Home indicator -->
  <div class="home-indicator"></div>
</div>
</body>
</html>