From fb39d51a17c60e04579d6d091da1108b37d44682 Mon Sep 17 00:00:00 2001 From: choldgraf Date: Wed, 9 Apr 2025 09:05:20 -0700 Subject: [PATCH 1/3] Nest a inside button --- assets/css/main.scss | 11 +++++++---- index.html | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 044f1d69..86ff804c 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -152,15 +152,18 @@ max-width: 500px; } -.con-button button { +button.con-button { background-color: #f37726; - color: white; + + a { + color: white; + font-size: 1em; + font-weight: 600; + } margin: 0 .5em; padding: 1em; border-radius: 5px; border: none; - font-size: 1em; - font-weight: 600; cursor: pointer; } diff --git a/index.html b/index.html index bd5a2df1..bfc2bd8f 100644 --- a/index.html +++ b/index.html @@ -256,8 +256,8 @@

San Diego, California

- - + + From 71fcc98680b9f527cb6d495dce14e7e1477d99c1 Mon Sep 17 00:00:00 2001 From: choldgraf Date: Wed, 9 Apr 2025 09:15:06 -0700 Subject: [PATCH 2/3] Add ignore rules for link check --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 72511779..2acd32f7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -90,6 +90,8 @@ jobs: --check-links-ignore "https://jupytercon.com" \ --check-links-ignore "https://www.netapp.com" \ --check-links-ignore "https://github.com/[^/]+/?$" \ + --check-links-ignore "https://sloan.org" \ + --check-links-ignore "https://www.bloomberg.com" \ --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" lighthouse: From f3e70b9446c9826ab38dcfc285244b1cd3c19f5d Mon Sep 17 00:00:00 2001 From: choldgraf Date: Wed, 9 Apr 2025 09:21:14 -0700 Subject: [PATCH 3/3] Removing the use of buttons entirely --- assets/css/main.scss | 18 +++++++++--------- index.html | 6 ++++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 86ff804c..e7d12952 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -152,19 +152,19 @@ max-width: 500px; } -button.con-button { - background-color: #f37726; - - a { +div.con-buttons { + margin-top: 2em; + a.con-button { + background-color: #f37726; color: white; font-size: 1em; font-weight: 600; + margin: 0 .5em; + padding: 1em; + border-radius: 5px; + border: none; + cursor: pointer; } - margin: 0 .5em; - padding: 1em; - border-radius: 5px; - border: none; - cursor: pointer; } diff --git a/index.html b/index.html index bfc2bd8f..91efcb09 100644 --- a/index.html +++ b/index.html @@ -256,8 +256,10 @@

San Diego, California

- - +