Skip to content

Commit 84737b7

Browse files
Logo change (#841)
* Fixing button box-shadow styling collision * Changing pixel logo to space logo * It's that time of the year again bois
1 parent 3784cb0 commit 84737b7

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

src/client/assets/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const questions = [
173173
Component: CheckboxSansTitleCase,
174174
fieldName: 'hackathonWaiver',
175175
options: [
176-
'I have read and agree to the <a target="_blank" rel="noopener noreferrer" href="https://storage.googleapis.com/vh-fall-2020-assets/VHWAIVER.pdf"> VandyHacks VII Waiver</a>',
176+
'I have read and agree to the <a target="_blank" rel="noopener noreferrer" href="https://storage.googleapis.com/vh-fall-2020-assets/VHWAIVER.pdf"> VandyHacks VIII Waiver</a>',
177177
],
178178
title: 'Hackathon Waiver',
179179
},
116 KB
Loading
109 KB
Loading

src/client/assets/strings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"FULL_NAME": "VandyHacks VII",
3-
"HACKATHON_TITLE": "VandyHacks VII",
2+
"FULL_NAME": "VandyHacks VIII",
3+
"HACKATHON_TITLE": "VandyHacks VIII",
44
"WEBSITE_HTML_TITLE": "VandyHacks Application Portal",
55
"DEADLINE": "October 2, 2020 at 12:00pm (CST)",
66
"SHORTENED_HACKATHON_TITLE": "VH",

src/client/components/Sidebar/Sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useContext, FC, useCallback } from 'react';
22
import styled from 'styled-components';
33
import { NavLink as UglyNavLink } from 'react-router-dom';
4-
import SqLogo from '../../assets/img/VH_Pixel_Logo.png';
4+
import SqLogo from '../../assets/img/VH_Space_Logo_White.png';
55
import STRINGS from '../../assets/strings.json';
66
import NavButton from '../Buttons/NavButton';
77
import { SpaceBetweenColumn, FlexEndColumn } from '../Containers/FlexContainers';

src/common/mockObjects.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const MOCK_HACKER: Hacker = {
9494
userId,
9595
question: 'hackathonWaiver',
9696
answer:
97-
'I have read and agree to the <a target="_blank" rel="noopener noreferrer" href="https://storage.googleapis.com/vh-fall-2020-assets/VHWAIVER.pdf"> VandyHacks VII Waiver</a>',
97+
'I have read and agree to the <a target="_blank" rel="noopener noreferrer" href="https://storage.googleapis.com/vh-fall-2020-assets/VHWAIVER.pdf"> VandyHacks VIII Waiver</a>',
9898
},
9999
{
100100
id: '21',

src/server/mail/templates/accepted.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
263263
<tr>
264264
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
265265
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#637381;">
266-
Congratulations! You’re invited to be a part of <b>VandyHacks VII: Retro Edition</b>! We enjoyed reading your application and would love to see your ideas come to life during our virtual event on <b>October 2nd-4th</b>!
266+
Congratulations! You’re invited to be a part of <b>VandyHacks VIII: Space Edition</b>! We enjoyed reading your application and would love to see your ideas come to life during our virtual event on <b>October 2nd-4th</b>!
267267
</div>
268268
</td>
269269
</tr>
@@ -631,7 +631,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
631631
Text: {
632632
Charset: 'UTF-8',
633633
Data: `Hi ${escape(user.preferredName || user.firstName)},
634-
Congratulations! You’re invited to be a part of VandyHacks VII: Retro Edition! We enjoyed reading your application and would love to see your ideas come to life during our virtual event on October 2nd-4th!
634+
Congratulations! You’re invited to be a part of VandyHacks VIII: Space Edition! We enjoyed reading your application and would love to see your ideas come to life during our virtual event on October 2nd-4th!
635635
636636
Head over to the application portal here and confirm your attendance by October 2nd, 12:00 PM CDT. Make sure you’ve also read and checked “agree” to our hackathon waiver under the hacker application.
637637

src/server/mail/templates/confirmed.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
263263
<tr>
264264
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
265265
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#637381;">
266-
We're so excited that you'll be joining us for <b>VandyHacks VII: Retro Edition</b>!
266+
We're so excited that you'll be joining us for <b>VandyHacks VIII: Space Edition</b>!
267267
</div>
268268
</td>
269269
</tr>
@@ -623,7 +623,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
623623
Text: {
624624
Charset: 'UTF-8',
625625
Data: `Hey ${escape(user.preferredName || user.firstName)},
626-
We're so excited that you'll be joining us for VandyHacks VII: Retro Edition!
626+
We're so excited that you'll be joining us for VandyHacks VIII: Space Edition!
627627
628628
This email is just to confirm that you've RSVPed to our event. We'll be in touch again soon with more information on our opening ceremony, but as a reminder, festivities will start at 7:00 PM CDT Friday, October 2nd, and wrap up by 4:00 PM CDT Sunday, October 4th.
629629

src/server/mail/templates/rejected.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
263263
<tr>
264264
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
265265
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#637381;">
266-
Thank you for your interest in VandyHacks VII: Retro Edition. Unfortunately, we are unable to offer you a spot at this year's event. </b>
266+
Thank you for your interest in VandyHacks VIII: Space Edition. Unfortunately, we are unable to offer you a spot at this year's event. </b>
267267
</div>
268268
</td>
269269
</tr>
@@ -584,7 +584,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
584584
Text: {
585585
Charset: 'UTF-8',
586586
Data: `Hi ${escape(user.preferredName || user.firstName)},
587-
Thank you for your interest in VandyHacks VII: Retro Edition. Unfortunately, we are unable to offer you a spot at this year's event.
587+
Thank you for your interest in VandyHacks VIII: Space Edition. Unfortunately, we are unable to offer you a spot at this year's event.
588588
We really appreciate your interest and hope you will apply to another VandyHacks opportunity in the future.
589589
Best,
590590
The VandyHacks Team`,

src/server/mail/templates/submitted.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
268268
<tr>
269269
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
270270
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#637381;">
271-
Thanks for taking the time to complete your application! We’re so excited that you’re interested in being a part of <b>VandyHacks VII: Retro Edition</b>.
271+
Thanks for taking the time to complete your application! We’re so excited that you’re interested in being a part of <b>VandyHacks VIII: Space Edition</b>.
272272
</div>
273273
</td>
274274
</tr>
@@ -454,7 +454,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
454454
<tr>
455455
<td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
456456
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;font-weight:400;line-height:16px;text-align:center;color:#445566;"> You are receiving this application update because you applied at <a href="https://apply.vandyhacks.org" class="text-link" style="color: #5e6ebf;">apply.vandyhacks.org</a>. If you would like to opt-out of
457-
any future emails pertaining to VandyHacks VII: Retro Edition applications, please click <a href="https://apply.vandyhacks.org/api/unsubscribe?id=${
457+
any future emails pertaining to VandyHacks VIII: Space Edition applications, please click <a href="https://apply.vandyhacks.org/api/unsubscribe?id=${
458458
user._id
459459
}" class="text-link" style="color: #5e6ebf;">here</a> </div>
460460
</td>
@@ -595,7 +595,7 @@ export default (user: UserDbInterface): AWS.SES.SendEmailRequest => ({
595595
Charset: 'UTF-8',
596596
Data: `Thank you for applying!
597597
Hi ${escape(user.preferredName || user.firstName)},
598-
Thanks for taking the time to complete your application! We’re so excited that you’re interested in being a part of VandyHacks VII: Retro Edition.
598+
Thanks for taking the time to complete your application! We’re so excited that you’re interested in being a part of VandyHacks VIII: Space Edition.
599599
We will be reviewing your submission soon, so be on the lookout for another email regarding your status.
600600
Until then, stay hyped about VandyHacks! Like our page on Facebook and follow us on Instagram.
601601
Cheers,

0 commit comments

Comments
 (0)