diff --git a/index.html b/index.html index bfcb642..0098bb5 100644 --- a/index.html +++ b/index.html @@ -27,18 +27,10 @@

Data Driven Products Now!

- - Tweet + + + @mcfunley.bsky.social - - - Follow @mcfunley - -
@@ -930,18 +922,10 @@

Data Driven Products Now!

- diff --git a/presentation.css b/presentation.css index af836d9..8b0f83e 100644 --- a/presentation.css +++ b/presentation.css @@ -153,6 +153,25 @@ a:hover, a:active, a:focus { text-decoration: underline; } +.bsky { + display: inline-flex; + align-items: center; +} +.bsky .handle { + margin-left: 10px; +} +.share a, .share a:visited { + color: #333; + font-weight: 500; + text-decoration: none; +} +.share a:hover { + text-decoration: none; + color: #555; +} +.share { + text-align: center; +} .club-index { display: inline-block;