From f165b670932599ecd24bb0128c438aab98068789 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 2 Dec 2021 21:58:27 +0000 Subject: [PATCH] fix head stylesheet; cleanup contact page --- content/contact.md | 25 ++----------------------- layouts/partials/head.html | 3 ++- static/css/gmgauthier.css | 15 --------------- 3 files changed, 4 insertions(+), 39 deletions(-) diff --git a/content/contact.md b/content/contact.md index 5ee021a..8adabcd 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,28 +3,7 @@ title: Contact description: "How to reach me" --- -### Email Address: {{< rawhtml >}}   gmgauthier@protonmail.com {{< /rawhtml >}} +## EMAIL ADDRESS -## Other Sites +gmgauthier@protonmail.com -{{< rawhtml >}} - - - - - - - - - - - - - -
Philosophy Blog
Philosophy Podcast
-{{< /rawhtml >}} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b33155a..13d6a70 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,7 +28,8 @@ {{ "" | safeHTML }} - + + diff --git a/static/css/gmgauthier.css b/static/css/gmgauthier.css index c4998f1..3576063 100644 --- a/static/css/gmgauthier.css +++ b/static/css/gmgauthier.css @@ -126,21 +126,6 @@ i { vert-align: middle; } -p.note -{ - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - background-color: #f0f7fb; - background-image: url(/static/img/pencil-48.png); - background-position: 9px 0px; - background-repeat: no-repeat; - border: solid 1px #3498db; - border-radius: 6px; - line-height: 18px; - overflow: hidden; - padding: 15px 60px; -} - div.note { text-align: justify;