From 0a549d18eeaa68bca5391308ed4fe76f466b1cbc Mon Sep 17 00:00:00 2001 From: Emi Date: Mon, 1 Dec 2025 15:02:58 +0100 Subject: [PATCH] Add donation banner (#1219) --- _includes/donation-header.html | 66 ++++++++++++++++++++++++++++++++++ _includes/header.html | 2 ++ 2 files changed, 68 insertions(+) create mode 100644 _includes/donation-header.html diff --git a/_includes/donation-header.html b/_includes/donation-header.html new file mode 100644 index 0000000000..208f3b2388 --- /dev/null +++ b/_includes/donation-header.html @@ -0,0 +1,66 @@ + +
+ Close +

Donate to Godot!

+

+ This has been a great year for the engine, but there are still a lot of things we would love to do.
+ If everyone visiting the site would donate €5, we could hire 5 more developers to work on Godot full-time.
+

+ Donate Now +
+ + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 348c2cd2ff..42956e5d77 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,3 +1,5 @@ +{% include donation-header.html %} +