diff --git a/apps/blade/public/Ralph_Clavens_Love_Noel_Resume_pdf.pdf b/apps/blade/public/Ralph_Clavens_Love_Noel_Resume_pdf.pdf new file mode 100644 index 000000000..813cd4c1a Binary files /dev/null and b/apps/blade/public/Ralph_Clavens_Love_Noel_Resume_pdf.pdf differ diff --git a/apps/blade/public/headshot.jpeg b/apps/blade/public/headshot.jpeg new file mode 100644 index 000000000..448ec68f7 Binary files /dev/null and b/apps/blade/public/headshot.jpeg differ diff --git a/apps/blade/src/app/ralphnoel/page.tsx b/apps/blade/src/app/ralphnoel/page.tsx new file mode 100644 index 000000000..3742e40bc --- /dev/null +++ b/apps/blade/src/app/ralphnoel/page.tsx @@ -0,0 +1,90 @@ +import Link from "next/link"; +import Image from "next/image"; +import { cn } from "@forge/ui"; + +export default function Page() { + return ( +
+
+
+ + +

+ Hello! I’m Ralph. I am interested in joining the Dev Team because I would like the opportunity to reinforce my understanding of current skills and most importantly, I want to work on Blade and be surrounded by other like-minded people and learn SWE principles that would not be taught in the classroom. +
+ Thank you for reading. +

+ + +
+ +
+ + This is me! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Ralph Noel +
+
+
+
+ ); +}