HackGT / hexlabs-website

HexLabs organization website
MIT License
1 stars 0 forks source link

shift components to chakra ui components #15

Closed yu-nix closed 2 years ago

yu-nix commented 2 years ago

The current state: using the components in the components folder.

Goal: within the website page, swap out our components with chakra ui components and adjust to fit in with current theme (in the future, the adjustments will be done via design creating a custom chakra ui theme).

yu-nix commented 2 years ago

Specifics:

Within each page there are components that come from the components folder. With the exception of "Hex," other components should be swapped with their Chakra UI counterpart or closest component of the sort. Then they should be adjusted accordingly to fit with the theme.

Here is the Chakra UI site for reference: https://chakra-ui.com/.

yu-nix commented 2 years ago

Specifically, convert the footer component and the Rebranded page to chakra UI.