decentralized-id.github.io/_layouts/default.html
2019-03-19 03:22:11 -04:00

72 lines
3.0 KiB
HTML

<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<title>{{ site.author }} | {{ page.title }}</title>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132558656-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132558656-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% seo %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header {% unless site.description or site.github.project_tagline %} class="without-description" {% endunless %}>
<h1>{{ site.title | default: site.github.repository_name }}</h1>
{% if site.description or site.github.project_tagline %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% endif %}
<p class="view"><a href="https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
<ul>
<li><a href="https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<table>
<tr>
<th><a href="https://infominer.id/">&#x29C9;</a></th>
<th><a href="{{ site.url }}">DIDecentral</a></th>
<th><a href="{{ site.url }}/self-sovereign-identity/">Sovereign-ID</a></th>
<th><a href="{{ site.url }}/hgf-2018/">HGF-2018</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
</tr>
</table>
{{ content }}
<table>
<tr>
<th><a href="https://infominer.id/">&#x29C9;</a></th>
<th><a href="{{ site.url }}">DIDecentral</a></th>
<th><a href="{{ site.url }}/self-sovereign-identity/">Sovereign-ID</a></th>
<th><a href="{{ site.url }}/hgf-2018/">HGF-2018</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
</tr>
</table>
</section>
</div>
<footer>
<p><a href="https://infominer.id/">&#x29C9; Infominer</a>
Creative Commons <a href="https://creativecommons.org/publicdomain/zero/1.0/">(CC0 1.0)</a>
Public Domain — <a href="https://github.com/infominer33/DIDecentralized/blob/master/{{page.path}}">Edit this page</a>.</p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>