-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mapping content for better redability
- Loading branch information
1 parent
9f0b05b
commit e49ee83
Showing
18 changed files
with
109 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
const HeaderData = { | ||
prizes: { | ||
backWord: "Awards", | ||
backWordSize_mobile: "85px", | ||
backWordSpacing_mobile: "0.2rem", | ||
frontWord: "Hackathon Prizes", | ||
frontWordMobile: "Prizes", | ||
}, | ||
timeline: { | ||
backWord: "Roadmap", | ||
backWordMobile: "Plan", | ||
backWordSize_mobile: "93px", | ||
backWordSpacing_mobile: "0.5rem", | ||
frontWord: "Hackathon Timeline", | ||
frontWordMobile: "Timeline", | ||
}, | ||
theme: { | ||
backWord: "Tracks", | ||
backWordSize_mobile: "80px", | ||
backWordSpacing_mobile: "0.2rem", | ||
frontWord: "Hackathon Themes", | ||
frontWordMobile: "Themes", | ||
}, | ||
sponsors: { | ||
backWord: "Supporters", | ||
backWordMobile: "Backers", | ||
backWordSize: "130px", | ||
backWordSpacing: "0.5rem", | ||
backWordSize_mobile: "75px", | ||
backWordSpacing_mobile: "0.2rem", | ||
frontWord: "Past Sponsors", | ||
}, | ||
collaborators: { | ||
backWord: "Collaborators", | ||
backWordMobile: "Collab", | ||
backWordSize: "130px", | ||
backWordSpacing: "0.5rem", | ||
backWordSize_mobile: "75px", | ||
backWordSpacing_mobile: "0.5rem", | ||
frontWord: "Past Collaborations", | ||
}, | ||
mentors: { | ||
backWord: "Experts", | ||
backWordMobile: "Experts", | ||
backWordSize_mobile: "78px", | ||
backWordSpacing_mobile: "0.2rem", | ||
frontWord: "Previous Mentors", | ||
frontWordMobile: "Past Mentors", | ||
}, | ||
testimonials: { | ||
backWord: "Stories", | ||
backWordSize_mobile: "78px", | ||
backWordSpacing_mobile: "0.5rem", | ||
frontWord: "Testimonials", | ||
}, | ||
faq: { | ||
backWord: "FAQ", | ||
backWordSize_mobile: "100px", | ||
backWordSpacing_mobile: "0.5rem", | ||
frontWord: "Questions", | ||
}, | ||
}; | ||
|
||
export default HeaderData; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.