From d432b57b56cc2dc7bd578f2bc0cf2ee30b34c4c5 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Sun, 11 Feb 2024 18:20:55 +0100 Subject: [PATCH] Add a page specific css --- css/pages.css | 24 ++++++++++++++++++++++++ pages/about.md | 12 ++++++------ templates/pages.html | 1 + 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 css/pages.css diff --git a/css/pages.css b/css/pages.css new file mode 100644 index 0000000..7eb6c96 --- /dev/null +++ b/css/pages.css @@ -0,0 +1,24 @@ +body { + font-family: "Nimbus Mono PS", "Courier New", monospace; + font-weight: normal; + color: #454545; + margin: 1em auto; + max-width: 1000px; + padding: 1em; + text-align: left; + font-size: 16pt; +} + +h1 { + font-weight: normal; + font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif; + font-size: 38pt; + font-weight: bold; +} + +h2 { + font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif; + font-size: 24pt; + margin-top: 1.5em; + font-weight: bold; +} diff --git a/pages/about.md b/pages/about.md index c4d0bf3..d414a8d 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,10 +1,9 @@ - -# Dhananjay Balan +# [Dhananjay Balan](https://dbalan.in) ![](./images/profile.jpg){height=400px} -Interested in all things technology and other things: cooking, biking and reading, easily nerd snipable. +Interested in **all things technology**. Easily nerd snipe-able, especially when related to old tech, cooking or biking. Hailing from **Kerala, India**, Currently based in **Berlin, Germany**. @@ -18,8 +17,9 @@ Always building, seldom finishing - -- Webpage with no TLS termination, a landing page for those nasty captive portal redirects. - — NixOS is my main daily driver, my frustrations with it sometimes result in patches upstream. -### Elsewhere on the internet -- I love getting mail: `hey AT this domain` -- [blog.dbalan.in](https://blog.dbalan.in): More organized brain dumps, but mostly rants. +## Elsewhere on the Internet +- I love getting mail, say hi -- `hey AT this domain` +- [blog.dbalan.in](https://blog.dbalan.in): I've got opinions. - [@notmycommit@notwork.in](https://notwork.in/@notmycommit): I'm furious at something or I fail to be funny. - [@notmycommit@bookwyrm.social](https://bookwyrm.social/user/notmycommit): I've thoughts about my reading. + diff --git a/templates/pages.html b/templates/pages.html index 0e36235..04753db 100644 --- a/templates/pages.html +++ b/templates/pages.html @@ -9,6 +9,7 @@ +