@@ -6,28 +6,26 @@ export default function Home() {
66 < >
77 < div className = "bg-gradient-to-b from-charcoalBlack to-midnightBlue" >
88 < div
9- className = "flex max-w-7xl justify-center mx-auto items-center"
9+ className = "flex max-w-7xl justify-center mx-auto items-center px-4 sm:px-6 lg:px-8 "
1010 style = { { height : "calc(100vh - 56px)" } }
1111 >
12- < div className = "min-h-screen flex items-center justify-center text-center font-body" >
13- < div >
14- < p className = "text-gray-400 text-sm tracking-widest" >
15- HEY THERE, I’M
16- </ p >
17- < h1 className = "text-4xl sm:text-5xl md:text-6xl font-extrabold text-white py-2" >
18- Nithil Krishnaraj
19- </ h1 >
20- < p className = "text-gray-300 max-w-xl mx-auto text-lg" >
21- Robotics Engineering student at Purdue who’s into
22- cybersecurity, robotics, and global data trends.
23- </ p >
24- </ div >
12+ < div className = "text-center" >
13+ < p className = "text-gray-400 text-sm tracking-widest mb-2 animate-fade-in" >
14+ HEY THERE, I’M
15+ </ p >
16+ < h1 className = "text-5xl sm:text-6xl md:text-7xl font-extrabold text-white py-2 animate-fade-in" >
17+ Nithil Krishnaraj
18+ </ h1 >
19+ < p className = "text-gray-300 max-w-2xl mx-auto text-lg sm:text-xl mt-4 animate-fade-in" >
20+ Robotics Engineering student at Purdue who’s passionate
21+ about cybersecurity, robotics, and global data trends.
22+ </ p >
2523 </ div >
2624 </ div >
2725 </ div >
2826 < div className = "transition-all bg-gradient-to-t from-charcoalBlack to-midnightBlue" >
2927 < div className = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6 font-body text-gray-100 dark:text-gray-300" >
30- < h1 className = "text-center text-2xl sm:text-3xl lg:text-4xl py-8 font-body font-extrabold tracking-wide" >
28+ < h1 className = "text-center text-2xl sm:text-3xl lg:text-4xl py-8 font-body font-black tracking-wide" >
3129 FEATURED PROJECTS
3230 </ h1 >
3331 < div className = "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-5 items-start" >
0 commit comments