Skip to content

Commit

Permalink
Merge branch 'main' into 2025-update
Browse files Browse the repository at this point in the history
  • Loading branch information
arian81 committed Sep 24, 2024
2 parents 821215e + 36006f0 commit df54ad2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/CarouselWrapper.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const images: ReactImageGalleryItem[] = await Promise.all(
originalAlt:
"A wide-angle view of a packed lecture hall with rows of students seated at desks, some with raised hands, engaging with a presenter speaking at the front.",
description:
"With over 500 attendees last year, DeltaHacks 10 is shaping up to be the biggest one yet!",
"With over 500 attendees last year, DeltaHacks 11 is shaping up to be the biggest one yet!",
},
{
image: DSC01770,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { id } = Astro.props;
<h1
class="text-5xl font-extrabold leading-tight tracking-tight sm:text-7xl sm:leading-normal md:text-8xl lg:text-9xl"
>
DELTA<wbr />HACKS<span class="text-rose-600">X</span>
DELTA<wbr />HACKS
</h1>
<!-- RGBA(231, 34, 80, 1) -->
<p
Expand All @@ -48,7 +48,7 @@ const { id } = Astro.props;
<!-- RGBA(19, 77, 84, 1) -->

<div
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semibold sm:w-3/4 sm:flex-row lg:w-1/2"
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semiboldsm:w-3/4 sm:flex-row lg:w-1/2"
>
<!-- <a
href="https://portal.deltahacks.com/"
Expand Down
6 changes: 3 additions & 3 deletions src/layouts/main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ import "@fontsource/poppins/700.css";
}

<!-- HTML Meta Tags -->
<title>DeltaHacks 10</title>
<title>DeltaHacks</title>
<meta name="description" content="The hackathon for change." />

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://deltahacks.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DeltaHacks 10" />
<meta property="og:title" content="DeltaHacks" />
<meta property="og:description" content="The hackathon for change." />
<meta property="og:image" content="https://deltahacks.com/meta.png" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="deltahacks.com" />
<meta property="twitter:url" content="https://deltahacks.com/" />
<meta name="twitter:title" content="DeltaHacks 10" />
<meta name="twitter:title" content="DeltaHacks" />
<meta name="twitter:description" content="The hackathon for change." />
<meta name="twitter:image" content="https://deltahacks.com/meta.png" />

Expand Down

0 comments on commit df54ad2

Please sign in to comment.