Skip to content

Commit

Permalink
Applications are Open
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl committed Sep 10, 2024
1 parent c7cf1b5 commit fc9c0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: 'https://www.madhacks.io',
redirects: {
"/apply": "https://airtable.com/appJa8ymShCTPpH9I/pag4LEoIQeaesXAfw/form"
},
integrations: [sitemap(), tailwind(), compress()]
});
7 changes: 2 additions & 5 deletions src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ 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="/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
</a>-->
</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>-->
<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 OPEN SEPTEMBER
</a>
<!-- <div class="mt-16 flex flex-wrap justify-center gap-y-4 gap-x-6">
<a
href="#"
Expand Down

0 comments on commit fc9c0e5

Please sign in to comment.