diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 0e59b578..36c26888 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -69,27 +69,27 @@ how do I integrate the your wishlist thing with the tabs thing?
{% if supporter.profile.home_url %} - {{ supporter }}'s Homepage + {{ supporter }}'s homepage {% endif %} {% if supporter.profile.facebook_id %} - {{ supporter }}'s Facebook + {{ supporter }}'s Facebook {% endif %} {% if supporter.profile.twitter_id %} - {{ supporter }}'s Twitter + {{ supporter }}'s Twitter {% endif %} {% if supporter.profile.goodreads_user_link %} - {{ supporter }}'s page on GoodReads + {{ supporter }}'s profile on GoodReads {% endif %} {% if supporter.profile.librarything_id %} - {{ supporter }}'s page on LibraryThing + {{ supporter }}'s profile on LibraryThing {% endif %}
diff --git a/static/images/supporter_icons/facebook_square.png b/static/images/supporter_icons/facebook_square.png new file mode 100644 index 00000000..d43a20f3 Binary files /dev/null and b/static/images/supporter_icons/facebook_square.png differ diff --git a/static/images/supporter_icons/goodreads_square.png b/static/images/supporter_icons/goodreads_square.png new file mode 100644 index 00000000..4b7c42c0 Binary files /dev/null and b/static/images/supporter_icons/goodreads_square.png differ diff --git a/static/images/supporter_icons/home_square.png b/static/images/supporter_icons/home_square.png new file mode 100644 index 00000000..8438cab9 Binary files /dev/null and b/static/images/supporter_icons/home_square.png differ diff --git a/static/images/supporter_icons/librarything_square.png b/static/images/supporter_icons/librarything_square.png new file mode 100644 index 00000000..d03bb51a Binary files /dev/null and b/static/images/supporter_icons/librarything_square.png differ diff --git a/static/images/supporter_icons/twitter_square.png b/static/images/supporter_icons/twitter_square.png new file mode 100644 index 00000000..e07cd83f Binary files /dev/null and b/static/images/supporter_icons/twitter_square.png differ