added additional tags to user profile

This commit is contained in:
2024-11-23 14:47:28 -05:00
parent 8b2c4b6f07
commit 01a8ff8b97
9 changed files with 264 additions and 99 deletions
+1 -8
View File
@@ -63,14 +63,7 @@
<!-- Section Content -->
<div id="posts" class="content active">
<p class="placeholder">nothing here...</p>
<div class="dropdown">
<button class="dropdown-button">Layout: Compact</button>
<div class="dropdown-content" id="layoutDropdown">
<a href="#" data-value="large">Large</a>
<a href="#" data-value="relaxed">Relaxed</a>
<a href="#" data-value="compact" class="selected">Compact</a>
</div>
</div>
<button id="composebtn" class="compose-button">
<i class="fa-solid fa-pen"></i>
</button>