Skip to content

Commit 5c63524

Browse files
committed
Add netcup logo to page footer
1 parent ecf794b commit 5c63524

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pydis_site/static/css/base/base.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ main.site-content {
7878
color: #00000000;
7979
}
8080

81+
#netcup-logo {
82+
padding-left: 15px;
83+
background: url(https://www.netcup-wiki.de/static/assets/images/netcup_logo_white.svg) no-repeat center;
84+
background-size: 60px;
85+
background-position: 0px 3px;
86+
color: #00000000;
87+
}
88+
8189
#django-logo {
8290
padding-bottom: 2px;
8391
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center;

pydis_site/templates/base/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer class="footer has-background-dark has-text-light">
22
<div class="content has-text-centered">
33
<p>
4-
Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
4+
Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
55
</p>
66
</div>
77
</footer>

0 commit comments

Comments
 (0)