-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (162 loc) · 8.21 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
<!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://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css">
<title>Product-Landing-Page</title>
</head>
<body class="fluid">
<!-- ✨✨Navbar✨✨ -->
<nav class="navbar navbar-expand-lg navbar-dark py-3 fixed-top bg-dark px-5">
<a href="#" class="navbar-brand text-warning text-dif">Crafty</a>
<button
class="navbar-toggler ms-auto"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item ms-auto">
<a href="#features" class="nav-link">Features</a>
</li>
<li class="nav-item ms-auto">
<a href="#video" class="nav-link">Product Video</a>
</li>
<li class="nav-item ms-auto">
<a href="#items" class="nav-link">Items</a>
</li>
<li class="nav-item ms-auto">
<a href="#get-updated" class="nav-link">Get Updated</a>
</li>
</ul>
</div>
</nav>
<!-- ✨✨Showcase✨✨ -->
<section class="px-5 text-center text-sm-start Showcase">
<div class="row justify-content-between align-items-center pt-5">
<div class="col-md">
<h1 class="pt-5">Welcome to <span class="text-warning">Crafty</span></h1>
<p class="my-4 lead">
We provide you with high-quality, handmade papercrafts at a reasonable price.
</p>
</div>
<div class="col-md">
<img class="img-fluid pt-5 d-sm-block" src="img/1.svg" alt="" >
</div>
</div>
</section>
<!-- ✨✨Features Section✨✨ -->
<section class="pt-5 py-lg-5 text-sm-start" id="features">
<div class="d-sm-flex align-items-center justify-content-between">
<img class="img-fluid px-5 w-50 d-none d-sm-block" src="img/item-1.jpg" alt="">
<div class="px-4">
<div id="cont1">
<h2 class="text-dark pb-2"><i class="bi bi-check-circle text-warning"></i> Good Quality Materials</h2>
<p class="pb-3 text-dark lead">We use good quality material to make all our papercrafts.</p>
</div>
<div id="cont2">
<h2 class="text-dark pb-2"><i class="bi bi-check-circle text-warning"></i> Personalized Designs</h2>
<p class="pb-3 text-dark lead">We make personalized designs as your desire at a reasonable price.</p>
</div>
<div id="cont3">
<h2 class="text-dark pb-2"><i class="bi bi-check-circle text-warning"></i> Fast Shipping</h2>
<p class="pb-3 text-dark lead">We make sure you recieve your order as soon as we have finished
making it. We also provide free returns if you are not satisfied.</p>
</div>
</div>
</div>
</section>
<!-- ✨✨Product Video✨✨ -->
<section class="py-5 bg-yellow" id="video">
<div class="container text-center">
<h1 class="pb-5">Watch product video</h1>
<video width="90%" height="auto" controls>
<source src="img/pexels-ron-lach-7509597.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>
<!-- ✨✨Items Section✨✨ -->
<div class="pt-5" id="items">
<h1 class="pt-5 text-center">Items in the store</h1>
</div>
<section class="py-3 px-5" id="item1">
<div class="row py-3 align-items-center justify-content-between">
<div class="col-md pb-3">
<h3 class="mb-3 item1-color pt-5">
<i class="bi bi-diamond item1-color"></i> Lorem ipsum
</h3>
<p class="py-2 lead">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi earum fugiat deserunt architecto quasi sit consectetur, est illum amet laborum at magni, eligendi dolores distinctio, ipsa ullam consequatur vero eos.
</p>
<a href="#" class="btn back-item1 text-light">Read More</a>
</div>
<div class="col-md py-3">
<img class="img-fluid" src="img/item-2.jpg" alt="">
</div>
</div>
</section>
<div class="grad-1"></div>
<section class="py-3 px-5" id="item2">
<div class="row py-3 align-items-center justify-content-between">
<div class="col-md py-3">
<img class="img-fluid" src="img/item-4.jpg" alt="">
</div>
<div class="col-md py-3">
<h3 class="mb-3 item2-color">
<i class="bi bi-diamond item2-color"></i> Lorem ipsum
</h3>
<p class="py-2 lead">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi earum fugiat deserunt architecto quasi sit consectetur, est illum amet laborum at magni, eligendi dolores distinctio, ipsa ullam consequatur vero eos.
</p>
<a href="#" class="btn back-item2 text-light">Read More</a>
</div>
</div>
</section>
<div class="grad-2"></div>
<section class="py-3 px-5" id="item3">
<div class="row py-3 align-items-center justify-content-between">
<div class="col-md cont py-3">
<h3 class="mb-3 item3-color">
<i class="bi bi-diamond item3-color"></i> Lorem ipsum
</h3>
<p class="py-2 lead">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi earum fugiat deserunt architecto quasi sit consectetur, est illum amet laborum at magni, eligendi dolores distinctio, ipsa ullam consequatur vero eos.
</p>
<a href="#" class="btn back-item3 text-light">Read More</a>
</div>
<div class="col-md py-3">
<img class="img-fluid" src="img/item-3.jpg" alt="">
</div>
</div>
</section>
<!-- ✨✨Get Updated Section✨✨ -->
<section class="p-5 getUpdated" id="get-updated">
<div>
<div class="d-md-flex justify-content-between align-items-center">
<h4 class="mb-3 mb-md-0">Enter your email to get updated with our latest products!</h4>
<div class="input-group news-input">
<input
type="text"
class="form-control"
placeholder="Enter Email"
/>
<button class="btn btn-dark text-light btn-lg" type="button">Submit</button>
</div>
</div>
</div>
</section>
<!-- ✨✨Footer✨✨ -->
<footer class="p-3 pt-4 bg-dark text-white text-center position-relative">
<p class="lead">Copyright © 2024 <span class="text-warning text-dif foot-brand">Crafty</span></p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>