mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
styling
This commit is contained in:
parent
28b5801bcc
commit
ac00138ca8
BIN
website/public/hamicon.png
Normal file
BIN
website/public/hamicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -21,12 +21,14 @@
|
||||
<a href="#">Contact</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<span onclick="openNav()" id="topbar">
|
||||
<img id="sideload" src="hamicon.png">
|
||||
</span>
|
||||
<h1 id="mainhead">TitanScout- Sign In</h1>
|
||||
<p id="status">You are not signed in.</p>
|
||||
<input type="button" name="Sign Out" value="Sign Out" onclick="signout();" id="signout">
|
||||
<input type="button" name="Update Profile" onClick="loadupdpi();" value='Update Profile Info' id="updpi">
|
||||
<input type="button" name="DelAcc" value="Delete Account" onclick="deleteAccount();" id="deleteacc">
|
||||
<span onclick="openNav()"><img id="sideload" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1200px-Hamburger_icon.svg.png"></span>
|
||||
<div id="profileupd">
|
||||
<div class="profupdopt">
|
||||
New Username: <input type="text" name="NewDN" value="" id="newDN">
|
||||
|
@ -20,6 +20,10 @@ body{
|
||||
display: none;
|
||||
width:30px;
|
||||
}
|
||||
#topbar{
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
/* The side navigation menu */
|
||||
.sidenav {
|
||||
height: 100%; /* 100% Full-height */
|
||||
|
Loading…
Reference in New Issue
Block a user