Skip to content

Commit

Permalink
Fix avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 21, 2024
1 parent 8bd43db commit 71fc469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body class="bg-gray-900 text-white min-h-screen flex flex-col items-center justify-center">
<main class="text-center p-8">
<div class="mb-8">
<img src="/api/placeholder/150/150" alt="Profile Photo" class="rounded-full mx-auto w-32 h-32 object-cover mb-4">
<img src="https://avatars.githubusercontent.com/u/55899496?v=4" alt="Profile Photo" class="rounded-full mx-auto w-32 h-32 object-cover mb-4">
<h1 class="text-3xl font-bold mb-2">J.Q.</h1>
<h2 class="text-xl text-gray-400 mb-4">@jawadqur</h2>
</div>
Expand All @@ -22,9 +22,9 @@ <h2 class="text-xl text-gray-400 mb-4">@jawadqur</h2>
</p>

<div class="flex justify-center space-x-4 text-sm text-gray-400">
<span>2 followers</span>
<!-- <span>2 followers</span>
<span>•</span>
<span>3 following</span>
<span>3 following</span> -->
</div>
</div>

Expand All @@ -38,4 +38,4 @@ <h2 class="text-xl text-gray-400 mb-4">@jawadqur</h2>
</div>
</main>
</body>
</html>
</html>

0 comments on commit 71fc469

Please sign in to comment.