checkpoint

This commit is contained in:
bobbydigitales
2025-03-25 20:04:52 -07:00
parent 71b5284b0f
commit 0b5fee4aca
12 changed files with 240 additions and 138 deletions

View File

@@ -36,17 +36,17 @@
<body>
<button class="burger-menu"></button>
<div id="burger-menu-button" class="burger-menu"></div>
<div class="nav-overlay"></div>
<div class="flex-container">
<nav class="nav-container">
<nav id="nav-container" class="nav-container">
<a class="nav-item profile-pic">
<span class="nav-profile" role="img" aria-label="Home"><img class="profile-pic-container"
src="https://cdn.bsky.app/img/avatar_thumbnail/plain/did:plc:wobbjvmqx65vou5ipgpgs3wf/bafkreigbpq2unrhkxgisofimgqmiiiplp2ssmdgw6cqsa7i2ogtvlxqzfa@jpeg"></span>
</a>
<a class="nav-item">
<a class="nav-item" id="home-button">
<span class="nav-emoji emoji-fill" role="img" aria-label="Home">🏠</span>
<span class="nav-label">Home</span>
</a>
@@ -58,14 +58,14 @@
<span class="nav-emoji" role="img" aria-label="Notifications">🔔</span>
<span class="nav-label">Notifications</span>
</a> -->
<a class="nav-item">
<a class="nav-item" id="profile-button">
<span class="nav-emoji emoji-fill" role="img" aria-label="Profile">👤</span>
<span class="nav-label">Profile</span>
</a>
<a class="nav-item">
<!-- <a class="nav-item">
<span class="nav-emoji emoji-fill" role="img" aria-label="Settings">⚙️</span>
<span class="nav-label">Settings</span>
</a>
</a> -->
<a id="monitor_button" class="nav-item">
<span class="nav-emoji" role="img" aria-label="Monitor">🤓</span>
<span class="nav-label">Monitor</span>
@@ -80,6 +80,8 @@
<div id="status"></div>
<div id="info" style="display:none">
<button id="export-button">export</button>
<div id="profile">
<span class="form_label">username:</span><span class="form_field" id="username"
contenteditable="true">unnamed</span>
@@ -108,7 +110,6 @@
<!-- <button id="button_font1" >font1</button>
<button id="button_font2" >font2 </button> -->
<!-- <button id="import_tweets">import</button> -->
<button id="export_button">export</button>
<!-- <button id="clear_posts">clear </button> -->
<!-- <button id="update_app">check for updates</button> -->
<!-- <button id="toggle_dark">light/dark</button> -->
@@ -116,8 +117,8 @@
<textarea cols="60" rows="6" id="textarea_post"></textarea>
<div class="right">
<label for="file_input" id="file_input_label" class="button button-big">photo</label>
<input type="file" id="file_input" accept="image/*" multiple style="display:none">
<label for="file-input" id="file-input-label" class="button button-big">photo</label>
<input type="file" id="file-input" accept="image/*" multiple style="display:none">
<!-- <button id="button_add_pic" >🏞️</button> -->
<button id="button_post" class="button button-big">post</button>
@@ -126,7 +127,7 @@
<!-- <div id="torrent-content"></div> -->
<div id="content"></div>
<div id="compose_button" class="compose-button emoji-fill">✏️</div>
<div id="compose-button" class="compose-button emoji-fill">✏️</div>
</div>
</div>