Skip to content

Commit

Permalink
feat: new home, fixes, refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino committed Jun 3, 2024
1 parent bb409b1 commit 79f891b
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 12 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ export default defineConfig({
{ text: "Organization admins", link: "/guides/1_orgadmin/" },
{ text: "Wallet App", link: "/guides/2_wallet/" },
{ text: "Verifier App", link: "/guides/3_verifier/" },
{ text: "System admins", link: "/guides/4_sysadmin/" }
{ text: "System admins", link: "/guides/4_sysadmin/" },
{ text: "Signatures", link: "/guides/5_signature/" }
],
},
{ text: "Get started", link: "/get_started" },
{ text: "Pricing", link: "/guides/9_pricing/" },
],
logo: "images/didroom_logo_emblem.svg",
sidebar: generateSidebar(vitepressSidebarOptions),
Expand All @@ -55,7 +57,7 @@ export default defineConfig({
message:
'Released under the <a href="https://github.com/forkbombeu/didroom/blob/main/LICENSE">AGPLv3 License</a>.',
copyright:
'Copyleft 🄯 2023-present <a href="https://forkbomb.solutions">The Forkbomb Company</a>',
'Copyleft 🄯 2023-present <a href="https://forkbomb.solutions">Forkbomb B.V.</a>',
},
},
});
File renamed without changes.
5 changes: 0 additions & 5 deletions docs/aknowledgements.md

This file was deleted.

21 changes: 21 additions & 0 deletions docs/guides/8_Acknowledgements/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 🫶🏻 Acknowledgements

## NGI Trustchain

Supported by [NGI TRUSTCHAIN](https://trustchain.ngi.eu/), which is made possible with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme.

![Trustchain](../../images/logo-ngi-trustchain-positive-rgb-PNG.png)




## NGI Assure



Supported by [NGI ASSURE](https://nlnet.nl/assure/), operated by the [NLNet foundation](https://nlnet.nl/), which is made possible with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme.

![Trustchain](../../images/logo-ngi-assure.png)



4 changes: 4 additions & 0 deletions docs/guides/9_pricing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 🫱🏽‍🫲🏿 Pricing 🫱🏾‍🫲🏼

## Coming soon

11 changes: 11 additions & 0 deletions docs/guides/9_pricing/pricing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# General pricing - coming soon!

## ☁️ Saas ☁︎

## On premises

## Mixed




Binary file not shown.
9 changes: 4 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ layout: home

hero:
name: "Didroom ecosystem"
text: "Empower your Identity strategy\n— customize\n— plug\n— deploy"
tagline: Didroom is a customizable identity solution, EUDI-ARF compliant, and built with security (Zenroom) and decentrilazation (Dyne.org DID) in mind
text: "🔌Digital Identity into your solution:\n\n • Web dashboard\n • Microservices\n • Android/iOS apps\n\n"
tagline: "DIDroom is a customizable identity solution, EUDI-ARF compliant, and built with security and decentralization in mind.\nRuns: ☁️SaaS, 🏭On-Premises, 🛠mixed\n\n"
image:
src: https://forkbomb.solutions/wp-content/uploads/2023/05/DIDroom_logo.svg
src: ./images/DIDroom_logo_D_only.png
actions:
- theme: brand
text: 🏁 Get started
Expand All @@ -17,7 +17,7 @@ hero:
link: https://dashboard.didroom.com/register
- theme: alt
text: What is Didroom? ↗
link: https://forkbomb.eu/solutions/didroom
link: https://forkbomb.solutions/solutions/didroom

features:
- title: Customizable identity solution
Expand All @@ -30,4 +30,3 @@ features:
details: Dyne.org Decentralized Identifiers (DIDs) ensure decentralized and tamper-resistant identity management, enhancing privacy and control over personal data.

---

Binary file added images/DIDroom-UX-img_ret.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 images/DIDroom_logo_D_only.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 images/logo-ngi-assure.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 79f891b

Please sign in to comment.