Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Sep 12, 2024
1 parent 112b124 commit a955b62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,8 @@
<footer>
<div class="footer-inner">
<a href="/" aria-label="Go to the homepage"><LogoLarge></LogoLarge></a>
<div>
<p class="title">Zenith Hacks</p>
<p>
Hack Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN:
81-2908499). Hack Zenith 2025 is not an official Hack Club event. Use of Hack Club branding does not
constitute an endorsement, implied or otherwise, of Hack Zenith 2025 by Hack Club.
</p>
</div>
<div class="links">
<p class="title">Links</p>
<p class="title">Zenith Hacks</p>
<ul>
<li><a href="https://hackclub.com/slack/">Join us on the Hack Club Slack</a></li>
<li><a href="https://github.com/zenith-hacks/zenith">View this page's source code</a></li>
Expand All @@ -73,6 +65,11 @@
</ul>
</div>
</div>
<p>
Hack Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN:
81-2908499). Hack Zenith 2025 is not an official Hack Club event. Use of Hack Club branding does not
constitute an endorsement, implied or otherwise, of Hack Zenith 2025 by Hack Club.
</p>
</footer>
</div>

Expand Down
8 changes: 8 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import Axure from '$lib/logos/Axure.svg';
import CodeCrafters from '$lib/logos/CodeCrafters.png';
import InterviewBuddy from '$lib/logos/InterviewBuddy.png';
import Eclipse from '$lib/images/eclipse.webp';
import Hackathon from '$lib/images/hackathon.jpg';
import { enhance } from '$app/forms';
let button: HTMLButtonElement;
Expand Down Expand Up @@ -432,6 +434,12 @@
.info > div {
flex-direction: row;
}
.image-box {
max-width: 50%;
aspect-ratio: 2;
object-fit: cover;
}
.info-right {
text-align: right;
Expand Down

0 comments on commit a955b62

Please sign in to comment.