diff --git a/src/assets/icons/ctoken.svg b/src/assets/icons/ctoken.svg new file mode 100644 index 00000000..0c6310f9 --- /dev/null +++ b/src/assets/icons/ctoken.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/icons/gov.svg b/src/assets/icons/gov.svg new file mode 100644 index 00000000..ae6110a0 --- /dev/null +++ b/src/assets/icons/gov.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/assets/icons/hello-world.svg b/src/assets/icons/hello-world.svg new file mode 100644 index 00000000..416791a3 --- /dev/null +++ b/src/assets/icons/hello-world.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/icons/nox.svg b/src/assets/icons/nox.svg new file mode 100644 index 00000000..13f1fdd3 --- /dev/null +++ b/src/assets/icons/nox.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/icons/poco.svg b/src/assets/icons/poco.svg new file mode 100644 index 00000000..4d3afc00 --- /dev/null +++ b/src/assets/icons/poco.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/assets/icons/smart-contracts.svg b/src/assets/icons/smart-contracts.svg new file mode 100644 index 00000000..959cda1b --- /dev/null +++ b/src/assets/icons/smart-contracts.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/icons/tee.svg b/src/assets/icons/tee.svg new file mode 100644 index 00000000..b017c914 --- /dev/null +++ b/src/assets/icons/tee.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/images/doc-landing.png b/src/assets/images/doc-landing.png new file mode 100644 index 00000000..15a9cf55 Binary files /dev/null and b/src/assets/images/doc-landing.png differ diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue new file mode 100644 index 00000000..486b2513 --- /dev/null +++ b/src/components/HomePage.vue @@ -0,0 +1,566 @@ + + + + + + + diff --git a/src/index.md b/src/index.md index db42410b..08b0b36d 100644 --- a/src/index.md +++ b/src/index.md @@ -1,242 +1,9 @@ --- -# https://vitepress.dev/reference/default-theme-home-page layout: home +--- -hero: - name: 'Build with iExec’s Privacy Stack ' - tagline: - 'Build decentralized applications that combine data governance, privacy, and - monetization.' - image: - src: /iexec-illustration-large.webp - alt: VitePress - actions: - - theme: brand - text: Get Started - link: /get-started/welcome - - theme: alt - text: Hello World Tutorial - link: /get-started/helloWorld + -features: - - icon: - - title: Quick Start - details: Jump in and start building on iExec in minutes. - link: /get-started/helloWorld - - icon: - - - title: Protect & Manage Data - details: - DataProtector encrypts and allows you to control access to your sensitive - data. Ready-to-use privacy toolkit for developers. - link: /guides/manage-data/manage-access - - icon: - - - title: Build iApp - details: - iApp Generator builds confidential applications that run in secure TEEs. - Custom confidentiality integration without managing infrastructure. - link: /guides/build-iapp/build-&-test - - icon: - - title: Use iApp - details: - Execute privacy-preserving apps like Web3Mail and Web3Telegram. Use what - others built, extend what you need. - link: /guides/use-iapp/run-iapp-with-ProtectedData - - icon: - - title: Monetize Data - details: - Create revenue streams from your data while maintaining full control and - privacy - link: /guides/manage-data/monetize-protected-data - - icon: - - - title: Protocol - details: - Deep dive into core protocol concepts. Understand how iExec enables - privacy, governance, and monetization. - link: /protocol/proof-of-contribution ---- + diff --git a/vercel.json b/vercel.json index f24179b5..1f71e96c 100644 --- a/vercel.json +++ b/vercel.json @@ -7,11 +7,6 @@ } ], "redirects": [ - { - "source": "/", - "has": [{ "type": "host", "value": "docs.iex.ec" }], - "destination": "/nox-protocol/" - }, { "source": "/robots.txt", "destination": "/robots-prod.txt",