keeps on homepage

This commit is contained in:
Annika
2022-08-02 15:00:04 -06:00
parent 5691fe7575
commit 80b7b86c73
9 changed files with 114 additions and 28 deletions
+8 -3
View File
@@ -2,7 +2,8 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark px-3">
<router-link class="navbar-brand d-flex" :to="{ name: 'Home' }">
<div class="d-flex flex-column align-items-center">
<img alt="logo" src="../assets/img/cw-logo.png" height="45" />
<!-- <img alt="logo" src="../assets/img/cw-logo.png" height="45" /> -->
<h1 class="brand">Keepr</h1>
</div>
</router-link>
<button
@@ -18,14 +19,14 @@
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto">
<li>
<!-- <li>
<router-link
:to="{ name: 'About' }"
class="btn text-success lighten-30 selectable text-uppercase"
>
About
</router-link>
</li>
</li> -->
</ul>
<!-- LOGIN COMPONENT HERE -->
<Login />
@@ -53,4 +54,8 @@ a:hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.brand {
font-family: cursive;
}
</style>