diff --git a/assets/site.css b/assets/site.css index fe7ca34..3570a9c 100644 --- a/assets/site.css +++ b/assets/site.css @@ -296,6 +296,10 @@ body > footer { } } +footer section { + margin-top: 0; +} + .nav-toggle-button { cursor: pointer; text-decoration-line: underline; diff --git a/site/_includes/-footer.njk b/site/_includes/-footer.njk index 6579f1f..2dc3841 100644 --- a/site/_includes/-footer.njk +++ b/site/_includes/-footer.njk @@ -1,11 +1,21 @@ +
+ © Joshua Seigler 2025. + - + GitHub + - + RSS + - + Contact + - + Unoffice Hours +
+
+ Webrings: + Unoffice Hours + Prev + Next + Random + List +
+ \ No newline at end of file diff --git a/site/pages/home.md b/site/pages/home.md index 3a7bd46..1b6c919 100644 --- a/site/pages/home.md +++ b/site/pages/home.md @@ -8,4 +8,4 @@ I'm Joshua Seigler, a homeschooled kid born in the 80s. I've watched technology At the moment I work for a risk analysis startup called QI Path. I have been a software engineer since 2010, and my focus has been on front-end development for web and mobile. See [my professional timeline](/timeline) for more information. -If you would like to connect, you can [send me electronic mail](mailto:joshua@seigler.net?subject=found+your+website) or [book an "unoffice hours" chat](https://appointments.apps.seigler.net)[?](https://interconnected.org/home/2020/09/24/unoffice_hours) +If you would like to connect, you can [send me electronic mail](mailto:joshua@seigler.net?subject=found+your+website) or [book an "unoffice hours" chat](/unoffice-hours)[?](https://interconnected.org/home/2020/09/24/unoffice_hours) diff --git a/site/pages/unoffice-hours.md b/site/pages/unoffice-hours.md new file mode 100644 index 0000000..41f0704 --- /dev/null +++ b/site/pages/unoffice-hours.md @@ -0,0 +1,10 @@ +--- +title: Unoffice Hours +layout: "base.njk" +--- + +Working remotely has a lot of benefits, but we miss out on the serendipitous connections and socialization that happened just from being in the same room. Unoffice hours is part of an attempt to make new connections, but without applying the giant invisible filter of my own preferences. + +If you want to talk about pretty much anything, [book 30 minutes on my calendar](https://appointments.apps.seigler.net/?service=1). + +We could do some pair programming, talk about tech, life, matters of aesthetics or philosophy - the point is serendipity. \ No newline at end of file