-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
223 lines (201 loc) · 8.07 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
<!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 rel="stylesheet" href="/style/bootstrap.min.css" /> -->
<link rel="stylesheet" href="/style/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="icon" type="image/x-icon" href="/img/logo.jpg">
<title>E-commerce</title>
</head>
<body onload="preloader()">
<div id="loading"></div>
<!-- header start -->
<header>
<!-- nav start -->
<nva class="navbar navbar-expand-lg navbar-bg fixed-top">
<a href="/index.html" class="navbar-brand mx-2">
<img src="/img/logo.jpg" alt="" style="width: 50px" />
</a>
<button
class="navbar-toggler me-2"
data-bs-toggle="collapse"
data-bs-target="#mynav"
type="button"
>
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="mynav">
<ul class="navbar-nav mx-auto">
<li class="nav-item mx-2 nav-active">
<a href="/index.html" class="nav-link">Home</a>
</li>
<li class="nav-item mx-2">
<a href="/products.html" class="nav-link">Products</a>
</li>
<li class="nav-item mx-2">
<a href="/store.html" class="nav-link">Cart</a>
</li>
</ul>
<div class="navbar-icons d-flex ">
<a class="navbar-icon mx-2 user-login" data-bs-toggle="collapse" data-bs-target="#myform">
<i class="fas fa-user"></i>
</a>
<a href="/store.html" class="navbar-icon mx-3 navbar-cart-icon">
<i class="fas fa-shopping-cart"></i>
<div class="cart-items" id="cart-item">0</div>
</a>
</div>
</div>
</nva>
<!-- user form start -->
<form id="form-data" class="d-none">
<div id="form" false class=" rounded-1 p-4 col-lg-6 ">
<div class="cross-container">
<span class=" my-2 btn btn-outline-dark" id="cross"><i class="fa-regular fa-circle-xmark"></i></span>
</div>
<h1 class="text-center text-capitalize p-2 bg-dark text-white">Sign in form</h1>
<div class="mb-3">
<label for="Email1" class="form-label " style="font-weight: bold;">Email address</label>
<input type="email" class="form-control" required id="Email1" >
</div>
<div class="mb-3">
<label for="InputPassword1" class="form-label" style="font-weight: bold;">Password</label>
<input type="password" class="form-control" required id="InputPassword1">
</div>
<div class="text-center">
<button type="submit" class="btn border-2 btn-outline-dark text-center mx-auto">Submit</button>
</div>
</div>
</form>
<!-- user form end -->
<!-- nav end -->
<div class="banner d-flex align-items-center justify-content-center">
<div class="bg-video">
<video autoplay loop muted width="100%" class="bg-video-content">
<source src="/video/video.webm" type="video/mp4" />
your browes is not supported
</video>
</div>
<div class="display">
<h1 class="text-capitalize main-heading mb-0">
Selling only the best things online
</h1>
<h2 class="text-uppercase font-weight-bold my-2">best shoes shop</h2>
<a href="/products.html">
<button class="btn btn-outline-dark" href="/checkout.html">
view all products
</button>
</a>
</div>
</div>
</header>
<!-- header end -->
<!-- featured-products start -->
<section class="featured py-5 mx-auto text-center">
<div class="container">
<div class="row my-3">
<div class="col-10 mx-auto text-center">
<h1 class="text-uppercase">top selling products</h1>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti
enim magnam cupiditate non beatae possimus rem. Asperiores fugiat
vero tempore, molestias vel impedit suscipit blanditiis iusto,
alias obcaecati ipsa porro.
</p>
</div>
</div>
<div class="row" id="showdata">
<!-- <div class="col-10 mx-auto col-md-6 mb-4 col-lg-4">
<div class="featured-container p-5">
<img src="/img/img-1.webp" class="img-fluid" alt="" />
<div class="featured-store-link my-5">add to cart</div>
</div>
<h6 class="text-capitalize text-center my-2">special product</h6>
<h6 class="text-center">
<span class="old-price">$200</span>
<span class="">$100</span>
</h6>
</div> -->
</div>
</div>
<a href="/products.html">
<button class="btn btn-outline-dark" href="/checkout.html">
view all products
</button>
</a>
</section>
<!-- featured-products-end -->
<!-- footer start -->
<footer class="py-5 footer">
<div class="container">
<div class="row">
<div class="col-10 mx-auto text-center">
<h1
class="text-uppercase font-weight-bold text-orange footer-title text-center d-inline-block"
>
contact Us
<div class="product-categories-underline d-flex w-100 my-2"></div>
</h1>
<div class="footer-icons my-5 d-flex justify-content-center">
<a href="#" class="footer-icon mx-2"
><i class="fa-brands fa-facebook"></i
></a>
<a href="#" class="footer-icon mx-2"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="#" class="footer-icon mx-2"
><i class="fa-brands fa-whatsapp"></i
></a>
<a href="#" class="footer-icon mx-2"
><i class="fa-brands fa-instagram"></i
></a>
</div>
<p class="w-75 mx-auto text-left">
<h1 class="d-inline align-items-center mx-2">About us</h1>dolor sit amet consectetur, adipisicing elit. Voluptates officia
vitae sint vero ullam odit quod id cum odio dolore, consequuntur
itaque aperiam animi harum nisi reiciendis iure velit
exercitationem modi vel possimus recusandae! Consectetur fuga
autem sed, aliquid ad laudantium nulla consequatur quos eligendi
quibusdam quam recusandae dignissimos ut.
</p>
<div
class="footer-contact mt-4 d-flex flex-wrap justify-content-around"
>
<div class="text-capitalize my-3 d-flex align-items-center mr-2">
<span class="footer-icon mr-2">
<i class="fa-solid fa-location-dot"></i>
</span>
Address:
street no. 123, near big store
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-end -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!-- <script src="/js/index.js"></script> -->
<script src="/js/main.js"></script>
<!-- <script src="/js/bootstrap.min.js"></script> -->
</body>
</html>