Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add landing page #170

Merged
merged 12 commits into from
Dec 2, 2023
Merged

add landing page #170

merged 12 commits into from
Dec 2, 2023

Conversation

kne42
Copy link
Member

@kne42 kne42 commented Nov 23, 2023

Adds the landing page to the website as per #26. Includes some custom tailwind utility classes.

Screen.Recording.2023-11-22.at.7.40.46.PM.mov

Comment on lines +30 to +39
const CTAButton = styled(Button)({
'background-color': theme.palette.grey[200],
color: theme.palette.common.black,
filter: 'drop-shadow(0 0 7px rgba(0, 0, 0, 0.5))',
'&:hover': {
color: theme.palette.common.black,
'background-color': theme.palette.common.white,
},
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: hmm was there no way to do this in tailwind or CSS modules? a bit iffy on adding a 3rd styling solution in the codebase but not a blocker

@kne42 kne42 force-pushed the kira/landing-page branch 2 times, most recently from 4a22d63 to 24e646f Compare November 29, 2023 21:22
@codemonkey800 codemonkey800 merged commit 7b92ee4 into main Dec 2, 2023
5 checks passed
@codemonkey800 codemonkey800 deleted the kira/landing-page branch December 2, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants