summaryrefslogtreecommitdiff
path: root/content/html/index.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-29 22:49:56 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:03 +0100
commit5af21e29c6509819e32f8bad6052cf616fcdd291 (patch)
tree81f59a71fb20a96338a97997275d00ffd1e4857d /content/html/index.html
parent7868506c413b453c8c1935f953a0e35a0b4c4ef9 (diff)
initial buetow.org capsule
Diffstat (limited to 'content/html/index.html')
-rw-r--r--content/html/index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/content/html/index.html b/content/html/index.html
new file mode 100644
index 00000000..f4185a1b
--- /dev/null
+++ b/content/html/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>buetow.org</title>
+<meta charset='utf-8'>
+<style>
+body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
+img { display: block; max-width: 70%;}
+pre { color: #ecbe7b; }
+blockquote { color: #ecbe7b; }
+a { color: #c678dd; text-decoration: none; }
+a.textlink:before { content: " > "; }
+a:hover { color: #51afef; text-decoration: underline; }
+h1 { color: #ff6c6b; }
+h2, h3, h4, h5, h6 { color: #51afef; }
+li { color: #98be65; }
+</style>
+</head>
+<body>
+<pre>
+ _ _
+| |__ _ _ ___| |_ _____ _____ _ __ __ _
+| '_ \| | | |/ _ \ __/ _ \ \ /\ / / _ \| '__/ _` |
+| |_) | |_| | __/ || (_) \ V V / (_) | | | (_| |
+|_.__/ \__,_|\___|\__\___/ \_/\_(_)___/|_| \__, |
+ |___/
+</pre>
+<h2>Why does this site look so old?</h2>
+<p>If you reach this site via the modern web, please read this:</p>
+<a href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispace</a><br />
+<h2>Introduction</h2>
+<p>My name is Paul Buetow and this is my personal internet site. You can call me a Linux/*BSD enthusiast, hobbyist and also a Linux Systems Administrator, DevOps Engineer, Programmer, Site Reliability Engineer professional with over 25 years of personal and around 15 years of professional working experience.</p>
+<p>You will encounter mostly (if not only) technical content on this site. I have published some Open-Source software, you will find some reference to it on this site or on my GitHub page(s). I also read a lot of tech newsletters and blogs. I re-share the most interesting ones on my social media feeds. You can find links to my GitHub pages and to my social media accounts in my contact information page:</p>
+<a href="./contact-information.html">Contact information</a><br />
+<p>I have also compiled a list of resources which made an impact on me:</p>
+<a href="./resources.html">List of resources</a><br />
+<h2>Blog posts</h2>
+<p>English is not my mother tongue. So please ignore any errors you might encounter.</p>
+<a href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">2021-04-24 Welcome to the Geminispace</a><br />
+<a href="./gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html">2021-04-22 DTail - The distributed log tail program</a><br />
+</body>
+</html>