Skip to content

Commit 7fa954f

Browse files
committed
update mlh logo, mlh CoC link
1 parent a2d86ce commit 7fa954f

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

public/index.html

+1-19
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,7 @@
2020
<title>CUhackit 2024</title>
2121
</head>
2222
<body>
23-
<a
24-
id="mlh-trust-badge"
25-
style="
26-
display: block;
27-
max-width: 100px;
28-
min-width: 60px;
29-
position: fixed;
30-
right: 50px;
31-
top: 0;
32-
width: 10%;
33-
z-index: 10000;
34-
"
35-
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2023-season&utm_content=white"
36-
target="_blank"
37-
><img
38-
src="https://s3.amazonaws.com/logged-assets/trust-badge/2023/mlh-trust-badge-2023-white.svg"
39-
alt="Major League Hacking 2023 Hackathon Season"
40-
style="width: 100%"
41-
/></a>
23+
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2024-season&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2024/mlh-trust-badge-2024-white.svg" alt="Major League Hacking 2024 Hackathon Season" style="width:100%"></a>
4224
<noscript>You need to enable JavaScript to run this app.</noscript>
4325
<div id="root"></div>
4426
</body>

src/Components/Homepage/About/About.js

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ function About() {
66
<div className="abouttextbody">
77
<h2 className="abouthead">Let's get growing!</h2>
88
<p className="aboutbody">Join us for a day of building, learning, and fun at South Carolina’s premiere hackathon! Spend 24 hours coding and collaborating in the beautiful Watt Family Innovation Center at Clemson University while we handle the food, coffee, and snacks. No matter your major or level of experience, we want to see you create your next hack with us at CUhackit!</p>
9+
<br></br>
10+
<p className="aboutbody">
11+
We're an official MLH Hackathon Event!
12+
<a href='https://hackp.ac/coc'>This code of conduct </a>
13+
ensures that all hackers can have the best experience possible!"
14+
</p>
915
</div>
1016
</div>
1117
)

0 commit comments

Comments
 (0)