From 4f78530a68dea3f79df1c7c5d182de46ab1d8361 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Mon, 20 Oct 2014 17:40:11 +0530 Subject: updated poster page --- static/data/scipy2014_poster.pdf | Bin 0 -> 300378 bytes static/website/images/scipy2014_poster_x800.jpg | Bin 0 -> 372090 bytes static/website/templates/poster.html | 10 +++++++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 static/data/scipy2014_poster.pdf create mode 100644 static/website/images/scipy2014_poster_x800.jpg diff --git a/static/data/scipy2014_poster.pdf b/static/data/scipy2014_poster.pdf new file mode 100644 index 0000000..4b04e4f Binary files /dev/null and b/static/data/scipy2014_poster.pdf 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 Binary files /dev/null and b/static/website/images/scipy2014_poster_x800.jpg 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 %} -

Will be updated soon...

+

+ Download + the printable version of the poster. +

+
+ +
{% endblock %} -- cgit