-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
587 lines (582 loc) · 22.2 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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="images/favicon.png" />
<title>Free E-Book | Start Your Own Blog</title>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="./images/logo.png" width="225" alt="logo" />
</a>
<button
class="navbar-toggler navbar-toggler-icon"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
></button>
<!-- Navigation Menu -->
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a
class="nav-link fw-semibold"
aria-current="page"
href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a
class="nav-link fw-semibold"
aria-current="page"
href="#details.html"
>Details</a
>
</li>
<li class="nav-item">
<a
class="nav-link fw-semibold btn btn-outline-light px-4 mx-4"
aria-current="page"
href="contact.html"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- headers -->
<header class="header">
<!-- hero -->
<div class="hero text-white pt-7">
<div class="container-xxl">
<div class="row">
<div class="col-md-6">
<div class="image-container mb-5 px-4">
<img
src="./images/header-ebook.png"
class="img-fluid"
alt="ebook-image"
/>
</div>
</div>
<div class="col-md-6">
<div
class="text-container p-4 d-flex flex-column justify-content-center h-100 mb-5"
>
<h1 class="fw-bold display-3">Welcome to Blog Mastery</h1>
<p class="lead">
Are you ready to take your blogging journey to new heights?
Blog Mastery is your ultimate guide to creating and managing a
successful blog that captivates your audience and drives
engagement.
</p>
<div class="form-container text-center">
<form class="my-4">
<input
type="email"
class="form-control form-control-lg rounded-5"
placeholder="Email Address"
aria-label="Email"
aria-describedby="basic-addon1"
/>
</form>
<div class="d-grid">
<button class="btn btn-primary text-white btn-lg">
Free download
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<svg
class="frame-decoration"
data-name="Layer 2"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none"
viewBox="0 0 1920 192.275"
>
<defs>
<style>
.cls-1 {
fill: #f3f6f9;
}
</style>
</defs>
<title>frame-decoration</title>
<path
class="cls-1"
d="M0,158.755s63.9,52.163,179.472,50.736c121.494-1.5,185.839-49.738,305.984-49.733,109.21,0,181.491,51.733,300.537,50.233,123.941-1.562,225.214-50.126,390.43-50.374,123.821-.185,353.982,58.374,458.976,56.373,217.907-4.153,284.6-57.236,284.6-57.236V351.03H0V158.755Z"
transform="translate(0 -158.755)"
/>
</svg>
</header>
<!-- icons -->
<section class="icons bg-light pb-5">
<div class="container-xl">
<div class="container text-center">
<div class="row">
<div class="col-md-4 d-flex gap-4">
<i class="fas fa-user fa-3x text-primary"></i>
<div>
<h5 class="fw-bold">Unlock Your Blogging Potential</h5>
<p class="text-muted">
Discover the key to unleashing your true blogging potential.
Our ebook provides expert guidance on creating compelling
content
</p>
</div>
</div>
<div class="col-md-4 d-flex gap-4">
<i class="fas fa-rocket fa-3x text-primary"></i>
<div>
<h5 class="fw-bold">Skyrocket Your Blog's Success</h5>
<p class="text-muted">
Take your blog to new heights with our proven strategies for
driving traffic and increasing your blog's visibility.
</p>
</div>
</div>
<div class="col-md-4 d-flex gap-4">
<i class="fas fa-dollar-sign fa-3x text-primary"></i>
<div>
<h5 class="fw-bold">Monetize Your Blog</h5>
<p class="text-muted">
Turn your passion for blogging into a profitable venture. Our
ebook reveals tried-and-tested monetization strategies
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Details page -->
<section id="details" class="details my-5">
<div class="container">
<div class="container text-center">
<div class="row">
<div class="col-lg-6">
<div
class="text-container d-flex justify-content-center flex-column h-100"
>
<h2 class="display-6">Unlock Your Blogging Potential</h2>
<p>
Are you ready to unleash your true blogging potential? Our
ebook, "Blog Mastery," provides you with the tools and
knowledge to take your blog to the next level.
</p>
<ul class="list-group-flush list-group lh-lg">
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Unleash Your Creativity:</strong> Our ebook
empowers you to unleash your creativity and express your
unique voice through your blog.
</p>
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Build a Community:</strong> Connect with your
readers and foster a vibrant community around your blog.
</p>
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Monetize Your Passion:</strong> Learn effective
strategies to turn your blog into a source of income.
</p>
</li>
</ul>
<a
class="btn btn-primary text-white mt-4 align-self-start"
data-bs-toggle="modal"
data-bs-target="#modal1"
>Get your copy</a
>
</div>
</div>
<div class="col-lg-6">
<div class="image-container p-5">
<img
src="./images/description.png"
class="img-fluid"
alt="..."
/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Modal 1 -->
<!-- Modal 1 -->
<div
class="modal fade"
id="modal1"
tabindex="-1"
aria-labelledby="modal1Label"
aria-hidden="true"
>
<div class="modal-dialog modal-lg">
<div class="modal-content p-5">
<div class="container text-center">
<div class="row">
<div class="col-lg-6">
<img
src="./images/description.png"
class="img-fluid"
alt="Description"
/>
</div>
<div class="col-lg-6">
<h2 class="display-6">Unlock Your Blogging Potential</h2>
<p>
Are you ready to unleash your true blogging potential? Our
ebook, "Blog Mastery," provides you with the tools and
knowledge to take your blog to the next level.
</p>
<ul class="list-group list-group-flush lh-lg">
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Unleash Your Creativity:</strong> Our ebook empowers
you to unleash your creativity and express your unique voice
through your blog.
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Build a Community:</strong> Connect with your
readers and foster a vibrant community around your blog.
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Monetize Your Passion:</strong> Learn effective
strategies to turn your blog into a source of income.
</li>
</ul>
<a
class="btn btn-primary text-white mt-3"
href="#"
data-bs-toggle="modal"
data-bs-target="#modal1"
>Free Download</a
>
<button
type="button"
class="btn btn-light mt-2"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- statement 1 -->
<section class="statement mb-5">
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-container bg-light p-5 rounded-5">
<h2>Master the Art of Blogging Excellence</h2>
<p>
Transform your blog from a mere hobby to a thriving online
business with our ebook, "Blog Mastery: Monetize Your Passion."
This invaluable resource is your roadmap to turning your blog
into a profitable venture. Learn how to monetize your content
through various strategies such as sponsored posts, affiliate
marketing, and product creation. Gain insights into building a
strong brand, attracting lucrative partnerships, and maximizing
your earning potential. Take the leap and unlock the financial
rewards of your blogging journey.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- details 2 -->
<section class="details my-5">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-container p-5">
<img src="./images/author.png" class="img-fluid" alt="Author" />
</div>
</div>
<!-- section 2 -->
<div class="col-lg-6">
<div
class="text-container d-flex justify-content-center flex-column h-100"
>
<h2 class="display-6">Transform Your Blogging Journey</h2>
<p>
Are you ready to elevate your blogging experience? Our ebook,
"Blog Mastery," equips you with essential insights and practical
tools to enhance your blogging skills and engage your audience.
</p>
<ul class="list-group-flush list-group lh-lg">
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Ignite Your Creativity:</strong> Discover how to tap
into your imagination and express your authentic voice
through your writing.
</p>
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Foster Community Engagement:</strong> Learn
effective strategies to build a loyal readership and create
an interactive blog environment.
</p>
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<p>
<strong>Turn Passion into Profit:</strong> Uncover methods
to monetize your blog and transform your passion into a
sustainable income stream.
</p>
</li>
</ul>
<a
class="btn btn-primary text-white mt-4 align-self-start"
data-bs-toggle="modal"
data-bs-target="#modal2"
>Learn More</a
>
</div>
</div>
</div>
</div>
</section>
<!-- modal 2 -->
<div
class="modal fade"
id="modal2"
tabindex="-1"
aria-labelledby="modal2Label"
aria-hidden="true"
>
<div class="modal-dialog modal-lg">
<div class="modal-content p-5">
<div class="container text-center">
<div class="row">
<div class="col-lg-6">
<img src="./images/author.png" class="img-fluid" alt="Author" />
</div>
<div class="col-lg-6">
<h2 class="display-6">Elevate Your Blogging Game</h2>
<p>
Ready to take your blogging journey to new heights? Our ebook,
"Blog Mastery," equips you with the insights and techniques
needed to captivate your audience and refine your craft.
</p>
<ul class="list-group list-group-flush lh-lg">
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Ignite Your Imagination:</strong> Discover powerful
methods to enhance your creativity and find your unique
voice.
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Engage Your Audience:</strong> Build lasting
connections with your readers and foster a supportive
community.
</li>
<li class="list-group-item">
<i class="fas fa-square text-primary"></i>
<strong>Generate Revenue:</strong> Unlock strategies to
monetize your blog effectively and create a sustainable
income stream.
</li>
</ul>
<a
class="btn btn-primary text-white mt-3"
href="#"
data-bs-toggle="modal"
data-bs-target="#modal1"
>Get Your Free Copy</a
>
<button
type="button"
class="btn btn-light mt-2"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- testimonials -->
<section class="mb-8">
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<img
src="https://randomuser.me/api/portraits/men/22.jpg"
class="rounded-circle mb-3"
alt="..."
/>
<p class="fst-italic lead">
"This ebook completely transformed my blogging journey. The
practical strategies and valuable insights helped me take my blog
to new heights. / highly recommend it!"
</p>
<p class="fw-bold">Kenny Smith - Portland ME</p>
</div>
<div class="col-md-4 text-center">
<img
src="https://randomuser.me/api/portraits/women/32.jpg"
class="rounded-circle mb-3"
alt="..."
/>
<p class="fst-italic lead">
"I'm so grateful for this ebook! It provided me with the guidance
and inspiration I needed to create engaging content and build a
loyal readership. It's a game-changer!"
</p>
<p class="fw-bold">Laurie Mitchell - Miami FL</p>
</div>
<div class="col-md-4 text-center">
<img
src="https://randomuser.me/api/portraits/men/60.jpg"
class="rounded-circle mb-3"
alt="..."
/>
<p class="fst-italic lead">
"I can't recommend this ebook enough. It's a treasure of blogging
wisdom. It helped me unlock my creativity, connect with my
audience, and achieve remarkable results."
</p>
<p class="fw-bold">Henry White - Boston MA</p>
</div>
</div>
</div>
</section>
<!-- Download section -->
<section class="download">
<div class="container">
<div class="row">
<div class="col-lg-5">
<img
src="./images/download-ebook.png"
class="img-fluid mt-n6-custom mb-5"
alt="Download Ebook"
/>
</div>
<div class="col-lg-7">
<div
class="text-container text-white d-flex flex-column justify-content-center h-100 mb-5"
>
<h2 class="fw-bold">Get Your Free Ebook Now</h2>
<p>
Unlock the power of knowledge and take your blogging journey to
the next level. Our ebook, "Blog Mastery: The Ultimate Guide to
Blogging Success," is your key to success.
</p>
<!-- form -->
<form>
<div class="input-group mb-3">
<input
type="email"
class="form-control"
placeholder="Email Address"
/>
<button
type="submit"
class="btn btn-primary text-white rounded-end"
>
Download
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Social -->
<section class="social text-bg-dark py-6 overflow-hidden">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center fs-4">
<p>
Stay connected and join our vibrant community. For any inquiries
or assistance, feel free to reach out to us
</p>
<div class="social-icons d-flex justify-content-center gap-4">
<i class="fa-brands fa-facebook-f fa-2x"></i>
<i class="fa-brands fa-twitter fa-2x"></i>
<i class="fa-brands fa-youtube fa-2x"></i>
<i class="fa-brands fa-instagram fa-2x"></i>
<i class="fa-brands fa-pinterest fa-2x"></i>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="border-top border-primary bg-dark text-white py-4">
<div class="container">
<div class="row">
<div class="col-12 col-md-8 mb-3 mb-md-0">
<ul
class="navbar d-flex justify-content-center justify-content-md-start"
>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#details"
>Details</a
>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#contact"
>Contact</a
>
</li>
</ul>
</div>
<div class="col-12 col-md-4 text-center text-md-end">
<p class="mb-0">Copyright © Blog Mastery 2023</p>
</div>
</div>
</div>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>