115 lines
5.4 KiB
HTML
115 lines
5.4 KiB
HTML
---
|
|
permalink: /
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>{% if site.title %}{{ site.title }}{% else %}{{ site.name }}{% endif %}</title>
|
|
<meta name="JekyllTheme" content="Fuse Core by Thomas Jensen" />
|
|
{% if site.robots.description %}<meta name="Description" content="{{ site.robots.description }}" />{% endif %}
|
|
{% if site.robots.keywords %}<meta name="Keywords" content="{{ site.robots.keywords }}" />{% endif %}
|
|
{% if site.robots.crawl %}<meta name="Robots" content="{{ site.robots.crawl }}" />{% endif %}
|
|
<meta http-equiv="cleartype" content="on" />
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
{% if site.url %}<link rel="canonical" href="{{ site.url }}">{% endif %}
|
|
|
|
{% if site.ga %}<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga.account }}"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', '{{ site.ga.account }}'{% if site.ga.anonymizeip %}, {'anonymize_ip': true}{% endif %});
|
|
</script>{% endif %}
|
|
|
|
<!-- favicons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/images/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/images/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/images/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="{{ site.baseurl }}/images/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="{{ site.baseurl }}/images/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/images/favicons/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#00a300">
|
|
<meta name="msapplication-config" content="{{ site.baseurl }}/images/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<!-- Stylesheets -->
|
|
{% comment %} Bootstrap should be the first stylesheet {% endcomment %}
|
|
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
|
|
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB">
|
|
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/theme.css">
|
|
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
|
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
|
|
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin">
|
|
|
|
{% if site.ga and site.ga.cookieconsent %}
|
|
<!-- Cookie Consent popup to comply with EU cookie law -->
|
|
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.css"
|
|
integrity="sha384-Ul1H8jNudxII4JYT6VbQzsJj2XTAqp3zPv1YJwsTd19vCwtNBq+dgWS3DHuulhVe" />
|
|
<script async crossorigin="anonymous"
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.js"
|
|
integrity="sha384-MUoyijeybCtm4GFBhubnlrS2TscWkBDFkwCzXMofOGhiTYxVzoSfwaCM7HtNFzwN"></script>
|
|
<script>
|
|
window.addEventListener("load", function(){
|
|
window.cookieconsent.initialise({
|
|
"cookie": { "expiryDays": 730 },
|
|
"palette": {
|
|
"popup": { "background": "#383b75" },
|
|
"button": { "background": "#f1d600" }
|
|
},
|
|
"theme": "classic"
|
|
});
|
|
});
|
|
</script>
|
|
{% endif %}
|
|
</head>
|
|
<body class="fullscreen-background">
|
|
|
|
<div class="glass-pane">
|
|
<div class="container fuse-core-content pb-4">
|
|
|
|
<div class="row pt-sm-4">
|
|
<div class="col text-center"><img id="avatar" class="my-3 my-sm-4" alt="{{ site.name }}"
|
|
src="{% if site.avatar %}{% if site.avatar contains '://' %}{{ site.avatar }}{%
|
|
else %}{{ site.baseurl }}/{{ site.avatar }}{% endif %}{%
|
|
else %}{{ site.baseurl }}/images/avatar.svg{% endif %}"></div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<h1 class="text-center font-weight-bold">{{ site.name }}</h1>
|
|
{% if site.subtitle %}<h3 class="text-center font-weight-light">{{ site.subtitle }}</h3>{% endif %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row justify-content-center links pt-1 pt-sm-2">
|
|
{% for hash in site.links %}{% for linkInfo in hash %}{% if linkInfo[1].show %}
|
|
<div class="col-xs-12 col-sm-2 col-lg-1 px-3 px-sm-0 mt-2 mt-sm-3 text-sm-center"><a
|
|
href="{{ linkInfo[1].href }}"><i class="{{ linkInfo[1].icon }} fa-fw"></i>
|
|
<span class="d-inline d-sm-none">{{ linkInfo[1].name }}</span></a></div>
|
|
{% endif %}{% endfor %}{% endfor %}
|
|
</div>
|
|
|
|
{% if site.extra_html %}
|
|
<div class="row justify-content-center">
|
|
<div class="col mt-2 mt-sm-3 text-sm-center fuse-core-extra">{{ site.extra_html }}</div>
|
|
</div>
|
|
{% endif %}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer><div class="container"><div class="row">
|
|
<div class="col text-center">Built on the <a href="https://github.com/tsjensen/fuse-core">Fuse Core</a>
|
|
Jekyll theme.</div>
|
|
</div></div></footer>
|
|
|
|
</body>
|
|
</html>
|