changed navbar item size, added donation page
This commit is contained in:
@@ -33,4 +33,5 @@ func InitializeRoutes(router *gin.Engine) {
|
|||||||
router.GET("/", utils.ServePage("index.tmpl"))
|
router.GET("/", utils.ServePage("index.tmpl"))
|
||||||
router.GET("/resume", utils.ServePage("resume.tmpl"))
|
router.GET("/resume", utils.ServePage("resume.tmpl"))
|
||||||
router.GET("/contact", utils.ServePage("contact.tmpl"))
|
router.GET("/contact", utils.ServePage("contact.tmpl"))
|
||||||
|
router.GET("/donate", utils.ServePage("donate.tmpl"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,15 +102,13 @@ a:hover:after {
|
|||||||
.nav-bar {
|
.nav-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
font-size: 1.3em;
|
|
||||||
margin-top: calc(12px + 1vh);
|
margin-top: calc(12px + 1vh);
|
||||||
margin-bottom: 1vw;
|
margin-bottom: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
display: block;
|
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
font-weight: 800;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<a class="nav-item" href="/contact">contact</a>
|
<a class="nav-item" href="/contact">contact</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="nav-item" href="/donate">donate</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="nav-item" href="https://gitlab.com/rawleyIfowler">software</a>
|
<a class="nav-item" href="https://gitlab.com/rawleyIfowler">software</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user