mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 11:34:30 -05:00
test moving did banner and title tag
This commit is contained in:
parent
03cbc7fbab
commit
3aad5bfeb2
@ -1,4 +1,5 @@
|
|||||||
<!-- start custom head snippets -->
|
<!-- start custom head snippets -->
|
||||||
|
<title>{{ page.title }}</title>
|
||||||
|
|
||||||
<!-- insert favicons. use https://realfavicongenerator.net/ -->
|
<!-- insert favicons. use https://realfavicongenerator.net/ -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="https://infominer.id/DIDecentralized/assets/icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="https://infominer.id/DIDecentralized/assets/icons/apple-touch-icon.png">
|
||||||
|
@ -11,7 +11,14 @@
|
|||||||
{% unless logo_path == empty %}
|
{% unless logo_path == empty %}
|
||||||
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
<div class="did-title">
|
||||||
|
<div class="content">
|
||||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||||
|
</div>
|
||||||
|
<canvas id="did-canvas"></canvas>
|
||||||
|
</div>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
||||||
|
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
||||||
<ul class="visible-links">
|
<ul class="visible-links">
|
||||||
{%- for link in site.data.navigation.main -%}
|
{%- for link in site.data.navigation.main -%}
|
||||||
{%- if link.url contains '://' -%}
|
{%- if link.url contains '://' -%}
|
@ -11,14 +11,7 @@
|
|||||||
{% unless logo_path == empty %}
|
{% unless logo_path == empty %}
|
||||||
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
<div class="did-title">
|
|
||||||
<div class="content">
|
|
||||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||||
</div>
|
|
||||||
<canvas id="did-canvas"></canvas>
|
|
||||||
</div>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
|
||||||
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
|
||||||
<ul class="visible-links">
|
<ul class="visible-links">
|
||||||
{%- for link in site.data.navigation.main -%}
|
{%- for link in site.data.navigation.main -%}
|
||||||
{%- if link.url contains '://' -%}
|
{%- if link.url contains '://' -%}
|
||||||
|
@ -20,6 +20,15 @@
|
|||||||
{% include_cached masthead.html %}
|
{% include_cached masthead.html %}
|
||||||
|
|
||||||
<div class="initial-content">
|
<div class="initial-content">
|
||||||
|
<div class="did-title">
|
||||||
|
<div class="content">
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
</div>
|
||||||
|
<canvas id="did-canvas"></canvas>
|
||||||
|
</div>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
||||||
|
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
9
index.md
9
index.md
@ -8,14 +8,7 @@ image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png"
|
|||||||
---
|
---
|
||||||
|
|
||||||
<center><img src="assets/img/didecentral.png"/></center>
|
<center><img src="assets/img/didecentral.png"/></center>
|
||||||
<!--<div class="did-title">
|
|
||||||
<div class="content">
|
|
||||||
<h1>Decentralized Identity</h1>
|
|
||||||
</div>
|
|
||||||
<canvas id="did-canvas"></canvas>
|
|
||||||
</div>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
|
||||||
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>-->
|
|
||||||
|
|
||||||
>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](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)
|
>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](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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user