blob: 0a5b9912700d0a5caa10b8c7f3254beb900bf042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
layout: default
permalink: /about
---
<div class="well">
<h1>{% t global.about %}</h1>
<p>{% t about_page.made_in %} <a href="https://jekyllrb.com/">Jekyll</a>.</p>
<p>{% t about_page.used_theme %} <a href="https://github.com/scotte/jekyll-clean/tree/gh-pages">{% t about_page.here %}</a></p>
<h1>{% t about_page.privacy_notice %}</h1>
<div>{% t about_page.privacy_notice_text %}</div>
<h1>{% t about_page.copyright_notice %}</h1>
<img src="/assets/images/creative_commons_license.png" />
<div>
<br>
{% t about_page.copyright_notice_text_first_part %} (<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-ND</a>).
{% t about_page.copyright_notice_text_second_part %}
</div>
</div>
|