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

79 lines
3.3 KiB
HTML
Raw Normal View History

2019-03-16 20:25:32 +00:00
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
2019-03-18 21:29:28 +00:00
<title>{{ site.author }} | {{ page.title }}</title>
2019-03-18 02:06:07 +00: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-18 01:51:23 +00:00
2019-03-18 02:06:07 +00:00
gtag('config', 'UA-132558656-1');
</script>
2019-03-17 00:55:18 +00:00
2019-03-16 20:25:32 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2019-03-19 01:24:36 +00:00
{% seo %}
2019-03-16 20:25:32 +00: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 22:37:19 +00: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 20:25:32 +00:00
<ul>
2019-03-17 22:37:19 +00:00
<li><a href="https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}">View On <strong>GitHub</strong></a></li>
2019-03-16 20:25:32 +00:00
</ul>
2019-03-19 07:12:40 +00:00
</header>
2019-03-16 20:25:32 +00:00
<section>
2019-03-19 07:50:23 +00:00
<table>
<tr>
2019-03-20 04:38:44 +00: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>
<td><a href="https://infominer.id/SuperSource/">Super-Source</a></td>
2019-03-20 04:31:51 +00:00
</tr>
<tr>
2019-03-19 08:18:17 +00:00
<th><a href="{{ site.url }}">DIDecentral</a></th>
2019-03-19 08:20:14 +00:00
<th><a href="{{ site.url }}/self-sovereign-identity/">SSID</a></th>
2019-03-19 07:50:23 +00:00
<th><a href="{{ site.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
</tr>
</table>
{{ content }}
<table>
2019-03-19 08:23:50 +00:00
<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/">SSID</a></th>
<th><a href="{{ site.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
</tr>
2019-03-19 06:21:23 +00:00
</table>
2019-03-19 07:17:06 +00:00
</section>
2019-03-21 03:24:57 +00:00
{% include share-bar.html %}
2019-03-19 07:14:51 +00:00
</div>
<footer>
2019-03-19 07:12:40 +00: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 20:25:32 +00:00
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
2019-03-19 00:25:33 +00:00
</body>
2019-03-16 20:25:32 +00:00
</html>