-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
456 lines (449 loc) · 20.7 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link
href="https://fonts.googleapis.com/css2?family=Overpass:wght@300;600&family=Ubuntu:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./build/output.css" />
<title>Blogr</title>
</head>
<body class="relative">
<header class="w-full absolute left-0 right-0 top-5 z-50">
<nav class="bg-transparent container mx-auto py-4 px-4 z-50">
<div
class="flex items-center flex-wrap justify-between px-7 lg:px-10 relative"
>
<div class="flex space-x-16">
<img src="./images/logo.svg" alt="blogr logo" />
<ul
class="text-white hidden lg:flex font-medium gap-10 items-center text-base capitalize"
>
<li>
<a href="#" id="connect1"
><span class="hover:border-b-[2.7px] hover:border-white"
>product
<i class="fa-solid arrow1 ml-1 fa-angle-down"></i></span
></a>
<ul
id="sub-connect1"
class="capitalize text-base left-36 absolute font-medium hidden flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#" class="hover:font-bold">overview</a></li>
<li><a href="#" class="hover:font-bold">pricing</a></li>
<li><a href="#" class="hover:font-bold">marketplace</a></li>
<li><a href="#" class="hover:font-bold">features</a></li>
<li>
<a href="#" class="hover:font-bold">integrations</a>
</li>
</ul>
</li>
<li>
<a href="#" id="connect2"
><span class="hover:border-b-[2.7px] hover:border-white"
>company
<i class="fa-solid arrow2 ml-1 fa-angle-down"></i></span
></a>
<ul
id="sub-connect2"
class="capitalize absolute font-medium hidden flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#" class="hover:font-bold">about</a></li>
<li><a href="#" class="hover:font-bold">team</a></li>
<li><a href="#" class="hover:font-bold">blog</a></li>
<li><a href="#" class="hover:font-bold">carrers</a></li>
</ul>
</li>
<li>
<a href="#" id="connect3"
><span class="hover:border-b-[2.7px] hover:border-white"
>connect
<i class="fa-solid arrow3 ml-1 fa-angle-down"></i></span
></a>
<ul
id="sub-connect3"
class="capitalize absolute font-medium hidden flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#" class="hover:font-bold">contact</a></li>
<li><a href="#" class="hover:font-bold">newsletter</a></li>
<li><a href="#" class="hover:font-bold">linkedIn</a></li>
</ul>
</li>
</ul>
</div>
<div class="hidden lg:flex">
<a href="#" class="text-white font-medium capitalize p-3 px-6 py-2"
>login</a
>
<a
href="#"
class="font-medium capitalize rounded-full bg-white text-[#FF255D] p-3 px-7 py-3 hover:bg-[#ff7a85] hover:text-white transition duration-150 ease-in"
>sign up</a
>
</div>
<button id="burger-menu" class="block lg:hidden focus:outline-none">
<img
src="./images/icon-hamburger.svg"
alt="burger-menu"
id="burger-icon"
/>
</button>
</div>
<div class="lg:hidden">
<ul
id="menu"
class="absolute font-ubuntu z-50 hidden flex-col px-8 rounded-lg items-center py-8 space-y-6 mt-10 left-6 right-6 bg-white drop-shadow-md"
>
<li class="text-center">
<a href="#" id="m-connect1"
><span class="text-lg capitalize font-medium">product </span
><i class="fa-solid m-arrow1 ml-1 text-lRed fa-angle-down"></i
></a>
</li>
<ul
id="m-sub-connect1"
class="capitalize hidden text-base left-36 w-full text-center font-medium flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#">overview</a></li>
<li><a href="#">pricing</a></li>
<li><a href="#">marketplace</a></li>
<li><a href="#">features</a></li>
<li>
<a href="#" class="hover:font-bold">integrations</a>
</li>
</ul>
<li class="text-center">
<a href="#" id="m-connect2"
><span class="text-lg capitalize font-medium">company </span
><i class="fa-solid m-arrow2 ml-1 text-lRed fa-angle-down"></i
></a>
</li>
<ul
id="m-sub-connect2"
class="capitalize hidden text-base left-36 w-full text-center font-medium flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#">about</a></li>
<li><a href="#">team</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">carrers</a></li>
</ul>
<li class="text-center">
<a href="#" id="m-connect3"
><span class="text-lg capitalize font-medium">connect </span
><i class="fa-solid m-arrow3 ml-1 text-lRed fa-angle-down"></i
></a>
</li>
<ul
id="m-sub-connect3"
class="capitalize hidden text-base left-36 w-full text-center font-medium flex-col space-y-2 text-vdBlue px-8 mt-5 py-5 rounded-md bg-[#F1F1F1]"
>
<li><a href="#">contact</a></li>
<li><a href="#">newsletter</a></li>
<li><a href="#">linkedIn</a></li>
</ul>
<div
class="flex border-t w-full mt-3 border-black gap-1 flex-col lg:hidden"
>
<a
href="#"
class="text-vdBlue mt-5 font-bold font-overpass text-center capitalize p-3 px-6 py-2"
>login</a
>
<a
href="#"
class="font-medium text-center w-[50%] capitalize text-white rounded-full bg-gradient-to-r mx-auto from-vlRed to-lRed p-3 px-7 py-3"
>sign up</a
>
</div>
</ul>
</div>
</nav>
</header>
<!-- hero start -->
<section
class="bg-gradient-to-r w-full rounded-bl-[6rem] from-vlRed to-lRed"
>
<div class="hero">
<div
class="mx-auto top-64 left-0 right-0 absolute px-4 lg:px-0 capitalize"
>
<h1
class="text-white mb-5 text-4xl md:text-5xl lg:text-6xl font-bold text-center font-overpass lg:whitespace-nowrap mx-auto"
>
a modern publishing platform
</h1>
<p
class="text-white text-center text-lg md:text-xl lg:text-2xl mb-10"
>
grow your audience and build your online brand
</p>
<div class="flex items-center justify-center gap-4">
<a
href="#"
class="text-center font-bold whitespace-nowrap capitalize text-[#ff3d54] rounded-full bg-white px-6 py-3 hover:bg-[#ff7a85] hover:text-white transition duration-150 ease-in"
>start for free</a
>
<a
href="#"
class="text-center font-bold whitespace-nowrap capitalize rounded-full border border-white text-white px-6 py-3 hover:bg-white hover:text-[#ff3d54] transition duration-150 ease-in"
>learn more</a
>
</div>
</div>
</div>
</section>
<!-- Designed start -->
<section class="mt-28 pb-44">
<div class="max-w-2xl mx-auto px-5">
<h1
class="text-vdBlue mb-16 text-3xl xl:text-4xl text-center font-extrabold capitalize font-overpass"
>
designed for the future
</h1>
</div>
<div class="flex flex-wrap items-center lg:flex-row-reverse">
<div class="w-full lg:w-1/2">
<img
src="./images/illustration-editor-mobile.svg"
alt="illustration-editor-mobile"
class="mx-auto drop-shadow-2xl mb-14 lg:hidden scale-110"
/>
<img
src="./images/illustration-editor-desktop.svg"
alt="illustration-editor-desktop"
class="mx-auto drop-shadow-2xl mb-14 hidden lg:block translate-x-[13rem] scale-125"
/>
</div>
<div class="w-full lg:w-1/2">
<div class="max-w-2xl mx-auto px-10">
<h1
class="text-vdBlue mb-4 text-3xl xl:text-4xl text-center lg:text-left font-extrabold capitalize font-overpass"
>
introducing an extensible editor
</h1>
<p
class="text-center font-overpass text-base lg:text-lg lg:text-left capitalize font-medium mb-14"
>
blogr features an exceedingly intuitive interface which lets you
focus on one thing: creating content. the editor supports
management of multiple blogs and allows easy manipulation of
embeds such as images, videos, and Markdown. extensibility with
plugins and themes provide easy ways to add functionality or
change the looks of a blog.
</p>
<h1
class="text-vdBlue mb-4 text-3xl xl:text-4xl lg:text-left text-center font-extrabold capitalize font-overpass"
>
robust content management
</h1>
<p
class="text-center font-overpass text-base lg:text-lg lg:text-left capitalize font-medium"
>
flexible content management enables users to easily move through
posts. increase the usability of your blog by adding customized
categories, sections, format, or flow. With this functionality,
you're in full control.
</p>
</div>
</div>
</div>
</section>
<!-- state start -->
<section
class="state h-full lg:h-[25rem] xl:h-[27rem] rounded-bl-[6rem] py-4 rounded-tr-[6rem]"
>
<div class="container mx-auto">
<div
class="flex flex-col lg:flex-row justify-center lg:justify-around items-center"
>
<div>
<img
src="./images/illustration-phones.svg"
alt="illustration-phones"
class="relative -top-24 z-30 lg:scale-110 xl:scale-125"
/>
</div>
<div class="-mt-32 z-30">
<div class="max-w-xl w-full mx-auto px-5 py-6">
<h1
class="text-white mb-4 text-3xl xl:text-4xl text-center lg:text-left font-extrabold capitalize font-overpass"
>
state of the art infrastructure
</h1>
<p
class="text-center lg:text-left text-white font-overpass text-base lg:text-lg capitalize font-medium"
>
With reliability and speed in mind, worldwide data centers
provide the backbone for ultra-fast connectivity. this ensures
your site will load instantly, no matter where your readers are,
keeping your site competitive.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- free open simple start -->
<section class="mt-20 lg:mt-56 pb-32">
<div class="flex flex-wrap items-center">
<div class="w-full lg:w-1/2">
<img
src="./images/illustration-laptop-mobile.svg"
alt="illustration-editor-mobile"
class="mx-auto drop-shadow-2xl mb-14 lg:hidden scale-x-110"
/>
<img
src="./images/illustration-laptop-desktop.svg"
alt="illustration-editor-desktop"
class="mx-auto drop-shadow-2xl mb-14 hidden lg:block -translate-x-[14rem] scale-125"
/>
</div>
<div class="w-full lg:w-1/2">
<div class="max-w-2xl mx-auto px-10">
<h1
class="text-vdBlue mb-4 text-3xl text-center lg:text-left font-extrabold capitalize font-overpass"
>
free, open, simple
</h1>
<p
class="text-center font-overpass text-base lg:text-lg lg:text-left capitalize font-medium mb-14"
>
blogr is a free and open source application backed by a large
community of helpful developers. it supports features such as code
syntax highlighting, RSS feeds, social media integration,
third-party commenting tools, and works seamlessly with google
analytics. the architecture is clean and is relatively easy to
learn.
</p>
<h1
class="text-vdBlue mb-4 text-3xl lg:text-left text-center font-extrabold capitalize font-overpass"
>
powerful tooling
</h1>
<p
class="text-center font-overpass text-base lg:text-lg lg:text-left capitalize font-medium"
>
batteries included. we built a simple and straightforward CLI tool
that makes customization and deployment a breeze, but capable of
producing even the most complicated sites.
</p>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer class="bg-footer pb-14 pt-14 rounded-tr-[6rem]">
<div
class="container mx-auto flex lg:justify-around flex-col space-x-0 lg:space-x-20 lg:px-10 xl:space-x-56 lg:flex-row justify-center"
>
<div class="mt-3">
<svg
width="101"
class="mx-auto lg:mx-0 mb-14"
height="40"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 30.803V1.486h10.653c1.982 0 3.695.31 5.14.93 1.446.619 2.56 1.5 3.345 2.642.785 1.142 1.177 2.484 1.177 4.026 0 1.404-.303 2.636-.909 3.695a6.48 6.48 0 01-2.56 2.498c1.487.578 2.643 1.494 3.469 2.746.826 1.253 1.239 2.732 1.239 4.439 0 1.707-.44 3.18-1.322 4.418-.88 1.239-2.12 2.202-3.716 2.89-1.596.688-3.482 1.033-5.657 1.033H0zM5.946 6.565v6.73h4.046c1.35 0 2.388-.282 3.118-.846.73-.564 1.094-1.397 1.094-2.498 0-1.101-.365-1.94-1.094-2.519-.73-.578-1.769-.867-3.118-.867H5.946zm0 19.159h4.624c1.542 0 2.732-.33 3.572-.991.84-.66 1.26-1.61 1.26-2.85 0-1.238-.42-2.188-1.26-2.848-.84-.66-2.03-.991-3.572-.991H5.946v7.68zm19.282 5.079V0h5.781v30.803h-5.78zm20.893.619c-1.624 0-3.124-.29-4.5-.867a10.94 10.94 0 01-3.593-2.416 10.96 10.96 0 01-2.374-3.654c-.564-1.404-.846-2.931-.846-4.583 0-1.652.289-3.173.867-4.563a11.354 11.354 0 012.415-3.654 10.96 10.96 0 013.634-2.436c1.39-.578 2.91-.867 4.562-.867 1.625 0 3.125.289 4.501.867a10.94 10.94 0 013.592 2.416 11.01 11.01 0 012.375 3.633c.564 1.39.846 2.911.846 4.563 0 1.651-.289 3.179-.867 4.583a11.297 11.297 0 01-2.416 3.675 10.96 10.96 0 01-3.633 2.436c-1.39.578-2.911.867-4.563.867zm.083-5.203c1.046 0 1.982-.275 2.808-.825.825-.551 1.48-1.301 1.96-2.25.483-.95.723-2.03.723-3.242 0-1.211-.24-2.292-.722-3.241-.482-.95-1.136-1.7-1.961-2.25-.826-.551-1.762-.826-2.808-.826-1.046 0-1.982.275-2.808.825-.826.55-1.48 1.301-1.961 2.25-.482.95-.723 2.03-.723 3.242 0 1.211.241 2.292.723 3.241.482.95 1.135 1.7 1.961 2.25.826.551 1.762.826 2.808.826zm24.155 3.964a9.13 9.13 0 01-3.86-.826 9.492 9.492 0 01-3.118-2.291c-.881-.977-1.57-2.12-2.065-3.427-.495-1.308-.743-2.719-.743-4.233 0-1.569.255-3.02.764-4.356a10.614 10.614 0 012.147-3.489 10.174 10.174 0 013.22-2.333c1.225-.564 2.554-.846 3.985-.846 1.404 0 2.67.282 3.799.846a7.402 7.402 0 012.807 2.457l.124-2.684h5.327v19.2c0 1.68-.269 3.207-.805 4.584-.537 1.376-1.301 2.56-2.292 3.55a10.231 10.231 0 01-3.53 2.292c-1.363.537-2.87.805-4.522.805-1.624 0-3.083-.254-4.376-.764a10.468 10.468 0 01-3.386-2.126 10.035 10.035 0 01-2.271-3.18L67.097 32a5.452 5.452 0 001.92 1.879c.784.454 1.672.681 2.663.681 1.074 0 2.003-.24 2.787-.723.785-.481 1.397-1.156 1.838-2.023.44-.867.66-1.879.66-3.035v-1.775a7.793 7.793 0 01-2.828 2.333c-1.143.564-2.402.846-3.778.846zm1.404-5.12c1.018 0 1.92-.254 2.704-.764a5.556 5.556 0 001.879-2.064c.468-.867.702-1.851.702-2.952 0-1.102-.234-2.086-.702-2.953a5.556 5.556 0 00-1.879-2.064c-.784-.51-1.686-.764-2.704-.764-1.019 0-1.92.255-2.705.764a5.556 5.556 0 00-1.879 2.064c-.468.867-.702 1.851-.702 2.953 0 1.1.234 2.085.702 2.952a5.556 5.556 0 001.88 2.064c.784.51 1.685.764 2.704.764zm15.607 5.74V9h5.327l.206 3.304c.55-1.157 1.294-2.044 2.23-2.664.936-.62 2.037-.929 3.303-.929.386 0 .77.035 1.156.103.386.07.73.159 1.033.269l-.62 5.698a4.361 4.361 0 00-.929-.227 7.495 7.495 0 00-.97-.062c-1.597 0-2.822.489-3.675 1.466-.853.977-1.28 2.36-1.28 4.15v10.694h-5.78z"
fill="#FFF"
fill-rule="nonzero"
/>
</svg>
</div>
<div
class="w-full lg:w-1/3 flex flex-col font-ubuntu gap-3 text-center lg:text-left capitalize"
>
<a href="#" class="text-white font-medium text-lg mb-5">product</a>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>overview</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>pricing</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>marketplace</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>features</span
></a
>
<a href="#" class="text-[#C8C8CB] mb-11 lg:mb-0"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>integrations</span
></a
>
</div>
<div
class="w-full lg:w-1/3 font-ubuntu flex gap-3 flex-col text-center lg:text-left capitalize"
>
<a href="#" class="text-white font-medium text-lg mb-5">company</a>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>about</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>team</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>blog</span
></a
>
<a href="#" class="text-[#C8C8CB] mb-11 lg:mb-0"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>carrers</span
></a
>
</div>
<div
class="w-full lg:w-1/3 font-ubuntu flex gap-3 flex-col text-center lg:text-left capitalize"
>
<a href="#" class="text-white font-medium text-lg mb-5">connect</a>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>contact</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>newsletter</span
></a
>
<a href="#" class="text-[#C8C8CB]"
><span class="hover:border-b-[2.7px] hover:border-[#C8C8CB]"
>LinkedIn</span
></a
>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>