-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
412 lines (396 loc) · 12.9 KB
/
index.html
File metadata and controls
412 lines (396 loc) · 12.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vona - Example</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.amber.min.css"
/>
<link rel="stylesheet" href="dist/vona.min.css" />
</head>
<body class="vona">
<!-- Header -->
<header class="header">
<!-- Logo -->
<a href="#" aria-label="Vona homepage" class="secondary">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-file-code-icon lucide-file-code"
>
<path d="M10 12.5 8 15l2 2.5" />
<path d="m14 12.5 2 2.5-2 2.5" />
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
<path
d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"
/>
</svg>
<span>Vona</span>
</a>
<!-- Center Navigation e.g. Links -->
<nav>
<ul>
<li>
<a href="#blocks" class="secondary"><small>Blocks</small></a>
</li>
<li>
<a href="#docs" class="secondary"><small>Docs</small></a>
</li>
<li>
<a href="#pricing" class="secondary"><small> Pricing</small></a>
</li>
<li>
<a href="#company" class="secondary"><small>Company</small></a>
</li>
</ul>
</nav>
<!-- Right Navigation e.g. CTA buttons -->
<nav>
<ul>
<li>
<a href="#sign-in" class="secondary"><small>Sign In</small></a>
</li>
<li>
<a href="#sign-up"><small>Sign Up</small></a>
</li>
</ul>
</nav>
<!-- Mobile Navigation -->
<details>
<summary aria-label="Toggle menu">☰</summary>
<ul>
<li><a href="#blocks" class="secondary">Blocks</a></li>
<li><a href="#docs" class="secondary">Docs</a></li>
<li><a href="#pricing" class="secondary">Pricing</a></li>
<li><a href="#company" class="secondary">Company</a></li>
<hr />
<li><a class="secondary">Sign Up</a></li>
<li><a>Sign In</a></li>
</ul>
</details>
</header>
<main>
<!-- Hero -->
<div class="hero">
<section>
<hgroup>
<h1>
The world's simplest <br />
landing page<mark>UI blocks</mark>.
</h1>
<p>
Vona helps developers and entrepreneurs validate ideas quickly
with a ready-to-use, dependency-free UI library for simple landing
pages and email signups.
</p>
</hgroup>
<menu>
<li><a href="#get-started" role="button">Get Started</a></li>
<li><a href="#docs" class="secondary">Read Docs</a></li>
</menu>
</section>
</div>
<!-- Social Proof -->
<section class="social-proof" data-theme="light">
<h4>Trusted by over 2.5 million users and companies</h4>
<ul>
<li>
<img
src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/microsoft.svg"
alt="Microsoft"
/>
</li>
<li>
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/google/google-original.svg"
alt="Google"
/>
</li>
<li>
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/apple/apple-original.svg"
alt="Apple"
/>
</li>
<li>
<img
src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/amazon.svg"
alt="Amazon"
/>
</li>
</ul>
</section>
<!-- Features -->
<section class="features" aria-label="features" data-theme="light">
<div class="container">
<hgroup>
<h2>Launch Pages <mark>.</mark> Instantly<mark>.</mark></h2>
<p>
Vona offers a collection of ready-made, minimalist UI blocks built
for fast, no-fuss landing pages. Drop them into your HTML and
focus on your product—not your CSS.
</p>
</hgroup>
<div class="grid">
<article>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m16 18 6-6-6-6" />
<path d="m8 6-6 6 6 6" />
</svg>
<h4>Prebuilt</h4>
<p>
Well-designed building blocks you can mix, match, and customize
in seconds.
</p>
</article>
<article>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="7" height="7" x="14" y="3" rx="1" />
<path
d="M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3"
/>
</svg>
<h4>Simple</h4>
<p>
Just copy the markup and you're live. Perfect for makers and
early-stage projects.
</p>
</article>
<article>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"
/>
</svg>
<h4>Lightweight</h4>
<p>
Minimal and class-light. Built to complement Pico while keeping
your pages fast.
</p>
</article>
</div>
</div>
</section>
<!-- Newsletter CTA -->
<section class="newsletter" aria-label="newsletter">
<article>
<hgroup>
<h2>Newsletter <mark>.</mark></h2>
<p>
Join our community of subscribers and receive regular updates.
</p>
</hgroup>
<form>
<fieldset role="group">
<input
id="newsletter-email"
name="email"
type="email"
placeholder="Enter your email"
autocomplete="email"
required
/>
<input type="submit" value="Send" />
</fieldset>
</form>
</article>
</section>
<!-- CTA -->
<section class="cta" aria-label="Call to action">
<article>
<hgroup>
<h2>Ready to get started<mark>?</mark></h2>
<p>Join other developers who trust Vona for their landing pages.</p>
</hgroup>
<ul>
<li><a href="#get-started" role="button">Get Started</a></li>
<li>
<a href="#learn-more" role="button" class="secondary"
>Learn More</a
>
</li>
</ul>
</article>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<section>
<nav class="container">
<ul>
<li>
<small><strong>About</strong></small>
</li>
<li>
<a class="secondary" href="#"><small>What's new?</small></a>
</li>
<li>
<a class="secondary" href="#"><small>Brand</small></a>
</li>
<li>
<a class="secondary" href="#"><small>Mission</small></a>
</li>
</ul>
<ul>
<li>
<small><strong>Docs</strong></small>
</li>
<li>
<a class="secondary" href="#"><small>Quick start</small></a>
</li>
<li>
<a class="secondary" href="#"><small>Blocks</small></a>
</li>
</ul>
<ul>
<li>
<small><strong>Community</strong></small>
</li>
<li>
<a class="secondary" href="#"><small>Issues</small></a>
</li>
<li>
<a class="secondary" href="#"><small>Discussions</small></a>
</li>
<li>
<a class="secondary" href="#"><small>Help</small></a>
</li>
</ul>
</nav>
</section>
<section>
<nav class="container">
<div>
<hgroup>
<h4>Vona<mark>.</mark></h4>
<p>
<small>
We build the world's simplest landing page UI blocks.
</small>
</p>
</hgroup>
</div>
<div>
<ul>
<li>
<a href="#"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-linkedin-icon lucide-linkedin"
>
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
/>
<rect width="4" height="12" x="2" y="9" />
<circle cx="4" cy="4" r="2" /></svg
></a>
</li>
<li>
<a href="#"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-youtube-icon lucide-youtube"
>
<path
d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"
/>
<path d="m10 15 5-3-5-3z" /></svg
></a>
</li>
<li>
<a href="#"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-github-icon lucide-github"
>
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"
/>
<path d="M9 18c-4.51 2-5-2-7-2" /></svg
></a>
</li>
</ul>
</div>
</nav>
<nav class="container">
<ul>
<li>
<a href="mailto:hey@vona.bit8bytes.com" class="secondary"
><small>Contact</small></a
>
</li>
<li>
<a href="#" class="secondary"><small>Privacy</small></a>
</li>
<li>
<a href="#" class="secondary"><small>Impressum</small></a>
</li>
</ul>
</nav>
</section>
</footer>
</body>
</html>