Skip to content

Commit 4166647

Browse files
authored
Merge pull request #506 from HackRU/apply-link
Added link to freeze page
2 parents 58193b4 + 532735f commit 4166647

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Defaults.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const defaults = {
3232
partnerLogos:
3333
"https://s3-us-west-2.amazonaws.com/hackru-internal/partners-logos/",
3434
teamInfo: "https://s3-us-west-2.amazonaws.com/hackru-internal/hackru-team/",
35+
applicationLink: "https://docs.google.com/forms/d/e/1FAIpQLSfcsPoOmfFzSY94FB9f55RI-UKVLJ-tZuW7tdDm8zAx6Hjo5w/viewform?usp=sf_link",
3536
freeze: false,
3637
teamru: false,
3738
teamru_user: false,

src/components/Landing/Sections/Freeze.jsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,16 @@ class Freeze extends Component {
6060
{/* NOV 7-8 <br/> */}
6161
</div>
6262
</div>
63-
<hr style={{borderTop: "15px dotted", width: 75, backgroundColor: "rgba(255, 255, 255, 0)", marginBottom: 100, marginTop: -75}} />
63+
<hr style={{borderTop: "15px dotted", width: 75, backgroundColor: "rgba(255, 255, 255, 0)", marginBottom: 100, marginTop: -75}} />
6464
<div style={{textAlign: "center" }}>Stay Tuned for Registration</div>
65+
<div style={{ textAlign: "center" }}>
66+
Want to join our team? Apply{" "}
67+
<a href={defaults.applicationLink}>here</a>!
68+
</div>
6569
<div style={{ marginBottom: 25 , textAlign: "center" }}>
6670
Want to receive updates? Subscribe{" "}
67-
<a href={defaults.mailing}>here</a>!</div>
71+
<a href={defaults.mailing}>here</a>!
72+
</div>
6873
</Grid>
6974
</div>
7075
</Grid>

0 commit comments

Comments
 (0)