Skip to content

Commit

Permalink
fix image url
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-p19 committed Oct 28, 2024
1 parent 4bb4483 commit 44b7921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</div>
<hr class="border-x-[#2f3336] border-y-[#2f3336]" />
<div class="px-7 relative" style="padding-top: 12%;">
<img src="/dp.jpg" alt="Profile Picture" class="rounded-full aspect-square" style="height: 120px; position: absolute; top: -25%; border: 4px solid black;">
<img src="/public/dp.jpg" alt="Profile Picture" class="rounded-full aspect-square" style="height: 120px; position: absolute; top: -25%; border: 4px solid black;">
<div class="flex flex-col">
<h1 class="text-2xl font-bold">Abhrajit Gupta</h1>
<h2 class="text-sm text-gray-500">&#64;abhrajit_gupta</h2>
Expand Down

0 comments on commit 44b7921

Please sign in to comment.