From 59271d8047ef21ff38418b34d34bcdc1287bef07 Mon Sep 17 00:00:00 2001 From: Cooper Werner Date: Wed, 5 Jun 2024 19:15:01 -0400 Subject: [PATCH] updates to sponsor page --- app/sponsor-us/page.tsx | 72 +++++++++++++++--------------------- components/footer/footer.tsx | 19 ++++------ 2 files changed, 37 insertions(+), 54 deletions(-) diff --git a/app/sponsor-us/page.tsx b/app/sponsor-us/page.tsx index 0881d6f..f7441c5 100644 --- a/app/sponsor-us/page.tsx +++ b/app/sponsor-us/page.tsx @@ -1,68 +1,56 @@ "use client"; import React from "react"; -import Link from "next/link"; import "@/app/globals.css"; import Footer from "../../components/footer/footer"; import NavBar from "@/components/nav-bar/nav-bar"; -import Head from "next/head"; +import HackRPILink from "@/components/themed-components/hackrpi-link"; function SponsorUsPage() { return ( - <> - - Sponsor HackRPI - - +
-
-
-

Last Year...

-
-
- -
- -
-

This year... we need your help!

-
- - Donate Now! - -
-
-

Individual Donations

+
+
+
+

Last Year:

-
-

Company Sponsorships

+
+

This Year We Need Your help:

+
+
+

Alumni Interested in Supporting HackRPI:

+ + Donate Here! + +
+
+

Companies Interested in Sponsoring HackRPI:

+ + Email Us! 📧 + +
+
- +
); } diff --git a/components/footer/footer.tsx b/components/footer/footer.tsx index daca80b..4ed2e1b 100644 --- a/components/footer/footer.tsx +++ b/components/footer/footer.tsx @@ -19,27 +19,22 @@ export default function Footer() {

Darrin Communications Center @ Rensselaer Polytechnic Institute

110 8th St, Troy, NY 12180

- {/*

- HackRPI invites you to tackle the challenges of tomorrow's cities! Whether you're passionate - about sustainability, technology, or community development, come build the next big urban upgrade with us. - Secure your spot today! -

*/}
-
+
Register Today and Join Us!
-
-
-

- Made with ❤️ by HackRPI. -

-

© 2024 HackRPI

+
+

+ Made with ❤️ by HackRPI. +

+

© 2024 HackRPI

+
);