Skip to content

Commit

Permalink
Merge pull request #83 from filecoin-project/develop
Browse files Browse the repository at this point in the history
content: add projects
  • Loading branch information
orvn authored Nov 30, 2022
2 parents 973944b + 4ee35da commit 7b5d304
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 0 deletions.
53 changes: 53 additions & 0 deletions content/projects/data-cold-storage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"display": true,
"featured": false,
"sortNumbers": [{ "since": 2021 }],
"logo": { "icon": "data-cold-storage.png", "full": "data-cold-storage.png" },
"name": "Data Cold Storage",
"org": ["SXX Future Data Company"],
"description": {
"short": "Data disaster recovery and cold storage platform",
"long": "Data Cold Storage is a data disaster recovery and cold storage platform developed based on Web3/IPFS, serving scenarios such as government, institutions and large enterprises. Through Data Cold Storage, users can upload data with long-term preservation needs to Data Cold Storage IPFS, which becomes highly secure, low-cost and encryptable uplinked data by sealing the storage to Filecoin for cold storage. These deposited data can be seen through the official IPFS browser and can also be queried at Filecoin for data information."
},
"primaryCta": { "url": "//sxxfuture.com", "text": "Project Website" },
"links": [
{
"label": "Website",
"links": [{ "url": "//sxxfuture.com", "text": "sxxfuture.com" }]
},
{
"label": "Repo",
"links": [
{
"url": "//github.com/sxxfuture-official",
"text": "github.com/sxxfuture-official"
}
]
},
{ "label": "Docs", "links": [{ "url": "", "text": "" }] }
],
"keyInfo": [{ "label": "Using Filecoin since", "value": "2021" }],
"video": "",
"stats": [
{ "label": "", "value": "" },
{ "label": "", "value": "" },
{ "label": "", "value": "" }
],
"ctaCard": { "title": "", "description": "", "buttonText": "", "url": "" },
"taxonomies": [
{ "slug": "project-category", "tags": ["storage-apps-clients"] },
{
"slug": "storage-type",
"tags": [
"archival",
"consumer-storage",
"general-storage",
"verifiable-storage",
"video"
]
},
{ "slug": "software-type", "tags": ["hosted-service"] },
{ "slug": "tooling", "tags": ["estuary"] },
{ "slug": "pipeline", "tags": ["none"] }
]
}
54 changes: 54 additions & 0 deletions content/projects/web3-cloud-drive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"display": true,
"featured": false,
"sortNumbers": [{ "since": 2022 }],
"logo": { "icon": "web3-cloud-drive.png", "full": "web3-cloud-drive.png" },
"name": "Web3 Cloud Drive",
"org": ["SXX Future Data Company"],
"description": {
"short": "Decentralized file storage application",
"long": "A decentralized file storage application for the Web3 era, based on blockchain technology and IPFS (InterPlanetary File System) decentralized distributed storage technology, it can provide massive storage space for users who require data security and decentralization, achieve data trust, multi-node backup, decentralized storage, fast retrieval and other functions. It is suitable for data backup, data distribution, collaborative sharing, NFT storage, etc."
},
"primaryCta": { "url": "//sxxfuture.com", "text": "Project Website" },
"links": [
{
"label": "Website",
"links": [{ "url": "//sxxfuture.com", "text": "sxxfuture.com" }]
},
{
"label": "Repo",
"links": [
{
"url": "//github.com/sxxfuture-official",
"text": "github.com/sxxfuture-official"
}
]
},
{ "label": "Docs", "links": [{ "url": "", "text": "" }] }
],
"keyInfo": [{ "label": "Using Filecoin since", "value": "2022" }],
"video": "",
"stats": [
{ "label": "", "value": "" },
{ "label": "", "value": "" },
{ "label": "", "value": "" }
],
"ctaCard": { "title": "", "description": "", "buttonText": "", "url": "" },
"taxonomies": [
{ "slug": "project-category", "tags": ["storage-apps-clients"] },
{
"slug": "storage-type",
"tags": [
"video",
"verifiable-storage",
"general-storage",
"consumer-storage",
"archival"
]
},
{ "slug": "software-type", "tags": ["mobile-app"] },
{ "slug": "tooling", "tags": ["estuary"] },
{ "slug": "pipeline", "tags": ["none"] }
]
}

Binary file added static/images/projects/data-cold-storage.png
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/projects/web3-cloud-drive.png
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 7b5d304

Please sign in to comment.