From 65a34ac3a9ce4f32daf4a18b383f8763e951de79 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 24 Mar 2020 22:23:10 -0400 Subject: [PATCH] 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 :) --- index.html | 22 +++++++++++++++++++--- style.css | 6 +++++- thoughts.html | 4 ++-- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 379fb75..7977d6a 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,26 @@ Thoughts -

/home/akarle

-

------------

+

/home/akarle

+

------------

-

Coming Soon...

+

About me:

+

+ Hi, I'm Alex! I'm a software engineer living in the Boston area. +

+ +

+ I'm currently interested in free Operating Systems (particularly Linux + and OpenBSD), SCM systems (mostly git), and developer tooling. +

+ +
+

Find me online:

+ + diff --git a/style.css b/style.css index 88bcc96..f7d48cb 100644 --- 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 index 3411889..be82b4c 100644 --- a/thoughts.html +++ b/thoughts.html @@ -15,8 +15,8 @@ [Thoughts] -

/home/akarle

-

------------

+

/home/akarle

+

------------

A collection of thoughts.

-- libgit2 1.1.1