diff options
author | Jayaram R Pai | 2014-10-20 17:40:11 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-10-20 17:40:11 +0530 |
commit | 4f78530a68dea3f79df1c7c5d182de46ab1d8361 (patch) | |
tree | e84ee1d7a32493f906926170c9a67a725d0833d0 | |
parent | e443dfe0b07790de1953be4b7d231e1239931786 (diff) | |
download | scipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.tar.gz scipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.tar.bz2 scipy2014-4f78530a68dea3f79df1c7c5d182de46ab1d8361.zip |
updated poster page
-rw-r--r-- | static/data/scipy2014_poster.pdf | bin | 0 -> 300378 bytes | |||
-rw-r--r-- | static/website/images/scipy2014_poster_x800.jpg | bin | 0 -> 372090 bytes | |||
-rw-r--r-- | static/website/templates/poster.html | 10 |
3 files changed, 9 insertions, 1 deletions
diff --git a/static/data/scipy2014_poster.pdf b/static/data/scipy2014_poster.pdf Binary files differnew file mode 100644 index 0000000..4b04e4f --- /dev/null +++ b/static/data/scipy2014_poster.pdf diff --git a/static/website/images/scipy2014_poster_x800.jpg b/static/website/images/scipy2014_poster_x800.jpg Binary files differnew file mode 100644 index 0000000..cd7ff5c --- /dev/null +++ b/static/website/images/scipy2014_poster_x800.jpg 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 %} |