updates messaging

This commit is contained in:
⧉ infominer 2023-04-16 17:22:46 +05:30
parent 762456be08
commit 065f8e5bcf
3 changed files with 42 additions and 13 deletions

View File

@ -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"

View File

@ -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
<h2>Tags Grouped by Section</h2>
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 %}
<h3 id="{{item[0] | downcase}}">{{ item[0] | upcase | replace: "_", "-" }}</h3>
<h3 id="{{item[0] | downcase}}">{{ item[0] | upcase | replace: "_", "-" }}</h3><a href="#top" class="back-to-top"><strong>{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</strong></a>
<ul class="taxonomy__index">
{% 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 %}
</ul>
<a href="#top" class="back-to-top"><strong>{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</strong></a>
{% endfor %}

View File

@ -12,7 +12,6 @@ header:
overlay_filter: 0.75
classes: wide
---
<!--
welcome:
- image_path: https://didecentral.com/assets/images/didecentral-community-teaser.png
@ -41,8 +40,14 @@ classes: wide
url: "https://didecentral.com/test/infobot-hello/"
btn_class: "btn--primary"
-->
<p><blockquote>A good selfsovereign identity system will allow individuals to directly influence how companies, governments, and others correlate our interactions across different services and locations by default. It wont 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 selfsovereign identity is restricted, facilitating a conversation about when and where such limits are appropriate. <br><a href="https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/blob/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf">Joe Andrieu -A TechnologyFree Definition of SelfSovereign Identity</a></blockquote></p>
<img src="{{ site.baseurl }}/images/identity-decentralized.webp"/>
<h2>🚧 Decentralized-ID.com Updates! 🚧</h2>
<p>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 <a href="https://newsletter.identosphere.net">Identosphere</a>.</p>
<p>Now we have begun to integrate that content from the newsletter to help bring this site up to date.</p>
<p>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 <a href="{{ site.baseurl }}/categories#companies">Companies Section</a> to get a peak at some <a href="{{ site.baseurl }}/posts/">new content</a> along with a new layout for generated content.</p>