From afa595edf76a636b00eed4ad04228ec865c14d30 Mon Sep 17 00:00:00 2001
From: Rebecca Cremona
Date: Thu, 7 Mar 2024 12:39:11 -0500
Subject: [PATCH 1/8] Link to bulk data and docs on jurisdictions page.
---
src/components/cap-jurisdictions.js | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/src/components/cap-jurisdictions.js b/src/components/cap-jurisdictions.js
index 9f5a770..e7a9787 100644
--- a/src/components/cap-jurisdictions.js
+++ b/src/components/cap-jurisdictions.js
@@ -60,6 +60,27 @@ export default class CapJurisdictions extends LitElement {
font-family: var(--font-serif);
}
+ .jurisdictions__button {
+ margin-top: var(--spacing-75);
+ }
+
+ .jurisdictions__button a {
+ color: var(--color-gray-600);
+ cursor: pointer;
+ background: none;
+ border: 2px solid var(--color-gray-600);
+ font-weight: 700;
+ font-size: var(--font-size-100);
+ text-transform: uppercase;
+ width: fit-content;
+ padding: calc(var(--spacing-125) / 2);
+ }
+
+ jurisdictions__button a:hover {
+ color: var(--color-blue-400);
+ border-color: var(--color-blue-400);
+ }
+
.jurisdictions__main {
grid-column: 1 / -1;
padding-inline: var(--spacing-500);
@@ -160,6 +181,12 @@ export default class CapJurisdictions extends LitElement {
Browse all volumes of the Caselaw Access Project below.
+
+ Or, download our data.
+
+
+ Learn more about bulk data
+
+
+