project/templates/about/publicity.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 27 Dec 2010 03:51:41 +0530
changeset 373 a004342f3425
parent 367 206a8a72d77c
permissions -rw-r--r--
Add the slides from the Conference and Tutorials to the new section.

{% extends "base.html" %}
{% block content %}
<h1>Publicity Materials</h1>

<div class="entry">
<h2>Poster</h2>
<p>
Download Poster (<a href="/static/img/scipy-poster-A3.png">A3 (3.6M)</a> | <a href="/static/img/scipy-poster-A4.png">A4 (1.7M)</a>)
</p>
<h2>Press Release</h2>
<p>
Download Press Release (<a href="/static/img/scipy2-press-release.pdf">here</a>)
</p>


</div>


{% endblock content %}