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

52 lines
1.4 KiB
HTML
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
---
2019-03-16 20:25:32 +00:00
<!doctype html>
2019-03-28 23:40:33 +00:00
<!--
Minimal Mistakes Jekyll Theme 4.15.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
2019-03-16 20:25:32 +00:00
<head>
2019-03-28 23:40:33 +00:00
{% include head.html %}
{% include head/custom.html %}
2019-03-16 20:25:32 +00:00
</head>
2019-03-21 03:25:25 +00:00
2019-03-28 23:40:33 +00:00
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
2019-03-21 03:31:15 +00:00
2019-03-28 23:40:33 +00:00
{% include_cached browser-upgrade.html %}
{% include_cached masthead.html %}
2019-03-21 03:38:42 +00:00
2019-03-28 23:40:33 +00:00
<div class="initial-content">
2019-04-05 14:04:59 +00:00
<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>
2019-03-28 23:40:33 +00:00
{{ content }}
</div>
2019-03-21 03:38:42 +00:00
2019-03-28 23:40:33 +00:00
{% if site.search == true %}
<div class="search-content">
{% include_cached search/search_form.html %}
</div>
{% endif %}
<div class="page__footer">
<footer>
{% include footer/custom.html %}
{% include_cached footer.html %}
</footer>
</div>
2019-03-21 03:24:57 +00:00
2019-03-28 23:40:33 +00:00
{% include scripts.html %}
2019-03-21 03:24:57 +00:00
2019-03-19 00:25:33 +00:00
</body>
2019-03-16 20:25:32 +00:00
</html>