File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export default function Home ( ) {
22 return (
33 < >
4- < header className = "text-black" >
5- < div className = "flex flex-col items-center justify-center min-h-screen bg-gray-100 px-4 " >
4+ < header className = "text-black min-h-screen flex flex-col justify-between bg-gray-100 " >
5+ < div className = "flex flex-col items-center justify-center px-4 space-y-6 flex-grow " >
66 < h1 className = "text-3xl font-bold" > Suwethan M</ h1 >
77 < p className = "text-lg text-gray-700" >
88 < b > Software Engineer |</ b > < i > 2+ years of experience</ i >
99 </ p >
10+
1011 < ul className = "mt-4 text-center max-w-md list-disc list-inside space-y-2 text-gray-800" >
1112 < li >
1213 Passionate about building scalable, high-performance applications and
@@ -25,10 +26,11 @@ export default function Home() {
2526 opportunities to grow and create impactful software that scales.
2627 </ li >
2728 </ ul >
28- < div className = "mt-12 px-6 py-3 bg-yellow-100 text-yellow-800 rounded-xl text-center text-lg shadow-sm" >
29- 🚧 This website is under construction. < br />
30- Please check back later for updates!
31- </ div >
29+ </ div >
30+
31+ < div className = "px-6 py-3 bg-yellow-100 text-yellow-800 text-center text-lg shadow-sm" >
32+ 🚧 This website is under construction. < br />
33+ Please check back later for updates!
3234 </ div >
3335 </ header >
3436 </ >
You can’t perform that action at this time.
0 commit comments