diff --git a/content/core/index.json b/content/core/index.json index 2564fcb..145bfbf 100644 --- a/content/core/index.json +++ b/content/core/index.json @@ -57,7 +57,7 @@ "logo": "/images/singularity-logo.svg", "img": "", "title": "SINGULARITY", - "description": "Singularity is a general-purpose onboarding tool for Filecoin, which has also been able to leverage its modular design for purpose-built data preparation tooling", + "description": "Singularity is a end-to-end solution for large-scale data onboarding for Filecoin. It is designed to be modular, and can be leveraged for purpose-built data preparation tooling.", "ctas": [ { "type": "project-cta", @@ -78,7 +78,7 @@ "logo": "/images/spade-logo.png", "img": "/images/spade-texture.jpg", "title": "SPADE", - "description": "Building the latest deal engine to support at-scale data onboarding in the Filecoin network", + "description": "Spade is data onboarding platform which facilitates high-throughput low-friction data onboarding to the Filecoin network.", "ctas": [ { "type": "project-cta", @@ -286,7 +286,14 @@ }, "heading": "ARTICLES", "theme": "section-heading", - "ctas": [] + "ctas": [ + { + "type": "text-only", + "text": "All articles", + "url": "https://medium.com/data-programs", + "theme": "regular" + } + ] }, "col_2": { "type": "custom", diff --git a/pages/index.vue b/pages/index.vue index 875bb6d..3e8d4fe 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -165,13 +165,16 @@ export default { margin-bottom: 0; } .button { + padding-right: 1.75rem; + margin-right: -1.75rem; .text { margin-right: toRem(11); @include small { @include fontSize_Mini; } } - &:hover { + &:hover, + &:focus-visible { &:after { transform: translateX(0.75rem); }