mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Add /waifu/ to partners and host image files from disk instead
This commit is contained in:
parent
bb7d1fb1fd
commit
a391b645d2
BIN
webapp/titanembeds/static/img/partners/discordio.png
Normal file
BIN
webapp/titanembeds/static/img/partners/discordio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
webapp/titanembeds/static/img/partners/waifu.png
Normal file
BIN
webapp/titanembeds/static/img/partners/waifu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
webapp/titanembeds/static/img/people/endendragon.png
Normal file
BIN
webapp/titanembeds/static/img/people/endendragon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
webapp/titanembeds/static/img/people/riva.png
Normal file
BIN
webapp/titanembeds/static/img/people/riva.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
webapp/titanembeds/static/img/people/semic.png
Normal file
BIN
webapp/titanembeds/static/img/people/semic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
@ -52,7 +52,7 @@ etc.</p>
|
||||
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
|
||||
<div class="row valign-wrapper">
|
||||
<div class="col s2">
|
||||
<img src="https://cdn.discordapp.com/avatars/138881969185357825/c6c277ba50605957ac8f28a35c17314c.webp?size=64" alt="" class="circle responsive-img">
|
||||
<img src="{{ url_for('static', filename='img/people/endendragon.png') }}" alt="EndenDragon" class="circle responsive-img">
|
||||
</div>
|
||||
<div class="col s10">
|
||||
<h5 class="black-text card-title">EndenDragon</h5>
|
||||
@ -67,7 +67,7 @@ etc.</p>
|
||||
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
|
||||
<div class="row valign-wrapper">
|
||||
<div class="col s2">
|
||||
<img src="https://cdn.discordapp.com/avatars/164165196569378816/aa7236ec32d53cc9285a5f1fea604d80.webp?size=64" alt="" class="circle responsive-img">
|
||||
<img src="{{ url_for('static', filename='img/people/riva.png') }}" alt="Riva" class="circle responsive-img">
|
||||
</div>
|
||||
<div class="col s10">
|
||||
<h5 class="black-text card-title">Riva</h5>
|
||||
@ -81,7 +81,7 @@ etc.</p>
|
||||
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
|
||||
<div class="row valign-wrapper">
|
||||
<div class="col s2">
|
||||
<img src="https://cdn.discordapp.com/avatars/266286316772130816/a_16ff5d3a7536b29bfaa55d037b84ebfa.webp?size=64" alt="" class="circle responsive-img">
|
||||
<img src="{{ url_for('static', filename='img/people/semic.png') }}" alt="Semic" class="circle responsive-img">
|
||||
</div>
|
||||
<div class="col s10">
|
||||
<h5 class="black-text card-title">Semic</h5>
|
||||
@ -99,7 +99,7 @@ etc.</p>
|
||||
<div class="card-panel indigo lighten-5 z-depth-1">
|
||||
<div class="row">
|
||||
<div class="col s12 l2">
|
||||
<img src="https://cdn.discordapp.com/icons/232335047170981890/4b819f4c7c73c838c36e92803dfedbd9.webp" alt="" class="circle responsive-img">
|
||||
<img src="{{ url_for('static', filename='img/partners/discordio.png') }}" alt="" class="circle responsive-img">
|
||||
</div>
|
||||
<div class="col s12 l10">
|
||||
<h5 class="black-text card-title">Discord.io</h5>
|
||||
@ -112,4 +112,22 @@ etc.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<div class="card-panel indigo lighten-5 z-depth-1">
|
||||
<div class="row">
|
||||
<div class="col s12 l2">
|
||||
<img src="{{ url_for('static', filename='img/partners/waifu.png') }}" alt="" class="circle responsive-img">
|
||||
</div>
|
||||
<div class="col s12 l10">
|
||||
<h5 class="black-text card-title">/waifu/</h5>
|
||||
<p class="black-text flow-text">4chan Group Looking to Play</p>
|
||||
<p class="black-text">You might have seen us on /a/, or /b/. 4chan is limiting our ability. Let's fix that. Discord allows us to play games, watch anime together, and socialize with your friends from thread reliably. We host game servers (FTB, factorio, terraria), bots, and others for free. Open to anyone, bring your friends!</p>
|
||||
<a href="https://discord.io/waifu" class="waves-effect btn" target="_blank">Discord Server</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user