File size: 11,178 Bytes
98687c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Select Your Sport UI</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #2d4752;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #ffffff;
  }

  /* Status bar */
  .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    color: #eaf1f4;
    font-size: 40px;
    font-weight: 600;
    opacity: 0.95;
  }
  .status-icons {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .status-icons svg { width: 44px; height: 44px; fill: none; stroke: #eaf1f4; stroke-width: 4; }

  /* Header */
  .header {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 60px;
  }
  .header h1 {
    margin: 0;
    font-size: 78px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #f6fbfd;
  }
  .header p {
    margin: 28px auto 0;
    max-width: 920px;
    font-size: 38px;
    line-height: 1.35;
    color: #d5e4ea;
    font-weight: 600;
  }

  /* Grid of sports */
  .grid {
    position: absolute;
    top: 560px;
    left: 0;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 92px;
  }
  .sport-item {
    text-align: center;
  }
  .icon {
    width: 220px;
    height: 160px;
    margin: 0 auto 26px;
  }
  .icon svg {
    width: 220px;
    height: 160px;
  }
  .label {
    font-size: 36px;
    font-weight: 700;
    color: #e6eef2;
  }

  /* Bottom button */
  .select-bar {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 190px;
    height: 160px;
    background: rgba(255,255,255,0.12);
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.36);
    font-size: 48px;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  }

  /* Home indicator */
  .home-indicator {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 14px;
    background: rgba(255,255,255,0.65);
    border-radius: 8px;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>10:07</div>
    <div class="status-icons">
      <!-- Signal -->
      <svg viewBox="0 0 24 24"><path d="M3 21h18M6 17h3M11 13h3M16 9h3"/></svg>
      <!-- Upload/Sync arrows -->
      <svg viewBox="0 0 24 24">
        <path d="M12 4v10M8 8l4-4 4 4" />
        <path d="M12 20V10M16 16l-4 4-4-4" />
      </svg>
      <!-- Dot -->
      <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" /></svg>
      <!-- WiFi -->
      <svg viewBox="0 0 24 24">
        <path d="M3 9c4.5-4 13.5-4 18 0"/>
        <path d="M6 12c3-2.5 9-2.5 12 0"/>
        <path d="M9 15c1.5-1 4.5-1 6 0"/>
        <circle cx="12" cy="18" r="1.8" fill="#eaf1f4"></circle>
      </svg>
      <!-- Battery -->
      <svg viewBox="0 0 28 24">
        <rect x="2" y="6" width="20" height="12" rx="2" ry="2" />
        <rect x="22" y="9" width="4" height="6" rx="1" />
        <rect x="4" y="8" width="14" height="8" fill="#eaf1f4" stroke="none" />
      </svg>
    </div>
  </div>

  <!-- Header -->
  <div class="header">
    <h1>Select Your Sport</h1>
    <p>We will personalize the app according to your choice</p>
  </div>

  <!-- Grid -->
  <div class="grid">

    <!-- Boating -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <!-- Sail -->
          <path d="M52 16 L52 56 L20 56 Z" fill="#ffffff"/>
          <!-- Mast and boat -->
          <rect x="48" y="16" width="4" height="40" fill="#ffffff"/>
          <path d="M12 60 H88 C78 70 22 70 12 60 Z" fill="#ffffff"/>
          <!-- Waves -->
          <path d="M16 72 Q26 78 36 72 Q46 66 56 72 Q66 78 76 72" stroke="#ffffff" stroke-width="4" fill="none"/>
        </svg>
      </div>
      <div class="label">Boating</div>
    </div>

    <!-- Kitesurfing -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <!-- Kite crescent -->
          <path d="M86 24 Q58 6 30 24 Q58 52 86 34 Z" fill="#ffffff"/>
          <!-- Rider -->
          <circle cx="34" cy="40" r="6" fill="#ffffff"/>
          <path d="M26 46 L40 50 L34 62 L24 58 Z" fill="#ffffff"/>
          <!-- Board -->
          <path d="M20 64 Q42 70 64 64 Q42 68 20 64 Z" fill="#ffffff"/>
        </svg>
      </div>
      <div class="label">Kitesurfing</div>
    </div>

    <!-- Windsurfing -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <!-- Sail -->
          <path d="M62 16 L84 52 L62 52 Z" fill="#ffffff"/>
          <rect x="58" y="16" width="4" height="40" fill="#ffffff"/>
          <!-- Rider and board -->
          <circle cx="42" cy="40" r="5" fill="#ffffff"/>
          <path d="M36 46 L52 52 L40 60 L30 56 Z" fill="#ffffff"/>
          <path d="M24 62 Q48 68 76 62" stroke="#ffffff" stroke-width="4" fill="none"/>
        </svg>
      </div>
      <div class="label">Windsurfing</div>
    </div>

    <!-- Surfing -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="40" cy="30" r="6" fill="#ffffff"/>
          <path d="M34 36 L48 40 L42 50 L30 46 Z" fill="#ffffff"/>
          <path d="M18 60 Q50 68 82 60" stroke="#ffffff" stroke-width="4" fill="none"/>
        </svg>
      </div>
      <div class="label">Surfing</div>
    </div>

    <!-- Fishing -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <path d="M20 40 Q40 28 60 40 Q40 52 20 40 Z" fill="#ffffff"/>
          <path d="M60 40 L80 30 L78 50 Z" fill="#ffffff"/>
          <circle cx="42" cy="40" r="3" fill="#2d4752"/>
        </svg>
      </div>
      <div class="label">Fishing</div>
    </div>

    <!-- Drones -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="28" cy="28" r="12" fill="#ffffff"/>
          <circle cx="72" cy="28" r="12" fill="#ffffff"/>
          <circle cx="28" cy="52" r="12" fill="#ffffff"/>
          <circle cx="72" cy="52" r="12" fill="#ffffff"/>
          <rect x="47" y="36" width="6" height="8" fill="#ffffff"/>
        </svg>
      </div>
      <div class="label">Drones</div>
    </div>

    <!-- Bicycling -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="28" cy="54" r="12" fill="#ffffff"/>
          <circle cx="70" cy="54" r="12" fill="#ffffff"/>
          <circle cx="44" cy="28" r="5" fill="#ffffff"/>
          <path d="M44 32 L36 46 L54 46 L62 54" stroke="#ffffff" stroke-width="6" fill="none"/>
        </svg>
      </div>
      <div class="label">Bicycling</div>
    </div>

    <!-- Paragliding -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <path d="M16 20 Q50 4 84 20" stroke="#ffffff" stroke-width="8" fill="none"/>
          <path d="M50 20 V34" stroke="#ffffff" stroke-width="6"/>
          <circle cx="50" cy="40" r="6" fill="#ffffff"/>
          <path d="M40 48 L50 46 L58 50 L50 60 L40 54 Z" fill="#ffffff"/>
        </svg>
      </div>
      <div class="label">Paragliding</div>
    </div>

    <!-- Kayaking -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <path d="M20 58 Q50 50 80 58" stroke="#ffffff" stroke-width="6" fill="none"/>
          <circle cx="50" cy="36" r="6" fill="#ffffff"/>
          <path d="M30 28 L72 44" stroke="#ffffff" stroke-width="6"/>
          <path d="M32 26 L26 34" stroke="#ffffff" stroke-width="6"/>
          <path d="M74 46 L80 38" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">Kayaking</div>
    </div>

    <!-- Winter sports -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="44" cy="28" r="6" fill="#ffffff"/>
          <path d="M38 34 L52 40 L48 50 L36 46 Z" fill="#ffffff"/>
          <path d="M20 62 L84 70" stroke="#ffffff" stroke-width="6"/>
          <path d="M58 38 L72 28" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">Winter sports</div>
    </div>

    <!-- SUP -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="42" cy="28" r="6" fill="#ffffff"/>
          <path d="M36 34 L48 40 L46 50 L34 46 Z" fill="#ffffff"/>
          <path d="M20 64 Q50 70 80 64" stroke="#ffffff" stroke-width="6" fill="none"/>
          <path d="M62 24 V60" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">SUP</div>
    </div>

    <!-- Diving -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="36" cy="30" r="6" fill="#ffffff"/>
          <path d="M40 36 L58 50 L48 60 L30 46 Z" fill="#ffffff"/>
          <path d="M64 56 L74 66" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">Diving</div>
    </div>

    <!-- Foiling -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="40" cy="28" r="6" fill="#ffffff"/>
          <path d="M34 34 L48 40 L44 50 L32 46 Z" fill="#ffffff"/>
          <path d="M20 60 Q50 66 80 60" stroke="#ffffff" stroke-width="6" fill="none"/>
          <path d="M50 60 V44" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">Foiling</div>
    </div>

    <!-- Running -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="50" cy="26" r="6" fill="#ffffff"/>
          <path d="M44 32 L60 36 L54 48 L40 44 Z" fill="#ffffff"/>
          <path d="M36 54 L48 50" stroke="#ffffff" stroke-width="6"/>
          <path d="M56 54 L68 60" stroke="#ffffff" stroke-width="6"/>
        </svg>
      </div>
      <div class="label">Running</div>
    </div>

    <!-- Other -->
    <div class="sport-item">
      <div class="icon">
        <svg viewBox="0 0 100 80">
          <circle cx="46" cy="24" r="6" fill="#ffffff"/>
          <path d="M40 30 L52 38 L48 50 L36 46 Z" fill="#ffffff"/>
          <path d="M70 20 L64 52" stroke="#ffffff" stroke-width="6"/>
          <rect x="52" y="26" width="8" height="10" rx="3" fill="#ffffff"/>
        </svg>
      </div>
      <div class="label">Other</div>
    </div>

  </div>

  <!-- Bottom Button -->
  <div class="select-bar">Select</div>

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

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