From: Jack Kinsey Date: Wed, 10 Nov 2021 05:14:22 +0000 (-0500) Subject: make the periods a style thing X-Git-Url: http://git.jkinsey.net/?p=jkinsey.net.git;a=commitdiff_plain;h=fddae77a24d607849720e7eca26a34b1b527975c make the periods a style thing --- 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; }