mirror of https://git.door43.org/Andley/BG4e
68 lines
3.7 KiB
HTML
68 lines
3.7 KiB
HTML
<!doctype html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
<head>
|
|
<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="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>
|
|
<script src="{{ '/assets/js/main.js' | relative_url }}"></script>
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
{% include head-custom.html %}
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<h1>{{ page.title | default: site.title | default: site.github.repository_name }} <a href="{{site.url}}/BG4E/"><svg xmlns="http://www.w3.org/2000/svg"
|
|
x="0px" y="0px" width="36" height="36" viewBox="0 0 172 172" style=" fill:#000000;">
|
|
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10"
|
|
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal">
|
|
<path d="M0,172v-172h172v172z" fill="none"></path><g fill="#f1c40f">
|
|
<path d="M86,15.0472l-78.83333,70.9528h21.5v64.5h50.16667v-43h14.33333v43h50.16667v-64.5h21.5zM86,34.33561l43,38.7028v5.79492v57.33333h-21.
|
|
5v-43h-43v43h-21.5v-63.12826z"></path></g></g></svg></a></h1>
|
|
<p>{{ page.description | default: site.description | default: site.github.project_tagline }}</p>
|
|
</header>
|
|
|
|
<!--div id="banner">
|
|
<span id="logo"></span>
|
|
|
|
<a href="{{ site.github.repository_url }}" class="button fork"><strong>View On GitHub</strong></a>
|
|
{% if site.show_downloads %}
|
|
<div class="downloads">
|
|
<span>Downloads:</span>
|
|
<ul>
|
|
<li><a href="{{ site.github.zip_url }}" class="button">ZIP</a></li>
|
|
<li><a href="{{ site.github.tar_url }}" class="button">TAR</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
</div><!-- end banner -->
|
|
|
|
<div class="wrapper">
|
|
<nav>
|
|
<ul></ul>
|
|
</nav>
|
|
<section>
|
|
{{ content }}
|
|
|
|
</section>
|
|
<footer>
|
|
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
|
<span property="dct:title"><a href="{{site.url}}/BG4E/"><strong>全民希臘文</strong></a><br>Biblical Greek for Everyone (BG4E)</span> by
|
|
<a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/Andley">Andley Chang</a>
|
|
is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer"
|
|
style="display:inline-block;">CC0 1.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
|
|
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1">
|
|
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/zero.svg?ref=chooser-v1"></a></p>
|
|
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/mattgraham">mattgraham</a></small></p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|