basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

modify styling + replace a with<Link>

+14 -10
+14 -10
app/page.tsx
··· 1 1 import Image from "next/image"; 2 + import Link from "next/link"; 2 3 import profile from "../public/images/profile.jpeg"; 3 4 export default function Home() { 4 5 return ( 5 6 <main> 6 7 <div> 7 - <div className="flex flex-col justify-center min-h-[100dvh] bg-gray-50 dark:bg-gray-950"> 8 - <div className="p-20 mx-auto bg-gray-200 dark:bg-gray-900 shadow-lg dark:shadow-purple-900/60 rounded-xl"> 8 + <div className="px-5 sm:px-0 flex flex-col justify-center min-h-[100dvh] bg-gray-50 dark:bg-gray-950"> 9 + <div className="p-10 mx-auto bg-gray-200 dark:bg-gray-900 shadow-lg dark:shadow-purple-900/60 rounded-xl"> 9 10 <div className="mb-4"> 10 11 <Image 11 12 src={profile} ··· 20 21 <div className="text-center mt-4 dark:text-white"> 21 22 I'm an informatica student at the{" "} 22 23 <a 23 - className="text-purple-600" 24 + className="text-indigo-400" 24 25 href="https://www.rotterdamuas.com/about/organisation/schools/school-of-communication-media-and-information-technology/welcome/" 25 26 > 26 27 Rotterdam University of Applied Sciences ··· 34 35 </div> 35 36 </div> 36 37 37 - <div className="h-0 border-b-2 border-gray-400"></div> 38 + <div className="h-0 mx-auto border-b-2 border-gray-400"></div> 38 39 <div className="mt-8"> 39 40 <div className="dark:text-white text-center"> 40 41 <h2 className="text-xl">Contact</h2> 41 42 <div> 42 43 If you need to contact me,{" "} 43 - <a 44 - className="text-blue-600 dark:text-purple-400" 45 - href="/links/" 46 - > 44 + <Link className="text-indigo-400" href="/links"> 47 45 here's where you can do that 48 - </a> 46 + </Link> 49 47 . 50 48 </div> 49 + <div> 50 + Additionally:{" "} 51 + <Link className="text-indigo-400" href={"/cv"}> 52 + here's my experience and a few projects! 53 + </Link> 54 + </div> 51 55 </div> 52 56 53 57 <div className="mt-4 text-center"> 54 58 <p className="dark:text-white"> 55 59 Credit to{" "} 56 60 <a 57 - className="text-blue-600 dark:text-purple-400" 61 + className="text-purple-400" 58 62 href="https://github.com/Matthbo" 59 63 > 60 64 Vivy