ScrimbaBootcamp / community-garden

MIT License
1 stars 6 forks source link

[FEATURE] create nav with contributor's names to be able to jump to section #10

Open egpennington opened 1 month ago

egpennington commented 1 month ago

Is your feature request related to a problem? Please describe. As the number of contributors grows, currently, our project lacks an efficient way to navigate directly to specific contributors' sections from the navbar. This makes it harder for users to find relevant information or contributions quickly.

Describe the solution you'd like I propose adding a contributors' section to the navbar. Each contributor's name will be automatically added to the navbar when they add their HTML section, using a unique ID. JavaScript will dynamically update the navbar with these names, allowing users to click and jump directly to each contributor's section.

Describe approaches you've considered

Additional context This feature will significantly enhance user experience by providing a more organized and navigable interface. It also simplifies the process for contributors, as they only need to focus on adding their content with the correct ID, and the system will handle the rest.