From 093425e240308f097f341bd214a45cd976e89ae2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 8 Dec 2020 14:33:03 -0500 Subject: added tox to contact, added scrum planning post --- contact.html | 13 +- includes/stylesheet.css | 23 ++- includes/tox.png | Bin 0 -> 6336 bytes index.html | 1 + ...int-planning-from-a-certified-scrum-master.html | 209 +++++++++++++++++++++ rss.xml | 1 + 6 files changed, 244 insertions(+), 3 deletions(-) create mode 100644 includes/tox.png create mode 100644 posts/programming/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html diff --git a/contact.html b/contact.html index 386aeba..8f39e4a 100644 --- a/contact.html +++ b/contact.html @@ -64,7 +64,7 @@

You can write to atc@53hor.net. I also exist on the following sites but may or may not use them that - often. + often. E-mail is the best way to reach me.

+

+ I'm also testing out Tox as an alternative to apps like Discord, so you + can message me there for the time being. +

+

+ 33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41 +

If you were looking for source code repositories, see Software. diff --git a/includes/stylesheet.css b/includes/stylesheet.css index 1fbee17..fdefbae 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -98,12 +98,16 @@ article ul { } article ul li { - padding-left: 16px; + padding: 0.5em; } article ul li:before { content: "➙"; - padding-right: 8px; + padding-right: 0.5em; +} + +article ol li { + padding: 0.5em; } p img { @@ -122,3 +126,18 @@ iframe { margin-left: auto; margin-right: auto; } + +.list { + overflow-x: auto; +} + +.list table { + width: 100%; +} + +.list td, +th { + padding: 0.5em; + text-align: left; + border-bottom: 1px solid var(--charcoal); +} diff --git a/includes/tox.png b/includes/tox.png new file mode 100644 index 0000000..24ce11a Binary files /dev/null and b/includes/tox.png differ diff --git a/index.html b/index.html index 982f368..1a0cd8b 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@