5959 <!-- Desktop Navigation -->
6060 < nav class ="hidden md:flex items-center gap-8 ">
6161 < a href ="#about " class ="font-medium hover:text-primary transition-colors "> About</ a >
62- < a href ="#learning " class ="font-medium hover:text-primary transition-colors "> Learning </ a >
63- < a href ="#insights " class ="font-medium hover:text-primary transition-colors "> Insights </ a >
62+ < a href ="#projects " class ="font-medium hover:text-primary transition-colors "> Projects </ a >
63+ < a href ="blog/index.html " class ="font-medium hover:text-primary transition-colors "> Blog </ a >
6464 < a href ="#team " class ="font-medium hover:text-primary transition-colors "> Team</ a >
6565 < a href ="https://github.com/AIComputing101 " target ="_blank " class ="flex items-center gap-1 px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary/90 transition-colors ">
6666 < i class ="fab fa-github "> </ i > GitHub
7777 < div id ="mobile-menu " class ="md:hidden hidden bg-white border-t ">
7878 < div class ="container mx-auto px-4 py-3 flex flex-col gap-4 ">
7979 < a href ="#about " class ="py-2 font-medium hover:text-primary transition-colors "> About</ a >
80- < a href ="#learning " class ="py-2 font-medium hover:text-primary transition-colors "> Learning </ a >
81- < a href ="#insights " class ="py-2 font-medium hover:text-primary transition-colors "> Insights </ a >
80+ < a href ="#projects " class ="py-2 font-medium hover:text-primary transition-colors "> Projects </ a >
81+ < a href ="blog/index.html " class ="py-2 font-medium hover:text-primary transition-colors "> Blog </ a >
8282 < a href ="#team " class ="py-2 font-medium hover:text-primary transition-colors "> Team</ a >
8383 < a href ="https://github.com/AIComputing101 " target ="_blank " class ="flex items-center gap-1 px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary/90 transition-colors w-fit ">
8484 < i class ="fab fa-github "> </ i > GitHub
@@ -99,7 +99,7 @@ <h1 class="text-[clamp(2.5rem,5vw,4rem)] font-bold leading-tight text-shadow mb-
9999 Empowering developers and organizations with comprehensive open-source learning resources to master AI technologies.
100100 </ p >
101101 < div class ="flex flex-col sm:flex-row gap-4 justify-center ">
102- < a href ="#learning " class ="px-8 py-3 bg-primary text-white rounded-lg font-medium hover:bg-primary/90 transition-all shadow-lg hover:shadow-primary/20 ">
102+ < a href ="#projects " class ="px-8 py-3 bg-primary text-white rounded-lg font-medium hover:bg-primary/90 transition-all shadow-lg hover:shadow-primary/20 ">
103103 Explore Learning Resources
104104 </ a >
105105 < a href ="https://github.com/AIComputing101 " target ="_blank " class ="px-8 py-3 bg-white text-primary border border-primary rounded-lg font-medium hover:bg-primary/5 transition-all ">
@@ -210,7 +210,7 @@ <h3 class="text-2xl font-bold mb-4">High Quality</h3>
210210 </ section >
211211
212212 <!-- Learning Resources Section -->
213- < section id ="learning " class ="py-20 bg-gray-50 ">
213+ < section id ="projects " class ="py-20 bg-gray-50 ">
214214 < div class ="container mx-auto px-4 ">
215215 < div class ="max-w-3xl mx-auto text-center mb-16 ">
216216 < h2 class ="text-[clamp(1.8rem,3vw,2.5rem)] font-bold mb-4 "> Learning Resources</ h2 >
@@ -577,7 +577,7 @@ <h2 class="text-[clamp(1.8rem,3vw,2.5rem)] font-bold mb-6">Ready to Start Your A
577577 Join our community of learners and start mastering AI technologies through our comprehensive, open-source learning resources.
578578 </ p >
579579 < div class ="flex flex-col sm:flex-row gap-4 justify-center ">
580- < a href ="#learning " class ="px-8 py-3 bg-white text-primary rounded-lg font-medium hover:bg-gray-100 transition-all ">
580+ < a href ="#projects " class ="px-8 py-3 bg-white text-primary rounded-lg font-medium hover:bg-gray-100 transition-all ">
581581 < i class ="fas fa-book-open mr-2 "> </ i > Start Learning
582582 </ a >
583583 < a href ="https://github.com/AIComputing101 " target ="_blank " class ="px-8 py-3 bg-transparent border-2 border-white text-white rounded-lg font-medium hover:bg-white/10 transition-all ">
@@ -625,7 +625,7 @@ <h2 class="text-[clamp(1.8rem,3vw,2.5rem)] font-bold mb-6">Ready to Start Your A
625625 < h4 class ="text-white font-semibold mb-4 "> Quick Links</ h4 >
626626 < ul class ="space-y-2 ">
627627 < li > < a href ="#about " class ="hover:text-white transition-colors "> About</ a > </ li >
628- < li > < a href ="#learning " class ="hover:text-white transition-colors "> Learning</ a > </ li >
628+ < li > < a href ="#projects " class ="hover:text-white transition-colors "> Learning</ a > </ li >
629629 < li > < a href ="#insights " class ="hover:text-white transition-colors "> Insights</ a > </ li >
630630 < li > < a href ="#team " class ="hover:text-white transition-colors "> Team</ a > </ li >
631631 </ ul >
@@ -636,7 +636,7 @@ <h4 class="text-white font-semibold mb-4">Resources</h4>
636636 < ul class ="space-y-2 ">
637637 < li > < a href ="https://github.com/AIComputing101?tab=repositories " target ="_blank " class ="hover:text-white transition-colors "> GitHub Repositories</ a > </ li >
638638 < li > < a href ="blog/index.html " class ="hover:text-white transition-colors "> Blog & Articles</ a > </ li >
639- < li > < a href ="#learning " class ="hover:text-white transition-colors "> Learning Paths</ a > </ li >
639+ < li > < a href ="#projects " class ="hover:text-white transition-colors "> Learning Paths</ a > </ li >
640640 < li > < a href ="mailto:aicomputing101@gmail.com " class ="hover:text-white transition-colors "> Contact Us</ a > </ li >
641641 </ ul >
642642 </ div >
0 commit comments