mirror of
https://github.com/codex-storage/codex.storage.git
synced 2025-02-23 01:48:20 +00:00
feat: update landing page copy
This commit is contained in:
parent
5d9a349f37
commit
ff48b2e563
@ -15,7 +15,7 @@
|
||||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@acid-info/logos-docusaurus-preset": "^1.0.0-alpha.77",
|
||||
"@acid-info/logos-docusaurus-preset": "^1.0.0-alpha.80",
|
||||
"@docusaurus/core": "2.4.1",
|
||||
"@docusaurus/preset-classic": "2.4.1",
|
||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
||||
|
@ -16,14 +16,14 @@ import {
|
||||
<Hero size="large">
|
||||
<HeroInfo>
|
||||
<HeroTitle>
|
||||
{'Defend Against Data Censorship With Codex'}
|
||||
{'Defend Against Data Censorship with Codex'}
|
||||
</HeroTitle>
|
||||
<HeroDescription>
|
||||
{'Codex is a durable, decentralized data storage protocol, created so the world community can preserve its most important knowledge without risk of censorship.'}
|
||||
</HeroDescription>
|
||||
<HeroActions>
|
||||
<HeroAction href="https://twitter.com/Codex_storage" target="_blank">
|
||||
Follow Codex
|
||||
<HeroAction href="https://discord.gg/V8RA3x2G" target="_blank">
|
||||
Get involved
|
||||
</HeroAction>
|
||||
</HeroActions>
|
||||
</HeroInfo>
|
||||
@ -38,26 +38,28 @@ import {
|
||||
|
||||
<FeatureList
|
||||
id="features"
|
||||
alignment="top"
|
||||
title="Codex attributes"
|
||||
features={[
|
||||
{
|
||||
title: 'Durable',
|
||||
description:
|
||||
'Codex implements advanced erasure coding techniques to ensure data stored is always retrievable without relying on inefficient full replication methods.',
|
||||
'Codex implements erasure coding to efficiently ensure data is always available without the storage cost of replication. Through sublinear sampling, Codex detects data corruption throughout the network, allowing for repairs to be made before loss is permanent.',
|
||||
},
|
||||
{
|
||||
title: 'Accessible',
|
||||
title: 'Censorship resistant',
|
||||
description:
|
||||
"Participating in the Codex network is highly accessible thanks to its permissionless nature, and bandwidth usage optimizations like its \"lazy repair\" system and lightweight ZK-based remote auditing system.",
|
||||
"The Codex network is designed to withstand DDoS attacks, data corruption, and even the shutdown of a significant number of nodes. Access to your data remains during these otherwise catastrophic events.",
|
||||
},
|
||||
{
|
||||
title: 'Decentralized',
|
||||
description:
|
||||
'The network\'s native marketplace incentivizes wide participation, ensuring robust resistance to censorship and external attack.',
|
||||
'Codex implements protocol constructs that incentivize wide participation of data storage providers, both small and large, thus ensuring a robust network resistant to censorship and external attack.',
|
||||
},
|
||||
{
|
||||
title: 'Low-cost',
|
||||
title: 'Accessible',
|
||||
description:
|
||||
"Codex's design slashes the costs associated with traditional cloud storage providers while democratizing opportunities to contribute excess system resources to the network.",
|
||||
"Participating in the Codex network is highly accessible thanks to its permissionless nature, bandwidth usage optimizations like its \"lazy repair\" recovery system, and lightweight ZK-based remote auditing.",
|
||||
},
|
||||
]}
|
||||
>
|
||||
@ -68,29 +70,87 @@ import {
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="Used by"
|
||||
columns={2}
|
||||
description="Codex is still under development as part of the Logos Collective's tech stack. Logos builds shared public infrastructure to provide trust-minimized, corruption-resistant governing services and social institutions to underserved citizens."
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="Contributors"
|
||||
title="Logos Network State"
|
||||
columns={1}
|
||||
description="The contributors building Codex draw on decades of collective software development experience with household names from within the traditional technology and blockchain sectors."
|
||||
label="Read more"
|
||||
href="/about/team"
|
||||
target="_self"
|
||||
description={
|
||||
<>
|
||||
Codex is powering the data storage layer of the Logos Network State. Logos is a grassroots movement to provide trust-minimized, corruption-resistant governing services and social institutions to peaceful people worldwide.
|
||||
<br/>
|
||||
<br/>
|
||||
Learn more about our ambitious vision.
|
||||
</>
|
||||
}
|
||||
label="Explore Logos"
|
||||
href="https://logos.co/"
|
||||
target="_blank"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="Development roadmap"
|
||||
description="Codex currently exists as a proof-of-concept network and aims to release its beta version, codenamed Katana, by the end of Q4, 2023. To get there, the team will deliver a second and third PoC client, each of which will introduce progressively more advanced features."
|
||||
label="Read more"
|
||||
href="/about/roadmap"
|
||||
target="_self"
|
||||
/>
|
||||
<Roadmap
|
||||
title="Development Roadmap"
|
||||
description="Codex is currently in its first proof-of-concept iteration and aims to release its beta version, Katana, before the end of Q4 2023."
|
||||
alignment="top"
|
||||
timeline={[
|
||||
{
|
||||
period: '2021',
|
||||
description: "Codex project begins",
|
||||
},
|
||||
{
|
||||
period: '2022',
|
||||
description: ' PoC-1 “Dagger” demos',
|
||||
},
|
||||
{
|
||||
period: '2022',
|
||||
description: 'Marketplace redesign, zk-proofs research',
|
||||
},
|
||||
{
|
||||
period: '2023',
|
||||
description: 'PoC-2 “Scimitar” demos',
|
||||
},
|
||||
{
|
||||
period: '2023 Q3',
|
||||
description: 'PoC-3 demo scheduled',
|
||||
},
|
||||
{
|
||||
period: '2023 Q4',
|
||||
description: 'V1 “Katana” release scheduled',
|
||||
},
|
||||
{
|
||||
period: '2024',
|
||||
borderStyle: 'dashed',
|
||||
description: 'L2 aggregator node development',
|
||||
},
|
||||
{
|
||||
period: '2024',
|
||||
borderStyle: 'dashed',
|
||||
description: 'Payment channels/bandwidth incentives',
|
||||
},
|
||||
{
|
||||
period: '2025',
|
||||
borderStyle: 'dashed',
|
||||
description: 'V2 with improved incentives and repair',
|
||||
},
|
||||
{
|
||||
period: '2025',
|
||||
borderStyle: 'dashed',
|
||||
description: 'Pubic mainnet release',
|
||||
},
|
||||
]}
|
||||
>
|
||||
</Roadmap>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 336 }}>
|
||||
<CallToActionSection
|
||||
title={
|
||||
<>
|
||||
Want to stay in touch with Codex? <br/>
|
||||
Join the Discord community.
|
||||
</>
|
||||
}
|
||||
label="Discord"
|
||||
target="_blank"
|
||||
href="https://discord.com/invite/2NXGrsqmDq"
|
||||
/>
|
||||
</Box>
|
18
yarn.lock
18
yarn.lock
@ -16,14 +16,14 @@
|
||||
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@acid-info/logos-docusaurus-preset@^1.0.0-alpha.77":
|
||||
version "1.0.0-alpha.77"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.77.tgz#b68eda33f9d5f61135a360d38a3732629196403b"
|
||||
integrity sha512-P89o3MgDwR/LYsoIp4KJHcRX5VxpeEp3WYgUkAiFVvLw4AsTvsQdIgiH3vtbAnf9fZ+5gu3ZNuc7pz+MUxwCHw==
|
||||
"@acid-info/logos-docusaurus-preset@^1.0.0-alpha.80":
|
||||
version "1.0.0-alpha.80"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.80.tgz#33cfd2f0e5d2fd71d217399afe742422b780da8d"
|
||||
integrity sha512-+MtkDBUGLaDRsWUuQelFV7B1jYWAbNqR2WGvZJxjTU/jKQdlhEGJuPutgGe5jALPtzOBb5ifOL0XBBFzRMqrZw==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
||||
"@acid-info/logos-docusaurus-search-local" "^1.0.0-alpha.47"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.76"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.80"
|
||||
"@docusaurus/core" "^2.4.1"
|
||||
"@docusaurus/module-type-aliases" "^2.4.1"
|
||||
"@docusaurus/preset-classic" "^2.4.1"
|
||||
@ -53,10 +53,10 @@
|
||||
satori "^0.10.1"
|
||||
sharp "^0.32.1"
|
||||
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.76":
|
||||
version "1.0.0-alpha.76"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.76.tgz#7ce8f8c3ba3517744563251877974d5990b69360"
|
||||
integrity sha512-+holM3FLS1RQrWrptVCFE1vsoGqv87V4oQygagD6Y9hiFR7CUDeO3Wiemy8L1AKVOfqO1s0rvEudH7IWD+sBsA==
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.80":
|
||||
version "1.0.0-alpha.80"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.80.tgz#ea2afcf89b853fc638abce45709bda49e79c0434"
|
||||
integrity sha512-ueeQd0GegrubY0YFCsvd12yihQW9s1fbZ5ltL4Z0KFw7GFp+8z6Qbe4FER15MfC164vu2sdQzf/ZU7oQ1+ukdA==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
||||
"@acid-info/lsd-react" "^0.1.0-alpha.15"
|
||||
|
Loading…
x
Reference in New Issue
Block a user