-
Notifications
You must be signed in to change notification settings - Fork 5
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
11 changed files
with
18 additions
and
18 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 |
---|---|---|
|
@@ -425,7 +425,7 @@ | |
<b>VandyHacks XI: Racing Edition</b>! We enjoyed | ||
reading your application and would love to see | ||
your ideas come to life during our event on | ||
<b>October 28th-29th</b>! | ||
<b>September 28th-29th</b>! | ||
</div> | ||
</td> | ||
</tr> | ||
|
@@ -449,7 +449,7 @@ | |
"> | ||
Head over to the application portal | ||
<a href="https://apply.vandyhacks.org">here</a> | ||
and confirm your attendance by October 26th, | ||
and confirm your attendance by September 26th, | ||
12:00 PM CDT. | ||
</div> | ||
</td> | ||
|
@@ -478,7 +478,7 @@ | |
<a href="mailto:[email protected]" | ||
>[email protected]</a | ||
>. In the meantime, join our | ||
<a href="https://vhl.ink/discord" | ||
<a href="https://discord.gg/WUMXjsZ6SF" | ||
>discord server</a | ||
> | ||
to stay up to date on the latest VH news! | ||
|
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 |
---|---|---|
|
@@ -26,9 +26,9 @@ export default async (user: UserData): Promise<SendEmailRequest> => ({ | |
Text: { | ||
Charset: 'UTF-8', | ||
Data: `Hi ${escapeChars(user.name || user.name)}, | ||
Congratulations! You’re invited to be a part of VandyHacks XI: Racing Edition! We enjoyed reading your application and would love to see your ideas come to life during our event on October 28th-29th! | ||
Congratulations! You’re invited to be a part of VandyHacks XI: Racing Edition! We enjoyed reading your application and would love to see your ideas come to life during our event on September 28th-29th! | ||
Head over to the application portal here and confirm your attendance by October 26th, 12:00 PM CDT. | ||
Head over to the application portal here and confirm your attendance by September 26th, 12:00 PM CDT. | ||
If you have any questions or concerns, check out our FAQ or reach out to us at [email protected]. In the meantime join our discord server to stay up to date on the latest VH news! | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ export default async (user: UserData): Promise<SendEmailRequest> => ({ | |
Data: `Applications Closing Soon! | ||
Hi ${escapeChars(user.name)}, | ||
We’ve noticed you’ve created an application with us, but we do not have a record of your submission. We would love to have you join VandyHacks XI: Racing Edition! | ||
Make sure you apply at vandyhacks.org by October 16th, at 11:59pm to have the chance to create unique projects, win prizes, attend workshops/speaker events, network with our sponsors, receive cool swag, eat free food, and so much more! | ||
Make sure you apply at vandyhacks.org by September 16th, at 11:59pm to have the chance to create unique projects, win prizes, attend workshops/speaker events, network with our sponsors, receive cool swag, eat free food, and so much more! | ||
Feel free to email us at [email protected] if you have any questions | ||
Cheers, | ||
The VandyHacks Team`, | ||
|
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