forked from prashantmore277/NaeeShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (314 loc) · 18 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
<!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>NaeeShop work in progress</title>
<link rel="shortcut icon" href="./NAEESHOP-GIT/Logo/naeeshop.png" type="image/x-icon">
<!-- linking css -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/style.css">
<!-- linking header -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/header.css">
<!-- linking footer style sheet -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/footer.css">
<!-- linking responvise css -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/responsive.css">
<!-- linking img hover style sheet -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/image_hover.css">
<!-- linking e-commerce slider -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/e-commerceSlider.css">
<!-- linking button style sheet -->
<link rel="stylesheet" href="./NAEESHOP-GIT/css/button_css.css">
<!-- linking 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=Lato:wght@100&family=Libre+Baskerville&display=swap"
rel="stylesheet">
<!-- linking bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<!-- linking font awesome -->
<link rel="stylesheet" href=" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- Adding web icon -->
<link rel="shortcut icon" href="./NAEESHOP-GIT/Logo/logo.jpg" type="image/x-icon">
</head>
<body>
<!-- Header Started -->
<header>
<a href="#" class="logo-link"><img class="logo" src="./NAEESHOP-GIT/Logo/naeeshop.png" alt="logo"></a>
<nav class="navbar">
<div class="nav-links" id="nav-links">
<i class="fa fa-times" onclick="hiddenMenu()" aria-hidden="true"></i>
<a href="#description" id="nav-link-home" class="nav-tabs">Home</a>
<a href="#categories" class="nav-tabs">Online Booking</a>
<a href="#home-service" class="nav-tabs">Home Service</a>
<a href="#e-commerce" class="nav-tabs">Shop</a>
<a href="#contact" class="nav-tabs">Contact</a>
</div>
<i class="fa fa-bars" aria-hidden="true" onclick="showMenu()"></i>
</nav>
</header>
<section class="description" id="description">
<!-- ?description sider -->
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./NAEESHOP-GIT/image/a2.jpeg" class="d-block w-100 dimension" alt="image one">
</div>
<!-- register now button -->
<!-- description -->
<a href="./LoginForm/loginInfo.html" target="_blank" rel="noopener noreferrer"><button
class="custom-btn" id="register" type="button">Register with us!</button></a>
<div class="showcase-form card" id="card">
<!-- <h2>Welcome to NaeeShop</h2> -->
<div class="wrapper">
<div class="typing-demo">
Welcome to NaeeShop </div>
</div>
<h3 class="content">✔Book Your Appointment!
<h3 class="content">✔Take Salon service at your Home!
</h3>
<h3 class="content">✔Buy a Product beauty,cosmetic or Salon equipments!
</h3>
</div>
</div>
<!-- description ends-->
</div>
</section>
<!-- decription section ends here -->
<!-- another section online booking starts -->
<section id="categories">
<h1 class="heading">Book Your Appointment</h1>
<hr>
<!-- categories names starts -->
<div class="row categories">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 height_categories" id="men">
<div class="hovereffect">
<img class="img-responsive img " src="./NAEESHOP-GIT/image/men.jpeg" alt="">
<div class="overlay">
<h2>Welcome to</h2>
<a class="info" href="./allService.html">Men</a>
</div>
</div>
<a class="info" href="./allService.html"><button class="btn center">Mens</button></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 height_categories" id="women">
<div class="hovereffect">
<img class="img-responsive img" src="./NAEESHOP-GIT/image/a5.jpeg" alt="">
<div class="overlay">
<h2>Welcome to</h2>
<a class="info" href="./allService.html">Women</a>
</div>
</div>
<a class="info" href="./allService.html"><button class="btn center">Women</button></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 height_categories" id="Kid">
<div class="hovereffect">
<img class="img-responsive img" src="./NAEESHOP-GIT/image/kids.jpeg" alt="">
<div class="overlay">
<h2>Welcome to</h2>
<a class="info" href="./allService.html">Kids</a>
</div>
</div>
<button class="btn center">Kids</button>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 height_categories" id="transGender">
<div class="hovereffect">
<img class="img-responsive img" src="./NAEESHOP-GIT/image/trans.jpeg" alt="trans">
<div class="overlay">
<h2>Welcome to</h2>
<a class="info" href="./allService.html">TransGender</a>
</div>
</div>
<a class="info" href="./allService.html"><button class="btn center">TransGender</button></a>
</div>
<!-- categories names starts -->
</div>
<!-- advertisment slider starts here -->
<div class="row">
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="./NAEESHOP-GIT/image/Discountimage.jpg " class="d-block W-25 slider-2.5 img"
alt="...">
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="./NAEESHOP-GIT/image/adam-winger-WXmHwPcFamo-unsplash.jpg"
class="d-block w-100 slider-2.5 img" alt="...">
</div>
<div class="carousel-item">
<img src="./NAEESHOP-GIT/image/vahid-kanani-4-QaKPwndmw-unsplash.jpg"
class="d-block w-100 slider-2.5 img" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval"
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="#carouselExampleInterval"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- advertisment slider ends here -->
<hr>
</section>
<!-- home service section starts here -->
<section id="home-service" class="home-service">
<h1 class="heading">Home Service</h1>
<hr>
<div class="row">
<div class="container-1 display-1">
<h3>Saloon At Your Home</h3>
<input type="button" value="Go Deep!" name="go_deep" id="go_deep" class="btn">
</div>
<div class="service-categories display-1 ">
<img src="./NAEESHOP-GIT/image/undraw_On_the_way_re_swjt.svg" alt="home delivery" class="float-left"
id="home-delivery-img">
<div class="standard row text-center pushable m-2 p-2"><a href="#men"
class="display-1 justify-content-center"><input type="button" value="Economic" class="front"
id="Economic"></a></div>
<div class="standard row text-center pushable m-2 p-2"><a href="#women"
class="display-1 justify-content-center"><input type="button" value="Standard" class="front"
id="Standard"></a></div>
<div class="standard row text-center pushable m-2 p-2"><a href="#men"
class="display-1 justify-content-center"><input type="button" value="Premium" class="front"
id="Premium"></a></div>
</div>
</div>
</section>
<!-- home service ends here -->
<!-- e-commerce starts here -->
<section class="e-commerce" id="e-commerce">
<h1 class="heading">Your NaeeShop</h1>
<hr>
<div class="row">
<div class="display-1">
<h3>In your Spotlight </h3>
<input type="button" value="Arriving Soon!!" name="arriving_soon" id="go_deep" class="btn">
</div>
<div class="app">
<ul class="hs full no-scrollbar">
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p00.jpeg" alt="Water spray" srcset="" class="d-block">
<figcaption class="figcaption">Water spray</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p1.jpeg" alt="Cosmetics" srcset="" class="d-block">
<figcaption class="figcaption">Cosmetics</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p2.jpeg" alt="Chair" srcset="" class="d-block">
<figcaption class="figcaption">Chair</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p3.jpeg" alt="Trimmer" srcset="" class="d-block">
<figcaption class="figcaption">Trimmer</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p4.jpeg" alt="Hair dye" srcset="" class="d-block">
<figcaption class="figcaption">Hair dye</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p13.jpeg" alt="Cutting Cloth" srcset="">
<figcaption class="figcaption">Cutting Cloth</figcaption>
</a></li>
</ul>
<ul class="hs full no-scrollbar">
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p6.jpeg" alt="Combs" srcset="" class="d-block">
<figcaption class="figcaption">Combs</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p7.jpeg" alt="Round Combs" srcset="" class="d-block">
<figcaption class="figcaption">Round Combs</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p8.jpeg" alt="Scissors" srcset="" class="d-block">
<figcaption class="figcaption">Scissors</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p14.jpeg" alt="Razors" srcset="" class="d-block">
<figcaption class="figcaption">Razors</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p11.jpeg" alt="Chair" srcset="" class="d-block">
<figcaption class="figcaption">Chair</figcaption>
</a></li>
<li class="item"><a href="http://#" class="product-posters pushable "><img
src="./NAEESHOP-GIT/image/p12.jpeg" alt="Hair Dryer" srcset="" class="d-block">
<figcaption class="figcaption">Hair Dryer</figcaption>
</a></li>
</ul>
</div>
</div>
</section>
<!-- e-commerce ends here -->
<footer>
<div id="footer-nav">
<p class="center align-text text-center"> Join now Registration open!!
</p>
<h1 class="center align-text"> Stay up-to-date with what<br> we’re doing
</h1>
<center class="contact-search"><a href=""></a><input type="email" name="email"
onclick="ChangeEmailPosition()" id="emailInput" placeholder="Enter your email addres"></a>
<button type="submit" role="button" name="subscribe now" id="subscribeNow"
onclick="ChangeSubcribeBtnPosition()" class="btn"> Subscribe Now
</button>
</center>
</div>
<div class="footer" id="bg-black">
<nav class="footer-nav">
<ul class="menu row">
<li class="menu-items"><a href="#description">Home</a></li>
<li class="menu-items"><a href="#categories">Online Booking</a></li>
<li class="menu-items"><a href="#home-service">Home Service</a></li>
<li class="menu-items"><a href="#e-commerce">Shop</a></li>
<li class="menu-items"><a href="#contact">Contact </a></li>
</ul>
<div class="copyrights">
<p>© 2021 STAR. All Rights Reserved. HBO, Home Box Office and all related channel and
programming logos are service marks of, and all related programming visuals and elements are
the
property of, Home Box Office, Inc.</p>
</div>
</nav>
<div class="row " id="overflow-issue">
<div class="connect-with-us">
<p>Connect With Us<br>
<a href=""><img src="./NAEESHOP-GIT/image/icon-facebook.svg" alt="Facebook logo"></a>
<a href=""><img src="./NAEESHOP-GIT/image/icon-twitter.svg" alt="Twitter logo" c></a>
<a href=""><img src="./NAEESHOP-GIT/image/icon-youtube.svg" alt="Twitter logo" c></a>
<a href=""><img src="./NAEESHOP-GIT/image/icon-pinterest.svg" alt="Twitter logo" c></a>
</p>
</div>
<div class="downloads">
<p>Get your App here 👇👇<br>
<a href=""><img src="./NAEESHOP-GIT/image/playstore.png" alt="Play Store"></a>
<a href=""><img src="./NAEESHOP-GIT/image/apple store.png" alt="Apple Store"></a>
</p>
</div>
</div>
</div>
</footer>
</body>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js "
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ "
crossorigin="anonymous "></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js "
integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN "
crossorigin="anonymous "></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js " integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/ " crossorigin="anonymous "></script> -->
<script src="./NAEESHOP-GIT/main/main.js "></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js "
integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN " crossorigin="anonymous ">
</script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js " integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/ " crossorigin="anonymous "></script> -->
<script src="./NAEESHOP-GIT/main/main.js "></script>
</html>