From b8365c705a27a973e9cb573e1a7386996f7544a2 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Wed, 3 Jun 2026 11:48:22 -0400 Subject: [PATCH] add register button on the website --- assets/css/bpd.css | 69 +++++++++++++++++++++++++++ events/leadership-summit-2026-ohio.md | 15 +++--- uv.lock | 3 -- 3 files changed, 78 insertions(+), 9 deletions(-) diff --git a/assets/css/bpd.css b/assets/css/bpd.css index 77b690f..bac83e3 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -1237,6 +1237,75 @@ a[role="button"]:active, } /* color variants */ +a[role="button"].primary, +.btn.primary { + color: #fff; + background: var(--bpd-cyan); + border: 2px solid transparent; +} +a[role="button"].primary:hover, +.btn.primary:hover { + background: var(--bpd-cyan-dim); +} + +a[role="button"].secondary, +.btn.secondary { + color: var(--bpd-void); + background: var(--bpd-gold); + border: 2px solid transparent; +} +a[role="button"].secondary:hover, +.btn.secondary:hover { + color: var(--bpd-void); + background: var(--bpd-gold-dim); +} + +a[role="button"].contrast, +.btn.contrast { + color: var(--bpd-void); + background: var(--bpd-white); + border: 2px solid transparent; +} +a[role="button"].contrast:hover, +.btn.contrast:hover { + color: var(--bpd-void); + background: var(--bpd-text); +} + +a[role="button"].outline, +.btn.outline { + color: var(--bpd-cyan); + background: transparent; + border: 2px solid var(--bpd-cyan); +} +a[role="button"].outline:hover, +.btn.outline:hover { + color: #fff; + background: var(--bpd-cyan); +} +a[role="button"].outline.secondary, +.btn.outline.secondary { + color: var(--bpd-gold); + background: transparent; + border-color: var(--bpd-gold); +} +a[role="button"].outline.secondary:hover, +.btn.outline.secondary:hover { + color: var(--bpd-void); + background: var(--bpd-gold); +} +a[role="button"].outline.contrast, +.btn.outline.contrast { + color: var(--bpd-white); + background: transparent; + border-color: var(--bpd-white); +} +a[role="button"].outline.contrast:hover, +.btn.outline.contrast:hover { + color: var(--bpd-void); + background: var(--bpd-white); +} + a[role="button"][disabled] { opacity: 0.5; pointer-events: none; diff --git a/events/leadership-summit-2026-ohio.md b/events/leadership-summit-2026-ohio.md index de32dbe..4c6c08b 100644 --- a/events/leadership-summit-2026-ohio.md +++ b/events/leadership-summit-2026-ohio.md @@ -13,7 +13,14 @@ We are happy to announce the 2026 Black Python Devs Leadership Summit on **July This is done in partnership with the [PyOhio Organization](https://www.pyohio.org/2026/) that Black Python Devs has been proud to support for several years. -Learn More About PyOhio +
+
+ Register for FREE! +
+
+ Learn More About PyOhio +
+
## Who is invited? @@ -21,14 +28,10 @@ Even though Black Python Devs is the producer of this event, this event is a pub Anyone in leadership or wanting to get into leadership at the local, regional, or global level of the Python community and its many organizations will benefit from attending this event. -## How much is it? - -**Free** - ## Watch Online
-

The Event is planned to be live-streamed on the Black Python Devs YouTube Channel

+

The Event is planned to be live-streamed (if possible) on the Black Python Devs YouTube Channel

Come back on Event Day to Watch

View on YouTube to interact in the comments.

diff --git a/uv.lock b/uv.lock index 607440f..1dccd6c 100644 --- a/uv.lock +++ b/uv.lock @@ -2,9 +2,6 @@ version = 1 revision = 3 requires-python = ">=3.13" -[options] -prerelease-mode = "allow" - [[package]] name = "annotated-doc" version = "0.0.4"