From fddae77a24d607849720e7eca26a34b1b527975c Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Wed, 10 Nov 2021 00:14:22 -0500 Subject: [PATCH] make the periods a style thing --- index.html | 10 +++++----- res/style.css | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8373e69..55e6237 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ @@ -20,7 +20,7 @@
-

Experience.

+

Experience

Consultant at Booz Allen Hamilton in the Washington, D.C. area (August 2019—Present)
    @@ -86,7 +86,7 @@
-

Skills.

+

Skills

In rank order from "very confident/use frequently" to "have experience with/used once."

Programming @@ -126,7 +126,7 @@
-

Social media.

+

Elsewhere

github twitter @@ -134,7 +134,7 @@

-

Notes.

+

Notes

All content, unless otherwise noted, released under CC-BY-SA.

diff --git a/res/style.css b/res/style.css index e1b0893..cd8a9f1 100644 --- a/res/style.css +++ b/res/style.css @@ -79,6 +79,11 @@ article h2::before { content: "\2014"; /* emdash */ } +article h2::after { + font-size: 1em; + content: "."; +} + em { font-style:italic; } -- 2.26.2