diff options
author | 2024-04-16 17:57:39 +0200 | |
---|---|---|
committer | 2024-04-16 17:57:39 +0200 | |
commit | 064b695eafe53e9c42815d31707093a58212a68d (patch) | |
tree | a0549d70482c497cfc588686a3efa15dba312678 | |
parent | Bump ruff from 0.3.5 to 0.3.7 (#1296) (diff) | |
parent | Add our reference to Netcup links (diff) |
Merge pull request #1297 from python-discord/netcup-link-add-ref
Add our reference to Netcup links
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/vps-services.md | 2 | ||||
-rw-r--r-- | pydis_site/templates/base/footer.html | 2 | ||||
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/vps-services.md b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md index 710fd914..00c6bfac 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/vps-services.md +++ b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md @@ -9,7 +9,7 @@ toc: 2 If you need to run your bot 24/7 (with no downtime), you should consider using a virtual private server (VPS). Here is a list of VPS services that are sufficient for running Discord bots. * Europe - * [netcup](https://www.netcup.eu/) + * [netcup](https://www.netcup.eu/?ref=177518) * Germany & Austria data centres. * Great affiliate program. * [Yandex Cloud](https://cloud.yandex.ru/) diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html index 9beb284f..eacc7429 100644 --- a/pydis_site/templates/base/footer.html +++ b/pydis_site/templates/base/footer.html @@ -1,7 +1,7 @@ <footer class="footer has-background-grey-darker"> <div class="content has-text-centered has-text-grey-lighter"> <p> - 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> + Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/?ref=177518"><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> </p> </div> </footer> diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 91951637..393e7c19 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -188,7 +188,7 @@ Sponsors </h1> <div class="columns is-vcentered"> - <a href="https://www.netcup.eu/" class="column is-one-third"> + <a href="https://www.netcup.eu/?ref=177518" class="column is-one-third"> <img class="light-image" src="{% static "images/sponsors/netcup.png" %}" alt="netcup" loading="lazy"/> <img class="dark-image" src="{% static "images/sponsors_dark/netcup.png" %}" alt="netcup" loading="lazy"/> </a> |