blob: 2b0918b310fc14ee21d6f728fce58b5bc04d6cf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{% extends 'website/templates/base.html' %}
{% load static %}
{% block content %}
<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. Share it among your friends /
Display on the notice boards.
</p>
<center>
<img src="{% static 'website/images/scipy2014_poster_x800.jpg' %}" style="width:100%;">
</center>
{% endblock %}
|