From 01d913ea187712884297b2ee684550697e124827 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 4 Nov 2015 16:58:42 -0500 Subject: add paypal donate button --- Makefile | 4 ++++ templates/public/index.html | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 925329ed..a43da420 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ targets = \ sitestatic/.gitignore visualize/.gitignore \ sitestatic/rss.png \ sitestatic/rss@2x.png \ + sitestatic/paypal-donate.gif \ sitestatic/bootstrap-typeahead.js \ sitestatic/homepage.js \ sitestatic/jquery-$(jquery-ver).min.js \ @@ -96,6 +97,9 @@ sitestatic/rss.png: $(dl-cache)/unzip/Feedicons_v.2/RSS_16.png sitestatic/rss@2x.png: $(dl-cache)/unzip/Feedicons_v.2/RSS_32.png pngcrush $< $@ +sitestatic/paypal-donate.gif: $(www)/https/www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif + cp $< $@ + $(dl-cache)/unzip/parabola-artwork: $(www)/git/projects.parabola.nu/artwork.git\#branch=official/2013 | $(dl-cache)/unzip cp -rT '$<' '$@' make -C '$@' diff --git a/templates/public/index.html b/templates/public/index.html index 68020aeb..0af8c25b 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -188,11 +188,13 @@ -{% comment %}
-donate button would go here + + Donate via PayPal - The safer, easier way to pay online! +
-{% endcomment %}
-- cgit v1.2.3