:3 love you

This commit is contained in:
2025-09-03 20:17:29 +03:00
parent f59e1eeebd
commit 217fd07830
3 changed files with 94 additions and 16 deletions

View File

@@ -9,18 +9,51 @@
</head>
<body>
<div id="topnav">
<button class="topnav_button" onclick="location.href='/'">
Dashboard
</button>
<button class="topnav_button" onclick="location.href='/roster'">
Roster
</button>
<button class="topnav_button" onclick="location.href='/events'">
Events
</button>
<button class="topnav_button" onclick="location.href='/documents'">
Documents
</button>
<div id="topnav_buttons">
<button class="topnav_button" onclick="location.href='/'">
Dashboard
</button>
<button class="topnav_button" onclick="location.href='/roster'">
Roster
</button>
<button class="topnav_button" onclick="location.href='/events'">
Events
</button>
<button class="topnav_button" onclick="location.href='/documents'">
Documents
</button>
</div>
<div>
<div id="topnav_profile">
<span>MCorange</span>
<img src="/img/default_pfp.png" alt="Profile Picture">
</div>
<div id="topnav_profile_wrapper">
<div id="topnav_profile_dropdown">
<div>
<button class="topnav_profile_button">
Profile
</button>
</div>
<div>
<button class="topnav_profile_button">
Administration
</button>
</div>
<div>
<button class="topnav_profile_button">
Preferences
</button>
</div>
<div>
<button class="topnav_profile_button">
Log out
</button>
</div>
</div>
</div>
</div>
</div>
{% block content %}{% endblock %}
</body>