summaryrefslogtreecommitdiff
path: root/views/tools.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/tools.html')
-rw-r--r--views/tools.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/views/tools.html b/views/tools.html
index 30c4697..d522d67 100644
--- a/views/tools.html
+++ b/views/tools.html
@@ -3,6 +3,9 @@
{% block title "tools | Maximilian Möhring" %}
{% block css %}
+.feed-flavor {
+ margin-top: 4rem;
+}
{% endblock %}
{% block main %}
@@ -15,7 +18,6 @@
<ul>
<li>
- <!--a href="https://faces.iamfabulous.de" title="Best faces on the net" rel="nofollow">Best faces on the net</a-->
<a href="/tools/faces/" title="Best faces on the net">Best faces on the net</a>
</li>
<li>
@@ -25,14 +27,27 @@
<a href="/tools/pizza/" title="Pizzarechner">Pizzarechner</a>
</li>
<li>
- <a href="/tools/zeitumstellung/" title="Zeitumstellung">Zeitumstellung - Als iCal-Feed für deinen Kalender</a>
+ <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/tanz/" title="BPM / Tanz">BPM - Tanzbar?</a>
+ <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>