-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaptop.html
264 lines (239 loc) · 8.49 KB
/
laptop.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>Online Electronic Shoping Store</title>
<link rel="icon" href="./imagee/Digital.png" type="image/icon type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<style>
#product-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
gap: 20px;
margin-top: 10px;
}
#product-container div {
width: 100%;
height: 400px;
/* border: 3px solid red; */
transition: transform 1s;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
overflow: hidden;
}
#product-container>div:hover img {
transform: scale(1.1);
}
#product-container div img {
width: 60%;
margin-left: 50px;
/* border: 2px solid red; */
}
.title {
margin-top: 10px;
color: #1366e1;
font-size: 14px;
height: 3.6em;
line-height: 1.5em;
font-weight: 500;
font-family: Roboto, "system-ui", sans-serif;
}
.ofrprice {
color: green;
margin-top: 25px;
margin-left: 130px;
font-size: 18px;
height: 3.6em;
line-height: 1.5em;
font-weight: 500;
font-family: Roboto, "system-ui", sans-serif;
}
.price {
margin-top: -35px;
margin-bottom: 10px;
font-family: Roboto, "system-ui", sans-serif;
line-height: 1.4em;
font-weight: 500;
color: #000;
font-size: 19px;
margin-left: 140px;
}
button {
padding: 9px 16px;
border: none;
margin-left: 120px;
color: white;
background-color: rgb(17, 90, 250);
border-radius: 3px;
cursor: pointer;
}
button:hover {
background-color: rgb(77, 129, 242);
}
</style>
</head>
<body>
<div class="top">
<div class="second">
<ul>
<li><i class="fa-solid fa-location-dot"></i>Find a store <span>|</span></li>
<li>Buying guides <span> | </span></li>
<li>Contact us</li>
</ul>
</div>
</div>
<!-- Search bar -->
<div class="search">
<div class="logo">
<a href="index.html"><img src="./imagee/Digital.png" alt=""></a>
</div>
<div id="f">
<div class="box">
<input type="text" id="input" placeholder="Find your favourite products">
<div class="searchbtn">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
</div>
<div class="rightnav">
<ul>
<li><a href=""><i class="fa-solid fa-location-dot"></i>Deliver to Hyderabad 500070</a><span> | </span>
</li>
<li><a href="./cart.html"><i class="fa-solid fa-cart-shopping"></i>Cart</a><span> | </span></li>
<li><a href="login.html"><i class="fa-solid fa-user"></i>Login</a></li>
</ul>
</div>
</div>
<!-- Navigation bar -->
<div class="nav">
<div class="list">
<a href="mobile.html">
<div>mobiles & tablests<i class="fa-solid fa-angle-down"></i></li>
</div>
</a>
<a href="tv.html">
<div>televisions<i class="fa-solid fa-angle-down"></i></li>
</div>
</a>
<div>audio<i class="fa-solid fa-angle-down"></i></li>
</div>
<div>home appliances<i class="fa-solid fa-angle-down"></i></li>
</div>
<a href="laptop.html">
<div>computers<i class="fa-solid fa-angle-down"></i></li>
</div>
</a>
<a href="camera.html">
<div>cameras<i class="fa-solid fa-angle-down"></i></li>
</div>
</a>
<div>kitchen appliances<i class="fa-solid fa-angle-down"></i></li>
</div>
<div>personal care<i class="fa-solid fa-angle-down"></i></li>
</div>
<a href="accessories.html">
<div>accessories<i class="fa-solid fa-angle-down"></i></li>
</div>
</a>
</div>
</div>
<!-------------------------- laptop product ------------------------------>
<div id="product-container">
<!-- div should be append here -->
</div>
<!----------------------- footer start from heree --------------------------------->
<div class="footer-main">
<div>
<ul>
<li id="head">PRODUCT CATEGORIES</li>
<li>Smartphones</li>
<li>Laptops</li>
<li>DSLR Cameras</li>
<li>Televisions</li>
<li>Air Conditioners</li>
<li>Refrigerators</li>
<li>Kitchen Appliances</li>
<li>Accessories</li>
<li>Personal Care & Grooming</li>
</ul>
</div>
<div>
<ul>
<li id="head">SITE INFO</li>
<li>About Reliance Digital</li>
<li>resQ Services</li>
<li>Site Map</li>
<li>Gift Cards</li>
<li>Corporate Enquries</li>
<li>Contact Us</li>
</ul>
</div>
<div>
<ul>
<li id="head">RESOURCE CENTRE</li>
<li>Product Reviews</li>
<li>Buying Guides</li>
<li>How Tos</li>
<li>Featured Stories</li>
<li>Events & Happenings</li>
</ul>
</div>
<div>
<ul>
<li id="head">POLICIES</li>
<li>Terms of Use</li>
<li>FAQs</li>
<li>Cancellation and Return Policy</li>
<li>Pricing and Payments Policy</li>
<li>Shipping and Delivery Policy</li>
<li>Privacy Policy</li>
<li>E-waste Recycling Policy</li>
<li>EMI and Additional Cashback T&C</li>
<li>RelianceOne Loyalty Program T&C</li>
<li>Caution Notice</li>
</ul>
</div>
</div>
<div class="bottom-footer">
<div>
<h4>follow us</h4>
</div>
<div>
<h4>experience Reliance Digital app on mobile</h4>
</div>
</div>
<div class="icon">
<div>
<i class="fa-brands fa-square-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-youtube"></i>
</div>
<div id="app">
<div>
<img src="https://www.reliancedigital.in/build/client/images/google_play_store.png" alt="">
</div>
<div>
<img src="https://www.reliancedigital.in/build/client/images/ios_app_store_icon.png" alt="">
</div>
</div>
</div>
<div class="btm-footer">
<a href="">Disclaimer</a>
<div class="para">
<p>Product prices, offers and availability are subject to change from time to time. All prices are inclusive
of taxes. Product colours & images are only for illustration and they may not exactly match with the
actual product. Product specs are subject to change & may vary from actual product. While every care is
taken to avoid inaccuracies in content, these are provided as is, without warranty of any kind.</p>
</div>
<p>© 2022 Reliance Digital. All Rights Reserved.</p>
</div>
</body>
</html>
<script src="./scripts/laptop.js"></script>