-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
beginner friendlyEasy tasks, no coding experience requiredEasy tasks, no coding experience requiredcontentUpdate text, images, or contentUpdate text, images, or contentgood first issueGood for newcomersGood for newcomershtmlHTML structure changesHTML structure changes
Description
📝 Description
The 'Tutorials' link in the footer currently goes nowhere (href="#"). We need to point it to a real resource.
📍 Location
File: index.html
Line: 497
🔍 Current Code
<a href="#" class="hover:text-primary-500 transition-colors">Tutorials</a>✅ What to Do
Change the href to point to GitHub Docs or learning resources.
Option 1 (Recommended):
<a href="https://docs.github.com/en/get-started" class="hover:text-primary-500 transition-colors">Tutorials</a>Option 2:
<a href="https://github.com/Mauritania-Programmers-Community/.github/discussions" class="hover:text-primary-500 transition-colors">Tutorials</a>📝 Acceptance Criteria
- Link no longer points to "#"
- Link opens in a relevant tutorial page
- Link works when clicked
- Hover effect still works
⏱️ Estimated Time
5 minutes
🆘 Need Help?
Just change href="#" to a real URL! Super easy 😊
Metadata
Metadata
Assignees
Labels
beginner friendlyEasy tasks, no coding experience requiredEasy tasks, no coding experience requiredcontentUpdate text, images, or contentUpdate text, images, or contentgood first issueGood for newcomersGood for newcomershtmlHTML structure changesHTML structure changes