summaryrefslogtreecommitdiff
path: root/views/tools.html
diff options
context:
space:
mode:
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 %}