-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
587 lines (501 loc) · 14.4 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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | [Blogr]</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
body {
background: #fafafa;
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
.head {
width: 100%;
height: 550px;
overflow: hidden;
background: linear-gradient(to right, hsl(13, 100%, 72%), hsl(353, 100%, 62%));
border-bottom-left-radius: 80px;
position: relative;
}
.bg-pattern {
margin-top: -1396px;
width: 1885px;
margin-left: 36px;
}
.navitems {
color: white;
display: flex;
align-items: center;
}
.maingap {
margin-left: 150px;
margin-right: 150px;
margin-top: 50px;
text-align-last: center;
display: flex;
align-items: center;
}
.btns {
float: right;
}
.loginbtn {
font-size: 13px;
letter-spacing: 1px;
line-height: 15px;
border-radius: 40px;
transition: all 0.3s ease 0s;
height: 40px;
font-weight: bolder;
width: 80px;
}
.regbtn {
font-size: 13px;
letter-spacing: 1px;
line-height: 15px;
border-radius: 40px;
transition: all 0.3s ease 0s;
height: 40px;
font-weight: bolder;
width: 100px;
}
.startforfree {
font-size: 13px;
letter-spacing: 1px;
line-height: 15px;
border-radius: 40px;
transition: all 0.3s ease 0s;
height: 40px;
font-weight: bolder;
width: 130px;
}
.logo {
text-align-last: center;
}
.transparent-btn {
color: white;
background: transparent;
}
.transparent-btn:hover {
color: hsl(353, 100%, 62%) !important;
background: #ffffff !important;
}
.colored-btn {
color: hsl(353, 100%, 62%) !important;
background: #ffffff !important;
}
.colored-btn:hover {
color: white;
background: transparent;
}
.learn-more {
width: 150px;
}
.arrow {
float: left;
margin-left: 5px;
}
.large-text {
color: white;
font-size: 50px;
text-align: -webkit-center;
margin-top: 120px;
font-weight: 600;
}
.second-text {
color: white;
font-size: 19px;
text-align: -webkit-center;
}
.bordered-btn {
border: 1px solid white;
margin-left: 20px;
}
.center-content {
text-align: center;
}
.margin-top-content {
margin-top: 30px;
}
.heading-text {
font-size: 40px;
}
.second-element-gap {
margin-left: 150px;
margin-right: 150px;
margin-top: 150px;
}
.text-color {
color: hsl(237, 23%, 32%);
}
.sub-heading {
font-size: 30px;
}
.sub-main-content {
margin-top: 80px;
}
.sub-paragraph {
margin-top: 40px;
line-height: 1.8;
}
.second-panel-image {
top: 1%;
right: -336px;
width: 1201px;
}
.sub-content-container {
margin-top: 170px;
}
.upper-container {
position: relative;
overflow: hidden;
min-height: 1246px;
}
.third-absolute-container {
position: relative;
min-height: 500px;
}
.third-container {
background: hsl(237, 17%, 21%);
width: 100%;
height: 405px;
margin-top: 60px;
position: relative;
border-bottom-left-radius: 80px;
border-top-right-radius: 80px;
}
.circle-container {
height: 405px;
overflow: hidden;
position: relative;
}
.phone-svg {
position: absolute;
top: -16%;
}
.circle-svg {
position: absolute;
top: -127%;
margin-left: -241px;
}
.panel-gap {
margin-left: 150px;
margin-right: 150px;
}
.third-title {
color: white;
font-size: 45px;
}
.third-text {
color: white;
font-size: 15px;
line-height: 2;
}
.side-text {
position: absolute;
width: 100%;
display: table;
margin: inherit;
}
.margin-third-text {
margin-top: 15px;
}
.third-title-container {
margin-top: 15px;
}
.fourth-container {
height: 650px;
display: flex;
align-items: center;
position: relative;
}
.fourth-panel-image {
position: absolute;
margin-left: -281px;
top: 17%;
}
.img-container {
position: relative;
}
.fourth-sub-title {
font-size: 25px;
margin-top: 50px;
}
.sub-fourth-paragraph {
margin: 0;
padding: 0;
margin-top: 20px;
line-height: 1.8;
}
.fourth-sub-container {
position: absolute;
top: 38%;
}
.footer {
height: 550px;
margin-top: 400px;
border-top-right-radius: 80px;
background: hsl(240, 10%, 16%);
}
.textstyles {
color: white;
}
li {
list-style-type: none;
line-height: 2.5;
}
.start-of-list {
margin-bottom: 25px;
}
.footer-gap {
margin-top: 70px;
}
.row {
margin-right: 0px !important;
}
</style>
</head>
<body>
<div class="main">
<div class="head">
<div class="maingap row">
<div class="col-md-2">
<img class="logo" src="images/logo.svg" />
</div>
<div class="col-md-3 row">
<div class="navitems col-md-4">
<div>Product</div>
<img class="arrow" src="images/icon-arrow-light.svg">
</div>
<div class="navitems col-md-4">
<div>Company</div>
<img class="arrow" src="images/icon-arrow-light.svg">
</div>
<div class="navitems col-md-4">
<div>Connect</div>
<img class="arrow" src="images/icon-arrow-light.svg">
</div>
</div>
<div class="col-md-7">
<div class="btns row">
<div class="col-md-4"><button type="button" class="loginbtn transparent-btn btn">Login</button></div>
<div class="col-md-2"><button type="button" class="regbtn colored-btn btn">Sign Up</button></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 large-text">
A modern publishing platform
</div>
</div>
<div class="row">
<div class="col-md-12 second-text">
Grow your audience and build your online brand
</div>
</div>
<div class="row">
<div class="col-md-12 center-content margin-top-content">
<button type="button" class="startforfree colored-btn btn">Start for Free</button>
<button type="button" class="startforfree transparent-btn bordered-btn btn">Learn More</button>
</div>
</div>
<img class="bg-pattern" src="images/bg-pattern-intro.svg" />
</div>
<div class="upper-container">
<div class="second-element-gap text-color row">
<div style="text-align: center;" class="heading-text col-md-12">
Designed for the future
</div>
<div class="sub-content-container">
<div class="sub-main-content row">
<div class="sub-heading col-md-6">
Introducing an extensible editor
</div>
</div>
<div class="sub-paragraph row">
<div class="col-md-4">
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.
</div>
</div>
<div class="sub-main-content row">
<div class="sub-heading col-md-6">
Robust content management
</div>
</div>
<div class="sub-paragraph row">
<div class="col-md-4">
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.
</div>
</div>
</div>
</div>
<img class="second-panel-image" style="position: absolute;" src="images/illustration-editor-desktop.svg">
</div>
<div class="third-container">
<div class="side-text">
<div class="third-title-container row">
<div class="col-md-6"></div>
<div class="third-title col-md-6">
State of the Art Infrastructure
</div>
</div>
<div class="row margin-third-text">
<div class="col-md-6"></div>
<div class="third-text col-md-4">
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.
</div>
</div>
</div>
<div class="circle-container">
<img class="circle-svg" src="images/bg-pattern-circles.svg">
</div>
<div class="panel-gap">
<img class="phone-svg" src="images/illustration-phones.svg">
</div>
</div>
<div class="fourth-container">
<div class="fourth-sub-container row panel-gap">
<div class="col-md-6">
</div>
<div class="col-md-6 ">
<div class="row">
<div class="fourth-sub-title">Free, open, simple</div>
</div>
<div class="row">
<div class="col-md-8 sub-fourth-paragraph">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.
</div>
</div>
<div class="row">
<div class="fourth-sub-title">Powerful tooling</div>
</div>
<div class="row">
<div class="col-md-8 sub-fourth-paragraph">
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.
</div>
</div>
</div>
</div>
<img class="fourth-panel-image" src="images/illustration-laptop-desktop.svg" />
</div>
<div class="footer">
<div class="row textstyles panel-gap">
<div class="col-md-3 footer-gap">
<img class="logo" src="images/logo.svg" />
</div>
<div class="col-md-3 footer-gap">
<ul>
<li class="start-of-list">Product</li>
<li>Overview</li>
<li>Pricing</li>
<li>Marketplace</li>
<li>Features</li>
<li>Integrations</li>
</ul>
</div>
<div class="col-md-3 footer-gap">
<ul>
<li class="start-of-list">Company</li>
<li>About</li>
<li>Team</li>
<li>Blog</li>
<li>Careers</li>
</ul>
</div>
<div class="col-md-3 footer-gap">
<ul>
<li class="start-of-list">Connect</li>
<li>Contact</li>
<li>Newsletter</li>
<li>LinkedIn</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Product
Overview
Pricing
Marketplace
Features
Integrations
Company
About
Team
Blog
Careers
Connect
Contact
Newsletter
LinkedIn
Introducing an extensible editor
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.
Robust content management
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.
State of the Art Infrastructure
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.
Free, open, simple
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.
Powerful tooling
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.
Product
Overview
Pricing
Marketplace
Features
Integrations
Company
About
Team
Blog
Careers
Connect
Contact
Newsletter
LinkedIn -->
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Usama Ahmed</a>.
</div>
</body>
</html>