diff --git a/_includes/donate.html b/_includes/donate.html
deleted file mode 100644
index 5242e5a1..00000000
--- a/_includes/donate.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-

-
Enjoying QuTiP?
-
-
Check out all QuTiP related projects on GitHub!
-
- GitHub
-
-
-
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index 9c2f93b2..9bb9c61f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -34,6 +34,7 @@
News
Devs
Citing
+ Sponsor
© 2011 to 2025 inclusive, QuTiP developers and contributors.
diff --git a/_includes/navbar.html b/_includes/navbar.html
index d7d6bd35..8e9388fd 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -85,6 +85,7 @@
News
Devs
Citing
+ Sponsor
diff --git a/_includes/old_sidebar.html b/_includes/old_sidebar.html
index 3066f94f..df428995 100644
--- a/_includes/old_sidebar.html
+++ b/_includes/old_sidebar.html
@@ -32,6 +32,7 @@
Wiki
License
Code of conduct
+ Sponsor QuTiP
diff --git a/_includes/sponsor.html b/_includes/sponsor.html
new file mode 100644
index 00000000..59b9655e
--- /dev/null
+++ b/_includes/sponsor.html
@@ -0,0 +1,10 @@
+
+
+
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index 7157b875..fbd0d396 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,4 +9,4 @@ {{ page.title }}
{{ content }}
-{% include donate.html %}
\ No newline at end of file
+{% include sponsor.html %}
\ No newline at end of file
diff --git a/css/site.css b/css/site.css
index 93e6bb52..217934a4 100644
--- a/css/site.css
+++ b/css/site.css
@@ -278,12 +278,12 @@ a.btn:focus {
margin-bottom: 15px;
}
-.donate {
+.sponsor {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
-.donate img {
+.sponsor img {
max-width: 300px;
width: 70%;
}
diff --git a/devs.md b/devs.md
index 51376527..b46e809b 100644
--- a/devs.md
+++ b/devs.md
@@ -15,13 +15,14 @@ For the detailled list of all our contributors, check out [our GitHub repositori
diff --git a/education.md b/education.md
index db793ea8..857c3f52 100644
--- a/education.md
+++ b/education.md
@@ -98,4 +98,4 @@ Educators around the world use QuTiP to create interactive examples, while stude
-{% include donate.html %}
\ No newline at end of file
+{% include sponsor.html %}
\ No newline at end of file
diff --git a/research.md b/research.md
index 1b610546..1de441ec 100644
--- a/research.md
+++ b/research.md
@@ -144,4 +144,4 @@ Backed by a strong community all over the world, extensive documentation and tut
{% include supp_org.html %}
-{% include donate.html %}
\ No newline at end of file
+{% include sponsor.html %}
\ No newline at end of file