Skip to content

Commit

Permalink
Merge pull request #68 from hack-rpi/feature/adding-pages
Browse files Browse the repository at this point in the history
Adding the missing pages, so they don't just 404
  • Loading branch information
CooperW824 authored Jun 5, 2024
2 parents 535ecb1 + 97e091a commit e505277
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 94 deletions.
37 changes: 37 additions & 0 deletions app/event/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"use client";

import NavBar from "@/components/nav-bar/nav-bar";
import "@/app/globals.css";
import Footer from "@/components/footer/footer";
import logo from "@/public/HackRPI_Logo_Yellow_Arrow.png";
import Image from "next/image";

export default function page() {
return (
<div className="flex flex-col w-screen h-fit min-h-screen items-center justify-center">
<NavBar showOnScroll={false} />
<div className="flex flex-col w-11/12 md:w-1/2 flex-grow flex-shrink basis-auto items-center justify-center text-center desktop:text-left">
<div className="h-24 desktop:h-16"></div>
<Image src={logo} alt="HackRPI Logo" width={100} height={100} />
<h1 className="text-4xl font-bold mb-4">🚧 HackRPI Site Under Development! 🚧</h1>
<p className="text-xl mb-2">
Attention all code warriors and caffeine aficionados! Our hackathon hub is currently in the middle of an epic
upgrade. We&apos;re coding faster than a team of over-caffeinated developers at 3 AM.
</p>
<ul className="list-disc w-full list-inside mb-2">
<li>Challenges so brain-bending, they&apos;ll make your algorithms sweat!</li>
<li>Prizes so cool, even your keyboard will do a happy dance.</li>
<li>Resources so valuable, they&apos;ll make Stack Overflow blush.</li>
</ul>
<p className="mb-2">
Stay tuned for the ultimate hackathon experience. In the meantime, feel free to practice your speed coding and
stock up on energy drinks. This is going to be one heck of a digital showdown.
</p>
<p className="w-full mb-2">
Thanks for your patience! (And for not accidentally deploying anything to production.)
</p>
</div>
<Footer />
</div>
);
}
37 changes: 37 additions & 0 deletions app/event/prizes/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"use client";

import NavBar from "@/components/nav-bar/nav-bar";
import "@/app/globals.css";
import Footer from "@/components/footer/footer";
import logo from "@/public/HackRPI_Logo_Yellow_Arrow.png";
import Image from "next/image";

export default function page() {
return (
<div className="flex flex-col w-screen h-fit min-h-screen items-center justify-center">
<NavBar showOnScroll={false} />
<div className="flex flex-col w-11/12 md:w-1/2 flex-grow flex-shrink basis-auto items-center justify-center text-center desktop:text-left">
<div className="h-24 desktop:h-16"></div>
<Image src={logo} alt="HackRPI Logo" width={100} height={100} />
<h1 className="text-4xl font-bold mb-4">🚧 HackRPI Site Under Development! 🚧</h1>
<p className="text-xl mb-2">
Attention all code warriors and caffeine aficionados! Our hackathon hub is currently in the middle of an epic
upgrade. We&apos;re coding faster than a team of over-caffeinated developers at 3 AM.
</p>
<ul className="list-disc w-full list-inside mb-2">
<li>Challenges so brain-bending, they&apos;ll make your algorithms sweat!</li>
<li>Prizes so cool, even your keyboard will do a happy dance.</li>
<li>Resources so valuable, they&apos;ll make Stack Overflow blush.</li>
</ul>
<p className="mb-2">
Stay tuned for the ultimate hackathon experience. In the meantime, feel free to practice your speed coding and
stock up on energy drinks. This is going to be one heck of a digital showdown.
</p>
<p className="w-full mb-2">
Thanks for your patience! (And for not accidentally deploying anything to production.)
</p>
</div>
<Footer />
</div>
);
}
37 changes: 37 additions & 0 deletions app/event/schedule/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"use client";

import NavBar from "@/components/nav-bar/nav-bar";
import "@/app/globals.css";
import Footer from "@/components/footer/footer";
import logo from "@/public/HackRPI_Logo_Yellow_Arrow.png";
import Image from "next/image";

export default function page() {
return (
<div className="flex flex-col w-screen h-fit min-h-screen items-center justify-center">
<NavBar showOnScroll={false} />
<div className="flex flex-col w-11/12 md:w-1/2 flex-grow flex-shrink basis-auto items-center justify-center text-center desktop:text-left">
<div className="h-24 desktop:h-16"></div>
<Image src={logo} alt="HackRPI Logo" width={100} height={100} />
<h1 className="text-4xl font-bold mb-4">🚧 HackRPI Site Under Development! 🚧</h1>
<p className="text-xl mb-2">
Attention all code warriors and caffeine aficionados! Our hackathon hub is currently in the middle of an epic
upgrade. We&apos;re coding faster than a team of over-caffeinated developers at 3 AM.
</p>
<ul className="list-disc w-full list-inside mb-2">
<li>Challenges so brain-bending, they&apos;ll make your algorithms sweat!</li>
<li>Prizes so cool, even your keyboard will do a happy dance.</li>
<li>Resources so valuable, they&apos;ll make Stack Overflow blush.</li>
</ul>
<p className="mb-2">
Stay tuned for the ultimate hackathon experience. In the meantime, feel free to practice your speed coding and
stock up on energy drinks. This is going to be one heck of a digital showdown.
</p>
<p className="w-full mb-2">
Thanks for your patience! (And for not accidentally deploying anything to production.)
</p>
</div>
<Footer />
</div>
);
}
37 changes: 37 additions & 0 deletions app/last-year/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"use client";

import NavBar from "@/components/nav-bar/nav-bar";
import "@/app/globals.css";
import Footer from "@/components/footer/footer";
import logo from "@/public/HackRPI_Logo_Yellow_Arrow.png";
import Image from "next/image";

export default function page() {
return (
<div className="flex flex-col w-screen h-fit min-h-screen items-center justify-center">
<NavBar showOnScroll={false} />
<div className="flex flex-col w-11/12 md:w-1/2 flex-grow flex-shrink basis-auto items-center justify-center text-center desktop:text-left">
<div className="h-24 desktop:h-16"></div>
<Image src={logo} alt="HackRPI Logo" width={100} height={100} />
<h1 className="text-4xl font-bold mb-4">🚧 HackRPI Site Under Development! 🚧</h1>
<p className="text-xl mb-2">
Attention all code warriors and caffeine aficionados! Our hackathon hub is currently in the middle of an epic
upgrade. We&apos;re coding faster than a team of over-caffeinated developers at 3 AM.
</p>
<ul className="list-disc w-full list-inside mb-2">
<li>Challenges so brain-bending, they&apos;ll make your algorithms sweat!</li>
<li>Prizes so cool, even your keyboard will do a happy dance.</li>
<li>Resources so valuable, they&apos;ll make Stack Overflow blush.</li>
</ul>
<p className="mb-2">
Stay tuned for the ultimate hackathon experience. In the meantime, feel free to practice your speed coding and
stock up on energy drinks. This is going to be one heck of a digital showdown.
</p>
<p className="w-full mb-2">
Thanks for your patience! (And for not accidentally deploying anything to production.)
</p>
</div>
<Footer />
</div>
);
}
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "HackRPI 2024",
description:
"HackRPI is RPI's annual intercollegiate hackathon hosted by students for students. Get swag and free food as you compete for exciting prizes! With a broad range of workshops and mentors on-site, there’s no experience necessary to attend.",
"HackRPI is RPI&apos;s annual intercollegiate hackathon hosted by students for students. Get swag and free food as you compete for exciting prizes! With a broad range of workshops and mentors on-site, there’s no experience necessary to attend.",
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down
37 changes: 37 additions & 0 deletions app/resources/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"use client";

import NavBar from "@/components/nav-bar/nav-bar";
import "@/app/globals.css";
import Footer from "@/components/footer/footer";
import logo from "@/public/HackRPI_Logo_Yellow_Arrow.png";
import Image from "next/image";

export default function page() {
return (
<div className="flex flex-col w-screen h-fit min-h-screen items-center justify-center">
<NavBar showOnScroll={false} />
<div className="flex flex-col w-11/12 md:w-1/2 flex-grow flex-shrink basis-auto items-center justify-center text-center desktop:text-left">
<div className="h-24 desktop:h-16"></div>
<Image src={logo} alt="HackRPI Logo" width={100} height={100} />
<h1 className="text-4xl font-bold mb-4">🚧 HackRPI Site Under Development! 🚧</h1>
<p className="text-xl mb-2">
Attention all code warriors and caffeine aficionados! Our hackathon hub is currently in the middle of an epic
upgrade. We&apos;re coding faster than a team of over-caffeinated developers at 3 AM.
</p>
<ul className="list-disc w-full list-inside mb-2">
<li>Challenges so brain-bending, they&apos;ll make your algorithms sweat!</li>
<li>Prizes so cool, even your keyboard will do a happy dance.</li>
<li>Resources so valuable, they&apos;ll make Stack Overflow blush.</li>
</ul>
<p className="mb-2">
Stay tuned for the ultimate hackathon experience. In the meantime, feel free to practice your speed coding and
stock up on energy drinks. This is going to be one heck of a digital showdown.
</p>
<p className="w-full mb-2">
Thanks for your patience! (And for not accidentally deploying anything to production.)
</p>
</div>
<Footer />
</div>
);
}
93 changes: 0 additions & 93 deletions components/footer.tsx

This file was deleted.

0 comments on commit e505277

Please sign in to comment.