From 14319a147a478ec2930bc6d96777b10f48e1640f Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 16 Apr 2022 12:54:57 -0500 Subject: [PATCH] changed navbar item size, added donation page --- bootstrap/routes.go | 1 + static/index.css | 4 +--- templates/nav.tmpl | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bootstrap/routes.go b/bootstrap/routes.go index 8341e60..af91a6f 100644 --- a/bootstrap/routes.go +++ b/bootstrap/routes.go @@ -33,4 +33,5 @@ func InitializeRoutes(router *gin.Engine) { router.GET("/", utils.ServePage("index.tmpl")) router.GET("/resume", utils.ServePage("resume.tmpl")) router.GET("/contact", utils.ServePage("contact.tmpl")) + router.GET("/donate", utils.ServePage("donate.tmpl")) } diff --git a/static/index.css b/static/index.css index 178b5ed..836f0e8 100644 --- a/static/index.css +++ b/static/index.css @@ -102,15 +102,13 @@ a:hover:after { .nav-bar { display: flex; flex-direction: row; - font-size: 1.3em; margin-top: calc(12px + 1vh); margin-bottom: 1vw; } .nav-item { - display: block; margin-right: 12px; - font-weight: 800; + font-size: 1.5em; } .content-wrapper { diff --git a/templates/nav.tmpl b/templates/nav.tmpl index 6dd312d..dcd4bad 100644 --- a/templates/nav.tmpl +++ b/templates/nav.tmpl @@ -12,6 +12,9 @@
contact
+
+ donate +
software