decentralized-id.github.io/_layouts/default.html

64 lines
2.5 KiB
HTML
Raw Normal View History

2019-03-16 16:25:32 -04:00
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
2019-03-18 17:29:28 -04:00
<title>{{ site.author }} | {{ page.title }}</title>
2019-03-17 22:06:07 -04:00
<!-- 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());
2019-03-17 21:51:23 -04:00
2019-03-17 22:06:07 -04:00
gtag('config', 'UA-132558656-1');
</script>
2019-03-16 20:55:18 -04:00
2019-03-16 16:25:32 -04:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2019-03-18 21:24:36 -04:00
{% seo %}
2019-03-16 16:25:32 -04:00
<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 %}
2019-03-17 18:37:19 -04:00
<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>
2019-03-16 16:25:32 -04:00
<ul>
2019-03-17 18:37:19 -04:00
<li><a href="https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}">View On <strong>GitHub</strong></a></li>
2019-03-16 16:25:32 -04:00
</ul>
</header>
<section>
{{ content }}
2019-03-19 02:10:09 -04:00
2019-03-19 02:39:08 -04:00
<table>
2019-03-19 02:21:23 -04:00
<tr>
2019-03-19 02:56:28 -04:00
<th><a href="{{ site.url }}">DIDecentral </a></th>
2019-03-19 02:55:14 -04:00
<th><a href="{{ site.url }}/self-sovereign-identity/">Self-Sovereign-ID</a></th>
2019-03-19 02:56:28 -04:00
<th><a href="{{ site.url }}/hgf-2018/">HGF-18 </a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy </a></th>
2019-03-19 02:21:23 -04:00
</tr>
</table>
2019-03-16 16:25:32 -04:00
</section>
</div>
<footer>
2019-03-19 02:08:04 -04:00
<p><a href="https://infominer.id/">&#x29C9; Infominer</a>
2019-03-18 19:49:46 -04:00
Creative Commons <a href="https://creativecommons.org/publicdomain/zero/1.0/">(CC0 1.0)</a>
2019-03-18 19:57:37 -04:00
Public Domain — <a href="https://github.com/infominer33/DIDecentralized/blob/master/{{page.path}}">Edit this page</a>.</p>
2019-03-16 16:25:32 -04:00
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
2019-03-17 21:13:14 -04:00
2019-03-18 20:25:33 -04:00
</body>
2019-03-16 16:25:32 -04:00
</html>