commit 65a34ac3a9ce4f32daf4a18b383f8763e951de79 (patch)
parent 9832323576a82adda6c978dff20867eef68f4dbc
Author: Alex Karle <alex@karle.co>
Date: Tue, 24 Mar 2020 22:23:10 -0400
index: Replace 'Coming Soon' with About Me/Find Me Online
I recently read the beginning (hey it's long!) of ESR's 'How to be a
Hacker', and one thing cut me deep -- don't put up "Under Construction"
signs!
It's true. It's just pure laziness of me to have a personal domain and
not say even a sentence about myself. Even worse, I've been emailing
mailing lists with it! Gosh! Better have nothing than a Coming Soon
sign!
So here goes at a small about-me :)
Diffstat:
3 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
@@ -15,10 +15,26 @@
<a href="thoughts.html"> Thoughts </a>
</div>
- <h1>/home/akarle</h1>
- <h1>------------</h1>
+ <h1 class="path">/home/akarle</h1>
+ <h1 class="path">------------</h1>
- <h3>Coming Soon...</h3>
+ <h3>About me:</h3>
+ <p>
+ Hi, I'm Alex! I'm a software engineer living in the Boston area.
+ </p>
+
+ <p>
+ I'm currently interested in free Operating Systems (particularly Linux
+ and OpenBSD), SCM systems (mostly git), and developer tooling.
+ </p>
+
+ <br>
+ <h3>Find me online:</h3>
+
+ <ul class="find-me">
+ <li>GitHub: <a href="https://github.com/akarle">@akarle</a></li>
+ <li>Email: alex AT this-domain
+ </ul>
</div>
</body>
</html>
diff --git a/style.css b/style.css
@@ -27,7 +27,11 @@ body {
text-decoration: none;
}
-h1 {
+h1.path {
margin-top: 0px;
margin-bottom: 0px;
}
+
+ul.find-me {
+ padding-left: 1.5em;
+}
diff --git a/thoughts.html b/thoughts.html
@@ -15,8 +15,8 @@
<a href="thoughts.html">[Thoughts]</a>
</div>
- <h1>/home/akarle</h1>
- <h1>------------</h1>
+ <h1 class="path">/home/akarle</h1>
+ <h1 class="path">------------</h1>
<h3>A collection of thoughts.</h3>