Skip to content

Commit 0373a60

Browse files
committed
Refactor homepage layout and improve header structure for better responsiveness
1 parent 111e5da commit 0373a60

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

app/page.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
export 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
</>

0 commit comments

Comments
 (0)