Skip to content

Commit db1f70d

Browse files
committed
add cta
1 parent a2fdd6f commit db1f70d

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

ebook-landing-page/index.html

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,53 @@
1010
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
1111
crossorigin="anonymous"
1212
/>
13+
<style>
14+
section {
15+
padding: 60px 0;
16+
}
17+
</style>
1318
<title>Net Ninja Pro - the Book</title>
1419
</head>
1520
<body>
16-
<h1>Net Ninja Pro - the Book</h1>
17-
<!-- https://i.ibb.co/z5bBS9w/ebook-cover.png
18-
https://i.ibb.co/59bPR5W/kindle.png -->
21+
<!-- navbar -->
22+
23+
<!-- main image & intro text -->
24+
<section id="intro">
25+
<div class="container-lg">
26+
<div class="row g-4 justify-content-center align-items-center">
27+
<div class="col-md-5 text-center text-md-start">
28+
<h1>
29+
<div class="display-2">Black-Belt</div>
30+
<div class="display-5 text-muted">Your Coding Skills</div>
31+
</h1>
32+
<p class="lead my-4 text-muted">
33+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
34+
Laboriosam, dignissimos?
35+
</p>
36+
<a href="#pricing" class="btn btn-secondary btn-lg">Buy Now</a>
37+
</div>
38+
<div class="col-md-5 text-center d-none d-md-block">
39+
<img
40+
src="https://i.ibb.co/z5bBS9w/ebook-cover.png"
41+
alt="ebook cover"
42+
class="img-fluid"
43+
/>
44+
</div>
45+
</div>
46+
</div>
47+
</section>
48+
49+
<!-- pricing plans -->
50+
51+
<!-- topics at a glance -->
52+
53+
<!-- reviews list -->
54+
55+
<!-- contact form -->
56+
57+
<!-- get updates / modal trigger -->
58+
<!-- https://i.ibb.co/59bPR5W/kindle.png -->
59+
1960
<script
2061
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
2162
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"

0 commit comments

Comments
 (0)