ui stuff
This commit is contained in:
parent
abe580956e
commit
5e6b5ac9a2
44
experimental/logged_in.html
Normal file
44
experimental/logged_in.html
Normal file
@ -0,0 +1,44 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Simplex Task Manager</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"/>
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/necolas/normalize.css/master/normalize.css"/>
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css"/>
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
<script src="../static/main.js"></script>
|
||||
<link rel="stylesheet" href="../static/main.css"/>
|
||||
|
||||
<style>
|
||||
.btns {
|
||||
display: flex !important;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
.btns > a {
|
||||
margin: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="column column-25 btns">
|
||||
<a class="button" href="#">API Docs</a>
|
||||
<!-- <a class="button" href="#">New User</a> -->
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<h1>Simplex Task Manager</h1>
|
||||
</div>
|
||||
<div class="column column-25 btns">
|
||||
<!-- <a class="button" href="#">Log In</a>
|
||||
<a class="button" href="#">New User</a> -->
|
||||
|
||||
<a class="button" href="#">You</a>
|
||||
<a class="button" href="#">Log Out</a>
|
||||
</div>
|
||||
</div>
|
||||
Stuff.
|
||||
</div>
|
@ -17,6 +17,10 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btns {
|
||||
display: flex !important;
|
||||
justify-content: flex-end;
|
||||
|
Loading…
Reference in New Issue
Block a user