From e6ec29d1ea8cefa07e1217c6a65d8575b21b1619 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:50:10 +0000 Subject: [PATCH 1/4] remove erroneous default-page class --- specimen/contexts/archive-page.html | 2 +- specimen/contexts/person-page.html | 2 +- specimen/contexts/search-index.html | 2 +- specimen/contexts/team-index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specimen/contexts/archive-page.html b/specimen/contexts/archive-page.html index da594e9..a8b7e89 100644 --- a/specimen/contexts/archive-page.html +++ b/specimen/contexts/archive-page.html @@ -14,7 +14,7 @@ - + Skip to content
diff --git a/specimen/contexts/person-page.html b/specimen/contexts/person-page.html index 6c67387..5a6e2bc 100644 --- a/specimen/contexts/person-page.html +++ b/specimen/contexts/person-page.html @@ -14,7 +14,7 @@ - + Skip to content
diff --git a/specimen/contexts/search-index.html b/specimen/contexts/search-index.html index 801c139..ce3a785 100644 --- a/specimen/contexts/search-index.html +++ b/specimen/contexts/search-index.html @@ -14,7 +14,7 @@ - + Skip to content
diff --git a/specimen/contexts/team-index.html b/specimen/contexts/team-index.html index 85d6e34..9e1b299 100644 --- a/specimen/contexts/team-index.html +++ b/specimen/contexts/team-index.html @@ -14,7 +14,7 @@ - + Skip to content
From fed89a4ca74e02227e3a17ff9352195188cb3900 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:50:52 +0000 Subject: [PATCH 2/4] add missing closing ul on blog-index --- specimen/contexts/blog-index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/specimen/contexts/blog-index.html b/specimen/contexts/blog-index.html index 55a0c5f..810f50d 100644 --- a/specimen/contexts/blog-index.html +++ b/specimen/contexts/blog-index.html @@ -201,6 +201,7 @@

Open Access in Practice: A Conversation with Presi + From 2a0691357217028567bc125f78e77c168ffa5560 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:54:35 +0000 Subject: [PATCH 3/4] fix img overflow in figure in varous contexts --- src/css/vocabulary.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/vocabulary.css b/src/css/vocabulary.css index dd4d711..678fe3b 100644 --- a/src/css/vocabulary.css +++ b/src/css/vocabulary.css @@ -515,6 +515,10 @@ main figure { padding: 0; } +main > article figure img, main > figure img { + width: 100%; +} + main figure .attribution { display: block; margin-top: 1em; From 8ca2856d7bdd913bda9e8739c74a8d544301b8ac Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:33:45 +0000 Subject: [PATCH 4/4] update all contexts, specimens, tests to correct naming --- specimen/contexts/archive-page.html | 2 +- specimen/contexts/blog-index.html | 2 +- specimen/contexts/blog-post.html | 2 +- specimen/contexts/default-page.html | 2 +- specimen/contexts/home-index.html | 2 +- specimen/contexts/license-page.html | 2 +- specimen/contexts/person-page.html | 2 +- specimen/contexts/program-index.html | 2 +- specimen/contexts/program-page.html | 2 +- specimen/contexts/search-index.html | 2 +- specimen/contexts/team-index.html | 2 +- specimen/contexts/walkthrough-page.html | 2 +- specimen/index-logo.html | 2 +- specimen/product-logo.html | 2 +- specimen/tests/grid-sidebar.html | 2 +- specimen/tests/grid.html | 2 +- specimen/tests/kitchensink.html | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/specimen/contexts/archive-page.html b/specimen/contexts/archive-page.html index a8b7e89..9c08b89 100644 --- a/specimen/contexts/archive-page.html +++ b/specimen/contexts/archive-page.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en-US"> <head> -<title>Hello World! +Archive Page - Context diff --git a/specimen/contexts/blog-index.html b/specimen/contexts/blog-index.html index 810f50d..514d54c 100644 --- a/specimen/contexts/blog-index.html +++ b/specimen/contexts/blog-index.html @@ -1,7 +1,7 @@ -Hello World! +Blog Index - Context diff --git a/specimen/contexts/blog-post.html b/specimen/contexts/blog-post.html index 1dbc899..dccb5d3 100644 --- a/specimen/contexts/blog-post.html +++ b/specimen/contexts/blog-post.html @@ -1,7 +1,7 @@ -Hello World! +Blog Post - Context diff --git a/specimen/contexts/default-page.html b/specimen/contexts/default-page.html index 0702051..123139c 100644 --- a/specimen/contexts/default-page.html +++ b/specimen/contexts/default-page.html @@ -1,7 +1,7 @@ -Hello World! +Default Page - Context diff --git a/specimen/contexts/home-index.html b/specimen/contexts/home-index.html index 81e426e..627192d 100644 --- a/specimen/contexts/home-index.html +++ b/specimen/contexts/home-index.html @@ -1,7 +1,7 @@ -Home Index +Home Index - Context diff --git a/specimen/contexts/license-page.html b/specimen/contexts/license-page.html index e2e233e..519a047 100644 --- a/specimen/contexts/license-page.html +++ b/specimen/contexts/license-page.html @@ -1,7 +1,7 @@ -License Page +License Page - Context diff --git a/specimen/contexts/person-page.html b/specimen/contexts/person-page.html index 5a6e2bc..ad9510e 100644 --- a/specimen/contexts/person-page.html +++ b/specimen/contexts/person-page.html @@ -1,7 +1,7 @@ -Hello World! +Person Page - Context diff --git a/specimen/contexts/program-index.html b/specimen/contexts/program-index.html index c2408ad..cbfcd3a 100644 --- a/specimen/contexts/program-index.html +++ b/specimen/contexts/program-index.html @@ -1,7 +1,7 @@ -Program Page +Program Index - Context diff --git a/specimen/contexts/program-page.html b/specimen/contexts/program-page.html index ac1697f..4c596fc 100644 --- a/specimen/contexts/program-page.html +++ b/specimen/contexts/program-page.html @@ -1,7 +1,7 @@ -Walkthrough Page +Program Page - Context diff --git a/specimen/contexts/search-index.html b/specimen/contexts/search-index.html index ce3a785..ab5a149 100644 --- a/specimen/contexts/search-index.html +++ b/specimen/contexts/search-index.html @@ -1,7 +1,7 @@ -Search Page +Search Index - Context diff --git a/specimen/contexts/team-index.html b/specimen/contexts/team-index.html index 9e1b299..1d89548 100644 --- a/specimen/contexts/team-index.html +++ b/specimen/contexts/team-index.html @@ -1,7 +1,7 @@ -Hello World! +Team Index - Context diff --git a/specimen/contexts/walkthrough-page.html b/specimen/contexts/walkthrough-page.html index d48c783..f3dd379 100644 --- a/specimen/contexts/walkthrough-page.html +++ b/specimen/contexts/walkthrough-page.html @@ -1,7 +1,7 @@ -Walkthrough Page +Walkthrough Page - Context diff --git a/specimen/index-logo.html b/specimen/index-logo.html index 4747164..e7c237a 100644 --- a/specimen/index-logo.html +++ b/specimen/index-logo.html @@ -1,7 +1,7 @@ -Hello World! +Index Logo - Specimen diff --git a/specimen/product-logo.html b/specimen/product-logo.html index c8d4df7..40bc8ab 100644 --- a/specimen/product-logo.html +++ b/specimen/product-logo.html @@ -1,7 +1,7 @@ -Hello World! +Product Logo - Specimen diff --git a/specimen/tests/grid-sidebar.html b/specimen/tests/grid-sidebar.html index 96969dc..ef9fc2d 100644 --- a/specimen/tests/grid-sidebar.html +++ b/specimen/tests/grid-sidebar.html @@ -1,7 +1,7 @@ -Grid Testing +Grid +Sidebar - Test diff --git a/specimen/tests/grid.html b/specimen/tests/grid.html index e453ff2..698b758 100644 --- a/specimen/tests/grid.html +++ b/specimen/tests/grid.html @@ -1,7 +1,7 @@ -Grid Testing +Grid -Sidebar - Context diff --git a/specimen/tests/kitchensink.html b/specimen/tests/kitchensink.html index a0816ff..d169a64 100644 --- a/specimen/tests/kitchensink.html +++ b/specimen/tests/kitchensink.html @@ -1,7 +1,7 @@ -Kitchen Sink +Kitchen Sink - Test