:3 love you
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user