Spaces:
Sleeping
Sleeping
Update web/profile.html
Browse files- web/profile.html +8 -2
web/profile.html
CHANGED
|
@@ -103,7 +103,10 @@
|
|
| 103 |
<div id="profileViewSection">
|
| 104 |
<div class="flex items-start space-x-6 mb-10">
|
| 105 |
<div class="flex flex-col items-center">
|
| 106 |
-
<img src="
|
|
|
|
|
|
|
|
|
|
| 107 |
<button id="editProfileBtn" class="mt-2 px-4 py-2 rounded">
|
| 108 |
Edit Profile
|
| 109 |
</button>
|
|
@@ -129,7 +132,10 @@
|
|
| 129 |
<div id="profileEditSection" class="hidden mb-10">
|
| 130 |
<div class="flex flex-col sm:flex-row items-start space-x-6">
|
| 131 |
<div class="flex flex-col items-center mb-4 sm:mb-0">
|
| 132 |
-
<
|
|
|
|
|
|
|
|
|
|
| 133 |
</div>
|
| 134 |
<div class="flex-1">
|
| 135 |
<h1 class="text-3xl font-semibold mb-4">Edit Profile</h1>
|
|
|
|
| 103 |
<div id="profileViewSection">
|
| 104 |
<div class="flex items-start space-x-6 mb-10">
|
| 105 |
<div class="flex flex-col items-center">
|
| 106 |
+
<img src="https://cdn.mos.cms.futurecdn.net/ARWms77gyVZ5u2MZkQqcKc-1256-80.jpg.webp"
|
| 107 |
+
alt="Profile Tree"
|
| 108 |
+
class="w-32 h-32 object-cover rounded-full border border-gray-300">
|
| 109 |
+
|
| 110 |
<button id="editProfileBtn" class="mt-2 px-4 py-2 rounded">
|
| 111 |
Edit Profile
|
| 112 |
</button>
|
|
|
|
| 132 |
<div id="profileEditSection" class="hidden mb-10">
|
| 133 |
<div class="flex flex-col sm:flex-row items-start space-x-6">
|
| 134 |
<div class="flex flex-col items-center mb-4 sm:mb-0">
|
| 135 |
+
<img src="https://cdn.mos.cms.futurecdn.net/ARWms77gyVZ5u2MZkQqcKc-1256-80.jpg.webp"
|
| 136 |
+
alt="Profile Tree"
|
| 137 |
+
class="w-32 h-32 object-cover rounded-full border border-gray-300">
|
| 138 |
+
|
| 139 |
</div>
|
| 140 |
<div class="flex-1">
|
| 141 |
<h1 class="text-3xl font-semibold mb-4">Edit Profile</h1>
|