Skip to content

Commit 022e592

Browse files
feat: remove old newsletter form from 2024
1 parent 88f0196 commit 022e592

6 files changed

Lines changed: 0 additions & 274 deletions

File tree

.astro/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/// <reference types="astro/client" />
2-
/// <reference path="content.d.ts" />
32
/// <reference path="env.d.ts" />

src/components/2024/Newsletter.astro

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/components/2024/NewsletterForm.astro

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/components/2024/NextYearNotice.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import squiggleFlankingFull from "~/assets/2024/squiggle-flanking-full.svg";
44
import { currentYear } from "~/data/years";
55
import { Image } from "astro:assets";
66
7-
import NewsletterForm from "./NewsletterForm.astro";
87
import DeepBlueSea from "./DeepBlueSea.astro";
98
---
109

@@ -29,11 +28,6 @@ import DeepBlueSea from "./DeepBlueSea.astro";
2928
</p>
3029

3130
<Image alt="" class="squiggle" src={squiggleFlankingFull} />
32-
33-
<NewsletterForm
34-
class="newsletter-form"
35-
label="Enter your email to be the first to know when video recordings are posted for free on YouTube."
36-
/>
3731
</section>
3832
</DeepBlueSea>
3933

src/components/2024/SponsorLogos.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ const { light, sponsorGroups } = Astro.props;
2121
---
2222

2323
<div class="sponsor-logos">
24-
todo: use the placement in CSS variables, instead of the existing
25-
-normal/small
2624
{
2725
Object.entries(sponsorGroups).map(([placement, sponsors]) => (
2826
<div class:list={["sponsor-group", `sponsor-group-${placement}`]}>

src/pages/2024/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import FunInfo from "~/components/2024/FunInfo.astro";
33
import MCs from "~/components/2024/MCs.astro";
4-
import Newsletter from "~/components/2024/Newsletter.astro";
54
import Partners from "~/components/2024/Partners.astro";
65
import PrimaryInfo from "~/components/2024/PrimaryInfo.astro";
76
import SpeakersContent from "~/components/2024/SpeakersContent.astro";
@@ -19,7 +18,6 @@ const description = "October 3-4, 2024 · Boston New England Aquarium";
1918
<MCs />
2019
<Sponsors />
2120
<Partners />
22-
<Newsletter class="newsletter" />
2321
<FunInfo />
2422
</div>
2523
</PageLayout2024>

0 commit comments

Comments
 (0)