-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaptops.html
269 lines (220 loc) · 9.17 KB
/
laptops.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
<!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">
<script src="https://kit.fontawesome.com/02fd71c999.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/laptop.css">
<title>Laptop page</title>
</head>
<body>
<nav>
<div>
<div class="icon">
<img src="7267ae0cd7e844f99a92ac017b654af6.png" alt="">
</div>
<ol id="displayAccount">
<li><a href="signup.html"><i class="fa-solid fa-address-card"></i>Sign up</a></li>
<li><a href="login.html"></a><i class="fa-solid fa-right-to-bracket"></i>Log In</a></li>
<li> <a href="cart.html"><i class="fa-solid fa-cart-shopping"><span id="media_cart_container"></span></i>Cart </a></li>
</ol>
</div>
<div class="search_box">
<input type="search" placeholder="Search Pc's" id="input_search">
<i class="fa-solid fa-magnifying-glass" id="search_btn"></i>
</div>
<ol id="displayouterbox">
<li><a href="signup.html"><i class="fa-solid fa-address-card"></i></i>Sign Up</a></li>
<li> <a href="login.html"><i class="fa-solid fa-right-to-bracket"></i>Log In</a></li>
<li><i class="fa-solid fa-language"></i>IN/EN</li>
<li> <a href="cart.html"><i class="fa-solid fa-cart-shopping"><span id="cart_container"></span></i>Cart </a></a> </li>
</ol>
</nav>
<div id="navbar">
<ul>
<li class="nav">
<i class="fa-solid fa-laptop"></i>
<a href="laptops.html">Laptops</a>
</li>
<li class="nav">
<i class="fa-solid fa-desktop"></i>
<a href="desktop.html">Desktop</a>
</li>
<li class="nav">
<i class="fa-solid fa-hard-drive"></i>
<a href="#">Workstations</a>
</li>
<li class="nav">
<i class="fa-solid fa-tv"></i>
<a href="monitors.html">Monitors</a>
</li>
<li class="nav">
<i class="fa-solid fa-server"></i>
<a href="#">Servers & Storage</a>
</li>
<li class="nav">
<i class="fa-solid fa-headphones-simple"></i>
<a href="#">Accessories</a>
</li>
</ul>
</div>
<div id="midsection">
<div id="midsection_part1">
<h3>Filters</h3>
<div id="productline">
<h4>Productline</h4>
<label for="Inspiron"><input type="checkbox" class="productline" value="Inspiron" id="Inspiron">Inspiron</label>
<label for="Vostro"><input type="checkbox" class="productline" value="Vostro" id="Vostro">Vostro</label>
<label for="Alienware"><input type="checkbox" class="productline" value="Alienware" id="Alienware">Alienware</label>
</div>
<div id="memory">
<h4>Memory</h4>
<label for="8GB"><input type="checkbox" class="memory" value="8GB" id="8GB">8GB</label>
<label for="16GB"><input type="checkbox" class="memory" value="16GB" id="16GB">16GB</label>
<label for="32GB"><input type="checkbox" class="memory" value="32GB" id="32GB">32GB</label>
</div>
<div id="hard_drive">
<h4>Storage size</h4>
<label for="256GB"><input type="checkbox" class="harddrive" value="256GB" id="256GB">256GB</label>
<label for="512GB"><input type="checkbox" class="harddrive" value="512GB" id="512GB">512GB</label>
<label for="1TB"><input type="checkbox" class="harddrive" value="1TB" id="1TB">1TB</label>
</div>
<div id="price">
<h4>Price</h4>
<label for="10,000-50,000"><input type="checkbox" class="price" value="10,000-50,000" id="10,000-50,000">10,000-50,000</label>
<label for="50,000-1,00,000"><input type="checkbox" class="price" value="50,000-1,00,000" id="50,000-1,00,000">50,000-1,00,000</label>
<label for="1,00,000-1,50,000"><input type="checkbox" class="price" value="1,00,000-1,50,000" id="1,00,000-1,50,000">1,00,000-1,50,000</label>
<label for=">1,50,000"><input type="checkbox" class="price" value="Greater than 1,50,000" id=">1,50,000">Greater than 1,50,000</label>
</div>
<div id="color">
<h4>Color</h4>
<label for="Black"><input type="checkbox" class="color" value="Black" id="Black">Black</label>
<label for="Silver"><input type="checkbox" class="color" value="Silver" id="Silver">Silver</label>
<label for="Grey"><input type="checkbox" class="color" value="Grey" id="Grey">Grey</label>
<label for="Green"><input type="checkbox" class="color" value="Green" id="Green">Green</label>
</div>
</div>
<div id="midsection_part2">
<div >
<button id="media_filter">Filter products</button>
<label for="">Sort by <select name="" id="sort">
<option value="">Select value</option>
<option value="Highest_Price">Highest Price</option>
<option value="Lowest_Price">Lowest Price</option>
</select>
</label>
</div>
<div id="laptop_container">
<!--append all laptops here -->
</div>
</div>
</div>
<div id="footer">
<div>
<ul>
<li>IN/EN</li>
<li>site map</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Our offerings</li>
<li>APEX</li>
<li>Products</li>
<li>Solutions</li>
<li>services</li>
<li>Deals</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Account</li>
<li>My account</li>
<li>Order status</li>
<li>My products</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Our Company</li>
<li>who we are</li>
<li>careers</li>
<li>dell technologies capital</li>
<li>Investors</li>
<li>Newsroom</li>
<li>perspectives</li>
<li>recycling</li>
<li>ESG </li>
<li></li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">support</li>
<li>support home</li>
<li>contact us</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Our partners</li>
<li>Find a Partner</li>
<li>OEM Solutions</li>
<li>Partner program</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Connect with us</li>
<li>community</li>
<li>contact us</li>
</ul>
</div>
<div>
<ul>
<li style="font-weight: bold;opacity: 0.7;">Resources</li>
<li>blog</li>
<li>events</li>
<li>dell learning centre</li>
<li>glossary</li>
<li>privacy centre</li>
<li>resource library</li>
<li>trial software downloads</li>
</ul>
</div>
</div>
<div id="footer-part-2">
<div>
<div>
<ul class="flex">
<li>Dell.com</li>
<li>Dell technologies</li>
<li>premier</li>
</ul>
</div>
<ul class="flex">
<li>Copyright © 2023 Dell Inc.</li>
<li>Terms of Sale</li>
<li> Privacy Statement</li>
<li>Legal & Regulatory</li>
<li>Accessibility</li>
</ul>
<div>
<p>*IMPORTANT DELL DETAIL</p>
<p>*DELL'S TERMS AND CONDITIONS : apply to all sales available on request or at "Terms and Conditions of Sale" located at the bottom of our homepage at www.dell.co.in
</p>
<p>TRADEMARKS : Celeron, Intel, the Intel logo, Intel Atom, Intel Core, Intel Inside, the Intel Inside logo, Intel vPro, Intel Evo, Intel Optane, Intel Xeon Phi, Iris, Itanium, MAX, Pentium, and Xeon are trademarks of Intel Corporation or its subsidiaries.</p>
<p>© 2023 NVIDIA, the NVIDIA logo, GeForce, GeForce RTX, GeForce MAX-Q, GRID, SHIELD, Battery Boost, CUDA, FXAA, GameStream, G-Sync, NVLINK, ShadowPlay, SLI, TXAA, PhysX, GeForce Experience, GeForce NOW, Maxwell, Pascal and Turing are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and other countries.</p>
<p>RETURNS POLICY : Dell’s “Returns Policy” found at //www.dell.co.in/ applies to all sales. Choose carefully, as order cancellation rights are limited and additional costs may apply.</p>
<p>MISTAKES : While all efforts are made to check pricing and other errors, inadvertent errors do occur from time to time and Dell reserves the right to decline orders arising from such errors.</p>
<p>ONLINE PRICING : Prices advertised online include delivery charges & GST</p>
<p>No Cost EMI – T&C</p>
<p>COPYRIGHT: © 2023 Dell Inc. All rights reserved.</p>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/laptop.js">
</script>