fix head stylesheet; cleanup contact page

This commit is contained in:
Greg Gauthier 2021-12-02 21:58:27 +00:00
parent 00c32eba9c
commit f165b67093
3 changed files with 4 additions and 39 deletions

View File

@ -3,28 +3,7 @@ title: Contact
description: "How to reach me"
---
### Email Address: {{< rawhtml >}}&nbsp;&nbsp; gmgauthier@protonmail.com {{< /rawhtml >}}
## EMAIL ADDRESS
## Other Sites
gmgauthier@protonmail.com
{{< rawhtml >}}
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:1;}
.tg td{border-color:black;border-style:solid;border-width:0px;overflow:hidden;padding:5px 5px;word-break:normal;}
.tg .tg-0pkx{width:40px;border-color:inherit;text-align:right;vertical-align:center;padding:4px 4px}
.tg .tg-0pky{width:250px;border-color:inherit;text-align:left;vertical-align:center}
</style>
<table class="tg">
<tbody>
<tr>
<td class="tg-0pkx"><img src="/img/etc-logo.png" height="35" width="35"/></td>
<td class="tg-0pky"><a href="https://exitingthecave.com/" target="_blank">Philosophy Blog</a></td>
</tr>
<tr>
<td class="tg-0pkx"><img src="/img/anchor-logo.jpeg" height="35" width="35"/></td>
<td class="tg-0pky"><a href="https://anchor.fm/exitingthecave" target="_blank">Philosophy Podcast</a></td>
</tr>
</tbody>
</table>
{{< /rawhtml >}}

View File

@ -28,7 +28,8 @@
<link rel="stylesheet" href="/css/side-menu.css">
{{ "<!--<![endif]-->" | safeHTML }}
<link rel="stylesheet" href="/css/blackburn.css">
<!-- main stylesheet -->
<link rel="stylesheet" href="/css/gmgauthier.css">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">

View File

@ -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;