Spaces:
Running
Running
Promote version 263df98 to main
Browse filesPromoted commit 263df98f7eaea49aa2bad06516f17ecab1ae984c to main branch
- index.html +43 -67
index.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
| 148 |
</div>
|
| 149 |
<!-- Editable Name -->
|
| 150 |
<div class="relative mb-3">
|
| 151 |
-
<h1 id="editableName" class="text-3xl font-bold text-white text-center min-h-[1.5em] px-2 py-1" contenteditable="true" data-placeholder="Tap to Add your Name">Tap to Add your Name</h1>
|
| 152 |
</div>
|
| 153 |
<!-- Contact Button -->
|
| 154 |
<div class="relative mb-4 w-3/5 mx-auto">
|
|
@@ -160,74 +160,50 @@
|
|
| 160 |
<p id="editableDescription" class="text-base text-gray-400 mb-8 px-2 editable" contenteditable="true" data-placeholder="Tap to Add a Description about Yourself"></p>
|
| 161 |
<!-- Social Media Section -->
|
| 162 |
<div class="mb-8">
|
| 163 |
-
<div class="
|
| 164 |
-
<span class="text-xs text-gray-400">Click to add social media</span>
|
| 165 |
-
</div>
|
| 166 |
-
<div class="flex justify-center flex-wrap gap-4 mb-4" id="socialIconsContainer">
|
| 167 |
<!-- Social media icons will be added here -->
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
<
|
| 171 |
-
|
| 172 |
-
</
|
| 173 |
-
<div class="absolute -top-1 -right-1 w-6 h-6 bg-indigo-600 rounded-full flex items-center justify-center">
|
| 174 |
-
<i data-feather="plus" class="w-3 h-3 text-white"></i>
|
| 175 |
-
</div>
|
| 176 |
</div>
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
<div class="
|
| 183 |
-
<
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
<
|
| 187 |
-
<
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
<
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
<
|
| 212 |
-
|
| 213 |
-
<span class="text-xs">Snapchat</span>
|
| 214 |
-
</div>
|
| 215 |
-
<div class="social-platform-option p-3 rounded-lg bg-gray-700/50 hover:bg-indigo-600/30 transition cursor-pointer text-center" data-platform="pinterest">
|
| 216 |
-
<i data-feather="image" class="w-6 h-6 mx-auto mb-1"></i>
|
| 217 |
-
<span class="text-xs">Pinterest</span>
|
| 218 |
-
</div>
|
| 219 |
-
<div class="social-platform-option p-3 rounded-lg bg-gray-700/50 hover:bg-indigo-600/30 transition cursor-pointer text-center" data-platform="reddit">
|
| 220 |
-
<i data-feather="message-circle" class="w-6 h-6 mx-auto mb-1"></i>
|
| 221 |
-
<span class="text-xs">Reddit</span>
|
| 222 |
-
</div>
|
| 223 |
-
<div class="social-platform-option p-3 rounded-lg bg-gray-700/50 hover:bg-indigo-600/30 transition cursor-pointer text-center" data-platform="github">
|
| 224 |
-
<i data-feather="github" class="w-6 h-6 mx-auto mb-1"></i>
|
| 225 |
-
<span class="text-xs">GitHub</span>
|
| 226 |
-
</div>
|
| 227 |
-
</div>
|
| 228 |
-
</div>
|
| 229 |
-
<div class="p-4 border-t border-gray-700 flex justify-end">
|
| 230 |
-
<button id="closeSocialModal" class="px-4 py-2 text-gray-300 hover:text-white">Cancel</button>
|
| 231 |
</div>
|
| 232 |
</div>
|
| 233 |
</div>
|
|
|
|
| 148 |
</div>
|
| 149 |
<!-- Editable Name -->
|
| 150 |
<div class="relative mb-3">
|
| 151 |
+
<h1 id="editableName" class="text-3xl font-bold text-white text-center min-h-[1.5em] px-2 py-1 gradient-text" contenteditable="true" data-placeholder="Tap to Add your Name">Tap to Add your Name</h1>
|
| 152 |
</div>
|
| 153 |
<!-- Contact Button -->
|
| 154 |
<div class="relative mb-4 w-3/5 mx-auto">
|
|
|
|
| 160 |
<p id="editableDescription" class="text-base text-gray-400 mb-8 px-2 editable" contenteditable="true" data-placeholder="Tap to Add a Description about Yourself"></p>
|
| 161 |
<!-- Social Media Section -->
|
| 162 |
<div class="mb-8">
|
| 163 |
+
<div class="flex justify-center flex-wrap gap-3 mb-4" id="socialIconsContainer">
|
|
|
|
|
|
|
|
|
|
| 164 |
<!-- Social media icons will be added here -->
|
| 165 |
+
<div class="flex items-center justify-center space-x-1 mb-2 w-full">
|
| 166 |
+
<span class="social-icon-placeholder"></span>
|
| 167 |
+
<span class="social-icon-placeholder"></span>
|
| 168 |
+
<span class="social-icon-placeholder"></span>
|
| 169 |
+
<span class="text-xs text-gray-400">Click + to add social media</span>
|
|
|
|
|
|
|
|
|
|
| 170 |
</div>
|
| 171 |
+
<!-- Plus button for adding social media -->
|
| 172 |
+
<div class="relative">
|
| 173 |
+
<button id="addSocialButton" class="w-12 h-12 rounded-full bg-indigo-600 hover:bg-indigo-700 flex items-center justify-center transition">
|
| 174 |
+
<i data-feather="plus" class="w-5 h-5"></i>
|
| 175 |
+
</button>
|
| 176 |
+
<div id="socialDropdown" class="social-dropdown">
|
| 177 |
+
<a class="social-option" data-platform="instagram">
|
| 178 |
+
<i data-feather="instagram"></i> Instagram
|
| 179 |
+
</a>
|
| 180 |
+
<a class="social-option" data-platform="facebook">
|
| 181 |
+
<i data-feather="facebook"></i> Facebook
|
| 182 |
+
</a>
|
| 183 |
+
<a class="social-option" data-platform="twitter">
|
| 184 |
+
<i data-feather="twitter"></i> Twitter
|
| 185 |
+
</a>
|
| 186 |
+
<a class="social-option" data-platform="tiktok">
|
| 187 |
+
<i data-feather="video"></i> TikTok
|
| 188 |
+
</a>
|
| 189 |
+
<a class="social-option" data-platform="youtube">
|
| 190 |
+
<i data-feather="youtube"></i> YouTube
|
| 191 |
+
</a>
|
| 192 |
+
<a class="social-option" data-platform="linkedin">
|
| 193 |
+
<i data-feather="linkedin"></i> LinkedIn
|
| 194 |
+
</a>
|
| 195 |
+
<a class="social-option" data-platform="snapchat">
|
| 196 |
+
<i data-feather="camera"></i> Snapchat
|
| 197 |
+
</a>
|
| 198 |
+
<a class="social-option" data-platform="pinterest">
|
| 199 |
+
<i data-feather="image"></i> Pinterest
|
| 200 |
+
</a>
|
| 201 |
+
<a class="social-option" data-platform="reddit">
|
| 202 |
+
<i data-feather="message-circle"></i> Reddit
|
| 203 |
+
</a>
|
| 204 |
+
<a class="social-option" data-platform="github">
|
| 205 |
+
<i data-feather="github"></i> GitHub
|
| 206 |
+
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 207 |
</div>
|
| 208 |
</div>
|
| 209 |
</div>
|