summaryrefslogtreecommitdiff
path: root/views/tools.html
blob: b28e9274829fb7d4317549aa3c0f8d1a49a985cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{% extends "snippets/layout.html" %}

{% block title "tools | maximilianmoehring.com" %}

{% block css %}
{% 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="https://faces.iamfabulous.de" title="Best faces on the net" rel="nofollow">Best faces on the net</a>
		</li>
		<li>
			<a href="https://untrack.iamfabulous.de" title="Entfernt Tracking Parameter aus der URL" rel="nofollow">untrack - Entfernt Tracking Parameter aus der URL</a>
		</li>
		<li>
			<a href="https://pizza.iamfabulous.de" title="Pizzarechner" rel="nofollow">Pizzarechner</a>
		</li>
		<li>
			<a href="https://zeitumstellung.iamfabulous.de" title="Zeitumstellung" rel="nofollow">Zeitumstellung - Als iCal-Feed für deinen Kalender</a>
		</li>
		<li>
			<a href="https://bpm.iamfabulous.de" title="BPM / Tanz" rel="nofollow">BPM / Tanz</a>
		</li>
		<li>
			<a href="https://feeds.iamfabulous.de/Dilbert.xml" title="Dilbert RSS Feed" rel="nofollow">Dilbert RSS Feed. With Images!</a>
		</li>
		<li>
			<a href="https://ghrss.iamfabulous.de" title="Trending Repositories as RSS Feed" rel="nofollow">Github - Trending Repositories as RSS Feed</a>
		</li>
	</ul>

</div>

{% endblock %}