summaryrefslogtreecommitdiff
path: root/templates/sidebar.html.j2
blob: f675735e80734e508597de9ee49b9115c98a3299 (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
43
44
45
46
47
48
49
50
51
<div class="sidebar-spacing"></div>
<h3 class="magenta first-element">About me</h3>
<p>I'm a game developer by occupation and a computer enthusiast by hobby.
I love learning about and working on anything related to computers or geek stuff,
although I consider myself only a passionate greenhorn.
Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself.</p>
<div class="icon-text">
<p>btw I use arch</p>
<img src="/assets/image/arch.svg" class="svg-icon" />
</div>
<h3 class="magenta">My other thingies</h3>
<a href="https://wazul.moe" class="icon-text" target="_blank">
<img src="/assets/image/website.svg" class="svg-icon" />
<span>Website</span>
</a>
<a href="https://mastodon.gamedev.place/@wazul" class="icon-text" target="_blank">
<img src="/assets/image/mastodon.svg" class="svg-icon" />
<span>Mastodon</span>
</a>
<a href="https://git.wazul.moe" class="icon-text" target="_blank">
<img src="/assets/image/git.svg" class="svg-icon" />
<span>Git repositories</span>
</a>
<h3 class="magenta">Top tags</h3>
<p>ls <a href="/tags">~/tags/</a></p>
<p>{% for tag in site.top_tags %}<a href="/tags/{{ tag }}.html">{{ tag }}/</a>{% if not loop.last %} {% endif %}{% endfor %}</p>
<h3 class="magenta">I want different colors</h3>
<p>~/themes/</p>
<a href="javascript:void(0);" class="icon-text theme-selector-light" onclick="setTheme('light')">
    <img src="/assets/image/sun.svg" class="svg-icon" />
    <span>sweet-celestia.sh</span>
</a>
<a href="javascript:void(0);" class="icon-text theme-selector-dark" onclick="setTheme('dark')">
    <img src="/assets/image/moon.svg" class="svg-icon" />
    <span>luna-eclipsed.sh</span>
</a>
<h3 class="magenta">Never miss a post</h3>
<a href="/feed.xml" class="icon-text">
<img src="/assets/image/rss.svg" class="svg-icon" />
<span>RSS feed</span>
</a>
<h3 class="magenta">Contact me at</h3>
<a href="mailto:contact@wazul.moe" class="icon-text">
<img src="/assets/image/email.svg" class="svg-icon" />
<span>contact@wazul.moe</span>
</a>
<p>especially if you find some typos or bugs on the page</p>
<h3 class="magenta">Thank you</h3>
<p>for <a href="/acknowledgement.html">everyone</a> who made this blog possible</p>
<h3 class="magenta">How It's Made</h3>
<p class="last-element">This blog is open source, <a href="https://git.wazul.moe/website/blog" target="_blank">check it out!</a></p>