Skip to content

Commit 55a3e66

Browse files
committed
feat: add sponsors page
1 parent 2a09f72 commit 55a3e66

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

public/sponsors.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
We're in the process of securing sponsorship for the 2024–2025 academic year.
2+
3+
Interested in sponsoring CU AIM? Please reach out to us at [aiinmedicine@cambridgesu.co.uk](mailto:aiinmedicine@cambridgesu.co.uk).

src/app/sponsors/page.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import Md from "@/components/md";
2+
import { Container, Section } from "@radix-ui/themes";
3+
4+
export default function SponsorsPage() {
5+
return (
6+
<Section>
7+
<Container size="1">
8+
<Md filename="sponsors" />
9+
</Container>
10+
</Section>
11+
);
12+
}

0 commit comments

Comments
 (0)