-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
543 lines (531 loc) · 20.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free E-Book | Start Your Own Blog</title>
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet"
/>
<!-- Style sheets -->
<link rel="stylesheet" href="src/css/fontawesome.css" />
<link rel="stylesheet" href="src/css/bootstrap.css" />
<link rel="stylesheet" href="src/css/main.css" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container">
<a href="index.html" class="navbar-brand">
<img src="src/images/logo.png" alt="Logo" width="255px" />
</a>
<button
class="navbar-toggler ms-auto"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarDropdown"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarDropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#header " class="nav-link fw-semibold">Home</a>
</li>
<li class="nav-item">
<a href="#details" class="nav-link fw-semibold">Details</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link fw-semibold">About</a>
</li>
<li class="nav-item">
<a href="#download" class="nav-link fw-semibold">Download</a>
</li>
<li class="nav-item">
<a
href="src/contact.html"
class="nav-link btn border btn-outline-light fw-semibold px-4 mx-4"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="header" id="header">
<!-- Hero -->
<div class="hero text-white pt-7">
<div class="container-xl">
<div class="row">
<div class="col-md-6">
<div class="image-container mb-5 px-5">
<img
src="src/images/header-ebook.png"
alt="img"
class="img-fluid"
/>
</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="display-3 fw-bold">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>
<!-- form -->
<div class="form-container text-center">
<form action="#">
<div class="my-4">
<input
type="email"
class="form-control form-control-lg rounded-5"
placeholder="Email Address"
/>
</div>
<div class="d-grid">
<button class="btn btn-lg btn-primary text-white">
Free Download
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- svg | wave effect -->
<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="row hstack g-4">
<div class="col-md-4 d-flex gap-4">
<i class="fas fa-user fa-3x text-primary"> </i>
<div>
<h5 class="fw-bold">Unlcok Your Bloggin 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-secondary"> </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>
</section>
<!-- Details -->
<section id="details" class="my-5">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div
class="text-container d-flex flex-column justify-content-center 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 list-group-flush lh-lg">
<li class="list-group-item">
<i class="fas fa-check-square text-primary me-2"></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-check-square text-primary me-2"></i>
<strong>Maximize Your Reach :</strong> Learn how to optimize
your blog for search engines.
</li>
<li class="list-group-item">
<i class="fas fa-check-square text-primary me-2"></i>
<strong>Monetization Strategies :</strong> Discover various
monetization strategies, such as sponsored content & affiliate
marketing.
</li>
</ul>
<!-- Modal Open Button -->
<a
data-bs-toggle="modal"
data-bs-target="#modal-One"
class="btn btn-primary text-white mt-4 align-self-center shadow-sm"
>Get Your Copy Now</a
>
</div>
</div>
<div class="col-lg-6">
<div class="image-container p-5">
<img
src="src/images/description.png"
alt="img"
class="img-fluid"
/>
</div>
</div>
</div>
</div>
</section>
<!-- Modal-One -->
<div id="modal-One" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content p-5">
<div class="row">
<div class="col-lg-6">
<div class="image-container">
<img
src="src/images/description.png"
alt="img"
class="img-fluid"
/>
</div>
</div>
<div class="col-lg-6">
<div class="text-container">
<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 mb-3">
<li class="list-group-item">
<i class="fas fa-lightbulb text-primary me-3"></i>
<strong>Unleash Your Creativity </strong>
</li>
<li class="list-group-item">
<i
class="fas fa-arrow-up-from-ground-water text-primary me-3"
></i>
<strong>Maximize Your Reach</strong>
</li>
<li class="list-group-item">
<i class="fas fa-dollar-sign text-primary me-3"></i>
<strong>Monetization Strategies</strong>
</li>
</ul>
<!-- Buttons -->
<a href="#details" class="btn btn-primary text-white"
>Free Download</a
>
<button class="btn btn-dark float-end" data-bs-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Statements -->
<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 ebooks, "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 lucreative partnerships, and
maximizeing 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" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-container p-5">
<img
src="src/images/author.png"
alt="author-image"
class="img-fluid"
/>
</div>
</div>
<div class="col-lg-6">
<div class="text-container p-5">
<h2 class="display-6">Craft Remarkable Content</h2>
<p>
Discover techniques for effective storytelling, engaging
visuals, and compelling calls-to-action. Unlock the secrets of
creating a consistent and authentic brand voice that sets you
apart from the competition. With our ebook, you'll have the
knowledge and insperation to captivate your audience and leave a
lasting impression.
</p>
<ul class="list-group list-group-flush lh-lg">
<li class="list-group-item">
<i class="fas fa-check-square text-primary me-2"></i>
<strong>Embrace Your Unique Voice :</strong> Learn how to
harness the power of your unique voice.
</li>
<li class="list-group-item">
<i class="fas fa-check-square text-primary me-2"></i>
<strong>Spark Creativity :</strong> Explore techniques to
spark creativity and overcome writer's block.
</li>
<li class="list-group-item">
<i class="fas fa-check-square text-primary me-2"></i>
<strong>Engage Your Readers :</strong> Discover strategies for
creating content that engages your readers on a deeper level.
</li>
</ul>
<a
data-bs-toggle="modal"
data-bs-target="#modal-Two"
class="btn btn-primary text-white mt-4 align-self-center shadow-sm"
>Learn More</a
>
</div>
</div>
</div>
</div>
</section>
<!-- Modal-Two -->
<div id="modal-Two" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content p-5">
<div class="row">
<div class="col-lg-6 mb-3">
<div class="text-container">
<h2 class="display-6">Craft Remarkable Content</h2>
<p>
Discover techniques for effective storytelling, engaging
visuals, and compelling calls-to-action and much more ...
</p>
<ul class="list-group list-group-flush lh-lg mb-3">
<li class="list-group-item">
<i class="fas fa-star text-primary me-2"></i>
<strong>Embrace Your Unique Voice </strong>
</li>
<li class="list-group-item">
<i class="fas fa-lightbulb text-primary me-2"></i>
<strong>Spark Creativity </strong>
</li>
<li class="list-group-item">
<i class="fas fa-book text-primary me-2"></i>
<strong>Engage Your Readers </strong>
</li>
</ul>
<a class="btn btn-primary text-white">Free Download</a>
<button class="btn btn-dark float-end" data-bs-dismiss="modal">
Close
</button>
</div>
</div>
<div class="col-lg-6">
<div class="image-container">
<img src="src/images/author.png" alt="img" class="img-fluid" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<section class="testimonials mb-8" id="testimonials">
<div class="container">
<div class="row">
<div class="col-md-4 text-center mb-sm-5">
<img
src="src/images/user-1.jpg"
alt="user1"
class="rounded-circle mb-3"
/>
<p class="lead fst-italic">
"This ebook completely transformed my blogging journey. The
practical strategies and valuable insights helped me take my blog
to new heights. I highly recommend it!"
</p>
<p class="fw-bold">Abhishake - India</p>
</div>
<div class="col-md-4 text-center mb-sm-5">
<img
src="src/images/user-2.jpg"
alt="user1"
class="rounded-circle mb-3"
/>
<p class="lead fst-italic">
"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">Eti Rayina - America</p>
</div>
<div class="col-md-4 text-center mb-sm-5">
<img
src="src/images/user-3.jpg"
alt="user1"
class="rounded-circle mb-3"
/>
<p class="lead fst-italic">
"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">Jonas Smith - Portugal</p>
</div>
</div>
</div>
</section>
<!-- Download -->
<section class="download" id="download">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="image-container mt-n6 mb-5">
<img
src="src/images/download-ebook.png"
alt="#"
class="img-fluid"
/>
</div>
</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 action="#">
<div class="input-group mb-3">
<input
type="email"
class="form-control"
placeholder="Email Address"
/>
<button 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" id="social">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center fs-4">
<p class="mb-5">
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">
<a href="#"><i class="fab fa-github fa-2x"></i></a>
<a href="#"><i class="fab fa-whatsapp fa-2x"></i></a>
<a href="#"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer
class="border-top border-primary bg-dark text-white py-4 footer-dark"
>
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="nav">
<li class="nav-item">
<a href="#header" class="nav-link link-light">Home</a>
</li>
<li class="nav-item">
<a href="#details" class="nav-link link-light">Details</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link link-light">About</a>
</li>
<li class="nav-item">
<a href="#download" class="nav-link link-light">Download</a>
</li>
<li class="nav-item">
<a href="src/contact.html" class="nav-link link-light"
>Contact</a
>
</li>
</ul>
</div>
<div class="col-md-4 d-none d-lg-block">
<p class="text-end">Copyright © Blog Mastery 2024</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="src/Js/bootstrap.bundle.min.js"></script>
<script src="src/Js/script.js"></script>
</body>
</html>