We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a09f72 commit 55a3e66Copy full SHA for 55a3e66
2 files changed
public/sponsors.mdx
@@ -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
@@ -0,0 +1,12 @@
+import Md from "@/components/md";
+import { Container, Section } from "@radix-ui/themes";
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