File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,20 @@ main.site-content {
78
78
color : # 00000000 ;
79
79
}
80
80
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
+
81
89
# django-logo {
82
90
padding-bottom : 2px ;
83
- background : url (https://static.djangoproject.com/img/logos/django-logo-negative.png ) no-repeat center;
84
- filter : grayscale (1 ) invert (0.02 );
91
+ background : url (https://static.djangoproject.com/img/logos/django-logo-negative.svg ) no-repeat center;
92
+ filter : grayscale (1 ) invert (0.09 );
85
93
background-size : 52px 25.5px ;
86
- background-position : -1 px -2 px ;
94
+ background-position : -2 px -1 px ;
87
95
color : # 00000000 ;
88
96
}
89
97
@@ -92,6 +100,7 @@ main.site-content {
92
100
height : 20px ;
93
101
background : url (https://bulma.io/images/bulma-logo-white.png) no-repeat center;
94
102
background-size : 60px ;
103
+ background-position : 0px 3px ;
95
104
color : # 00000000 ;
96
105
}
97
106
Original file line number Diff line number Diff line change 1
1
< footer class ="footer has-background-dark has-text-light ">
2
2
< div class ="content has-text-centered ">
3
3
< 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 /> © {% 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 /> © {% now "Y" %} < span id ="pydis-text "> Python Discord</ span >
5
5
</ p >
6
6
</ div >
7
7
</ footer >
Original file line number Diff line number Diff line change @@ -173,6 +173,9 @@ <h1 class="title is-6 has-text-grey">
173
173
Sponsors
174
174
</ h1 >
175
175
< div class ="columns is-mobile is-multiline ">
176
+ < a href ="https://www.netcup.eu/ " class ="column is-narrow ">
177
+ < img src ="{% static "images /sponsors/netcup.png" %}" alt="netcup "/>
178
+ </ a >
176
179
< a href ="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085 " class ="column is-narrow ">
177
180
< img src ="{% static "images /sponsors/linode.png" %}" alt="Linode "/>
178
181
</ a >
You can’t perform that action at this time.
0 commit comments