Skip to content

Commit bf7887f

Browse files
committed
updated landing page, dates, and added links to current happenings > recruitment
1 parent ec1fd9a commit bf7887f

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

public/assets/governance.pdf

205 KB
Binary file not shown.

src/components/Home/Home.js

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,38 @@ const Home = () => {
3737
<Type />
3838
</div>
3939

40-
<p className="event-date">
41-
January 24-26, 2025
42-
</p>
40+
<p className="event-date">Event Dates: September 4-6, 2026</p>
4341

44-
{/* <div className="button-wrapper">
42+
<div className="button-wrapper">
4543
<a
46-
href="<insert_registration_form>"
44+
href="https://forms.gle/cbmZgragNKEkJguB6"
4745
target="_blank"
4846
rel="noopener noreferrer"
4947
>
5048
<button className="btn btn-primary application-button">
51-
Register Now &nbsp; <PiCursorClickBold />
49+
We Are Recruiting Team Members &nbsp; <PiCursorClickBold />
5250
</button>
5351
</a>
54-
</div> */}
55-
<button className="btn btn-primary application-button">
52+
</div>
53+
54+
{/* <button className="btn btn-primary application-button">
5655
Registration Now Closed
57-
</button>
56+
</button> */}
57+
58+
<div className="button-wrapper">
59+
<a
60+
href="/assets/governance.pdf"
61+
target="_blank"
62+
rel="noopener noreferrer"
63+
>
64+
<button className="btn btn-primary application-button">
65+
More Info on Organizing Team Roles &nbsp; <PiCursorClickBold />
66+
</button>
67+
</a>
68+
</div>
69+
70+
<p className="event-date">Recruitment Open Until: January 9, 2026</p>
71+
5872
</div>
5973
</Col>
6074

0 commit comments

Comments
 (0)