Skip to content

Commit 8c80c3c

Browse files
Add clickable links to all course cards on home page
1 parent 9786dfa commit 8c80c3c

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

docs/index.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,45 +20,57 @@
2020

2121
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0;">
2222

23-
<div style="background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1);">
23+
<a href="courses/pytorch/" style="text-decoration: none; color: inherit;">
24+
<div style="background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
2425
<h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🧠 PyTorch Course</h3>
2526
<p style="margin: 0 0 1rem 0; opacity: 0.95;">Learn deep learning with PyTorch, from tensors to neural networks. Perfect for beginners and those looking to advance their machine learning skills.</p>
2627
<ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;">
2728
<li>20 comprehensive chapters</li>
2829
<li>Hands-on examples</li>
2930
<li>Best practices & tips</li>
3031
</ul>
32+
<p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p>
3133
</div>
34+
</a>
3235

33-
<div style="background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1);">
36+
<a href="courses/docker/" style="text-decoration: none; color: inherit;">
37+
<div style="background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
3438
<h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🐳 Docker Course</h3>
3539
<p style="margin: 0 0 1rem 0; opacity: 0.95;">Master containerization with Docker. Learn how to build, deploy, and manage containerized applications with comprehensive examples and best practices.</p>
3640
<ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;">
3741
<li>13 detailed chapters</li>
3842
<li>Production-ready practices</li>
3943
<li>System troubleshooting</li>
4044
</ul>
45+
<p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p>
4146
</div>
47+
</a>
4248

43-
<div style="background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1);">
49+
<a href="courses/devops-interview/" style="text-decoration: none; color: inherit;">
50+
<div style="background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
4451
<h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🚀 DevOps Interview Course</h3>
4552
<p style="margin: 0 0 1rem 0; opacity: 0.95;">Comprehensive DevOps interview preparation course. Master Linux, Docker, Kubernetes, CI/CD, Cloud, and more. Includes 200+ interview questions with detailed answers.</p>
4653
<ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;">
4754
<li>18 comprehensive chapters</li>
4855
<li>200+ interview questions</li>
4956
<li>Real-world scenarios</li>
5057
</ul>
58+
<p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p>
5159
</div>
60+
</a>
5261

53-
<div style="background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1);">
62+
<a href="courses/ebpf/" style="text-decoration: none; color: inherit;">
63+
<div style="background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
5464
<h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🔬 eBPF Practical Course</h3>
5565
<p style="margin: 0 0 1rem 0; opacity: 0.95;">Learn eBPF through hands-on code examples, practical use cases, and extensive resources. Includes research papers, articles, tools, and real-world applications.</p>
5666
<ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;">
5767
<li>17 practical chapters</li>
5868
<li>Code-based examples</li>
5969
<li>Research papers & resources</li>
6070
</ul>
71+
<p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p>
6172
</div>
73+
</a>
6274

6375
<a href="courses/quant-research-trader/" style="text-decoration: none; color: inherit;">
6476
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 2rem; border-radius: 10px; color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
@@ -73,15 +85,18 @@
7385
</div>
7486
</a>
7587

76-
<div style="background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 2rem; border-radius: 10px; color: #333; box-shadow: 0 5px 15px rgba(0,0,0,0.1);">
88+
<a href="courses/resources-hub/" style="text-decoration: none; color: inherit;">
89+
<div style="background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 2rem; border-radius: 10px; color: #333; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 5px 15px rgba(0,0,0,0.1)'">
7790
<h3 style="margin: 0 0 1rem 0; color: #333; font-size: 1.5rem;">📚 Resources Hub</h3>
7891
<p style="margin: 0 0 1rem 0; color: #555;">Comprehensive resource collection organized by subject. Find books, research papers, GitHub repositories, videos, articles, and recommended reading.</p>
7992
<ul style="margin: 0; padding-left: 1.2rem; color: #555;">
8093
<li>9 subject categories</li>
8194
<li>Curated resources</li>
8295
<li>AI & ML Graduate Studies</li>
8396
</ul>
97+
<p style="margin: 1rem 0 0 0; color: #555; font-weight: bold;">→ Explore Resources</p>
8498
</div>
99+
</a>
85100

86101
</div>
87102

0 commit comments

Comments
 (0)