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

83 lines
3.3 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>
2019-03-19 03:12:40 -04:00
</header>
2019-03-16 16:25:32 -04:00
<section>
2019-03-19 03:50:23 -04:00
<table>
<tr>
2019-03-20 00:38:44 -04:00
<td><a href="https://infominer.id/">&#x29C9;</a></td>
<td><a href="https://infominer.id/bitcoin-history/">Bitcoin History</a></td>
<td><a href="https://infominer.id/learn-crypto-trading/">Crypto-Trading</a></td>
2019-03-25 11:36:37 -04:00
<td><a href="https://infominer.id/SourceCrypto/">Source&#x29C9;Crypto</a></td>
2019-03-20 00:31:51 -04:00
</tr>
<tr>
2019-03-20 23:47:00 -04:00
<th><a href="{{ site.rooturl }}">DIDecentral</a></th>
<th><a href="{{ site.rooturl }}/self-sovereign-identity/">SSID</a></th>
2019-03-27 17:04:58 -04:00
<th><a href="{{ site.rooturl }}/ethereum/">Ethereum</a></th>
2019-03-20 23:47:00 -04:00
<th><a href="{{ site.rooturl }}/indy-ecosystem/">Indy</a></th>
2019-03-19 03:50:23 -04:00
</tr>
</table>
2019-03-20 23:25:25 -04:00
2019-03-19 03:50:23 -04:00
{{ content }}
2019-03-20 23:31:15 -04:00
2019-03-19 03:50:23 -04:00
<table>
2019-03-19 04:23:50 -04:00
<tr>
<th><a href="https://infominer.id/">&#x29C9;</a></th>
2019-03-20 23:47:00 -04:00
<th><a href="{{ site.rooturl }}">DIDecentral</a></th>
<th><a href="{{ site.rooturl }}/self-sovereign-identity/">SSID</a></th>
2019-03-27 17:04:58 -04:00
<th><a href="{{ site.rooturl }}/ethereum/">Ethereum</a></th>
2019-03-20 23:47:00 -04:00
<th><a href="{{ site.rooturl }}/indy-ecosystem/">Indy</a></th>
2019-03-19 04:23:50 -04:00
</tr>
2019-03-19 02:21:23 -04:00
</table>
2019-03-20 23:38:42 -04:00
{% include share-bar.html %}
</section>
2019-03-20 23:24:57 -04:00
2019-03-19 03:14:51 -04:00
</div>
<footer>
2019-03-19 03:12:40 -04:00
<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>
2019-03-16 16:25:32 -04:00
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
2019-03-18 20:25:33 -04:00
</body>
2019-03-16 16:25:32 -04:00
</html>