|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Cooling — Air, Water & Thermal Paste | Computer Parts Map</title> |
| 7 | + <meta name="description" content="Cooling guide — air vs liquid cooling, AIOs, case fans, and thermal paste importance."> |
| 8 | + <link rel="stylesheet" href="css/styles.css"> |
| 9 | +</head> |
| 10 | +<body> |
| 11 | +<div id="navbar-placeholder"></div> |
| 12 | +<div class="component-hero"> |
| 13 | + <div class="badge">⚙️ Core Component</div> |
| 14 | + <h1>Cooling Systems</h1> |
| 15 | + <p class="hero-subtitle">Keeping your hardware chill under pressure — thermal management for peak performance.</p> |
| 16 | + <img src="images/cooling.jpg" alt="Cooling" class="hero-img" onerror="this.style.display='none'"> |
| 17 | +</div> |
| 18 | +<div class="page-content"> |
| 19 | + <div class="content-section"> |
| 20 | + <h2>📖 Why Is Cooling Important?</h2> |
| 21 | + <p>Computer components generate heat as they process electricity. If they get too hot, they suffer from <strong>thermal throttling</strong> (slowing down to save themselves) or even permanent damage. A good cooling system ensures your CPU and GPU can run at maximum speed for long periods.</p> |
| 22 | + </div> |
| 23 | + <div class="content-section"> |
| 24 | + <h2>🆚 Cooling Types Comparison</h2> |
| 25 | + <table class="spec-table"> |
| 26 | + <thead><tr><th>Type</th><th>Performance</th><th>Noise</th><th>Safety</th><th>Best For</th></tr></thead> |
| 27 | + <tbody> |
| 28 | + <tr><td>Stock Cooler</td><td>Basic</td><td>Loud</td><td>High</td><td>Budget / Office PCs</td></tr> |
| 29 | + <tr><td>Air Cooler (Tower)</td><td>Good</td><td>Moderate</td><td>High</td><td><span class="tag tag-good">Most Gamers</span></td></tr> |
| 30 | + <tr><td>AIO Liquid Cooler</td><td>Excellent</td><td>Quiet</td><td>Moderate</td><td>Overclocking / Aesthetics</td></tr> |
| 31 | + <tr><td>Custom Water Loop</td><td>Top Tier</td><td>Silent</td><td>Low (Risk of leaks)</td><td><span class="tag tag-best">Enthusiasts</span></td></tr> |
| 32 | + </tbody> |
| 33 | + </table> |
| 34 | + </div> |
| 35 | + <div class="content-section"> |
| 36 | + <h2>🛒 Recommended Cooling Products</h2> |
| 37 | + <div class="products-grid"> |
| 38 | + <div class="product-card"> |
| 39 | + <h4>DeepCool AK620 Digital</h4> |
| 40 | + <p class="product-spec">Dual-Tower Air Cooler · 260W TDP · Digital Status Screen · 6 Heat Pipes</p> |
| 41 | + <p class="product-price">₹5,100 – ₹7,500 (Avg: ₹6,000)</p> |
| 42 | + <a href="#" class="buy-btn" onclick="window.open('https://www.google.com/search?tbm=shop&q=' + encodeURIComponent(this.closest('.product-card').querySelector('h4').textContent + ' India'), '_blank'); return false;">🔍 Check Price</a> |
| 43 | + </div> |
| 44 | + <div class="product-card"> |
| 45 | + <h4>Arctic Liquid Freezer III 360</h4> |
| 46 | + <p class="product-spec">360mm AIO · VRM Fan · Thick Radiator · Best-in-class performance</p> |
| 47 | + <p class="product-price">₹9,350 – ₹13,000 (Avg: ₹11,000)</p> |
| 48 | + <a href="#" class="buy-btn" onclick="window.open('https://www.google.com/search?tbm=shop&q=' + encodeURIComponent(this.closest('.product-card').querySelector('h4').textContent + ' India'), '_blank'); return false;">🔍 Check Price</a> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + <div class="content-section"> |
| 53 | + <h2>🔗 Related Components</h2> |
| 54 | + <div class="related-grid"> |
| 55 | + <a href="cpu.html" class="related-link">⚙️ CPU</a> |
| 56 | + <a href="psu.html" class="related-link">🔌 PSU</a> |
| 57 | + <a href="ups.html" class="related-link">🔋 UPS</a> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | +</div> |
| 61 | +<div id="footer-placeholder"></div> |
| 62 | +<script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></script> |
| 63 | +<script src="js/script.js"></script> |
| 64 | +</body> |
| 65 | +</html> |
0 commit comments