This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from zenith-hacks/axure-logo
Style fixes, individual sponsors
- Loading branch information
Showing
3 changed files
with
130 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,21 @@ const today = new Date(); | |
--- | ||
|
||
<footer class='container mt-8'> | ||
<div class="justify-center flex gap-4 py-8 prose text-sm max-lg:text-center"> | ||
<a>Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499). Contributions are tax-deductible to the fullest extent allowed by law.</a> | ||
</div> | ||
<div class='justify-center flex gap-4 py-8 prose text-sm text-center'> | ||
<p class='max-w-[700px] underline'> | ||
Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499). Contributions | ||
are tax-deductible to the fullest extent allowed by law. | ||
</p> | ||
</div> | ||
|
||
<div class='py-4 border-t'> | ||
<div class="md:flex text-sm text-zinc-500 max-lg:text-center prose justify-between"> | ||
<div>Copyright © {today.getFullYear()} Zenith.</div> | ||
<div>Email: <a href="mailto:[email protected]">[email protected]</a> | <a href="https://withcabin.com/privacy/zenithhacks.org">Privacy Policy</a></div> | ||
</div> | ||
<div class='md:flex text-sm text-zinc-500 max-lg:text-center prose justify-between'> | ||
<div>Copyright © {today.getFullYear()} Zenith.</div> | ||
<div> | ||
<a href='mailto:[email protected]'>[email protected]</a> | <a href='https://withcabin.com/privacy/zenithhacks.org' | ||
>Privacy Policy</a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters