Skip to content

Commit

Permalink
https://github.com/Scott170c/hacky-holidays.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Nov 29, 2024
1 parent 561d04d commit 8010382
Show file tree
Hide file tree
Showing 5 changed files with 3,356 additions and 51 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
19 changes: 14 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Home() {

return (
<Grid gap = {0} sx={{
backgroundImage: 'linear-gradient(to bottom, #3EB2FF, #FFFFFF)',
backgroundImage: 'linear-gradient(to bottom, #3EB2FF, #DCF1FF)',

}}>

Expand Down Expand Up @@ -148,7 +148,7 @@ export default function Home() {
<Heading as="h1" variant="styles.h1"
sx={{
fontFamily: 'var(--font-inter)',
fontSize: '6rem',
fontSize: '7rem',
fontWeight:900,
textAlign: ['center','center','left']

Expand Down Expand Up @@ -219,7 +219,7 @@ export default function Home() {
justifyContent: 'center',
flexDirection: 'row',
alignItems: 'center',
backgroundColor: '#FFFFFF42',
backgroundColor: 'rgba(255, 255, 255, 40%)',
borderRadius: '32px',
mx: '32px',
paddingBottom: '2vh',
Expand All @@ -230,16 +230,19 @@ export default function Home() {
justifyContent: 'center',
display: 'flex',
flexDirection: 'column',
paddingTop: '2rem'
}}>
<Heading as="h4" sx={{

fontFamily: 'var(--font-inter)',
fontWeight: 900,
fontSize: '1.5vw',
paddingBottom: '1.2rem'
} }>Design a Decoration</Heading>
<Image sx={{
width:'30rem',
height:'30rem',
borderRadius: '16px',
paddingBottom: '3rem'
}}></Image>

</Box>
Expand All @@ -260,25 +263,31 @@ export default function Home() {
width:'30rem',
height:'30rem',
borderRadius: '16px',
paddingBottom: '2.5rem'
}}></Image>
</Box>
<Box sx={{
alignItems: 'center',
justifyContent: 'center',
display: 'flex',
flexDirection: 'column',
paddingTop: '2rem'
}}>
<Heading as="h4" sx={{
fontFamily: 'var(--font-inter)',
fontWeight: 900,
fontSize: '1.5vw',
paddingBottom: '1.2rem'
} }>Submit a PR</Heading>
<Image sx={{
width:'30rem',
height:'30rem',
borderRadius: '16px',
paddingBottom: '2.5rem'
}}></Image>
</Box>
</Grid>
<Box sx={{height: '100vh'}}>
<Heading as = "h3" sx={{
textAlign: 'left',
fontFamily: 'var(--font-inter)',
Expand All @@ -295,7 +304,7 @@ export default function Home() {
ml: '4vh'
}}>
- Must be a student in high school or below </Text>
</Box>
</Box>
<Box sx={{
backgroundColor: '#FFA5A5',
Expand Down
Loading

0 comments on commit 8010382

Please sign in to comment.