diff --git a/public_html/static/images/buttons/200x50-1.png b/public_html/static/images/buttons/200x50-1.png new file mode 100644 index 0000000..ed28585 Binary files /dev/null and b/public_html/static/images/buttons/200x50-1.png differ diff --git a/public_html/static/images/buttons/200x50-2.png b/public_html/static/images/buttons/200x50-2.png new file mode 100644 index 0000000..22c0c20 Binary files /dev/null and b/public_html/static/images/buttons/200x50-2.png differ diff --git a/public_html/static/images/buttons/200x50-3.png b/public_html/static/images/buttons/200x50-3.png new file mode 100644 index 0000000..e7c1a3b Binary files /dev/null and b/public_html/static/images/buttons/200x50-3.png differ diff --git a/source/buttons/200x50-1.svg b/source/buttons/200x50-1.svg new file mode 100644 index 0000000..aa36b18 --- /dev/null +++ b/source/buttons/200x50-1.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + + + + ReDonate + + diff --git a/source/buttons/200x50-2.svg b/source/buttons/200x50-2.svg new file mode 100644 index 0000000..c1fd8b1 --- /dev/null +++ b/source/buttons/200x50-2.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + ReDonate + Recurring contributions done right. + + diff --git a/source/buttons/200x50-3.svg b/source/buttons/200x50-3.svg new file mode 100644 index 0000000..40e1235 --- /dev/null +++ b/source/buttons/200x50-3.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + + + ReDonate + Click to make a monthly donation.No automatic charges. + + diff --git a/source/buttons/build.sh b/source/buttons/build.sh new file mode 100755 index 0000000..6076c54 --- /dev/null +++ b/source/buttons/build.sh @@ -0,0 +1,7 @@ +for f in *.svg +do + name=${f%%.*} + echo "Processing $f..." + inkscape --export-png=../../public_html/static/images/buttons/$name.png $f +done +