Skip to content

Commit cf6e15f

Browse files
authored
Merge branch 'main' into main
2 parents 512b165 + 899c304 commit cf6e15f

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
description: Django is a high-level Python web framework that encourages rapid development and clean,
2+
pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development,
3+
so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
4+
title_image: https://static.djangoproject.com/img/logos/django-logo-positive.png
5+
title_url: https://discord.gg/M9Mx3RvKM5
6+
position: 5
7+
urls:
8+
- icon: branding/discord
9+
url: https://discord.gg/M9Mx3RvKM5
10+
color: blurple
11+
- icon: regular/link
12+
url: https://www.djangoproject.com/
13+
color: teal

pydis_site/apps/resources/resources/communities/kivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/logos/kiv
55
icon_size: 50
66
title_image: https://i.imgur.com/EVP3jZR.png
77
title_url: https://discord.gg/djPtTRJ
8-
position: 5
8+
position: 6
99
urls:
1010
- icon: branding/discord
1111
url: https://discord.gg/djPtTRJ

pydis_site/apps/resources/resources/communities/pallets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: The Pallets Projects develop Python libraries such as the Flask web
33
and get help from the Pallets community.
44
title_image: https://i.imgur.com/sV9Ypdf.png
55
title_url: https://discord.gg/t6rrQZH
6-
position: 6
6+
position: 7
77
urls:
88
- icon: branding/discord
99
url: https://discord.gg/t6rrQZH

pydis_site/static/css/base/base.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,20 @@ 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;
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);
8593
background-size: 52px 25.5px;
86-
background-position: -1px -2px;
94+
background-position: -2px -1px;
8795
color: #00000000;
8896
}
8997

@@ -92,6 +100,7 @@ main.site-content {
92100
height: 20px;
93101
background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center;
94102
background-size: 60px;
103+
background-position: 0px 3px;
95104
color: #00000000;
96105
}
97106

9.27 KB
Loading

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>

pydis_site/templates/home/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ <h1 class="title is-6 has-text-grey">
173173
Sponsors
174174
</h1>
175175
<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>
176179
<a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085" class="column is-narrow">
177180
<img src="{% static "images/sponsors/linode.png" %}" alt="Linode"/>
178181
</a>

0 commit comments

Comments
 (0)