Skip to content

Commit

Permalink
update text from 2023 to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinWoo committed Sep 4, 2024
1 parent 2e8db6f commit c04abbc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> BigRed//Hacks 2023 </title>
<title> BigRed//Hacks 2024 </title>

<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions app/client/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const angular = require('angular');

angular.module('reg')
.constant('EVENT_INFO', {
NAME: 'BigRed\/\/Hacks 2023',
NAME: 'BigRed\/\/Hacks 2024',
})
.constant('DASHBOARD', {
UNVERIFIED: 'You should have received an email asking you verify your email. Click the link in the email and you can start your application!',
Expand All @@ -16,7 +16,7 @@ angular.module('reg')
ADMITTED_AND_CANNOT_CONFIRM_TITLE: 'Your confirmation deadline of [CONFIRM_DEADLINE] has passed.',
ADMITTED_AND_CANNOT_CONFIRM: 'Although you were accepted, you did not complete your confirmation in time.\nUnfortunately, this means that you will not be able to attend the event, as we must begin to accept other applicants on the waitlist.\nWe hope to see you again next year!',
CONFIRMED_NOT_PAST_TITLE: 'You can edit your confirmation information until [CONFIRM_DEADLINE]',
DECLINED: 'We\'re sorry to hear that you won\'t be able to make it to BigRed\/\/Hacks 2023! :(\nMaybe next year! We hope you see you again soon.',
DECLINED: 'We\'re sorry to hear that you won\'t be able to make it to BigRed\/\/Hacks 2024! :(\nMaybe next year! We hope you see you again soon.',
})
.constant('TEAM', {
NO_TEAM_REG_CLOSED: 'Unfortunately, it\'s too late to be admitted with a team.\nHowever, you can still form teams on your own before or during the event!',
Expand Down
12 changes: 6 additions & 6 deletions app/client/views/application/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<div class="column">
<div class="ui form" ng-class="{'loading': loading}">

<div class="divided title">Note On BigRed//Hacks 2023</div>
<div class="divided title">Note On BigRed//Hacks 2024</div>
<p>
<strong>
Please note that BigRed//Hacks will be a fully in-person event this year.
BigRed//Hacks will be taking place from September 22nd to 24th. Learn more about the hackathon at
https://bigredhacks.com. Registration for BigRed//Hacks will close on 9/12 at 11:59pm!
Please note that BigRed//Hacks will be a fully in-person event this year.
BigRed//Hacks will be taking place from October 4th to 6th. Learn more about the hackathon at
https://bigredhacks.com. Registration for BigRed//Hacks will close on 9/28 at 11:59pm!
</strong>
</p>
<br>
Expand Down Expand Up @@ -176,7 +176,7 @@
<label> Resume (Required) </label>
<p>
Please upload your resume to our resume Dropbox. PDF preferred! Your resume will be shared with our
sponsors if you confirm your spot at BigRed//Hacks 2023.
sponsors if you confirm your spot at BigRed//Hacks 2024.
</p>
<a target="_blank" href="https://www.dropbox.com/request/oXXKRpKukIJM0WCEBuHv" class="ui pink button">
Upload
Expand Down Expand Up @@ -232,7 +232,7 @@

<div class="field" ng-hide="isMitStudent">
<p>
Checking the box below affirms that you are or will be 18 years or older by September 22nd, 2023.
Checking the box below affirms that you are or will be 18 years or older by October 4th, 2024.
</p>
<p>
<strong>
Expand Down
2 changes: 1 addition & 1 deletion app/server/emails/email-link-action/text.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| Hi! Thanks for signing up for BigRed//Hacks 2023. To verify your email, follow this link: #{verifyUrl}
| Hi! Thanks for signing up for BigRed//Hacks 2024. To verify your email, follow this link: #{verifyUrl}
|
| Thanks,
| The BRH Team
2 changes: 1 addition & 1 deletion app/server/emails/email-verify/text.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| Hi! Thanks for signing up for BigRed//Hacks 2023. To verify your email, follow this link: #{verifyUrl}
| Hi! Thanks for signing up for BigRed//Hacks 2024. To verify your email, follow this link: #{verifyUrl}
|
| Thanks,
| The BRH Team

0 comments on commit c04abbc

Please sign in to comment.