From e655b222e82e3a6e534ee03088df25be8f19f5d7 Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Sat, 11 Jan 2020 10:52:08 -0500 Subject: [PATCH] added reference sheet to footer, site.pug modifications --- public/stylesheets/main.css | 2 +- views/footer.pug | 2 +- views/site.pug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 16fee74..436aea8 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -68,6 +68,6 @@ span.num { color: var(--neon-purple) } -#title, #footer { +#title, #sub-title, #footer { text-align: center; } diff --git a/views/footer.pug b/views/footer.pug index b515781..a11de70 100644 --- a/views/footer.pug +++ b/views/footer.pug @@ -1,7 +1,7 @@ - url = "http://seanland.ca" - git = "https://git.snld.xyz/Seanland/unesco-tracker" div(id="footer") - p Made with #[a(href=git) unesco-tracker] | Copyright: #[a(href=url) ©️ Sean Clarke] + p #[a(href="/reference") ID Reference Sheet ] | Made with #[a(href=git) unesco-tracker] | Copyright: #[a(href=url) ©️ Sean Clarke] p Buy me a coffeeBuy me a coffee diff --git a/views/site.pug b/views/site.pug index 9b9e9a7..2391d67 100644 --- a/views/site.pug +++ b/views/site.pug @@ -2,8 +2,8 @@ extends layout block content h1(id="title")= site.site + h3(id="sub-title")= "Date Inscribed: " + site.date_inscribed img(src= site.img_url alt= site.site) - h3= "Date Inscribed: " + site.date_inscribed h4= "Located: " + site.latitude + " " + site.longitude h5= site.category