Skip to content

Commit

Permalink
update! building conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl committed Jul 24, 2024
1 parent a7d3def commit c81bb95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions public/Sponsorship Packet Design 2024.pdf:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://drive.google.com/
HostUrl=https://drive.usercontent.google.com/download?id=1ldWAeJvLFZE_Y0xB4wrY356IJvjf1WPZ&export=download&authuser=0
Binary file modified public/sponsorship.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import Starfield from "./Starfield.astro";
<p class="text-cyan-300 text-md md:text-lg xl:text-xl">University of Wisconsin–Madison</p>
<Picture style="animation: 5s ease-in-out 0s infinite dropShadow" loading="eager" alt="MadHacks Brain and Blue Wave Logo" class="mx-auto flex justify-center my-6 w-64 md:w-80 xl:w-96 h-52 md:h-64 xl:h-80" src={logo} aspectRatio="6:5" sizes="(min-width: 1280px) 384px, (min-width: 768px) 320px, 256px" widths={[256, 320, 384, 512, 640, 768]} formats={['avif', 'webp', 'png']} quality={90} />
<h2 class="font-header text-white font-semibold text-3xl md:text-4xl xl:text-5xl mb-4">We're Back!</h2>
<h3 class="text-white text-lg md:text-xl xl:text-2xl mb-2"><b>Fall 2024</b></h3>
<h4 class="text-white text-sm md:text-md xl:text-lg">Location: <b>TBA</b></h4>
<h3 class="text-white text-lg md:text-xl xl:text-2xl mb-2"><b>November 9th & 10th</b></h3>
<h4 class="text-white text-sm md:text-md xl:text-lg">Location: <b>Educational Sciences Building</b></h4>
<!-- <h4 class="text-white text-sm md:text-md xl:text-lg">1025 W Johnson St, Madison, WI</h4> -->
<!--<a href="/apply" target="_blank" title="Apply Now" class="ml-auto text-xl font-bold text-white inline-block py-4 px-8 mt-6 rounded-lg text-center transition bg-gradient-to-br from-primary to-sky-600 hover:to-sky-700 active:to-sky-900 focus:to-sky-800">
APPLY NOW
Expand All @@ -28,7 +28,7 @@ import Starfield from "./Starfield.astro";
JUDGING
</a>-->
<a href="/apply" target="_blank" title="Get Notified" class="pointer-events-none ml-auto text-xl font-bold text-white inline-block py-4 px-8 mt-6 rounded-lg text-center transition bg-gradient-to-br from-primary to-sky-600 hover:to-sky-700 active:to-sky-900 focus:to-sky-800">
APPLICATIONS TBA
APPLICATIONS OPEN SEPTEMBER
</a>
<!-- <div class="mt-16 flex flex-wrap justify-center gap-y-4 gap-x-6">
<a
Expand Down

0 comments on commit c81bb95

Please sign in to comment.