Change header and footer to make more sense
This commit is contained in:
parent
f05ff1e0ef
commit
f29e445998
|
@ -18,6 +18,13 @@ nav {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
footer nav {
|
||||
.links {
|
||||
@extend .brand;
|
||||
font-weight: unset;
|
||||
}
|
||||
}
|
||||
|
||||
// External links
|
||||
// a[href^="http://"]:not([href*="localhost"]):not([href*="guts.plus"]):after,
|
||||
// a[href^="https://"]:not([href*="localhost"]):not([href*="guts.plus"]):after{
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<footer>
|
||||
<p>test footer</p>
|
||||
<nav>
|
||||
<div class="links">
|
||||
<a href="https://gitlab.com/Alamantus/book-tracker" class="pseudo button">Repo</a>
|
||||
<a href="https://gitter.im/book-tracker/general" class="pseudo button">Chat</a>
|
||||
</div>
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<nav>
|
||||
<div class="brand">
|
||||
<a href="./">
|
||||
<h1>Unnamed Book Tracker</h1>
|
||||
<span class="title">Unnamed Book Tracker</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
|||
<input type="text" id="headerSearchBar" name="for" placeholder="Search" value="{{searchTerm}}">
|
||||
</label>
|
||||
</form>
|
||||
<a href="https://gitlab.com/Alamantus/book-tracker" class="pseudo button">Repo</a>
|
||||
<a href="https://gitter.im/book-tracker/general" class="pseudo button">Chat</a>
|
||||
<a href="/login" class="pseudo button">Log In</a>
|
||||
<a href="/logout" class="pseudo button">Log Out</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue