Skip to content

Commit 0416b85

Browse files
committed
Added profile photo to header
1 parent e98408f commit 0416b85

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

assets/img/profile.png

549 KB
Loading

index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,24 @@
6868
</div>
6969

7070
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
71-
<div
72-
class="inline-block mb-4 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"
73-
>
74-
Senior IT Specialist
71+
<!-- Profile Photo -->
72+
<div class="mb-8 relative inline-block">
73+
<div
74+
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"
75+
>
76+
<img src="assets/img/profile.png" alt="Profile" class="w-full h-full object-cover" />
77+
</div>
78+
<div
79+
class="absolute inset-0 bg-blue-500 rounded-full blur-xl opacity-20 dark:opacity-40 animate-pulse"
80+
></div>
81+
</div>
82+
83+
<div class="block mb-4">
84+
<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"
86+
>
87+
Senior IT Specialist
88+
</div>
7589
</div>
7690
<h2 class="text-2xl md:text-3xl font-semibold text-slate-700 dark:text-slate-300 mb-2">
7791
Hi, I am <span class="text-slate-900 dark:text-white" id="profile-name"></span>

0 commit comments

Comments
 (0)