summaryrefslogtreecommitdiff
path: root/content/html/contact-information.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 07:17:59 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:03 +0100
commit762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (patch)
treef4cc69d308c486d9fc713e4971078c034a345fbc /content/html/contact-information.html
parent72e414b8da38e0284a9556b72a991f7b4621375d (diff)
improve link style
Diffstat (limited to 'content/html/contact-information.html')
-rw-r--r--content/html/contact-information.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/content/html/contact-information.html b/content/html/contact-information.html
index ee397658..a0754aeb 100644
--- a/content/html/contact-information.html
+++ b/content/html/contact-information.html
@@ -9,7 +9,7 @@ img { display: block; max-width: 70%;}
pre { color: #ecbe7b; }
blockquote { color: #ecbe7b; }
a { color: #c678dd; text-decoration: none; }
-a.textlink:before { content: " > "; }
+a.textlink:before { content: " > "; padding-left: 10px; }
a:hover { color: #51afef; text-decoration: underline; }
h1 { color: #ff6c6b; }
h2, h3, h4, h5, h6 { color: #51afef; }
@@ -17,7 +17,7 @@ li { color: #98be65; }
</style>
</head>
<body>
-<a href="./">Go back to the main site</a><br />
+<a class="textlink" href="./">Go back to the main site</a><br />
<h1>Contact information</h1>
<h2>E-Mail</h2>
<ul>
@@ -29,17 +29,17 @@ li { color: #98be65; }
<h2>Quick Links</h2>
<h3>Social Media</h3>
<p>I am sharing articles which I found interesting regularly on all the social media channels. To get you navigated quickly, here are the links:</p>
-<a href="https://www.linkedin.com/in/paul-buetow-b4857270/">My LinkedIn profile</a><br />
-<a href="https://twitter.com/snonux">My Twitter profile</a><br />
-<a href="https://t.me/snonux">My Telegram channel</a><br />
+<a class="textlink" href="https://www.linkedin.com/in/paul-buetow-b4857270/">My LinkedIn profile</a><br />
+<a class="textlink" href="https://twitter.com/snonux">My Twitter profile</a><br />
+<a class="textlink" href="https://t.me/snonux">My Telegram channel</a><br />
<h3>My Open Source code repositories</h3>
-<a href="https://github.com/snonux">My personal GitHub page</a><br />
-<a href="https://github.com/mimecast/dtail">DTail at Mimecast</a><br />
-<a href="https://github.com/mimecast/ioriot">I/O Riot at Mimecast</a><br />
+<a class="textlink" href="https://github.com/snonux">My personal GitHub page</a><br />
+<a class="textlink" href="https://github.com/mimecast/dtail">DTail at Mimecast</a><br />
+<a class="textlink" href="https://github.com/mimecast/ioriot">I/O Riot at Mimecast</a><br />
<h3>My old personal website</h3>
<p>It's still there for fun + profit. I might move some of the content over to Gemini slowly.</p>
-<a href="http://paul.buetow.org">http://paul.buetow.org</a><br />
+<a class="textlink" href="http://paul.buetow.org">http://paul.buetow.org</a><br />
<p>It's powered by Xerl, my own CMS:</p>
-<a href="http://xerl.buetow.org">http://xerl.buetow.org</a><br />
+<a class="textlink" href="http://xerl.buetow.org">http://xerl.buetow.org</a><br />
</body>
</html>