summaryrefslogtreecommitdiff
path: root/main/templates/main_sidebar.html.j2
blob: 7cf750b7acc0266ec01b2ceb687c24a3ad007ccd (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
<a href="/" class="icon-text">
    <img src="/assets/image/sidebar/missing_texture.png" />
    <span>Home</span>
</a>
<a href="/webmaster.html" class="icon-text">
    <img src="/assets/image/sidebar/missing_texture.png" />
    <span>Webmaster</span>
</a>
<a href="/neighbors.html" class="icon-text">
    <img src="/assets/image/sidebar/missing_texture.png" />
    <span>Neighborhood</span>
</a>
<a href="/wip.html" class="icon-text">
    <img src="/assets/image/sidebar/missing_texture.png" />
    <span>WIP projects</span>
</a>
<h3>Fanlistings</h3>
<div align="center">
    <a href="http://fan.after-death.org/crows" target="_blank"><img src="/assets/image/fanlisting/crows.png" alt="Crows fanlisting" title="Crows" style="width:50px;height:50px;"></a>
    <a href="https://n7.redcrown.net" target="_blank"><img src="/assets/image/fanlisting/masseffect.png" alt="Mass Effect series fanlisting" title="Mass Effect series"></a>
    <a href="https://fan.midnight-cloud.net/portal2/index.php" target="_blank"><img src="/assets/image/fanlisting/portal2.png" alt="Portal 2 fanlisting" title="Portal 2"></a>
    <a href="https://starlit.altervista.org/lightsabers/index.php" target="_blank"><img src="/assets/image/fanlisting/lightsaber.png" alt="Lightsabers fanlisting" title="Lightsabers"></a>
</div>
<h3>Neighbors</h3>
<div align="center">
    <a href="https://www.tar.dev/" target="_blank"><img src="/assets/image/neighbors/tarandir.gif" alt="tar.dev" title="tar.dev" style="width:88px;height:31px;"></a>
    <br>
    <a href="https://marcsello.com/" target="_blank">marcsello.com</a>
</div>