-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection.html
More file actions
577 lines (550 loc) · 21.9 KB
/
Copy pathsection.html
File metadata and controls
577 lines (550 loc) · 21.9 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
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PC Zone - Shop by Categories</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="shortcut icon" href="./assets/icon.png" type="image/x-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css"
/>
</head>
<body>
<div class="global-notification">
<p>
SUMMER SALE FOR ALL PARTS OF COMPUTER AND FREE EXPRESS INTERNATIONAL
DELIVERY - OFF 50%! <a href="#">SHOP NOW</a>
</p>
</div>
<header class="header">
<div class="header-row">
<div class="header-left">
<a href="/Computer-Parts-e-Commerce/home.html" class="logo">
<img id="logo-img" src="./assets/logo.png" alt="Computer" />
</a>
<a class="PC-zone" href="/Computer-Parts-e-Commerce/home.html"
>PC Zone</a
>
</div>
<div class="header-center" id="sidebar">
<nav class="navigation">
<ul class="menu-list">
<li class="menu-list-item">
<a href="/Computer-Parts-e-Commerce/home.html" class="menu-link"
>Home
<i class="bi bi-chevron-down"></i>
</a>
<div class="menu-dropdown-wrapper">
<ul class="menu-dropdown-content">
<li><a href="#">PC Deals</a></li>
<li><a href="#">New Arrivals</a></li>
<li><a href="#">PC Upgrades</a></li>
<li><a href="#">PC Accessories </a></li>
<li><a href="#">PC Gaming Gear</a></li>
<li><a href="#">Build Your PC</a></li>
<li><a href="#">Gaming Hub</a></li>
<li><a href="#">Tech Trends</a></li>
<li><a href="#">Workstation Essentials</a></li>
<li><a href="#">High-Performance Zone</a></li>
</ul>
</div>
</li>
<li class="menu-list-item megamenu-wrapper">
<a
class="menu-link active"
href="/Computer-Parts-e-Commerce/section.html"
>Shop
<i class="bi bi-chevron-down"></i>
</a>
<div class="menu-dropdown-wrapper">
<div class="menu-dropdown-megamenu">
<div class="megamenu-links">
<div class="megamenu-products">
<h3 class="megamenu-product-title">Shop by Category</h3>
<ul class="megamenu-menu-list">
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Processor</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Motherboards</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Graphics Cards</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Storage Devices</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Cooling & Power</a
>
</li>
</ul>
</div>
<div class="megamenu-products">
<h3 class="megamenu-product-title">Browse Options</h3>
<ul class="megamenu-menu-list">
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>All Components</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Popular Products</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>New Arrivals</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Best Deals</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Quick View</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="menu-list-item">
<a
class="menu-link"
href="/Computer-Parts-e-Commerce/contact.html"
>Contact</a
>
</li>
<li class="menu-list-item">
<a
class="menu-link"
href="/Computer-Parts-e-Commerce/about.html"
>About</a
>
</li>
</ul>
</nav>
</div>
<div class="header-right">
<div class="header-right-links">
<a href="/Computer-Parts-e-Commerce"
><i class="bi bi-person"></i
></a>
<button class="search-button"><i class="bi bi-search"></i></button>
<a href="#"><i class="bi bi-heart"></i></a>
<div class="header-cart">
<a class="header-cart-link" href="#"
><i class="bi bi-bag"></i><span id="cart-count">0</span></a
>
</div>
</div>
</div>
</div>
</header>
<div class="mobile-header">
<!-- Add this new block for the logo (copied from the header-left section) -->
<a href="/Computer-Parts-e-Commerce/home.html" class="logo">
<img id="logo-img" src="./assets/logo.png" alt="Computer" />
</a>
<button class="menu-toggle" aria-label="Toggle menu">
<i class="bi bi-list"></i>
</button>
<!-- Add this new block for the icons (copied from the header-right section) -->
<div class="mobile-header-icons">
<a href="/Computer-Parts-e-Commerce"><i class="bi bi-person"></i></a>
<button class="search-button"><i class="bi bi-search"></i></button>
<a href="#"><i class="bi bi-heart"></i></a>
<div class="header-cart">
<a class="mobile-header-cart" href="#"
><i class="bi bi-bag"></i><span id="cart-count-mobile">0</span></a
>
</div>
</div>
<nav class="mobile-navigation">
<ul class="mobile-menu-list">
<li>
<a href="/Computer-Parts-e-Commerce/home.html" class="menu-link"
>Home</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html" class="menu-link"
>Shop</a
>
<div class="mobile-dropdown">
<ul>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Shop Standard</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Shop Full</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Shop Only Categories</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Shop Image Categories</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/section.html"
>Shop List</a
>
</li>
</ul>
</div>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/contact.html" class="menu-link"
>Contact</a
>
</li>
<li>
<a href="/Computer-Parts-e-Commerce/about.html" class="menu-link"
>About</a
>
</li>
</ul>
</nav>
</div>
<div class="cart-panel">
<div class="cart-header">
<h2>My Cart</h2>
<button id="close-cart">X</button>
</div>
<ul id="cart-items">
<!-- Cart items will be added dynamically-->
</ul>
</div>
<main class="section-page">
<p class="section-path">SHOP › SHOP BY CATEGORY › Processors</p>
<h2 class="processor-heading">Processors</h2>
<div class="top-processor-img">
<img
src="./assets/intel-processor.jpg"
alt="processor image could not load"
/>
</div>
<div class="main-container">
<aside class="sidebar">
<h2>Shop By</h2>
<div class="filter-group">
<h3>Keywords</h3>
<input
type="text"
class="filter-input"
placeholder="Search by keywords"
/>
</div>
<div class="filter-group">
<h3>Manufacturers</h3>
<label><input type="checkbox" /> Intel</label><br />
<label><input type="checkbox" /> AMD</label>
</div>
<div class="filter-group">
<h3>Price</h3>
<input type="range" min="2900" max="16600" class="price-range" />
<div class="price-values">
<span>₹2900</span> - <span>₹16600</span>
</div>
</div>
<div class="filter-group">
<h3>Cores</h3>
<label><input type="checkbox" /> 4 Cores</label><br />
<label><input type="checkbox" /> 6 Cores</label><br />
<label><input type="checkbox" /> 8 Cores</label><br />
<label><input type="checkbox" /> 12 Cores</label>
</div>
<div class="filter-group">
<h3>Threads</h3>
<label><input type="checkbox" /> 8 Threads</label><br />
<label><input type="checkbox" /> 16 Threads</label><br />
<label><input type="checkbox" /> 24 Threads</label>
</div>
<div class="filter-group">
<h3>Socket Compatibility</h3>
<label><input type="checkbox" /> LGA1200</label><br />
<label><input type="checkbox" /> AM4</label><br />
<label><input type="checkbox" /> LGA1700</label><br />
<label><input type="checkbox" /> TRX4</label>
</div>
<div class="filter-group">
<h3>Max TDP</h3>
<label><input type="checkbox" /> Up to 65W</label><br />
<label><input type="checkbox" /> 65W - 125W</label><br />
<label><input type="checkbox" /> 125W+</label>
</div>
<div class="filter-group">
<h3>Integrated Graphics</h3>
<label><input type="checkbox" /> Yes</label><br />
<label><input type="checkbox" /> No</label>
</div>
</aside>
<div class="products-container">
<div class="product-card">
<div class="discount-badge">20% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 1" />
<h2 class="product-name">Intel Core i9 - High Performance</h2>
<p class="product-desc">
A top-tier processor for gaming and multitasking with 8 cores and
16 threads.
</p>
<div class="price-container">
<span class="discounted-price">$499</span>
<span class="original-price">$599</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">10% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 2" />
<h2 class="product-name">AMD Ryzen 7 - Advanced Processing</h2>
<p class="product-desc">
Great choice for content creators with excellent performance and
efficiency.
</p>
<div class="price-container">
<span class="discounted-price">$429</span>
<span class="original-price">$479</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">15% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 3" />
<h2 class="product-name">Intel Core i7 - Performance Boost</h2>
<p class="product-desc">
A reliable processor for intensive tasks, featuring 6 cores and 12
threads.
</p>
<div class="price-container">
<span class="discounted-price">$399</span>
<span class="original-price">$469</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">8% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 4" />
<h2 class="product-name">AMD Ryzen 5 - Gaming Edition</h2>
<p class="product-desc">
Designed for gaming, with high clock speeds and smooth
multitasking capabilities.
</p>
<div class="price-container">
<span class="discounted-price">$329</span>
<span class="original-price">$359</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">12% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 5" />
<h2 class="product-name">Intel Core i5 - Mainstream Power</h2>
<p class="product-desc">
Perfect for everyday use, offering solid performance with 4 cores
and 8 threads.
</p>
<div class="price-container">
<span class="discounted-price">$279</span>
<span class="original-price">$319</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">15% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 6" />
<h2 class="product-name">AMD Ryzen 3 - Entry-Level Workhorse</h2>
<p class="product-desc">
A budget-friendly choice with good performance for basic
applications.
</p>
<div class="price-container">
<span class="discounted-price">$199</span>
<span class="original-price">$229</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">18% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 7" />
<h2 class="product-name">Intel Xeon - Server Grade</h2>
<p class="product-desc">
Powerful multi-core processor built for servers and
high-performance computing.
</p>
<div class="price-container">
<span class="discounted-price">$799</span>
<span class="original-price">$979</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">25% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 8" />
<h2 class="product-name">
AMD Threadripper - Extreme Multitasking
</h2>
<p class="product-desc">
High-end processor designed for extreme multitasking with 16 cores
and 32 threads.
</p>
<div class="price-container">
<span class="discounted-price">$1,199</span>
<span class="original-price">$1,599</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">10% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 9" />
<h2 class="product-name">Intel Pentium Gold - Budget Option</h2>
<p class="product-desc">
Affordable processor for basic computing needs, with solid
efficiency.
</p>
<div class="price-container">
<span class="discounted-price">$149</span>
<span class="original-price">$169</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">15% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 10" />
<h2 class="product-name">AMD Athlon - Entry-Level Processor</h2>
<p class="product-desc">
Great for entry-level systems, ideal for budget-conscious buyers.
</p>
<div class="price-container">
<span class="discounted-price">$99</span>
<span class="original-price">$119</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">12% OFF</div>
<img src="./assets/hot-deals/intel.jpg" alt="Processor 11" />
<h2 class="product-name">Intel Pentium - Budget Option</h2>
<p class="product-desc">
Affordable processor for basic computing needs, with solid
efficiency.
</p>
<div class="price-container">
<span class="discounted-price">$168</span>
<span class="original-price">$189</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
<div class="product-card">
<div class="discount-badge">8% OFF</div>
<img src="./assets/hot-deals/ryzen-3600.jpg" alt="Processor 12" />
<h2 class="product-name">AMD Ryzen 7 - Advanced Processing</h2>
<p class="product-desc">
Great choice for content creators with excellent performance and
efficiency.
</p>
<div class="price-container">
<span class="discounted-price">$429</span>
<span class="original-price">$469</span>
</div>
<button class="add-to-cart-btn">
<i class="bi bi-cart-plus"></i>Add to Cart
</button>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-section about">
<h4>About Us</h4>
<p>
We provide top-quality computer parts with reliable support,
ensuring you get the best hardware for your needs.
</p>
</div>
<div class="footer-section links">
<h4>Useful Links</h4>
<ul>
<li><a href="/Computer-Parts-e-Commerce/home.html">Home</a></li>
<li><a href="/Computer-Parts-e-Commerce/section.html">Shop</a></li>
<li>
<a href="/Computer-Parts-e-Commerce/contact.html">Contact Us</a>
</li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<div class="footer-section contact">
<h4>Contact Us</h4>
<p><i class="bi bi-telephone-fill"></i> +91 123 456 7890</p>
<p><i class="bi bi-envelope-fill"></i> support@computershop.com</p>
<p>
<i class="bi bi-geo-alt-fill"></i> 123 Tech Street, New Delhi, India
</p>
</div>
<div class="footer-section social">
<h4>Follow Us</h4>
<a href="#"><i class="bi bi-facebook"></i></a>
<a href="#"><i class="bi bi-twitter"></i></a>
<a href="#"><i class="bi bi-instagram"></i></a>
<a href="#"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="footer-bottom">
© 2024 PC Zone | All Rights Reserved <br />Designed with ❤️ by
Uvaish Nasir
</div>
</footer>
<link rel="stylesheet" href="./css/section.css" />
<script src="js/section.js"></script>
</body>
</html>