Skip to content

Commit e014081

Browse files
committed
Added interest form
1 parent 372a5cc commit e014081

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/app/about/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function AboutPage() {
4040
<h1 className="font-eb-garamond text-2xl">What is <i>CDJ</i>?</h1>
4141
</CardHeader>
4242
<CardContent className="font-space-grotesk">
43-
Founded in Fall 2020 and revived in Spring 2023, the <i>Cornell Data Journal</i> is an online investigative journalism publication featuring data visualization, data communication, and interdisciplinary research pieces. Check out our <a href="https://cdj-bqfrtnkmv-cornell-data-journals-projects.vercel.app/" className="text-blue-600 hover:underline">archived website</a> from 2020-2024.
43+
Founded in Fall 2020 and revived in Spring 2023, the <i>Cornell Data Journal</i> is an online investigative journalism publication featuring data visualization, data communication, and interdisciplinary research pieces.
4444
</CardContent>
4545
</Card>
4646

src/app/contribute/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ export default function GetInvolvedPage() {
2020

2121
<section className="mb-16 bg-[#3E32BA] text-white rounded-lg p-6 shadow-lg">
2222
<p className="font-space-grotesk text-lg font-bold">
23-
🎉 Spring 2026 Applications Now Open! 🎉
23+
Our Spring 2026 applications are closed.
2424
</p>
2525
<p className="font-space-grotesk mt-2">
26-
Due on February 4th, 2026 -{" "}
27-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfMUz7iKVFugd6Uv7tRoIZlPJzG3l1pS9ALf0xpNCrAnvgTUA/viewform?usp=dialog" className="text-white underline hover:text-neutral-200">
28-
Apply here!
26+
If you&apos;re interested in joining, you can fill out our -{" "}
27+
<a href="https://docs.google.com/forms/d/e/1FAIpQLScWpsWzd-gD7djdJQxX6knC4uXYAjQ9cRacRf0M2ttKOPNelg/viewform?usp=dialog" className="text-white underline hover:text-neutral-200">
28+
interest form!
2929
</a>
3030
</p>
3131
<p className="font-space-grotesk mt-4 text-sm">

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function RootLayout({
6969
<div className="bg-[#3E32BA] text-white py-2">
7070
<div className="container max-w-8xl mx-auto px-4">
7171
<p className="font-space-grotesk text-sm text-center">
72-
🫵🏼 Apply by February 4th to be a CDJ <a href="https://docs.google.com/forms/d/e/1FAIpQLSfMUz7iKVFugd6Uv7tRoIZlPJzG3l1pS9ALf0xpNCrAnvgTUA/viewform?usp=dialog" className="underline hover:text-neutral-200">member</a>!
72+
🫵🏼 Interested in joining our club? Fill out our <a href="https://forms.gle/GBuqiDWWq5eaBGhV8" className="underline hover:text-neutral-200">interest form</a>!
7373
</p>
7474
</div>
7575
</div>

src/app/masthead/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ const teamMembers: TeamMember[] = [
443443
role: "Analyst",
444444
class: "2029",
445445
major: "Computer Science",
446-
image: "/team/SP26/Elom_Eskender.jpg",
446+
image: "/team/SP26/Elom_Eskender.JPG",
447447
color: "bg-[#E5E7FF]",
448448
bio: ""
449449
},

0 commit comments

Comments
 (0)