diff --git a/_includes/footer.html b/_includes/footer.html
index 235275f..edcc2bf 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,6 +3,7 @@
Matthew Grove
Software engineer & amateur photographer from Surrey, UK.
View this page on GitHub.
+ Can you support me?
Other Links
diff --git a/assets/css/main.css b/assets/css/main.css
index 53a5789..703ba48 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -2873,4 +2873,19 @@ body.is-menu-visible #menu {
}
#cookies p a {
text-decoration: none;
+}
+
+/* donation */
+.donation-button-container-large {
+ display: flex;
+ flex-direction: row;
+ column-gap: 16px;
+ row-gap: 8px;
+ flex-wrap: wrap;
+ margin-top: 12px;
+}
+
+.donation-button-container-large img {
+ width: 100%;
+ max-width: 210px;
}
\ No newline at end of file
diff --git a/donate/index.md b/donate/index.md
new file mode 100644
index 0000000..44a0e8a
--- /dev/null
+++ b/donate/index.md
@@ -0,0 +1,23 @@
+---
+title: Donate
+description: Appreciate my work or want to help out?
+layout: default
+icon: money
+---
+
+Developing projects requires a lot of time, effort, and money! I really appreciate all your support.
+
+
\ No newline at end of file