801labs / website

current hackerspace website
MIT License
2 stars 7 forks source link

Added Main Menu Styling, made scroll able button #9

Closed matweaver7 closed 4 years ago

matweaver7 commented 4 years ago

Three things I did.

  1. The main menu "social contact" button menu didn't match. It was kind of jarring.
  2. Also on the main page is the "scroll down for more". I made that a button that when you clicks automatically scrolls you down. I also made it match the styling a little bit.
  3. As part of two I built in a feature that whenever you add an <a class="scroll-btn" href="#ID_your_scrolling_to">" it will automatically scroll down smoothly to that id element. This shouldn't have any problems with older browsers...they'll just jump to the section instead of scrolling.