diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 499f923..5a23a0b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -15,6 +15,9 @@ import LocationLink from "./LocationLink.astro";
Shop Code of Conduct + + 2025 +
{locations.map((location) => )} diff --git a/src/components/Header.astro b/src/components/Header.astro index a4f0ec1..1edcf1f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,3 +1,7 @@ +--- +import { links } from "~/data/links"; +--- +
@@ -8,7 +12,7 @@ Schedule Sessions Speakers - Travel + 2025
@@ -19,7 +23,7 @@ Schedule Sessions Speakers - Travel + 2025 diff --git a/src/components/HeroNameHeading.astro b/src/components/HeroNameHeading.astro index 83cf835..2c725fd 100644 --- a/src/components/HeroNameHeading.astro +++ b/src/components/HeroNameHeading.astro @@ -41,6 +41,7 @@ const { align, color, level, shadow, size } = Astro.props; > Conf + 2024 diff --git a/src/components/PrimaryHero.astro b/src/components/PrimaryHero.astro index e641e79..7082a19 100644 --- a/src/components/PrimaryHero.astro +++ b/src/components/PrimaryHero.astro @@ -12,34 +12,21 @@ import TicketsButton from "./TicketsButton.astro"; - + + @@ -54,8 +41,9 @@ import TicketsButton from "./TicketsButton.astro"; .sub-mention { color: var(--colorBlueLight); - font-size: var(--fontSizeBodySmall); + font-size: 2.5rem; font-family: var(--fontFamilyHeading); + margin-top: 2rem; text-underline-offset: 0.2em; transition: var(--transitionMedium) color; } @@ -73,9 +61,5 @@ import TicketsButton from "./TicketsButton.astro"; .sub-mentions { padding-bottom: 2rem; } - - .sub-mention { - font-size: var(--fontSizeBody); - } } diff --git a/src/data/links.ts b/src/data/links.ts index 8b07798..45a0fb5 100644 --- a/src/data/links.ts +++ b/src/data/links.ts @@ -1,4 +1,5 @@ export const links = { + nextYear: "https://2025.squiggleconf.com", scholarship: "https://forms.gle/pnoAmVgijk3p4j5C7", shop: "https://shop.squiggle.tools", tickets: "https://ticket.squiggleconf.com",