Skip to content

Commit

Permalink
Merge pull request #35 from data-preservation-programs/develop
Browse files Browse the repository at this point in the history
chore: ship misc site edits
  • Loading branch information
orvn authored Sep 25, 2023
2 parents 0579184 + a8a39c2 commit 380b16f
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 10 deletions.
44 changes: 44 additions & 0 deletions content/core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,20 @@
"theme": "strong"
}
]
},
{
"type": "slider",
"img": "/images/triangular-hallway-illuminated-purple.png",
"title": "Filecoin’s Growth Trajectory: The Role of Fil+ and Compliance",
"description": "When the Filecoin network began to grow, Filecoin Plus (Fil+) was introduced as an optional layer distinct from the core protocol, providing community members an alternative pathway for data onboarding, while incentivizing storage providers who help onboard client’s data into the network. Today the program offers different pathways and tools to help onboard data to the network. As data continues to be onboarded through Fil+, the program focuses on ensuring deal distribution and retrievability compliance in the deal-making process to enhance the network’s integrity and efficacy.",
"ctas": [
{
"type": "text-only",
"text": "READ MORE",
"url": "https://filecoin.io/blog/posts/filecoins-growth-trajectory-the-role-of-fil-and-compliance/",
"theme": "strong"
}
]
}
]
}
Expand Down Expand Up @@ -568,6 +582,36 @@
"title": "KWRAY",
"description": "FILECOIN FOUNDATION",
"img": "/images/kwray-black-and-white-photographed-portrait.jpg"
},
{
"type": "person",
"title": "ANJOR",
"description": "ENG MANAGER",
"img": "/images/anjor-illustrated-portrait.jpg"
},
{
"type": "person",
"title": "JSON",
"description": "SPADE - SOFTWARE ENGINEER",
"img": "/images/json-photographed-portrait.jpg"
},
{
"type": "person",
"title": "LODGE",
"description": "SOFTWARE ENGINEER",
"img": "/images/lodge-photographed-portrait.jpg"
},
{
"type": "person",
"title": "STEPHEN",
"description": "SOFTWARE ENGINEER",
"img": "/images/data-programs-logo.svg"
},
{
"type": "person",
"title": "XILIN",
"description": "SINGULARITY PRODUCT MANAGER",
"img": "/images/xilin-illustrated-portrait.jpg"
}
],
"alphabetize": true,
Expand Down
21 changes: 11 additions & 10 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,19 @@ export default {
:deep(#section-people) {
margin-bottom: 1.875rem;
.card-list-block {
.col-4_md-6 {
&:nth-last-child(1),
&:nth-last-child(2) {
// &:nth-last-child(3) {
.card {
border-bottom: none;
}
.col-4_md-6:nth-child(3n+1):nth-last-child(-n+3),
.col-4_md-6:nth-child(3n+1):nth-last-child(-n+3) ~ .col-4_md-6 {
.card {
border-bottom: none;
}
&:nth-last-child(3) {
@include medium {
.card {
@include medium {
border-bottom: solid 0.125rem $color_Secondary;
@include itemDivider;
}
&:nth-child(2n+1):nth-last-child(-n+2),
&:nth-child(2n+1):nth-last-child(-n+2) ~ .col-4_md-6 {
.card {
border-bottom: none;
}
}
}
Expand Down
Binary file added static/images/anjor-illustrated-portrait.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions static/images/data-programs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/json-photographed-portrait.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/lodge-photographed-portrait.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/xilin-illustrated-portrait.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 380b16f

Please sign in to comment.