From 065f8e5bcf9a3775baf3dbf62dcb9e6b2ba98471 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=A7=89=20infominer?=
Date: Sun, 16 Apr 2023 17:22:46 +0530
Subject: [PATCH] updates messaging
---
_data/navigation.yml | 41 ++++++++++++++++++++++++++++++++++-------
_layouts/home.html | 5 +----
index.html | 9 +++++++--
3 files changed, 42 insertions(+), 13 deletions(-)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 99e464ce..bddcb877 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -6,8 +6,8 @@ main:
url: /introduction/
- title: "Recent"
url: "/posts/"
- - title: "Tags"
- url: "/tags/"
+ - title: "Categories"
+ url: "/categories/"
- title: "Aim"
url: "/aim/"
@@ -23,16 +23,43 @@ didnav:
url: /history/2010-2014/
- title: "• 2015-2019"
url: /history/2015-2019/
- - title: Feature
+ - title: New Pages New Structure
+ url: "/categories/#companies"
children:
+ - title: "• ValidatedID"
+ url: "/companies/ValidatedID/"
+ - title: "• SpruceID"
+ url: "/companies/ValidatedID/"
+ - title: "• Spherity"
+ url: "/companies/Spherity/"
+ - title: "• MyDEX"
+ url: "/companies/MyDEX/"
+ - title: "• Mattereum"
+ url: "/companies/Mattereum/"
+ - title: "• Magic Labs"
+ url: "/companies/MagicLabs/"
+ - title: "• Lissi"
+ url: "/companies/Lissi/"
+ - title: "• Indicio"
+ url: "/companies/Indicio/"
+ - title: "• IDRamp"
+ url: "/companies/IDramp/"
+ - title: "• GlobalID"
+ url: "/companies/GlobalID/"
+ - title: "• Gataca"
+ url: "/companies/Gataca/"
+ - title: Literature
+ children:
+ - title: "• Identosphere Blog Catcher"
+ url: https://identosphere.net/
+ - title: "• Identosphere Newsletter"
+ url: https://newsletter.identosphere.net/
- title: "• SSI Literature"
url: "/literature/self-sovereign-identity/"
- title: "• IIW Session Topics"
url: "/workshops/internet-identity-workshop/"
- title: "• RWoT Papers Index"
- url: "/literature/rebooting-web-of-trust/"
- - title: "• Identity Blog Catcher"
- url: https://identosphere.net/
+ url: "/workshops/rebooting-web-of-trust/"
- title: Web Standards
url: /web-standards/
children:
@@ -56,7 +83,7 @@ didnav:
url: "/organizations/"
children:
- title: "• Identity Foundation"
- url: "/organizations/identity-foundation/"
+ url: "/organizations/decentralized-identity-foundation/"
- title: "• My Data"
url: "/organizations/mydata/"
- title: "• Hyperledger Foundation"
diff --git a/_layouts/home.html b/_layouts/home.html
index ed1f19f0..b01c5779 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -11,8 +11,6 @@ layout: archive
-->
{{ content }}
-
-
{% assign tags_max = 0 %}
{% for tag in site.tags %}
{% if tag[1].size > tags_max %}
@@ -26,7 +24,7 @@ layout: archive
Tags Grouped by Section
This system of navigation is part of an ongoing transition towards making this content, and its subject-matter, more accessible based upon the specific topic you are interested in.
{% for item in site.data.tagz %}
-{{ item[0] | upcase | replace: "_", "-" }}
+{{ item[0] | upcase | replace: "_", "-" }}
{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑
{% for i in (1..tags_max) reversed %}
@@ -41,6 +39,5 @@ This system of navigation is part of an ongoing transition towards making this c
{% endfor %}
{% endfor %}
-{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑
{% endfor %}
diff --git a/index.html b/index.html
index 2b50d1f6..608cf67a 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,6 @@ header:
overlay_filter: 0.75
classes: wide
---
-
-
A good self‐sovereign identity system will allow individuals to directly influence how companies, governments, and others correlate our interactions across different services and locations by default. It won’t fix all identity problems nor preclude alternative identity approaches, but it will put the individual in control of most uses of identity and give organizations a simpler, easier, more ethical way to use identity to improve how they provide services and products. When successful, it will not only enable individuals to exercise greater control over how companies and governments keep track of us, it will also illuminate those situations where self‐sovereign identity is restricted, facilitating a conversation about when and where such limits are appropriate.
Joe Andrieu -A Technology‐Free Definition of Self‐Sovereign Identity
+🚧 Decentralized-ID.com Updates! 🚧
+
+Lots of exciting developments going on behind the scenes here. For 2 years, this site hasn't gotten as much attention, but our focus has been on the weekly newsletter at Identosphere.
+
+Now we have begun to integrate that content from the newsletter to help bring this site up to date.
+
+Along with that process, we've also been rebuilding some of the structure of how this content generated, and how its displayed. Be sure to check out our Companies Section to get a peak at some new content along with a new layout for generated content.
\ No newline at end of file