Skip to content

Commit b973b11

Browse files
committed
Fix 404 placeholder links for Amazon and YouTube videos
1 parent 5534cdf commit b973b11

63 files changed

Lines changed: 2481 additions & 808 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/audio/cpu/cpu-overview.mp3

153 KB
Binary file not shown.

assets/audio/gpu/gpu-overview.mp3

124 KB
Binary file not shown.
132 KB
Binary file not shown.

assets/audio/ram/ram-overview.mp3

119 KB
Binary file not shown.

assets/images/cpu/Binary_Forty.PNG

17.3 KB
Loading
6.05 MB
Loading
324 KB
Loading
55 KB
Loading

battery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>🛒 Top Battery Products</h2>
4747
<h4>APC Back-UPS BX1100C-IN</h4>
4848
<p class="product-spec">1100VA / 660W · 8 outlets · 1-hour runtime for basic PC · USB charging</p>
4949
<p class="product-price">₹5,525 – ₹7,475 (Avg: ₹6,500)</p>
50-
<a href="https://amzn.in/d/apcbackups" target="_blank" rel="noopener" class="buy-btn">🛒 Amazon India</a>
50+
<a href="https://www.amazon.in/s?k=apcbackups" target="_blank" rel="noopener" class="buy-btn">🛒 Amazon India</a>
5151
</div>
5252
<div class="product-card">
5353
<img src="images/battery.jpg" alt="Genus GX1000 UPS">
@@ -86,7 +86,7 @@ <h3 style="font-size: 1.2rem; color: #fff; margin-bottom: 10px;">📚 Academic &
8686
<div style="flex: 1; min-width: 300px;">
8787
<h3 style="font-size: 1.2rem; color: #fff; margin-bottom: 10px;">🎥 Video Lecture / Demonstration</h3>
8888
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000;">
89-
<iframe src="https://www.youtube.com/embed?listType=search&list=Battery+explained+computer+science" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" allowfullscreen></iframe>
89+
<a href="https://www.youtube.com/results?search_query=Battery+explained+computer+science" target="_blank" style="display:flex; align-items:center; justify-content:center; width:100%; height:100%; min-height: 200px; background:#252525; color:#fff; text-decoration:none; font-weight:bold; border-radius:8px; font-size: 1.2rem;">▶️ Search YouTube: Battery explained computer science</a>
9090
</div>
9191
</div>
9292
</div>

computer-history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3 style="font-size: 1.2rem; color: #fff; margin-bottom: 10px;">📚 Academic &
4444
<div style="flex: 1; min-width: 300px;">
4545
<h3 style="font-size: 1.2rem; color: #fff; margin-bottom: 10px;">🎥 Video Lecture / Demonstration</h3>
4646
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000;">
47-
<iframe src="https://www.youtube.com/embed?listType=search&list=Computer+History+explained+computer+science" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" allowfullscreen></iframe>
47+
<a href="https://www.youtube.com/results?search_query=Computer+History+explained+computer+science" target="_blank" style="display:flex; align-items:center; justify-content:center; width:100%; height:100%; min-height: 200px; background:#252525; color:#fff; text-decoration:none; font-weight:bold; border-radius:8px; font-size: 1.2rem;">▶️ Search YouTube: Computer History explained computer science</a>
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)