-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (184 loc) · 7.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>WEB222 Store</title>
<link rel="stylesheet" href="style.css" />
<script src="https://kit.fontawesome.com/8023ce706a.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</head>
<body>
<div class="theContent">
<div>
<header>
<div class="container">
<img
src="images/default.png"
alt="logo"
style="width: 100px; height : 80px;"
class="logo"
/>
<nav>
<ul>
<li><a href="#" id="Home">Home</a></li>
<li><a href="#app1" onclick="allproducts()">All Products</a></li>
<li><a href="#model">Categories</a></li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
</div>
<div>
<video autoplay muted loop id="WatchVideo">
<source src="images/Pexels_Videos_2385277.mp4" type="video/mp4" />
</video>
</div>
<div class="VideoContent">
<h1>
Welcome To Smart Watch Village!
</h1>
<p>Shop your favorite smart watch from all the brands available in the market</p>
</div>
<div class="center_Block">
<div class="shop" id="app1">
<img
src="images/pinpng.com-apple-watch-png-99601.png"
alt="Apple watch"
style="width: 100%; "
/>
<h1>Apple Watch Series 2 For Ladies</h1>
<p>The Second generation of Apple watches with built in GPS and Water Resistance</p>
<p class="price">CAD $259.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="app2">
<img src="images/applewatch_series3.png" alt="Apple watch" style="width: 100%; " />
<h1>Apple Watch Series 3</h1>
<p>The fourth generation of Apple watches with LTE cellular connectivity and an electronic SIM card</p>
<p class="price">CAD $599.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="app3">
<img src="images/applewatch_series3_Ladies.png" alt="Apple watch" style="width: 100%;" />
<h1>Apple Watch Series 3 for Ladies</h1>
<p>The fourth generation of Apple watches with LTE cellular connectivity and an electronic SIM card - Sport Loop Band</p>
<p class="price">CAD $599.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="app4">
<img src="images/applewatch_series3_nike.png" alt="Apple watch" style="width: 100%;" />
<h1>Apple Watch Series 3 - Nike Band</h1>
<p>The fourth generation of Apple watches with LTE cellular connectivity and an electronic SIM card - Nike Platinum Sport Band</p>
<p class="price">CAD $699.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="fit1">
<img
src="images/fitbit_blaze_special_edition.png"
alt="Fitbit watch"
style="width: 100%;"
/>
<h1>Fitbit Blaze</h1>
<p>Fitbit Blaze Gunmetal with built in fitness tracker, PurePulse heart rate tracker and GPS</p>
<p class="price">CAD $349.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="fit2">
<img src="images/Fitbit_versa_GoldRose.png" alt="Fitbit watch" style="width: 100%;" />
<h1>Fitbit Versa - Gold Rose</h1>
<p>2nd version of Fitbit Versa model with sleep tracking, Heart rate tracking and Amazon Alexa</p>
<p class="price">CAD $459.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="fit3">
<img src="images/fitbit-versa-light-pink.png" alt="Fitbit watch" style="width: 100%;" />
<h1>Fitbit Versa Pink - Ladies</h1>
<p>First generation of Fitbit Versa brand with fitness tracker, built in GPS and heart rate tracker</p>
<p class="price">CAD $399.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="shop" id="fit4">
<img src="images/fitbit_surge.png" alt="Fitbit watch" style="width: 100%;" />
<h1>Fitbit Surge - For Ladies</h1>
<p>The first generation of Fitbit surge with optical heart rate sensor and all day fitness tracking</p>
<p class="price">CAD $499.99</p>
<p><button>Add to Cart</button></p>
</div>
<div class="brand left" id="model">
<div class="middle">
<img src="images/pinpng.com-apple-logo-png-1233656.png" alt="Logo" />
<h2>Apple</h2>
<a href="#gender" onclick="appleFunc()" id="but1L">Choose Your Brand</a>
</div>
</div>
<div class="brand right">
<div class="middle">
<img src="images/fitbit-logo-3943.png" alt="fit logo" />
<h2>Fitbit</h2>
<a href="#gender" onclick="fitbitFunc()" id="but1R">Choose Your Brand</a>
</div>
</div>
<div class="brand2 left2" id="gender">
<div class="middle">
<img src="images/female-icon.png" alt="Logo" />
<h2>Women</h2>
<a href="#app1" onclick="femaleFunc()" id="but2L">
For Women
</a>
</div>
</div>
<div class="brand2 right2">
<div class="middle">
<img src="images/male-icon.png" alt="fit logo" />
<h2>Men</h2>
<a href="#fit1" onclick="maleFunc()" id="but2R">For Men</a>
</div>
</div>
</div>
</body>
<div class="footer">
<div class="interiorFooter">
<div class="footerLogo">
<img src="images/default.png" alt="" />
</div>
<div class="footerClass">
<h1>Need Assistance?</h1>
<a href="#">Terms & Conditions</a>
<a href="#">Privacy policy</a>
</div>
<div class="footerClass">
<h1>More</h1>
<a href="#app1" onclick="allproducts()">My Products</a>
<a href="Contact.html">Contact Us</a>
</div>
<div class="footerClass">
<h1>Follow Us</h1>
<li>
<a href="#"><i class="fab fa-facebook-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
<form action="https://formspree.io/xeqrdvky" method="POST">
<div class="Post">
<p>Feel free to subscribe to get early notifications for our new arrivals!</p>
<label for="exampleInputEmail1">Email address</label>
<input
type="email"
class="form-control"
id="exampleInputEmail1"
name="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
/>
</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
</div>
</div>
</html>