|
20 | 20 |
|
21 | 21 | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0;"> |
22 | 22 |
|
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)'"> |
24 | 25 | <h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🧠 PyTorch Course</h3> |
25 | 26 | <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> |
26 | 27 | <ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;"> |
27 | 28 | <li>20 comprehensive chapters</li> |
28 | 29 | <li>Hands-on examples</li> |
29 | 30 | <li>Best practices & tips</li> |
30 | 31 | </ul> |
| 32 | + <p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p> |
31 | 33 | </div> |
| 34 | +</a> |
32 | 35 |
|
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)'"> |
34 | 38 | <h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🐳 Docker Course</h3> |
35 | 39 | <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> |
36 | 40 | <ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;"> |
37 | 41 | <li>13 detailed chapters</li> |
38 | 42 | <li>Production-ready practices</li> |
39 | 43 | <li>System troubleshooting</li> |
40 | 44 | </ul> |
| 45 | + <p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p> |
41 | 46 | </div> |
| 47 | +</a> |
42 | 48 |
|
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)'"> |
44 | 51 | <h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🚀 DevOps Interview Course</h3> |
45 | 52 | <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> |
46 | 53 | <ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;"> |
47 | 54 | <li>18 comprehensive chapters</li> |
48 | 55 | <li>200+ interview questions</li> |
49 | 56 | <li>Real-world scenarios</li> |
50 | 57 | </ul> |
| 58 | + <p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p> |
51 | 59 | </div> |
| 60 | +</a> |
52 | 61 |
|
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)'"> |
54 | 64 | <h3 style="margin: 0 0 1rem 0; color: white; font-size: 1.5rem;">🔬 eBPF Practical Course</h3> |
55 | 65 | <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> |
56 | 66 | <ul style="margin: 0; padding-left: 1.2rem; opacity: 0.9;"> |
57 | 67 | <li>17 practical chapters</li> |
58 | 68 | <li>Code-based examples</li> |
59 | 69 | <li>Research papers & resources</li> |
60 | 70 | </ul> |
| 71 | + <p style="margin: 1rem 0 0 0; opacity: 0.9; font-weight: bold;">→ Start Learning</p> |
61 | 72 | </div> |
| 73 | +</a> |
62 | 74 |
|
63 | 75 | <a href="courses/quant-research-trader/" style="text-decoration: none; color: inherit;"> |
64 | 76 | <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 | 85 | </div> |
74 | 86 | </a> |
75 | 87 |
|
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)'"> |
77 | 90 | <h3 style="margin: 0 0 1rem 0; color: #333; font-size: 1.5rem;">📚 Resources Hub</h3> |
78 | 91 | <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> |
79 | 92 | <ul style="margin: 0; padding-left: 1.2rem; color: #555;"> |
80 | 93 | <li>9 subject categories</li> |
81 | 94 | <li>Curated resources</li> |
82 | 95 | <li>AI & ML Graduate Studies</li> |
83 | 96 | </ul> |
| 97 | + <p style="margin: 1rem 0 0 0; color: #555; font-weight: bold;">→ Explore Resources</p> |
84 | 98 | </div> |
| 99 | +</a> |
85 | 100 |
|
86 | 101 | </div> |
87 | 102 |
|
|
0 commit comments