1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2025-06-05 22:09:35 +02:00
This commit is contained in:
Tommi
2020-12-31 20:03:57 +01:00
parent a30e9b0fe3
commit 689b1ad4e5
128 changed files with 3042 additions and 1839 deletions

29
_layouts/full.html Normal file
View File

@@ -0,0 +1,29 @@
---
layout: none
---
<!DOCTYPE html>
<html>
{% include head.html %}
<style>
body {
background: var(--primary);
}
h1,a,a:visited {
color: var(--background);
}
h1 {
font-size: 8rem;
}
a {
width: 100vw;
height: 100vh;
padding: 10%;
}
</style>
<body>
<a class="vertical flex" href="{{ page.link }}">
<h1 style="margin: var(--regular) auto">{{ page.title }}</h1>
{{ content | markdownify }}
</a>
</body>
</html>