seems to kinda work now

This commit is contained in:
2019-11-14 18:06:52 -08:00
parent 228697c326
commit 2d3bf39b5a
19 changed files with 2542 additions and 20 deletions

View File

@@ -1,12 +1,17 @@
<small>
<p>
This is a project by Jeffrey Paul
&lt;<a href="mailto:sneak@sneak.berlin">sneak@sneak.berlin></a>&gt;
</p>
This is a project by Jeffrey Paul.<br/>
feedback via email: <a
href="mailto:sneak@sneak.berlin">sneak@sneak.berlin</a><br/>
feedback via toot: <a
href="https://tilde.zone/@sneak">@sneak@tilde.zone</a><br/>
feedback
via twitter: <a
href="https://twitter.com/@sneakdotberlin">@sneakdotberlin</a> <br/>
<p>
<a href="https://github.com/sneak/consoledonottrack.com">
https://github.com/sneak/consoledonottrack.com
</a>
</p>
https://github.com/sneak/consoledonottrack.com</a>
</small>

View File

@@ -1,8 +1,8 @@
<meta charset="UTF-8">
<title>{{ site.title | strip_html}}{% if page.title %}: {{ page.title | strip_html }}{% endif %}</title>
<link rel="stylesheet" href="{{base}}s/css/pygments.css">
<link rel="stylesheet" href="{{base}}s/css/hel.css">
<link rel="stylesheet" href="{{base}}s/font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{base}}s/css/bootstrap-3.3.5.min.css">
<link rel="stylesheet" href="{{base}}s/css/local.css">
<link
href="/s/css/bootstrap-4.3.1.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/s/css/pygments.css">
<link rel="stylesheet" href="/s/font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/s/css/local.css">
<meta name="author" content="{{ site.author }}">

View File

@@ -0,0 +1,4 @@
<script src="/s/js/jquery-2.1.4.min.js" defer></script>
<script
src="/s/js/bootstrap-4.3.1.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/s/js/main.js" defer></script>