summaryrefslogtreecommitdiff
path: root/views/snippets/things.html
blob: 88c2ce69c943539e90748f826b1d7aa14dd9f64b (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
<div class="flavor-text {% if included == true %} included-space {% endif %}">
		<!--h1>Some funny, simple tools</h1-->
		<h1>Things</h1>
		<em>Stupi.. serious things I needed to exist</em>
	</div>

	<ul>
		<li>
			<a href="/things/faces/" title="Best faces on the net">Best faces on the net</a>
		</li>
		<li>
			<a href="/things/untrack/" title="Entfernt Tracking Parameter aus der URL">untrack</a> - Entfernt Tracking Parameter aus der URL
		</li>
		<li>
			<a href="/things/pizza/" title="Pizzarechner">Pizzarechner</a>
		</li>
		<li>
			<a href="/things/tanz/" title="BPM / Tanz">Click to count BPMs</a> - Tanzbar?
		</li>
	</ul>

	<div class="flavor-text included-space">
		<h1>iCal- / RSS-Feeds</h1>
		<!--
		<em>Fun fact: I structure my whole life around feeds!</em>
		-->
	</div>

	<ul>
		<li>
			<a href="/things/zeitumstellung/" title="Zeitumstellung">Zeitumstellung</a> - Als iCal-Feed für deinen Kalender
		</li>
		<li>
			<a href="/feed/dilbert/" title="Dilbert RSS Feed">Dilbert RSS Feed</a> (RIP 💀) - With Images!
		</li>
		<li>
			<a href="/things/ghrss" title="GHRSS">Github Trending Repositories</a> - RSS-Feed
		</li>
	</ul>