From 5630051fdbe2eac2472a65e5c81564015726b524 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Wed, 3 Nov 2010 13:42:04 +0530 Subject: Added A3 poster to publicity page. --- project/static/img/scipy-poster-A3.png | Bin 0 -> 3719794 bytes project/static/img/scipy-poster-A4.png | Bin 0 -> 1727565 bytes project/static/img/scipy-poster.png | Bin 1727565 -> 0 bytes project/templates/about/publicity.html | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 project/static/img/scipy-poster-A3.png create mode 100644 project/static/img/scipy-poster-A4.png delete mode 100644 project/static/img/scipy-poster.png diff --git a/project/static/img/scipy-poster-A3.png b/project/static/img/scipy-poster-A3.png new file mode 100644 index 0000000..77b9e32 Binary files /dev/null and b/project/static/img/scipy-poster-A3.png differ diff --git a/project/static/img/scipy-poster-A4.png b/project/static/img/scipy-poster-A4.png new file mode 100644 index 0000000..b3bf5fb Binary files /dev/null and b/project/static/img/scipy-poster-A4.png differ diff --git a/project/static/img/scipy-poster.png b/project/static/img/scipy-poster.png deleted file mode 100644 index b3bf5fb..0000000 Binary files a/project/static/img/scipy-poster.png and /dev/null differ diff --git a/project/templates/about/publicity.html b/project/templates/about/publicity.html index 71c6dea..6c89f24 100644 --- a/project/templates/about/publicity.html +++ b/project/templates/about/publicity.html @@ -5,7 +5,7 @@

Poster

-Download Poster +Download Poster (A3 (3.6M) | A4 (1.7M))

{% endblock content %} -- cgit