ScrimbaBootcamp / progress-tracker

Bootcamp students will contribute to this open source project, where we will build a progress tracker to keep up with activity and accomplishments in the Scrimba bootcamp.
https://bootcamp-progress-tracker.netlify.app
MIT License
3 stars 14 forks source link

feat: Add `header` and `nav` elements #49

Closed michaella23 closed 1 week ago

michaella23 commented 3 weeks ago

Each page will have a header with the name of our app and a nav element. Add the code for these. Right now let's just hard code it in each of the HTML files. You can add some styles, but if our desktop and mobile nav elements are going to display differently, we should break this up into sub-tasks with associated Issues. Create a new Discussion here on GitHub and/or on Discord to talk about the styles we will use, if we are going to build this app mobile-first, or start with our desktop styles. You can create a new issue for styling the nav for a different viewport width.

othukeodoko commented 3 weeks ago

Hi Micha, I would like to collaborate on this

michaella23 commented 3 weeks ago

@othukeodoko You can start on this after your PR for issue #46 is merged. Let's post in the collaborative-work channel on Discord to see if other people have a preference about building mobile first.