-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (243 loc) · 12.8 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
<!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">
<title>Apni | दुकान
</title>
<link rel="icon" href="img/basket.svg" type="image/x-icon">
<!-- bootdtrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- style -->
<link rel="stylesheet" href="style.css">
<!-- fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- 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=Delicious+Handrawn&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Shantell+Sans&display=swap"
rel="stylesheet">
</head>
<body>
<!-------------------------------Navbar-------------------- -->
<nav class="navbar navbar-expand-lg bg-dark">
<div class="container">
<a class="navbar-brand nav-text-color" style="font-size: 2rem;" href="#">APNI <spna style="color: pink;">
दुकान</spna></a>
<button class="navbar-toggler " style="background-color: rgb(255, 255, 255);" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
<!-- <span class="navbar-toggler-icon"></span> -->
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item nav-text-color">
<a class="nav-link nav-text-color " style="font-size: 1.2rem;" aria-current="page"
href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav-text-color" style="font-size: 1.2rem;" aria-current="page"
href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link nav-text-color" style="font-size: 1.2rem;" aria-current="page"
href="#">Contact us</a>
</li>
</ul>
</div>
<form class="d-flex less" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn strbtn" type="submit">Search</button>
<button type="button" class="btn cart-tent-nav"><i class="fa-solid fa-user"></i></button>
<button class="btn cart-tent-nav" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasRight" aria-controls="offcanvasRight"><i
class="fa-solid fa-cart-shopping"></i></button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 id="offcanvasRightLabel">Your Cart <i class="fa-solid fa-cart-shopping"></i> </h5>
<button type="button" class="btn-close text-reset " data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="text-center">
No item available
</div>
</div>
</div>
</div>
</form>
</div>
</nav>
<!---------------slidebar-------------------- -->
<div class="sildbar">
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://cdn.shopify.com/s/files/1/0106/2721/9522/files/slider-1-1_1920x.jpg?v=1614331006"
class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://cdn.shopify.com/s/files/1/0106/2721/9522/files/slider-1-2_1920x.jpg?v=1614331006"
class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://cdn.shopify.com/s/files/1/0106/2721/9522/files/slider-1-3spf_1920x.jpg?v=1614331006"
class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- ------------------------------------------------------------card-------------------------------- -->
<div class="coatges">
<div class="catg container-lg">
<div class="catg-title">
<h3 style="text-align: center;">SHOPPING BY CATEGORIES</h3>
<h5 style="text-align: center; color: #6c757d;">ALL THE T-SHIRTS, SWEATSHIRTS, HOODIES, TANK TOPS, MUG
THAT YOU COULD BE LOOKING FOR
</h5>
</div>
<hr>
<div class="button">
<button type="button" class="btn btn-outline-secondary" onclick="all()">All</button>
<button type="button" class="btn btn-outline-secondary" onclick="electronics()">Electronics</button>
<button type="button" class="btn btn-outline-secondary" onclick="men_clothing()">Men</button>
<button type="button" class="btn btn-outline-secondary" onclick="women_clothing()">Women</button>
<button type="button" class="btn btn-outline-secondary" onclick="jewelery()">Jewellery</button>
</div>
<hr>
</div>
</div>
<!-----------------------shop-card ------------------------------------>
<div class="sop-card">
<div class="container-lg">
<div class="contant row" style="padding-bottom: 10px; background:transparent; flex-wrap: wrap;" id="row">
</div>
</div>
</div>
</div>
<!----------------------------------------------About-------------------------------------- -->
<div class="about-section">
<div class="container-lg" id="About">
<h2>About us</h2>
<p>
We're an online store committed to providing high-quality products at competitive prices.
Our
team offers excellent customer service and a safe shopping environment. Choose us for
hassle-free shopping of electronics, clothing, jewelry, and more. and we look forward to
serving you!
</p>
</div>
</div>
<!---------------------------------------Footer---------------------- -->
<div class="footer bg-white">
<div class="container">
<footer class="text-center text-lg-start text-muted">
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
</section>
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4 footer-titel">
<i class="fas fa-gem me-3 text-secondary"></i>own shop
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4 footer-titel">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4 footer-titel">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<h6 class="text-uppercase fw-bold mb-4 footer-titel">Contact</h6>
<p><i class="fas fa-home me-3 text-secondary"></i> Mumbai, MH 10012, IN</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3 text-secondary"></i> + 01 234 567 89</p>
</div>
</div>
</div>
</section>
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.025);">
© 2023
<a class=" fw-bold" style="font-weight: 400; color: black;"
href="https://github.com/itsKapri/">Nilesh.com</a>
</div>
</footer>
</div>
</div>
<!------------------------------popup--------------------->
<div class="popup">
<div class="container-box">
<div class="close">
</div>
<div class="imgbx">
<img src="img/gift.png" alt="" srcset="">
</div>
<div class="content">
<div>
<h3>special offer
</h3>
<h2>80<sup>%</sup><span>OFF</span></h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<a href="#">Get the Deal</a>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>