Skip to content

Commit 0f889e9

Browse files
committed
Refined header layout: Improved spacing and typography
1 parent 0416b85 commit 0f889e9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
7171
<!-- Profile Photo -->
72-
<div class="mb-8 relative inline-block">
72+
<div class="mb-10 relative inline-block">
7373
<div
7474
class="w-32 h-32 md:w-40 md:h-40 rounded-full overflow-hidden border-4 border-white dark:border-slate-800 shadow-xl relative z-10 mx-auto"
7575
>
@@ -80,20 +80,20 @@
8080
></div>
8181
</div>
8282

83-
<div class="block mb-4">
83+
<div class="block mb-6">
8484
<div
85-
class="inline-block px-4 py-1 rounded-full bg-blue-100 dark:bg-blue-500/10 border border-blue-200 dark:border-blue-500/20 text-blue-600 dark:text-blue-400 text-sm font-medium"
85+
class="inline-block px-4 py-1.5 rounded-full bg-blue-50 dark:bg-blue-500/10 border border-blue-100 dark:border-blue-500/20 text-blue-600 dark:text-blue-400 text-sm font-semibold tracking-wide uppercase"
8686
>
8787
Senior IT Specialist
8888
</div>
8989
</div>
90-
<h2 class="text-2xl md:text-3xl font-semibold text-slate-700 dark:text-slate-300 mb-2">
91-
Hi, I am <span class="text-slate-900 dark:text-white" id="profile-name"></span>
90+
<h2 class="text-xl md:text-2xl font-medium text-slate-600 dark:text-slate-400 mb-4">
91+
Hi, I am <span class="text-slate-900 dark:text-white font-bold" id="profile-name"></span>
9292
</h2>
9393
<h1
94-
class="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight mb-6 text-slate-900 dark:text-white"
94+
class="text-3xl md:text-5xl lg:text-6xl font-bold tracking-tight mb-8 text-slate-900 dark:text-white leading-tight"
9595
>
96-
Converting Complexity into <br />
96+
Converting Complexity into <br class="hidden md:block" />
9797
<span class="gradient-text">Efficient Automations</span>
9898
</h1>
9999
<p

0 commit comments

Comments
 (0)