Skip to content

Commit c5bb37e

Browse files
committed
Update Navigator branding and enhance homepage layout with improved styling and animations
1 parent 45c88b2 commit c5bb37e

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

src/app/components/Navigator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Navigator() {
4040
className="text-md text-iceBlue font-brand [transition:0.5s] hover:[text-shadow:#c3f8ff_0px_0_15px] hover:[transition:0.5s]"
4141
href="/"
4242
>
43-
NK
43+
nk
4444
</Link>
4545

4646
<div className="hidden md:flex space-x-8 items-center">

src/app/page.js

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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&rsquo;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&rsquo;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&rsquo;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&rsquo;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

Comments
 (0)