diff --git a/apps/2025/package.json b/apps/2025/package.json
index 63c247c40..136ea0862 100644
--- a/apps/2025/package.json
+++ b/apps/2025/package.json
@@ -19,6 +19,8 @@
"@forge/api": "^5.2.0",
"@forge/consts": "workspace:^",
"@forge/ui": "workspace:*",
+ "@react-three/drei": "^10.7.7",
+ "@react-three/fiber": "^9.5.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "^11.0.0",
@@ -31,6 +33,7 @@
"server-only": "^0.0.1",
"superjson": "2.2.1",
"tailwindcss-animate": "^1.0.7",
+ "three": "^0.182.0",
"zod": "catalog:"
},
"devDependencies": {
diff --git a/apps/2025/public/ale.jpg b/apps/2025/public/ale.jpg
new file mode 100644
index 000000000..b888466e0
Binary files /dev/null and b/apps/2025/public/ale.jpg differ
diff --git a/apps/2025/public/khlogo.png b/apps/2025/public/khlogo.png
new file mode 100644
index 000000000..2ece5cb1f
Binary files /dev/null and b/apps/2025/public/khlogo.png differ
diff --git a/apps/2025/public/me.MP4 b/apps/2025/public/me.MP4
new file mode 100644
index 000000000..5c039a627
Binary files /dev/null and b/apps/2025/public/me.MP4 differ
diff --git a/apps/2025/public/resume.pdf b/apps/2025/public/resume.pdf
new file mode 100644
index 000000000..83a067bd6
Binary files /dev/null and b/apps/2025/public/resume.pdf differ
diff --git a/apps/2025/src/app/alejandro-jaimes/page.tsx b/apps/2025/src/app/alejandro-jaimes/page.tsx
new file mode 100644
index 000000000..80121fd03
--- /dev/null
+++ b/apps/2025/src/app/alejandro-jaimes/page.tsx
@@ -0,0 +1,76 @@
+// this font is aweomse i will not change it
+import Image from 'next/image';
+
+export default function App() {
+ const name = "Alejandro Jaimes";
+
+ return (
+
+
+
+
+
+ Application page for
+
+
+
+
+
+
+
+
+ This is the perfect opportunity to look at forge's features and learn a bit more about Knight Hacks!
+
+
+ Checkout my cool links below!
+
+
+ please load mobile for a surprise
+
+
+
+
+
+ );
+}
diff --git a/apps/2025/src/app/layout.tsx b/apps/2025/src/app/layout.tsx
index d4fc8a56e..c29ea8467 100644
--- a/apps/2025/src/app/layout.tsx
+++ b/apps/2025/src/app/layout.tsx
@@ -2,39 +2,39 @@ import type { Metadata, Viewport } from "next";
import "~/styles/globals.css";
import Navbar from "./_components/navbar/Navbar";
-export const metadata: Metadata = {
- metadataBase: new URL("https://2025.knighthacks.org"),
- title: "Knight Hacks VIII",
- description:
- "Knight Hacks VIII is a 36-hour Hackathon held at the University of Central Florida. Join us on October 24th - 26th for a weekend of building, learning, and innovation!",
- keywords: [
- "Hackathon",
- "UCF",
- "Knight Hacks",
- "Knight Hacks VIII",
- "Computer Science",
- "Software Engineering",
- "Orlando FL",
- ],
- icons: {
- icon: "/favicon.ico",
- },
- openGraph: {
- title: "Knight Hacks VIII",
- type: "website",
- description:
- "Knight Hacks VIII is a 36-hour Hackathon held at the University of Central Florida. Join us on October 24th - 26th for a weekend of building, learning, and innovation!",
- url: "https://2025.knighthacks.org",
- siteName: "Knight Hacks VIII",
- images: [
- {
- url: "https://2025.knighthacks.org/event-banner.png",
- alt: "Event Banner",
- },
- ],
- },
- themeColor: "#c84c3c",
-};
+// export const metadata: Metadata = {
+// metadataBase: new URL("https://2025.knighthacks.org"),
+// title: "Knight Hacks VIII",
+// description:
+// "Knight Hacks VIII is a 36-hour Hackathon held at the University of Central Florida. Join us on October 24th - 26th for a weekend of building, learning, and innovation!",
+// keywords: [
+// "Hackathon",
+// "UCF",
+// "Knight Hacks",
+// "Knight Hacks VIII",
+// "Computer Science",
+// "Software Engineering",
+// "Orlando FL",
+// ],
+// icons: {
+// icon: "/favicon.ico",
+// },
+// openGraph: {
+// title: "Knight Hacks VIII",
+// type: "website",
+// description:
+// "Knight Hacks VIII is a 36-hour Hackathon held at the University of Central Florida. Join us on October 24th - 26th for a weekend of building, learning, and innovation!",
+// url: "https://2025.knighthacks.org",
+// siteName: "Knight Hacks VIII",
+// images: [
+// {
+// url: "https://2025.knighthacks.org/event-banner.png",
+// alt: "Event Banner",
+// },
+// ],
+// },
+// themeColor: "#c84c3c",
+// };
export const viewport: Viewport = {
themeColor: "#c84c3c",
@@ -74,7 +74,7 @@ export default function RootLayout({
background: "#000000",
}}
>
-
+ {/* */}
{children}