-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (254 loc) · 11.2 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
<!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>Flipkart</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous">
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</head>
<body>
<!-- making the navigation with logo and search bar -->
<nav class="heading_navigation flex">
<!-- making the nav container for max width -->
<div class="nav_container flex">
<div class="logo flex">
<a href="index.html" class="flip_logo"><img src="media/flipkart.png"
alt="logo"
/></a>
</div>
<!-- making the searchbar -->
<div class="search_bar_container">
<div class="search_bar">
<form class="search flex">
<input
type="text"
placeholder="Search For products, brands and more"
class="search_box"
/>
<button class="btn_search"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<!-- making the login button -->
<div class="login">
<a href="index.html" class="login_btn">Login</a>
<div class="login_dropdown none">
<ul class="login_dropdown_list container-fluid">
<li class="login_drop_li sign_li flex">
<p class="new_login">New customer?</p>
<a href="index.html" class="sign_up">Sign Up</a>
</li>
<li class="login_drop_li"><i class="more_icon fa fa-user"></i>My
Profile</li>
<li class="login_drop_li"><i class="more_icon fa fa-plus"></i>Flipkart
Plus Zne</li>
<li class="login_drop_li"><i class="more_icon fa fa-list"></i>Orders</li>
<li class="login_drop_li"><i class="more_icon fa fa-heart"></i>Whislist</li>
<li class="login_drop_li"><i class="more_icon fa fa-gift"></i>Rewards</li>
<li class="login_drop_li"><i class="more_icon fa fa-credit-card"></i>Gift
Cards</li>
</ul>
</div>
</div>
<!-- making the more button -->
<div class="more_2">
<span class="more_lan_2">More <i class="fa fa-angle-down m-1"></i></span>
<div class="more_dropdown_2 none">
<div class="pointer_2 more_pointer_2"></div>
<ul class="more_dropdown_list_2 container-fluid">
<li class="more_drop_li_2">
<i class="more_icon fa fa-bell"></i>Notification Preferences
</li>
<li class="more_drop_li_2">
<i class="more_icon fa fa-shopping-basket"></i>Sell on Flipkart
</li>
<li class="more_drop_li_2">
<i class="more_icon fa fa-question"></i>24X7 Customer Care
</li>
<li class="more_drop_li_2">
<i class="more_icon fa fa-line-chart"></i>Advertise
</li>
<li class="more_drop_li_2">
<i class="more_icon fa fa-download"></i>Download App
</li>
</ul>
</div>
</div>
<!-- making the cart button -->
<div class="cart flex">
<span class="cart_lan"><i class="fa fa-shopping-cart"></i> Cart</span>
</div>
</div>
</nav>
<!-- making the heading categories -->
<div class="heading_categories flex">
<ul class="heading_category_list flex">
<li class="heading_category_items">
<img src="media/offer.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">Top Offers</p>
</li>
<li class="heading_category_items">
<img src="media/grocery.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">Grocery</p>
</li>
<li class="heading_category_items">
<img src="media/mobile.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">Mobiles</p>
</li>
<li class="heading_category_items">
<img src="media/fashion.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">
Fashion <i class="fa fa-angle-down"></i>
</p>
</li>
<li class="heading_category_items">
<img src="media/electro.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">
Electronics <i class="fa fa-angle-down"></i>
</p>
</li>
<li class="heading_category_items">
<img src="media/home.jpg" alt="loading image" class="cat_image" />
<p class="heading_item_name">Home <i class="fa fa-angle-down"></i></p>
</li>
<li class="heading_category_items">
<img src="media/appls.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">
Appliances <i class="fa fa-angle-down"></i>
</p>
</li>
<li class="heading_category_items">
<img src="media/travel.png" alt="loadinng image" class="cat_image" />
<p class="heading_item_name">Travel</p>
</li>
<li class="heading_category_items">
<img src="media/toys.png" alt="loading image" class="cat_image" />
<p class="heading_item_name">
Beauty, Toys & More <i class="fa fa-angle-down"></i>
</p>
</li>
</ul>
</div>
<br>
<div class="container">
<!-- Section1 -->
<section>
<div class="row">
<div class="col-lg-10">
<div class="box_timer">
<div class="deals_of_the_day flex">
<h2 class="deals_of_the_day_text"><b>Deals of the Day</b><i
class="more_icon fa fa-clock-o"></i><span class="time_show">12:04:30
Left</span></h2>
<!-- <h2 class="deals_of_the_day_text time "><i class="more_icon fa fa-clock-o"></i>12:04:30 Left</h2> -->
<button class="view_all btn_view_all">VIEW ALL</button>
</div>
</div>
<div class="box_details mar">
<div class="deals_of_the_day_items flex">
<div class="deals_of_the_day_list flex">
<div class="deals_of_the_day_item">
<img src="media/saari.jpg" alt="saari" />
<p class="title mt-3">Sara,Divastri & More</p>
<p class="price mt-2">Under 499₹ off</p>
<p class="desc mt-2">Grab top selling sarees!</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/jacket.jpg" alt="jacket" />
<p class="title mt-3">Jackets,Sweatshirt & Sweater</p>
<p class="price mt-2">Under 899₹ off</p>
<p class="desc mt-2">Winter Essentials!</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/kidstshirt.jpg" alt="tshirt" />
<p class="title mt-3">Kids Dresaes, T-shirt & More</p>
<p class="price mt-2">Under 299₹ off</p>
<p class="desc mt-2">Triper SmartRaho & More</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/kurti.jpg" alt="tshirt" />
<p class="title mt-3">Stylish Collections</p>
<p class="price mt-2">From 199₹ off</p>
<p class="desc mt-2">Kurtas & Kurtis</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/timex.jpg" alt="tshirt" />
<p class="title mt-3">Timex, Maxima & More</p>
<p class="price mt-2">From 799₹ off</p>
<p class="desc mt-2">Best Product @799</p>
</div>
</div>
</div>
</div>
</div>
<!-- card center-image hidden-md -->
<!-- img-fluid -->
<div class="col-lg-2 card">
<img class="img_card_banner" src="./media/card.jpg" alt="card" />
</div>
</section>
<!-- section2 -->
<section>
<div class="row mt-2">
<div class="col-lg-12">
<div class="box_timer dis">
<div class="deals_of_the_day flex">
<h2 class="deals_of_the_day_text">Best in Electronics!</h2>
<button class="view_all btn_view_all">View All</button>
</div>
</div>
<div class="box_details mar dis">
<div class="deals_of_the_day_items flex">
<div class="deals_of_the_day_list flex">
<div class="deals_of_the_day_item">
<img src="media/cable.jpeg" alt="cable" />
<p class="title mt-3">Cabels Charger & More</p>
<p class="price mt-2">Starting from 129₹ off</p>
<p class="desc mt-2">Shop now!</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/printer.jpeg" alt="cable" />
<p class="title mt-3">Top Rated Printer</p>
<p class="price mt-2">From 3445₹ off</p>
<p class="desc mt-2">HP, EPSON & More</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/tripod.jpeg" alt="cable" />
<p class="title mt-3">Camera Tripods</p>
<p class="price mt-2">From 990₹ off</p>
<p class="desc mt-2">Digitech,Kotak,PhotoPro</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/headphone.jpeg" alt="headphone" />
<p class="title mt-3">Redgear Headphone </p>
<p class="price mt-2">Just 1899₹ off</p>
<p class="desc mt-2">HP,Boat,Apple</p>
</div>
<div class="deals_of_the_day_item">
<img src="media/trimmer.jpeg" alt="trimmer" />
<p class="title mt-3">Best Trimmers!</p>
<p class="price mt-2">From 3445₹ off</p>
<p class="desc mt-2">Philips, Nova & More</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>