Skip to content

Commit

Permalink
feat: add hero section (#13)
Browse files Browse the repository at this point in the history
* feat: add hero component

* feat: add hero page content

* fix: add fire in bg and make position fixed in diff screensize

* fix: fire + trees + mobile

* fix: script name and redirect rules

* fix: pls

* fix: remove js and replace with react

* hide initial render

* fix: type errors

* fix: minor design adjustments

* fix: switch to static fire

This helps temporarily with the performance issues

* feat: install Montserrat

* chore: fixing MLH logo

* fix: reduce padding on large screen, change button to get in touch

* fix: use mobile header for ipad mini size

* fix: adjust y-padding to avoid text and star overlap in xl screen

* Revert "fix: adjust y-padding to avoid text and star overlap in xl screen"

This reverts commit 49686c3.

* update desktop hero svg without star

* update year lol

* fix: update date

---------

Co-authored-by: Krish120003 <[email protected]>
Co-authored-by: Rachelle DeMan <[email protected]>
Co-authored-by: Kabir Gupta <[email protected]>
  • Loading branch information
4 people authored Oct 4, 2024
1 parent 0006755 commit 65f9559
Show file tree
Hide file tree
Showing 15 changed files with 5,776 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/montserrat": "^5.1.0",
"@fontsource/poppins": "^5.0.15",
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,804 changes: 3,804 additions & 0 deletions public/Desktop Hero Design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Fire animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/MLH Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,491 changes: 1,491 additions & 0 deletions public/Mobile Hero Design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions public/Snow Tree (light).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions public/Tree (dark).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/mlh_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 65f9559

Please sign in to comment.