Redesigning Website with Bootstrap - ichan018/ivan-s-chan GitHub Wiki
Summary
I edited my website with Bootstrap version 5.0.2.
Description.
I wanted to recreate my website to have a better design and navigation bar. When redesigning my website, I decided that Bootstrap Version 5.0.2 was the best option. I had tried an older version of Bootstrap, but I realized that Bootstrap version 5.0.2 would give me the features I wanted.
Challenges I Faced
It took some time to figure out how to get the navigation bar to stick at the top (The class should include sticky-top!)
Making sure that the navigation bar would work on mobile devices was hard. I had to read through the Bootstrap tutorial and some of the documentation in order to figure out how the navigation bar works. In addition, different Bootstrap versions require me to create the navigation bar differently.