summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram R Pai2014-10-20 17:40:11 +0530
committerJayaram R Pai2014-10-20 17:40:11 +0530
commit4f78530a68dea3f79df1c7c5d182de46ab1d8361 (patch)
treee84ee1d7a32493f906926170c9a67a725d0833d0
parente443dfe0b07790de1953be4b7d231e1239931786 (diff)
downloadscipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.tar.gz
scipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.tar.bz2
scipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.zip
updated poster page
-rw-r--r--static/data/scipy2014_poster.pdfbin0 -> 300378 bytes
-rw-r--r--static/website/images/scipy2014_poster_x800.jpgbin0 -> 372090 bytes
-rw-r--r--static/website/templates/poster.html10
3 files changed, 9 insertions, 1 deletions
diff --git a/static/data/scipy2014_poster.pdf b/static/data/scipy2014_poster.pdf
new file mode 100644
index 0000000..4b04e4f
--- /dev/null
+++ b/static/data/scipy2014_poster.pdf
Binary files differ
diff --git a/static/website/images/scipy2014_poster_x800.jpg b/static/website/images/scipy2014_poster_x800.jpg
new file mode 100644
index 0000000..cd7ff5c
--- /dev/null
+++ b/static/website/images/scipy2014_poster_x800.jpg
Binary files differ
diff --git a/static/website/templates/poster.html b/static/website/templates/poster.html
index 667f18c..0991407 100644
--- a/static/website/templates/poster.html
+++ b/static/website/templates/poster.html
@@ -1,5 +1,13 @@
{% extends 'website/templates/base.html' %}
+{% load static %}
+
{% block content %}
- <h3 class="garmond">Will be updated soon...</h3>
+ <p class="lead">
+ <a class="btn btn-primary" href="{% static 'data/scipy2014_poster.pdf' %}" download>Download <span class="glyphicon glyphicon-download"></span></a>
+ the printable version of the poster.
+ </p>
+ <center>
+ <img src="{% static 'website/images/scipy2014_poster_x800.jpg' %}" style="width:100%;">
+ </center>
{% endblock %}