From 9ceb72c7a6c603070c84e5f102a4415915044195 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Feb 2021 16:58:50 -0600 Subject: [PATCH] Update writing and dogs --- I/dogs.html | 3 ++- I/writing.html | 25 +++++++++++++++++++++---- S/acdw.css | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/I/dogs.html b/I/dogs.html index 92e685d..e9b4597 100644 --- a/I/dogs.html +++ b/I/dogs.html @@ -9,11 +9,12 @@ dogs } figure { + margin: 4px; padding: 1ch; border: 4px outset #aa9; text-align: center; background: #eed; - max-width: 18rem; + max-width: 16rem; float:left; } section { clear: both; } diff --git a/I/writing.html b/I/writing.html index 9c78dcd..b0eb67d 100644 --- a/I/writing.html +++ b/I/writing.html @@ -44,7 +44,7 @@ I'm comfortable with. @h3 professional
-
East Baton Rouge Library Career Center
+
East Baton Rouge Parish Library: Career Center blog
YouTube channel video roundups:
  • $(el a \ @@ -86,14 +86,31 @@ I'm comfortable with. href="https://www.careercenterbr.com/2020/05/cf-vet-tech/"\ Career Focus: Veterinary Technology)
-
East Baton Rouge Library Small Business Services
- +
East Baton Rouge Parish Library: Small Business Person of the Month
+
$(el a\ + href="https://blog.ebrpl.com/2021/02/19/business-person-of-the-month-chef-amanda-schonberg/"\ + Chef Amanda Schonberg, "Chef Schonberg's Sweets")
+
$(el a\ + href="https://blog.ebrpl.com/2021/01/15/business-person-of-the-month-jeremy-beyt-co-founder-of-threesixtyeight/"\ + Jeremy Beyt, Three Sixty Eight)
+
$(el a\ + href="https://blog.ebrpl.com/2020/10/28/business-person-of-the-month-pam-cannatella/"\ + Pam Cannatella, "Cannatella's Grocery") +
@h2 projects @h3 - Autocento of the breakfast table +Autocento of the breakfast table My MFA thesis, a hypertextual poetry collection. Pretty much everything I wrote in graduate school (and undergrad, actually, as well). + +@h3 +Old, bad poems + +I wrote my first poems in seventh grade. +I wrote them all through highschool, and eventually +bound them in a self-published book. They are not good. +I've also published them here. diff --git a/S/acdw.css b/S/acdw.css index c0afbf5..4870dbd 100644 --- a/S/acdw.css +++ b/S/acdw.css @@ -7,7 +7,7 @@ html,body{ } .mainwidth { - max-width: 46rem; + max-width: 42rem; margin: 0 auto; }