add files

This commit is contained in:
2020-04-16 22:11:17 +02:00
parent aaeb09d79b
commit 48fd55d01f
47 changed files with 8671 additions and 0 deletions

18
_layouts/half.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html class="no-js" lang="en">
{% include head.html %}
<body class="half">
<main>
<div class="half--{{ site.half_side }} half__content">
{{ content }}
{% include social.html %}
</div>
<div class="half__image"></div>
</main>
</body>
</html>