diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-09 00:25:08 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-09 00:25:08 +0200 |
| commit | a3c4dab41e13795d6ab70f77265c73b7d0cc8c33 (patch) | |
| tree | 7ec5c1df9251c16c50e5ddcbdca93cee28d3d6d6 /main/templates/main_sidebar.html.j2 | |
| parent | 90bd999f73b27433b94ac5b768735fd7f881a51d (diff) | |
added new fanlisting and moved fanlistings to the sidebar
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 1aa914f..21b1492 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -4,9 +4,20 @@ </a> <a href="/neighbors.html" class="icon-text"> <img src="/assets/image/sidebar/missing_texture.png" /> - <span>Neighbors</span> + <span>Neighborhood</span> </a> <a href="/wip.html" class="icon-text"> <img src="/assets/image/sidebar/missing_texture.png" /> <span>WIP projects</span> -</a>
\ No newline at end of file +</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> +</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> +</div> + |
