-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from hack-rpi/feature/adding-pages
Adding the missing pages, so they don't just 404
- Loading branch information
Showing
7 changed files
with
186 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'll make your algorithms sweat!</li> | ||
<li>Prizes so cool, even your keyboard will do a happy dance.</li> | ||
<li>Resources so valuable, they'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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'll make your algorithms sweat!</li> | ||
<li>Prizes so cool, even your keyboard will do a happy dance.</li> | ||
<li>Resources so valuable, they'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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'll make your algorithms sweat!</li> | ||
<li>Prizes so cool, even your keyboard will do a happy dance.</li> | ||
<li>Resources so valuable, they'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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'll make your algorithms sweat!</li> | ||
<li>Prizes so cool, even your keyboard will do a happy dance.</li> | ||
<li>Resources so valuable, they'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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'll make your algorithms sweat!</li> | ||
<li>Prizes so cool, even your keyboard will do a happy dance.</li> | ||
<li>Resources so valuable, they'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> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.