Skip to content

Commit

Permalink
Merge pull request #23 from data-preservation-programs/content-review…
Browse files Browse the repository at this point in the history
…-changes

content: review changes
  • Loading branch information
tjsMck authored Jul 18, 2023
2 parents 197c38d + 54c9d73 commit a418972
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
13 changes: 10 additions & 3 deletions content/core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a418972

Please sign in to comment.