Skip to content

Commit 65b8ba5

Browse files
authored
Fix: Change Frosh 2025 URLs on assets(#187)
1 parent 4c7004b commit 65b8ba5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

public/frosh/2025/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=League+Spartan:[email protected]&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
1212
rel="stylesheet"
1313
/>
14-
<link rel="stylesheet" href="/frosh/2025/style.css" />
15-
<link rel="stylesheet" href="/frosh/2025/reset.min.css" />
14+
<link rel="stylesheet" href="style.css" />
15+
<link rel="stylesheet" href="reset.min.css" />
1616
<script defer src="/static/js/gsap.min.js"></script>
1717
<script defer src="/static/js/ScrollTrigger.min.js"></script>
1818
<!-- ScrollSmoother requires ScrollTrigger -->
1919
<script defer src="/static/js/ScrollSmoother.min.js"></script>
20-
<script defer src="/frosh/2025/main.js"></script>
20+
<script defer src="main.js"></script>
2121
</head>
2222
</html>
2323
<body>
@@ -104,10 +104,10 @@ <h1>Ducky Frosh 2025</h1>
104104

105105
<div class="reeds">
106106
<div class="left">
107-
<img src="/frosh/2025/images/reeds-width.png" alt="reeds" />
107+
<img src="images/reeds-width.png" alt="reeds" />
108108
</div>
109109
<div class="right">
110-
<img src="/frosh/2025/images/reeds-width.png" alt="reeds" />
110+
<img src="images/reeds-width.png" alt="reeds" />
111111
</div>
112112
</div>
113113
</div>
@@ -196,9 +196,9 @@ <h2>Did you know...</h2>
196196
</section>
197197

198198
<section class="gallery">
199-
<img src="/frosh/2025/images/bg-1.jpg" alt="Boardgames 1" class="photo" />
200-
<img src="/frosh/2025/images/madness-4.jpg" alt="Midnight Madness 4" class="photo" />
201-
<img src="/frosh/2025/images/bg-2.jpg" alt="Boardgames 1" class="photo" />
199+
<img src="images/bg-1.jpg" alt="Boardgames 1" class="photo" />
200+
<img src="images/madness-4.jpg" alt="Midnight Madness 4" class="photo" />
201+
<img src="images/bg-2.jpg" alt="Boardgames 1" class="photo" />
202202
</section>
203203

204204
<section>
@@ -270,9 +270,9 @@ <h2>Who's organizing this?</h2>
270270
</section>
271271

272272
<section class="gallery">
273-
<img src="/frosh/2025/images/cooking-1.jpg" alt="Boardgame 1" class="photo" />
274-
<img src="/frosh/2025/images/bbq-1.jpg" alt="BBQ 1" class="photo" />
275-
<img src="/frosh/2025/images/hike-1.jpg" alt="Hiking 1" class="photo" />
273+
<img src="images/cooking-1.jpg" alt="Boardgame 1" class="photo" />
274+
<img src="images/bbq-1.jpg" alt="BBQ 1" class="photo" />
275+
<img src="images/hike-1.jpg" alt="Hiking 1" class="photo" />
276276
</section>
277277

278278
<section id="schedule" class="jump-section">
@@ -440,9 +440,9 @@ <h2>Did you know...</h2>
440440
</section>
441441

442442
<section class="gallery">
443-
<img src="/frosh/2025/images/madness-2.jpg" alt="Midnight Madness 2" class="photo" />
444-
<img src="/frosh/2025/images/madness-1.jpg" alt="Midnight Madness 1" class="photo" />
445-
<img src="/frosh/2025/images/madness-3.jpg" alt="Midnight Madness 3" class="photo" />
443+
<img src="images/madness-2.jpg" alt="Midnight Madness 2" class="photo" />
444+
<img src="images/madness-1.jpg" alt="Midnight Madness 1" class="photo" />
445+
<img src="images/madness-3.jpg" alt="Midnight Madness 3" class="photo" />
446446
</section>
447447

448448
<section id="sponsors" class="jump-section">
@@ -474,9 +474,9 @@ <h2>Sponsors</h2>
474474
</section>
475475

476476
<section class="gallery">
477-
<img src="/frosh/2025/images/bbq-2.jpg" alt="BBQ 2" class="photo" />
478-
<img src="/frosh/2025/images/guru-1.jpg" alt="Midnight Madness 1" class="photo" />
479-
<img src="/frosh/2025/images/bbq-3.jpg" alt="BBQ 3" class="photo" />
477+
<img src="images/bbq-2.jpg" alt="BBQ 2" class="photo" />
478+
<img src="images/guru-1.jpg" alt="Midnight Madness 1" class="photo" />
479+
<img src="images/bbq-3.jpg" alt="BBQ 3" class="photo" />
480480
</section>
481481

482482
<section id="faq" class="jump-section">

0 commit comments

Comments
 (0)