FreeCodeCamp-SLC / utahjs-gatsby

UtahJS is a nonprofit organization dedicated to community and JavaScript
https://utahjs.com
BSD Zero Clause License
5 stars 11 forks source link

Make the "Get Involved In JavaScript in Utah" section on the home page dynamic. #130

Closed AlexanderPuhl closed 3 years ago

AlexanderPuhl commented 3 years ago

Make the "Get Involved In JavaScript in Utah" section on the home page dynamic like the navigation.

Ken wants the ability to add/remove content here. I'm also noticing that some of the button urls are hard coded. Lets move all urls into Sanity even if they're internal pages. I would take a look at the Nav.js component for ideas on how to handle this.

image

For the colors of the button, Ken was trying to explain to me that he was cycling through the colors via "HSL" which stands for hue, saturation and lightness... I guess the saturation and lightness stayed the same but then the hue (which maxes out at 360) would be shifted by 40 for each button. Here's a link explaining what colors HSL is. I honestly think we're find sticking with the way we handles this. Pretty sure we just cycled through a specific set of colors in our styling.

https://www.w3schools.com/colors/colors_hsl.asp