Skip to content

Commit

Permalink
Last improvements to Hackathon page
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed May 8, 2023
1 parent 9237db3 commit 5606978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/hackathon/HackathonIntroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const StyledSectionTextHeader = styled(HackathonSectionTitle)`
h2 {
font-weight: 500 !important;
font-size: 54px;
font-size: 48px;
}
@media ${deviceBreakPoints.tablet} {
Expand Down
9 changes: 2 additions & 7 deletions src/components/pages/hackathon/HackathonJudgingSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,17 @@ const CriteriumList = styled.div`

const CriteriumCard = styled.div`
padding: var(--spacing-4);
border-radius: var(--radius);
border: 1px solid ${({ theme }) => theme.borderPrimary};
background-color: ${({ theme }) => theme.bgPrimary};
h3 {
margin-top: var(--spacing-2);
color: ${({ theme }) => theme.highlightComplementary};
}
`

const Jury = styled.div`
display: flex;
gap: 20px;
gap: 25px;
@media ${deviceBreakPoints.tablet} {
flex-wrap: wrap;
Expand All @@ -129,12 +127,9 @@ const Jury = styled.div`
`

const PersonCard = styled.div`
padding: var(--spacing-4);
padding-bottom: var(--spacing-2);
border-radius: var(--radius);
border: 1px solid ${({ theme }) => theme.borderPrimary};
background-color: ${({ theme }) => theme.bgTertiary};
text-align: center;
max-width: 170px;
display: flex;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/hackathon/TrackCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const TrackCardStyled = styled(Card)`
padding: 0;
border-color: ${({ theme }) => theme.borderPrimary};
background-color: ${({ theme }) => theme.bgPrimary};
border-radius: 0;
h3 {
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion src/content/hackathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ headerLandingSection:
title: Buidl On Alephium
date: 15th - 25th April 2023
introSection:
title: Kickstart your project with Alephium
title: 1. 2. 3. Start building.
subtitle: Decentralization, self-sovereignty, and security meet high-performance, accessibility, and energy efficiency in Alephium’s dev-friendly network.
description: "For its first hackathon, Alephium invites talented builders from all over the world to experiment and leverage its new development paradigm to expand on existing capabilities and create the first wave of Alephium’s dApps. This hackathon aims to propel the developer community’s creativity into an enabling force for innovation and progress.
And there is more! Projects launched during the hackathon will have the opportunity to receive further support from Alephium to continue their development."
Expand Down

0 comments on commit 5606978

Please sign in to comment.