-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
349 lines (321 loc) · 18.3 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
<!doctype html>
<html>
<head>
<title>HomeDeal</title>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<header>
<div class="home">
<div id="home-logo" >
<img src="images/logo-1.png" alt="Logo">
</div>
<ul class="home-bar">
<li class="active"><a href="#">Home</a></li>
<li><a href="#title">Intro</a></li>
<li><a href="#launch">Launching Soon </a></li>
<li><a href="#surprise">Surprise </a></li>
<li><a href="#most">Most Bought </a></li>
<li><a href="#review">Reviews </a></li>
<li><a href="https://www.google.com/covid19/" target="_blank">COVID-19 </a></li>
</ul>
<div id="title">
<h1>HomeDeal</h1>
<p> Modern Problems require Modern Solutions</p>
<ul>
<li><a href="#surprise">Surprise </a> </li>
<li><a href="#launch">Soon Available</a> </li>
</ul>
</div>
</div>
</header>
<body>
<div class="launching" >
<div class="launching_heading" id="launch">
<h1>LAUNCHING SOON....</h1>
</div>
<div class="row">
<div class="col-1-of-2">
<h1 class="launchinghead">
ALL NEW ELECTRIC ITEMS
</h1>
<P class="launchingpara">
Find a wide selection of unboxed & refurbished products from top brands that are tested and certified by professionals, comes with minimum 6-month supplier backed warranty and have minimal or no signs of wear and tear.
you will be able to find a wide selection of electronics from top brands. Shop for Mobile Phones, Tablets, Cameras, Televisions, Headphones, Speakers, Laptops, Computers & Accessories, Wearables, Office Products, Data Storage, Gaming accessories, Musical Instruments and much more at the best prices
</P>
<h1 class="launchinghead" >
Most Awaited Book Releases
</h1>
<P class="launchingpara">
All book lovers, assemble! Flipkart is your one-stop book destination with a range that will spoil you for choice. From Rujuta Diwekar, Sadhguru, Hector Garcia, Francesc Miralles, Jay Shetty and Milind Soman, find all your favourite authors under one single roof. Enrich your book shelf with the likes of crowd-favourites Ikigai, Death, the 12 Week Fitness Project, With Love and No Limits among a dozen other books currently ruling the best-selling charts the world over. When you can shop for all this and more from the peace of your home, why head out in the infuriating city traffic?
</P>
</div>
<div class="col-1-of-2">
<div class="composition">
<img src="images/oneplus1.jpg" alt="Pic1" class="composition_photo composition_photo-1">
<img src="images/oneplus.jpg" alt="Pic2" class="composition_photo composition_photo-2">
<img src="images/oneplus2.jpg" alt="Pic3" class="composition_photo composition_photo-3">
</div>
</div>
</div>
</div>
<div class="surprise" id="surprise">
<div class="surprise_heading">
<h1>SURPRISE...</h1>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="card">
<div class="card-back">
<div class="card-back-price">
<P> ₹59,995</P>
</div>
<div class="card-back-button">
<a href="#popup" >
Know More
</a>
</div>
</div>
<div class="card-front">
<div class="card-image">
<img src="images/realme1.jpg" alt="img" class="">
</div>
<div class="card-text">
<h1>HP 15-BS145TU 15.6-inch Laptop</h1>
<ul>
<li>8 GB DDR4 RAM</li>
<li>1TB hard drive</li>
<li>15.6-inch Display</li>
<li>Intel Graphic </li>
<li>8 Hours Battery</li>
<li>Free DOS OS</li>
<li>Weighs 2.1 Kg</li>
</ul>
</div>
<div class="card-price">
<p><strike>₹79,635</strike> ₹59,995</p>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card-back">
<div class="card-back-price">
<P> ₹12,999</P>
</div>
<div class="card-back-button">
<a href="#popup" >
Know More
</a>
</div>
</div>
<div class="card-front">
<div class="card-image">
<img src="images/realme.jpg" alt="img" class="">
</div>
<div class="card-text">
<h1>Realme XT (Blue, 4GB RAM)</h1>
<ul>
<li>64MP+8MP camera</li>
<li> 4GB RAM </li>
<li>Android Pie 9.0 </li>
<li>4000mAH battery</li>
<li>1 year warranty </li>
<li>16.002 cm </li>
<li>Finger Print</li>
</ul>
</div>
<div class="card-price">
<p><strike>₹15,999</strike> ₹12,999</p>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card-back">
<div class="card-back-price">
<P> ₹64,999</P>
</div>
<div class="card-back-button">
<a href="#popup" >
Know More
</a>
</div>
</div>
<div class="card-front">
<div class="card-image">
<img src="images/realme2.jpg" alt="img" class="">
</div>
<div class="card-text">
<h1>Samsung 80 cm LED TV UA3T</h1>
<ul>
<li>Resolution: HD</li>
<li>Connect: 2 HDMI</li>
<li>Sound : 20 Watts</li>
<li>Display : LED Panel</li>
<li>Warranty 1 year </li>
<li>1 USB Port</li>
<li>Bluetooth:Enabled</li>
</ul>
</div>
<div class="card-price">
<p><strike>₹85,629</strike> ₹64,999</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="most" id="most">
<div class="most-card">
<div class="most-head">
<h1>MOST BOUGHT</h1>
</div>
<div class="row row-5">
<div class="col-1-of-5">
<figure class="circle">
<img src="images/most1.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Lays Chips</figcaption>
</figure>
</div>
<div class="col-1-of-5"><figure class="circle">
<img src="images/most2.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Nike Shoes</figcaption>
</figure> </div>
<div class="col-1-of-5"><figure class="circle">
<img src="images/most3.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Rayben Glasses</figcaption>
</figure></div>
<div class="col-1-of-5"><figure class="circle">
<img src="images/most4.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">HP Printer</figcaption>
</figure></div>
<div class="col-1-of-5 col-1-of-5s" ><figure class="circle">
<img src="images/most5.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Giffy Cleaner</figcaption>
</figure></div>
</div>
<div class="row row-4">
<div class="col-1-of-4"><figure class="circle">
<img src="images/most6.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Thumbs Up</figcaption>
</figure></div>
<div class="col-1-of-4"><figure class="circle">
<img src="images/most7.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">JBL Head phones</figcaption>
</figure></div>
<div class="col-1-of-4"><figure class="circle">
<img src="images/most8.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Axe Signature</figcaption>
</figure></div>
<div class="col-1-of-4"><figure class="circle">
<img src="images/most9.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">i-ball mouse</figcaption>
</figure></div>
</div>
</div>
</div>
<div class="top">
<a href="#"><img src="images/top.png" ></a>
</div>
<div class="input" id="review">
<div class="row">
<div class="input-box">
<div class="col-1-of-2">
<div class="input-heading">
<h1 >YOUR REVIEW</h1>
</div>
<div class="input-form">
<form action="#" class="form">
<input type="text" placeholder="First Name" class="form-input" required>
<input type="text" placeholder="Last Name" class="form-input" required>
<textarea name="Review" id="text-area" cols="30" rows="10" placeholder="YOUR REVIEW" required></textarea>
<button class="input-button">Submit</button>
</form>
</div>
</div>
<div class="col-1-of-2">
<div class="input-heading">
<h1>USER REVIEWS</h1>
</div>
<div class="input-card input-card-1">
<figure class="circle circle-small">
<img src="images/person1.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Megan Smith</figcaption>
</figure>
<h2>The Best Site Ever</h2>
<p>
Meinung von zur nachtun melodie speisen. Federdecke betrachtet so vielleicht handarbeit pa aufmerksam. Der reden finde euern tat glitt der. Person ja fraget kaffee kissen en </p>
</div>
<div class="input-card input-card-2">
<figure class="circle circle-small">
<img src="images/person2.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">John Doe</figcaption>
</figure>
<h2>Provides Very good Service</h2>
<p>
Gro neu warmer hierin stimme. Ubrigens sei gefallen allerlei dus sichtbar sie. Kammertur se ab hemdarmel einfacher. Sah gewerbe vor wachsam familie unruhig gelegen regnete. Stockwerke</p>
</div>
<div class="input-card input-card-3">
<figure class="circle circle-small">
<img src="images/person3.jpg" alt="" class="circle-image">
<figcaption class="circle-caption">Rachel Mcgill</figcaption>
</figure>
<h2>Very Reliable</h2>
<p>
Bosheit nachher am hubsche beschlo wo wo dankbar. Holen zwirn ob in kraft pa. Eine weit te la ob la hell. Wo sparlich la im kraftlos je gebogene. Er vorpfeifen kuchenture ubelnehmen kartoffeln</p>
</div>
</div>
</div>
</div>
</div>
<div class="popup" id="popup">
<div class="popup-content">
<div class="popup-content-pic">
<img src="images/realme1.jpg" alt="pic">
<img src="images/realme.jpg" alt="pic">
<img src="images/realme2.jpg" alt="pic">
</div>
<div class="popup-content-terms">
<a href="#surpise" class="popup-content-close">×</a>
<h1>Terms And Conditions</h1>
<p>If you use the website, you are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer to prevent unauthorised access to your account. You agree to accept responsibility for all activities that occur under your account or password. You should take all necessary steps to ensure that the password is kept confidential and secure and should inform us immediately if you have any reason to believe that your password has become known to anyone else, or if the password is being, or is likely to be, used in an unauthorised manner. Please ensure that the details you provide us with are correct and complete and inform us immediately of any changes to the information that you provided when registering. You can access and update much of the information you provided us with in the Your Account area of the website. You agree and acknowledge that you will use your account on the website to purchase products only for your personal use and not for business purposes. Should you wish to order products for business purposes, please create a business account on homedeal.in/business. Homedeal.in reserves the right to refuse access to the website, terminate accounts, remove or edit content at any time without notice to you.
Please review our Privacy Notice, which also governs your visit to homedeal.in, to understand our practices. The personal information / data provided to us by you during the course of usage of homedeal.in will be treated as strictly confidential and in accordance with the Privacy Notice and applicable laws and regulations. If you object to your information being transferred or used, please do not use the website.
Please read our terms and conditions carefully.
</p>
<a href="#" class="popup-content-button">BUY NOW</a>
</div>
</div>
</div>
</body>
<footer class="footer">
<div class="footer-logo">
<img src="images/logo-1.png" alt="img">
<h1>HOMEDEAL</h1>
</div>
<div class="row">
<div class="column-1-of-2">
<div class="footer-menu">
<ul>
<li><a href="#">Company</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
</div>
<div class="column-1-of-2">
<div class="footer-copyright">
<p>Built by Sanskar Patni for completion of Kshitij Web Assignment-1.Copyright © by Sanskar Patni. You are allowed to use for personal and buiseness projects, but not to claim it as your own design.</p>
</div>
</div>
</div>
</footer>
</body>
</html>