-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (146 loc) · 5.77 KB
/
index.html
File metadata and controls
191 lines (146 loc) · 5.77 KB
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
<!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="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="style.css">
<title>Clock WEbsite</title>
</head>
<body>
<header>
<div class="upper">
<p>xyz2003@gmail.com</p>
<P id="number">78132589787</P>
<img id="acc" src="https://img.icons8.com/ios-filled/50/000000/guest-male--v1.png"/>
<p id="account">account</p>
<img id="cart" src="icons8-shopping-cart-32.png"/>
</div>
<hr style="width:90vw">
<div class="lower">
<img class="logo" src="logo.jpg" alt=""/>
<div class="compname">
<h2>TimeZ</h2>
<p>Get more, pay less</p>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="storepolicies.html">Store policies</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="more.html">More</a></li>
<li><a href="https://www.instagram.com/branded._.watches/"><img src="insta.png" /></a></li>
</ul>
</div>
</header>
<img id="chatbox" src="https://img.icons8.com/color/48/000000/chat--v3.png" />
<section class="checkUsOut">
<div class="check">
<p>Check Us</p>
<p>Out</p>
<div class="btn"><a href="#">Save more</a></div>
</div>
</section>
<section class="deals">
<div class="container">
<div class="card">
<div id="upper">
<img class = "front" id="front1" src="sonata1.jpeg" alt="">
<img class = "front" id="front2" src="sonata2.jpeg" alt="">
<div class="back">
<h2>Quick view</h2>
</div>
</div>
<div id="lower">
<p>I'm a product</p>
<p>1000 ₹</p>
</div>
</div>
<div class="card">
<div id="upper">
<img class = "front" id="front1" src="fasttrack1.jpeg" alt="">
<img class = "front" id="front2" src="fasttrack2.jpeg" alt="">
<div class="back">
<h2>Quick view</h2>
</div>
</div>
<div id="lower">
<p>I'm a product</p>
<p>1000 ₹</p>
</div>
</div>
<div class="card">
<div id="upper">
<img class = "front" id="front1" src="limestone1.jpeg" alt="">
<img class = "front" id="front2" src="limestone2.jpeg" alt="">
<div class="back">
<h2>Quick view</h2>
</div>
</div>
<div id="lower">
<p>I'm a product</p>
<p>1000 ₹</p>
</div>
</div>
<div class="card">
<div id="upper">
<img class = "front" id="front1" src="titan1.jpeg" alt="">
<img class = "front" id="front2" src="titan2.jpeg" alt="">
<div class="back">
<h2>Quick view</h2>
</div>
</div>
<div id="lower">
<p>I'm a product</p>
<p>1000 ₹</p>
</div>
</div>
</div>
<div class="origin">
<h1>Our Origin</h1>
<br>
<p>The Best Shopping Experience</p>
<br>
<p>TimeZ is a trendsetting online store, offering our first-rate products and exceptional customer service
to shoppers from the comfort of their own homes. We’re a business made up of innovators and
forward-thinkers, with the drive and wherewithal to constantly update and improve the online shopping
experience.</p>
<br>
<p>Our online store has become synonymous with quality, and we ensure a continuous variety of fantastic
merchandise that fit any budget. Check it out and start shopping today.</p>
</div>
</section>
<section class="slider">
<div class="slides">
<div class="watch">
<img class = "img" src="watch3.jpg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch4.jpg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch5.jpg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch6.jpg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch7.jpg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch8.jpeg" alt="">
</div>
<div class="watch">
<img class = "img" src="watch9.jpg" alt="">
</div>
</div>
</section>
<footer>
<p>7895561555</p>
<p>©2021 by TimeZ. Proudly</p>
</footer>
</body>
</html>