summaryrefslogtreecommitdiff
path: root/views/tools.html
diff options
context:
space:
mode:
authorhorus2022-10-31 12:24:35 +0100
committerhorus2022-10-31 12:24:35 +0100
commit3c4aa25af0cd6f56db85d503ab552d39b81b5c17 (patch)
treec9e7e8de0be62e7f1389a8c19485a6ca29806497 /views/tools.html
parentf0c30d3bf798d52d5c2b14b0a2a12167ed7c2d72 (diff)
downloadmoehring-3c4aa25af0cd6f56db85d503ab552d39b81b5c17.tar.gz
renamed to things
Diffstat (limited to 'views/tools.html')
-rw-r--r--views/tools.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/views/tools.html b/views/tools.html
deleted file mode 100644
index d522d67..0000000
--- a/views/tools.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{% extends "snippets/layout.html" %}
-
-{% block title "tools | Maximilian Möhring" %}
-
-{% block css %}
-.feed-flavor {
- margin-top: 4rem;
-}
-{% endblock %}
-{% block main %}
-
-<div class="container">
-
- <div class="flavor-text">
- <h1>Some funny, simple tools</h1>
- <em>Stupi.. serious things I needed to exist</em>
- </div>
-
- <ul>
- <li>
- <a href="/tools/faces/" title="Best faces on the net">Best faces on the net</a>
- </li>
- <li>
- <a href="/tools/untrack/" title="Entfernt Tracking Parameter aus der URL">untrack - Entfernt Tracking Parameter aus der URL</a>
- </li>
- <li>
- <a href="/tools/pizza/" title="Pizzarechner">Pizzarechner</a>
- </li>
- <li>
- <a href="/tools/tanz/" title="BPM / Tanz">Click to count BPMs - Tanzbar?</a>
- </li>
- </ul>
-
- <div class="flavor-text feed-flavor">
- <h1>iCal- / RSS-Feeds</h1>
- <!--
- <em>Fun fact: I structure my whole life around feeds!</em>
- -->
- </div>
-
- <ul>
- <li>
- <a href="/tools/zeitumstellung/" title="Zeitumstellung">Zeitumstellung - Als iCal-Feed für deinen Kalender</a>
- </li>
- <li>
- <a href="/feed/dilbert/" title="Dilbert RSS Feed">Dilbert RSS Feed. With Images!</a>
- </li>
- <li>
- <a href="/tools/ghrss" title="GHRSS">Github Trending Repositories as RSS-Feed</a>
- </li>
- </ul>
-
-</div>
-
-{% endblock %}