-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix package.json and remove problematic imports in WorkshopPage * Hid Announcements expect the last one * Update Hack Email to [email protected] * Kayla/add application link (#394) * Changed application link to the HOTH XI application. * changed application link in banner.js --------- Co-authored-by: Kayla Hamakawa <[email protected]> * New updated email without changing hackbot * Update FAQ section (#399) * Update FAQ section (change app deadline, location, date, num) * Update FAQ section (change app deadline, location, date, num) * Update FAQ section (change app deadline, location, date, num) * Aazel/update constants (#401) * updated dates for constant.js * updated dates for constant.js --------- Co-authored-by: aazel tan <[email protected]> * Kaylin/show past year workshops (#395) * added past year workshops message * fixed spacing * fixed spacing * spacing * spacing * coming soon added * removed note styling * removed note section * removed div and added spaces around workshopCards * Jakob/extra issues (#402) * Updated X to XI * Updated descriptions * Missed one spot --------- Co-authored-by: Nathan Zhang <[email protected]> Co-authored-by: Sneha Agarwal <[email protected]> Co-authored-by: kaylahama <[email protected]> Co-authored-by: Kayla Hamakawa <[email protected]> Co-authored-by: snehaagar2023 <[email protected]> Co-authored-by: hannahkendall04 <[email protected]> Co-authored-by: aazeltan <[email protected]> Co-authored-by: aazel tan <[email protected]> Co-authored-by: kaylin chung <[email protected]>
- Loading branch information
1 parent
115c5c1
commit e860d80
Showing
12 changed files
with
5,017 additions
and
6,648 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
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 |
---|---|---|
|
@@ -5,19 +5,14 @@ | |
"version": "0.1.0", | ||
"author": "Timothy Rediehs <[email protected]>", | ||
"dependencies": { | ||
"@emotion/react": "^11.10.5", | ||
"@emotion/styled": "^11.10.5", | ||
"@material-ui/core": "^4.11.0", | ||
"@material-ui/icons": "^4.11.2", | ||
"@material-ui/styles": "^4.10.0", | ||
"@mui/material": "^5.11.6", | ||
"@svgr/webpack": "^5.4.0", | ||
"browser-monads": "^1.0.0", | ||
"classnames": "^2.2.6", | ||
"gatsby": "2.24.80", | ||
"gatsby-cli": "^2.12.100", | ||
"gatsby-image": "^2.4.19", | ||
"gatsby-plugin-anchor-links": "^1.2.1", | ||
"gatsby-plugin-manifest": "^2.4.31", | ||
"gatsby-plugin-material-ui": "^2.1.10", | ||
"gatsby-plugin-offline": "^3.2.28", | ||
|
@@ -28,13 +23,12 @@ | |
"gatsby-transformer-yaml": "^4.7.0", | ||
"jquery": "^3.5.1", | ||
"prop-types": "^15.7.2", | ||
"react": "^18.2.0", | ||
"react": "^16.12.0", | ||
"react-countdown": "^2.2.1", | ||
"react-dom": "^18.2.0", | ||
"react-dom": "^16.12.0", | ||
"react-helmet": "^6.1.0", | ||
"react-player": "^2.8.2", | ||
"react-slick": "^0.27.11", | ||
"react-sticky-box": "^1.0.2", | ||
"slick-carousel": "^1.8.1", | ||
"svgo": "^1.3.0", | ||
"svgo-loader": "^2.2.1" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const hothStart = new Date('2023-03-05T08:00:00-08:00'); | ||
export const hothEnd = new Date('2023-03-05T21:00:00-08:00'); | ||
export const applyDeadline = new Date('2023-02-24T23:59:59-08:00'); | ||
export const applicationOpen = new Date('2023-01-30T12:00:00-08:00'); | ||
export const scheduleAvailableTime = new Date('2023-02-26T23:59:59-08:00'); | ||
export const hothStart = new Date('2024-03-02T08:00:00-08:00'); | ||
export const hothEnd = new Date('2024-03-02T23:00:00-08:00'); | ||
export const applyDeadline = new Date('2024-02-26T23:59:59-08:00'); | ||
export const applicationOpen = new Date('2024-01-29T08:00:00-08:00'); | ||
export const scheduleAvailableTime = new Date('2024-02-26T08:00:00-08:00'); |
Oops, something went wrong.