Skip to content

Commit e8c5776

Browse files
authored
Feature: Frosh 2025 Waiver form (#201)
* Added the Frosh 2025 waiver form * Changed some styling on the section footers to accommodate three buttons
1 parent 6359696 commit e8c5776

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

public/frosh/2025/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ <h2>What's a "Frosh Week"?</h2>
186186
>
187187
Sign up
188188
</a>
189+
<a
190+
href="sfss-frosh-2025-waiver.pdf"
191+
target="_blank"
192+
class="button bg-box"
193+
type="button"
194+
>
195+
Waiver Form
196+
</a>
189197
<a class="button bg-box" href="#faq">FAQ</a>
190198
</div>
191199
</div>
160 KB
Binary file not shown.

public/frosh/2025/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,11 @@ main {
278278
display: flex;
279279
flex-wrap: wrap;
280280
justify-content: space-evenly;
281-
gap: 0.5rem;
281+
gap: 1rem;
282282
padding: 1rem 0;
283283

284284
& > * {
285-
width: 50%;
286-
max-width: 15rem;
287-
flex: 1 1 auto;
285+
flex: 0 1 200px;
288286
}
289287
}
290288
}

0 commit comments

Comments
 (0)