File tree Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Original file line number Diff line number Diff line change 10
10
integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC "
11
11
crossorigin ="anonymous "
12
12
/>
13
+ < style >
14
+ section {
15
+ padding : 60px 0 ;
16
+ }
17
+ </ style >
13
18
< title > Net Ninja Pro - the Book</ title >
14
19
</ head >
15
20
< 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
+
19
60
< script
20
61
src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js "
21
62
integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM "
You can’t perform that action at this time.
0 commit comments