-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 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
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,13 +1,13 @@ | ||
from django.utils import timezone | ||
|
||
MAX_YEARS_ADMISSION = 6 | ||
EVENT_NAME = "HowdyHack" | ||
EVENT_YEAR = "2024" | ||
EVENT_NAME = "TAMUhack" | ||
EVENT_YEAR = "2025" | ||
ORGANIZER_NAME = "TAMUhack" | ||
ORGANIZER_EMAIL = "[email protected]" | ||
EVENT_START_DATETIME = timezone.datetime(2024, 9, 28, hour=9, minute=0, second=0) | ||
EVENT_END_DATETIME = timezone.datetime(2024, 9, 29, hour=12, minute=0, second=0) | ||
EVENT_DATE_TEXT = "September 28-29, 2024" | ||
EVENT_START_DATETIME = timezone.datetime(2025, 1, 25, hour=9, minute=0, second=0) | ||
EVENT_END_DATETIME = timezone.datetime(2025, 1, 26, hour=12, minute=0, second=0) | ||
EVENT_DATE_TEXT = "January 25-26, 2025" | ||
|
||
MAX_MEMBERS_PER_TEAM = 4 | ||
APPLE_WALLET_S3_BUCKET_URL = "https://hh24-apple-wallet-passes.s3.amazonaws.com" |
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 |
---|---|---|
|
@@ -515,7 +515,7 @@ <h1 style="display: block;margin: 0;padding: 0;color: #222222;font-family: Helve | |
--> | ||
<br> | ||
<span style="color:#ffa4c6"><span style="font-size:18px"><strong>Special Accommodations</strong></span></span><br> | ||
If you require any special accommodations during HowdyHack, please email us at <a href="mailto:[email protected]" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #007C89;font-weight: normal;text-decoration: underline;">[email protected]</a> and we’d be happy to work with you.<br> | ||
If you require any special accommodations during {{event_name}}, please email us at <a href="mailto:[email protected]" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #007C89;font-weight: normal;text-decoration: underline;">[email protected]</a> and we’d be happy to work with you.<br> | ||
<br> | ||
<br> | ||
We can't wait to meet all you! Get ready for a fun-filled weekend!<br> | ||
|
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