Skip to content

Commit ae5088e

Browse files
committed
added mlh badge and link to code of conduct
1 parent 59423fd commit ae5088e

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

websites/coming-soon/src/ComingSoonPage.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@
211211
color: #9ab85f;
212212
}
213213

214+
.codeofconduct {
215+
margin-top: 10px;
216+
}
217+
218+
.codeofconduct a {
219+
font-family: "Jersey 20", cursive;
220+
font-size: 1.2rem;
221+
color: #fff4d8;
222+
text-decoration: underline;
223+
}
224+
214225
@media (min-width: 768px) {
215226
.coming-soon__title {
216227
font-size: 99px;

websites/coming-soon/src/ComingSoonPage.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,28 @@ export function ComingSoonPage() {
7979
className="coming-soon"
8080
style={{ backgroundImage: `url(${backgroundImage})` }}
8181
>
82+
<a
83+
id="mlh-trust-badge"
84+
style={{
85+
display: "block",
86+
maxWidth: "100px",
87+
minWidth: "60px",
88+
position: "fixed",
89+
right: "50px",
90+
top: 0,
91+
width: "10%",
92+
zIndex: 10000,
93+
}}
94+
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2026-season&utm_content=white"
95+
target="_blank"
96+
rel="noopener noreferrer"
97+
>
98+
<img
99+
src="https://logged-assets.s3.amazonaws.com/trust-badge/2027/mlh-trust-badge-2027-white.svg"
100+
alt="Major League Hacking 2026 Hackathon Season"
101+
style={{ width: "100%" }}
102+
/>
103+
</a>
82104
<section className="coming-soon__content">
83105
<div>
84106
<img src={swamphacksIcon} className="icon-image" />
@@ -134,6 +156,15 @@ export function ComingSoonPage() {
134156
</a>
135157
</section>
136158

159+
<div className="codeofconduct">
160+
<a
161+
target="_blank"
162+
href="https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.md"
163+
>
164+
MLH Code Of Conduct
165+
</a>
166+
</div>
167+
137168
<img
138169
src={gatorGif}
139170
alt="Pixel-art alligator walking in front of the sign"

0 commit comments

Comments
 (0)