Skip to content

Commit

Permalink
walkin-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Nov 9, 2024
1 parent 2b8d501 commit 2efdb2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import sitemap from "@astrojs/sitemap";
export default defineConfig({
site: 'https://www.madhacks.io',
redirects: {
"/apply": "https://airtable.com/appJa8ymShCTPpH9I/pag4LEoIQeaesXAfw/form"
"/apply": "https://airtable.com/appJa8ymShCTPpH9I/pag4LEoIQeaesXAfw/form",
"/walkin": "https://airtable.com/appJa8ymShCTPpH9I/paghpcEx85qF2eOAr/form"
},
integrations: [sitemap(), tailwind(), compress()]
});
});
6 changes: 1 addition & 5 deletions src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ import Starfield from "./Starfield.astro";
<h3 class="text-white text-lg md:text-xl xl:text-2xl mb-2"><b>November 9th & 10th, 2024</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">
<a href="/walkin" 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">
WALK IN REGISTRATION
</a>
<br/>
<a href="https://docs.google.com/document/d/1PqFbTD6dZFPNf8W-Dr97pQe1k_ZxcTGsPqY2RFTx678/edit?usp=sharing" 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">
LIVE UPDATES
</a>
<!--<a href="https://gist.github.com/Nicell/94281a36f9b900b54a334bb61a944f10" target="_blank" title="Get Notified" 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">
JUDGING
</a>-->
Expand Down

0 comments on commit 2efdb2f

Please sign in to comment.