diff --git a/Makefile b/Makefile index 19ce36f..37584d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PAGES = index.html rules.html +PAGES = index.html rules.html donate.html all: $(PAGES) diff --git a/donate.j2.html b/donate.j2.html new file mode 100644 index 0000000..af516ad --- /dev/null +++ b/donate.j2.html @@ -0,0 +1,20 @@ +{% extends 'base.j2.html' %} +{% block title %}Supporting Freak University{% endblock title %} +{% block content %} +

Of course, the best way to support us is just to use our services and refer your friends! However, if you can also afford a monetary donation, this will go towards keeping the school open and defending it against antis. Our current costs:

+ + +
ItemCost +
Domain name$49.95 / year +
Server hosting$15 / month +
Server backups$0.70 / month +
Email~$11 / year +
JoyPixels Premium$99 one time +
Legal counselAssessed as needed +
+

Our Monero Monero logo address is 47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw. At this time, we only accept Monero. +

+ Monero donation QR code + +
+{% endblock content %} diff --git a/monero-qr.png b/monero-qr.png new file mode 100644 index 0000000..60f1182 Binary files /dev/null and b/monero-qr.png differ diff --git a/monero.png b/monero.png new file mode 100644 index 0000000..129bcc1 Binary files /dev/null and b/monero.png differ