-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
541 lines (538 loc) · 30.6 KB
/
index.html
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<title>Bookmark landing page</title>
</head>
<body>
<header>
<h1 class="sr-only">A Bookmark Extension</h1>
<a href="/" aria-label="Homepage" class="home-link">
<svg width="148" height="25" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path
d="M37 6.299h5.227c.746 0 1.434.155 2.062.466.629.311 1.123.735 1.484 1.27s.542 1.12.542 1.754c0 .672-.165 1.254-.495 1.746-.33.491-.762.868-1.297 1.129v.15c.697.248 1.25.643 1.661 1.185.41.541.616 1.191.616 1.95 0 .735-.196 1.385-.588 1.951a3.817 3.817 0 0 1-1.587 1.307c-.665.305-1.403.457-2.212.457H37V6.299zm5.04 5.45c.548 0 .986-.152 1.316-.457.33-.305.495-.688.495-1.148 0-.448-.159-.824-.476-1.13-.318-.304-.738-.457-1.26-.457H39.52v3.192h2.52zm.28 5.619c.61 0 1.086-.159 1.428-.476.342-.317.513-.731.513-1.241 0-.51-.174-.927-.522-1.251-.349-.324-.847-.485-1.494-.485H39.52v3.453h2.8zm12.927 2.595c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.511-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.915-3.528a6.711 6.711 0 0 1 2.51-2.529C52.756 6.308 53.94 6 55.248 6c1.306 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.915 3.528a6.711 6.711 0 0 1-2.51 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.258-.578 4.177 4.177 0 0 0 1.615-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.615-1.624 4.52 4.52 0 0 0-2.258-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.605 1.624 4.47 4.47 0 0 0 2.25.578zm15.353 2.39c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.51-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.914-3.528a6.711 6.711 0 0 1 2.511-2.529C68.108 6.308 69.294 6 70.6 6c1.307 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.914 3.528a6.711 6.711 0 0 1-2.511 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.259-.578 4.177 4.177 0 0 0 1.614-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.614-1.624 4.52 4.52 0 0 0-2.259-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.606 1.624 4.47 4.47 0 0 0 2.249.578zM79.83 6.3h2.52v5.73h.15l4.89-5.73h3.043v.149L85.6 11.973l5.338 7.542v.149h-3.08l-3.994-5.693-1.512 1.773v3.92h-2.52V6.299zM93.779 6h3.248l3.546 9.39h.15L104.268 6h3.267v13.365h-2.501v-6.589l.15-2.221h-.15l-3.398 8.81h-1.96l-3.416-8.81h-.149l.15 2.221v6.59h-2.483V6zm20.8 0h2.894l5.021 13.365h-2.781l-1.12-3.192h-5.115l-1.12 3.192h-2.781L114.579 6zm3.193 7.859l-1.176-3.36-.486-1.606h-.149l-.485 1.606-1.195 3.36h3.49zM124.553 6h4.872c.871 0 1.646.18 2.324.541.678.361 1.204.862 1.577 1.503.374.64.56 1.366.56 2.175 0 .858-.27 1.62-.812 2.286a4.617 4.617 0 0 1-2.044 1.447l-.018.13 3.584 5.134v.15h-2.894l-3.453-5.022h-1.176v5.021h-2.52V6zm4.853 6.03c.573 0 1.04-.175 1.4-.523.361-.349.542-.79.542-1.326 0-.51-.172-.945-.514-1.306-.342-.361-.806-.542-1.39-.542h-2.371v3.696h2.333zm7.23-6.03h2.52v5.73h.15l4.89-5.73h3.043v.15l-4.835 5.525 5.34 7.541v.15h-3.08l-3.996-5.694-1.512 1.773v3.92h-2.52V6z"
fill="#242A45"
fill-rule="nonzero"
/>
<g>
<circle fill="#5267DF" cx="12.5" cy="12.5" r="12.5" />
<path
d="M9 9v10l3.54-3.44L16.078 19V9a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2z"
fill="#FFF"
/>
</g>
</g>
</svg>
</a>
<nav class="nav" aria-label="Main">
<div class="mobile-logo" aria-hidden="true">
<svg width="148" height="25" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path
d="M37 6.299h5.227c.746 0 1.434.155 2.062.466.629.311 1.123.735 1.484 1.27s.542 1.12.542 1.754c0 .672-.165 1.254-.495 1.746-.33.491-.762.868-1.297 1.129v.15c.697.248 1.25.643 1.661 1.185.41.541.616 1.191.616 1.95 0 .735-.196 1.385-.588 1.951a3.817 3.817 0 0 1-1.587 1.307c-.665.305-1.403.457-2.212.457H37V6.299zm5.04 5.45c.548 0 .986-.152 1.316-.457.33-.305.495-.688.495-1.148 0-.448-.159-.824-.476-1.13-.318-.304-.738-.457-1.26-.457H39.52v3.192h2.52zm.28 5.619c.61 0 1.086-.159 1.428-.476.342-.317.513-.731.513-1.241 0-.51-.174-.927-.522-1.251-.349-.324-.847-.485-1.494-.485H39.52v3.453h2.8zm12.927 2.595c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.511-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.915-3.528a6.711 6.711 0 0 1 2.51-2.529C52.756 6.308 53.94 6 55.248 6c1.306 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.915 3.528a6.711 6.711 0 0 1-2.51 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.258-.578 4.177 4.177 0 0 0 1.615-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.615-1.624 4.52 4.52 0 0 0-2.258-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.605 1.624 4.47 4.47 0 0 0 2.25.578zm15.353 2.39c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.51-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.914-3.528a6.711 6.711 0 0 1 2.511-2.529C68.108 6.308 69.294 6 70.6 6c1.307 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.914 3.528a6.711 6.711 0 0 1-2.511 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.259-.578 4.177 4.177 0 0 0 1.614-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.614-1.624 4.52 4.52 0 0 0-2.259-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.606 1.624 4.47 4.47 0 0 0 2.249.578zM79.83 6.3h2.52v5.73h.15l4.89-5.73h3.043v.149L85.6 11.973l5.338 7.542v.149h-3.08l-3.994-5.693-1.512 1.773v3.92h-2.52V6.299zM93.779 6h3.248l3.546 9.39h.15L104.268 6h3.267v13.365h-2.501v-6.589l.15-2.221h-.15l-3.398 8.81h-1.96l-3.416-8.81h-.149l.15 2.221v6.59h-2.483V6zm20.8 0h2.894l5.021 13.365h-2.781l-1.12-3.192h-5.115l-1.12 3.192h-2.781L114.579 6zm3.193 7.859l-1.176-3.36-.486-1.606h-.149l-.485 1.606-1.195 3.36h3.49zM124.553 6h4.872c.871 0 1.646.18 2.324.541.678.361 1.204.862 1.577 1.503.374.64.56 1.366.56 2.175 0 .858-.27 1.62-.812 2.286a4.617 4.617 0 0 1-2.044 1.447l-.018.13 3.584 5.134v.15h-2.894l-3.453-5.022h-1.176v5.021h-2.52V6zm4.853 6.03c.573 0 1.04-.175 1.4-.523.361-.349.542-.79.542-1.326 0-.51-.172-.945-.514-1.306-.342-.361-.806-.542-1.39-.542h-2.371v3.696h2.333zm7.23-6.03h2.52v5.73h.15l4.89-5.73h3.043v.15l-4.835 5.525 5.34 7.541v.15h-3.08l-3.996-5.694-1.512 1.773v3.92h-2.52V6z"
fill="currentColor"
fill-rule="nonzero"
/>
<g>
<circle fill="currentColor" cx="12.5" cy="12.5" r="12.5" />
<path
d="M9 9v10l3.54-3.44L16.078 19V9a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2z"
fill="#252B46"
/>
</g>
</g>
</svg>
</div>
<button
class="nav-toggle-button"
aria-expanded="false"
aria-haspopup="true"
aria-controls="main-nav"
>
<svg
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="3"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M4 6h16M4 12h16M4 18h16"
/>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<ul id="main-nav">
<li class="nav-item">
<a href="#features" class="nav-link">FEATURES</a>
</li>
<li class="nav-item">
<a href="#download" class="nav-link">DOWNLOAD</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">CONTACT</a>
</li>
<li class="nav-item"><a href="#" class="nav-button">LOGIN</a></li>
</ul>
<div class="social-links-mobile">
<a href="#">
<svg
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z"
/>
</svg>
<span class="sr-only">Facebook</span>
</a>
<a href="#">
<svg
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="20"
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M24 2.557a9.83 9.83 0 0 1-2.828.775A4.932 4.932 0 0 0 23.337.608a9.864 9.864 0 0 1-3.127 1.195A4.916 4.916 0 0 0 16.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 1.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 17.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 2.557z"
/>
</svg>
<span class="sr-only">Twitter</span>
</a>
</div>
</nav>
</header>
<main>
<section aria-labelledby="hero-title" class="hero-content">
<div class="info-wrapper">
<h2 class="section-title" id="hero-title">
A Simple Bookmark Manager
</h2>
<p class="section-intro">
A clean and simple interface to organize your favourite websites.
Open a new browser tab and see your sites load instantly. Try it for
free.
</p>
<div class="cta-buttons">
<a href="#chrome-download" class="cta-button">Get it on Chrome</a>
<a href="#firefox-download" class="cta-button">Get it on Firefox</a>
</div>
</div>
<div class="illustration-wrapper">
<div class="decorative-bg"></div>
<img
src="/illustration-hero.svg"
alt="An illustration of app, showing bookmarked websites on the left and your notes on the right."
/>
</div>
</section>
<section aria-labelledby="features-title" class="features" id="features">
<div class="info-wrapper">
<h2 class="section-title" id="features-title">Features</h2>
<p class="section-intro">
Our aim is to make it quick and easy for you to access your
favourite websites. Your bookmarks sync between your devices so you
can access them on the go.
</p>
</div>
<div class="features-content">
<ul>
<li class="feature-item">
<h3>
<button class="tab-button active">
Simple Bookmarking
<span class="sr-only">Open feature details</span>
</button>
</h3>
</li>
<li class="feature-item">
<h3>
<button class="tab-button">
Speedy Searching
<span class="sr-only">Open feature details</span>
</button>
</h3>
</li>
<li class="feature-item">
<h3>
<button class="tab-button">
Easy Sharing
<span class="sr-only">Open feature details</span>
</button>
</h3>
</li>
</ul>
<div class="tab-content active">
<div class="illustration-wrapper">
<div class="decorative-bg"></div>
<img
src="/illustration-features-tab-1.svg"
alt="An illustration of app, showing bookmarks page."
/>
</div>
<div class="info-wrapper">
<h4 class="tab-content-title">Bookmarks in one click</h4>
<p class="tab-content-intro">
Organize your bookmarks however you like. Our simple
drag-and-drop interface gives you complete control over how you
manage your favourite sites.
</p>
<div class="more-wrapper">
<a href="#" class="more-button">More Info</a>
</div>
</div>
</div>
<div class="tab-content hidden">
<div class="illustration-wrapper">
<div class="decorative-bg"></div>
<img
src="/illustration-features-tab-2.svg"
alt="An illustration of app, showing search feature."
/>
</div>
<div class="info-wrapper">
<h4 class="tab-content-title">Intelligent search</h4>
<p class="tab-content-intro">
Our powerful search feature will help you find saved sites in no
time at all. No need to trawl through all of your bookmarks.
</p>
<div class="more-wrapper">
<a href="#" class="more-button">More Info</a>
</div>
</div>
</div>
<div class="tab-content hidden">
<div class="illustration-wrapper">
<div class="decorative-bg"></div>
<img
src="/illustration-features-tab-3.svg"
alt="An illustration of app, showing sharing bookmarks and collections feature"
/>
</div>
<div class="info-wrapper">
<h4 class="tab-content-title">Share your bookmarks</h4>
<p class="tab-content-intro">
Easily share your bookmarks and collections with others. Create
a shareable link that you can send at the click of a button.
</p>
<div class="more-wrapper">
<a href="#" class="more-button">More Info</a>
</div>
</div>
</div>
</div>
</section>
<section aria-labelledby="download-title" class="download" id="download">
<div class="info-wrapper">
<h2 class="section-title" id="download-title">
Download the extension
</h2>
<p class="section-intro">
We’ve got more browsers in the pipeline. Please do let us know if
you’ve got a favourite you’d like us to prioritize.
</p>
</div>
<div class="download-content">
<div class="download-card" id="chrome-download">
<div class="card-content">
<div>
<img src="/logo-chrome.svg" alt="" />
<!-- Decorative img no need for alt -->
</div>
<h3>Add to Chrome</h3>
<span class="version-text">Minimum version 62</span>
</div>
<div class="decorative-dots" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="4">
<path
fill="#495DCF"
fill-opacity=".2"
fill-rule="evenodd"
d="M0 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm280 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-18 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm122 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-70 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM88 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM70 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM53 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM35 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM18 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
/>
</svg>
</div>
<a href="#" class="add-button">Add & Install Extension</a>
</div>
<div class="download-card" id="firefox-download">
<div class="card-content">
<div>
<img src="/logo-firefox.svg" alt="" />
<!-- Decorative img no need for alt -->
</div>
<h3>Add to Firefox</h3>
<span class="version-text">Minimum version 55</span>
</div>
<div class="decorative-dots" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="4">
<path
fill="#495DCF"
fill-opacity=".2"
fill-rule="evenodd"
d="M0 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm280 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-18 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm122 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-70 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM88 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM70 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM53 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM35 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM18 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
/>
</svg>
</div>
<a href="#" class="add-button">Add & Install Extension</a>
</div>
<div class="download-card" id="opera-download">
<div class="card-content">
<div>
<img src="/logo-opera.svg" alt="" />
<!-- Decorative img no need for alt -->
</div>
<h3>Add to Opera</h3>
<span class="version-text">Minimum version 46</span>
</div>
<div class="decorative-dots" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="4">
<path
fill="#495DCF"
fill-opacity=".2"
fill-rule="evenodd"
d="M0 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm280 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-18 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-17 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm122 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-35 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-70 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM88 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM70 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM53 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM35 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM18 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
/>
</svg>
</div>
<a href="#" class="add-button">Add & Install Extension</a>
</div>
</div>
</section>
<section aria-labelledby="faq-title" class="faq">
<div class="info-wrapper">
<h2 class="section-title" id="faq-title">
Frequently Asked Questions
</h2>
<p class="section-intro">
Here are some of our FAQs. If you have any other questions you’d
like answered please feel free to email us.
</p>
</div>
<div class="faq-content">
<div>
<details>
<summary class="faq-summary">
<h3 class="faq-question">What is Bookmark?</h3>
<svg
class="icon-arrow non-selectable"
xmlns="http://www.w3.org/2000/svg"
width="18"
height="12"
aria-hidden="true"
>
<path
fill="none"
stroke="currentColor"
stroke-width="3"
d="M1 1l8 8 8-8"
/>
</svg>
</summary>
<p class="faq-answer">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce
tincidunt justo eget ultricies fringilla. Phasellus blandit
ipsum quis quam ornare mattis.
</p>
</details>
<details>
<summary class="faq-summary">
<h3 class="faq-question">How can I request a new browser?</h3>
<svg
class="icon-arrow non-selectable"
xmlns="http://www.w3.org/2000/svg"
width="18"
height="12"
aria-hidden="true"
>
<path
fill="none"
stroke="currentColor"
stroke-width="3"
d="M1 1l8 8 8-8"
/>
</svg>
</summary>
<p class="faq-answer">
Vivamus luctus eros aliquet convallis ultricies. Mauris augue
massa, ultricies non ligula. Suspendisse imperdiet. Vivamus
luctus eros aliquet convallis ultricies. Mauris augue massa,
ultricies non ligula. Suspendisse imperdie tVivamus luctus eros
aliquet convallis ultricies. Mauris augue massa, ultricies non
ligula. Suspendisse imperdiet.
</p>
</details>
<details>
<summary class="faq-summary">
<h3 class="faq-question">Is there a mobile app?</h3>
<svg
class="icon-arrow non-selectable"
xmlns="http://www.w3.org/2000/svg"
width="18"
height="12"
aria-hidden="true"
>
<path
fill="none"
stroke="currentColor"
stroke-width="3"
d="M1 1l8 8 8-8"
/>
</svg>
</summary>
<p class="faq-answer">
Sed consectetur quam id neque fermentum accumsan. Praesent
luctus vestibulum dolor, ut condimentum urna vulputate eget.
Cras in ligula quis est pharetra mattis sit amet pharetra purus.
Sed sollicitudin ex et ultricies bibendum.
</p>
</details>
<details>
<summary class="faq-summary">
<h3 class="faq-question">
What about other Chromium browsers?
</h3>
<svg
class="icon-arrow non-selectable"
xmlns="http://www.w3.org/2000/svg"
width="18"
height="12"
aria-hidden="true"
>
<path
fill="none"
stroke="currentColor"
stroke-width="3"
d="M1 1l8 8 8-8"
/>
</svg>
</summary>
<p class="faq-answer">
Integer condimentum ipsum id imperdiet finibus. Vivamus in
placerat mi, at euismod dui. Aliquam vitae neque eget nisl
gravida pellentesque non ut velit.
</p>
</details>
</div>
<div class="more-wrapper centered">
<a href="#" class="more-button">More Info</a>
</div>
</div>
</section>
<section
aria-labelledby="contact-title"
class="contact full-width"
id="contact"
>
<div class="info-wrapper">
<h2 class="section-title" id="contact-title">
Stay up-to-date with what we're doing
</h2>
<p class="section-intro">35.000+ ALREADY JOINED</p>
</div>
<div class="contact-content">
<form class="contact-form" novalidate="">
<div class="input-wrapper">
<label for="email-input">Your e-mail address</label>
<div class="icon-wrapper" aria-hidden="true">
<svg
class="icon-error"
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
>
<g fill="none" fill-rule="evenodd">
<circle cx="10" cy="10" r="10" fill="#FA5959" />
<g fill="#FFF" transform="translate(9 5)">
<rect width="2" height="7" rx="1" />
<rect width="2" height="2" y="8" rx="1" />
</g>
</g>
</svg>
</div>
<input
type="email"
aria-required="true"
id="email-input"
/><!-- Avoid native browser validation -->
<div
class="error-wrapper"
aria-live="polite"
aria-relevant="additions removals"
></div>
</div>
<button class="submit-button">Contact Us</button>
</form>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="bookmark-logo" aria-hidden="true">
<svg width="148" height="25" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path
d="M37 6.299h5.227c.746 0 1.434.155 2.062.466.629.311 1.123.735 1.484 1.27s.542 1.12.542 1.754c0 .672-.165 1.254-.495 1.746-.33.491-.762.868-1.297 1.129v.15c.697.248 1.25.643 1.661 1.185.41.541.616 1.191.616 1.95 0 .735-.196 1.385-.588 1.951a3.817 3.817 0 0 1-1.587 1.307c-.665.305-1.403.457-2.212.457H37V6.299zm5.04 5.45c.548 0 .986-.152 1.316-.457.33-.305.495-.688.495-1.148 0-.448-.159-.824-.476-1.13-.318-.304-.738-.457-1.26-.457H39.52v3.192h2.52zm.28 5.619c.61 0 1.086-.159 1.428-.476.342-.317.513-.731.513-1.241 0-.51-.174-.927-.522-1.251-.349-.324-.847-.485-1.494-.485H39.52v3.453h2.8zm12.927 2.595c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.511-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.915-3.528a6.711 6.711 0 0 1 2.51-2.529C52.756 6.308 53.94 6 55.248 6c1.306 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.915 3.528a6.711 6.711 0 0 1-2.51 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.258-.578 4.177 4.177 0 0 0 1.615-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.615-1.624 4.52 4.52 0 0 0-2.258-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.605 1.624 4.47 4.47 0 0 0 2.25.578zm15.353 2.39c-1.307 0-2.492-.308-3.556-.924a6.711 6.711 0 0 1-2.51-2.53c-.61-1.07-.915-2.246-.915-3.528 0-1.281.305-2.457.914-3.528a6.711 6.711 0 0 1 2.511-2.529C68.108 6.308 69.294 6 70.6 6c1.307 0 2.492.308 3.556.924a6.711 6.711 0 0 1 2.51 2.53c.61 1.07.915 2.246.915 3.527 0 1.282-.305 2.458-.914 3.528a6.711 6.711 0 0 1-2.511 2.53c-1.064.616-2.25.924-3.556.924zm0-2.39a4.52 4.52 0 0 0 2.259-.578 4.177 4.177 0 0 0 1.614-1.624c.392-.697.588-1.494.588-2.39 0-.896-.196-1.692-.588-2.389a4.177 4.177 0 0 0-1.614-1.624 4.52 4.52 0 0 0-2.259-.579 4.47 4.47 0 0 0-2.25.579 4.195 4.195 0 0 0-1.605 1.624c-.392.697-.588 1.493-.588 2.39 0 .895.196 1.692.588 2.389a4.195 4.195 0 0 0 1.606 1.624 4.47 4.47 0 0 0 2.249.578zM79.83 6.3h2.52v5.73h.15l4.89-5.73h3.043v.149L85.6 11.973l5.338 7.542v.149h-3.08l-3.994-5.693-1.512 1.773v3.92h-2.52V6.299zM93.779 6h3.248l3.546 9.39h.15L104.268 6h3.267v13.365h-2.501v-6.589l.15-2.221h-.15l-3.398 8.81h-1.96l-3.416-8.81h-.149l.15 2.221v6.59h-2.483V6zm20.8 0h2.894l5.021 13.365h-2.781l-1.12-3.192h-5.115l-1.12 3.192h-2.781L114.579 6zm3.193 7.859l-1.176-3.36-.486-1.606h-.149l-.485 1.606-1.195 3.36h3.49zM124.553 6h4.872c.871 0 1.646.18 2.324.541.678.361 1.204.862 1.577 1.503.374.64.56 1.366.56 2.175 0 .858-.27 1.62-.812 2.286a4.617 4.617 0 0 1-2.044 1.447l-.018.13 3.584 5.134v.15h-2.894l-3.453-5.022h-1.176v5.021h-2.52V6zm4.853 6.03c.573 0 1.04-.175 1.4-.523.361-.349.542-.79.542-1.326 0-.51-.172-.945-.514-1.306-.342-.361-.806-.542-1.39-.542h-2.371v3.696h2.333zm7.23-6.03h2.52v5.73h.15l4.89-5.73h3.043v.15l-4.835 5.525 5.34 7.541v.15h-3.08l-3.996-5.694-1.512 1.773v3.92h-2.52V6z"
fill="currentColor"
fill-rule="nonzero"
/>
<g>
<circle fill="#5267DF" cx="12.5" cy="12.5" r="12.5" />
<path
d="M9 9v10l3.54-3.44L16.078 19V9a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2z"
fill="#FFF"
/>
</g>
</g>
</svg>
</div>
<div class="social-links">
<a href="#">
<svg
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z"
/>
</svg>
<span class="sr-only">Facebook</span>
</a>
<a href="#">
<svg
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="20"
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M24 2.557a9.83 9.83 0 0 1-2.828.775A4.932 4.932 0 0 0 23.337.608a9.864 9.864 0 0 1-3.127 1.195A4.916 4.916 0 0 0 16.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 1.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 17.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 2.557z"
/>
</svg>
<span class="sr-only">Twitter</span>
</a>
</div>
</div>
</footer>
<script type="module" src="./src/assets/js/main.js"></script>
</body>
</html>