vineelagampa commited on
Commit
5c51021
·
verified ·
1 Parent(s): ce3e1a8

Update web/profile.html

Browse files
Files changed (1) hide show
  1. 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="tree.png" alt="Profile Tree" class="w-32 h-32 object-cover rounded-full border border-gray-300">
 
 
 
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
- <div class="w-32 h-32 bg-gray-300 rounded-full"></div>
 
 
 
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>