diff options
author | hardythe1 | 2013-10-09 16:01:03 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 16:01:03 +0530 |
commit | f8b2ab53bf8d7d020534778245025161c851fbcd (patch) | |
tree | 6cf1d2742ba48f18e520356b54d8b16709cb759a | |
parent | 02006c591bbd5ffd1df2227ac16fb6d67c5e855e (diff) | |
download | SciPy2012-f8b2ab53bf8d7d020534778245025161c851fbcd.tar.gz SciPy2012-f8b2ab53bf8d7d020534778245025161c851fbcd.tar.bz2 SciPy2012-f8b2ab53bf8d7d020534778245025161c851fbcd.zip |
static files fixed
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/conference/keynote.html | 4 | ||||
-rw-r--r-- | templates/conference/sponsors.html | 6 | ||||
-rw-r--r-- | templates/conference/talks_tutorials.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/templates/base.html b/templates/base.html index 29207a9..7fefd8a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ </title>
<meta name="keywords" content="" />
<meta name="description" content="" />
-<link rel="stylesheet" href="/static/css/default.css" type="text/css" />
+<link rel="stylesheet" href="/2012/static/css/default.css" type="text/css" />
</head>
<body>
<div id="header-wrapper">
diff --git a/templates/conference/keynote.html b/templates/conference/keynote.html index 89a75eb..dc6f377 100644 --- a/templates/conference/keynote.html +++ b/templates/conference/keynote.html @@ -6,11 +6,11 @@ <div> <p>Ole Nielsen has been an Open Source adopter, promotor and developer since the early nineties during his career as technical consultant, academic researcher, government scientist and development professional within an aid organisation. Ole has a double Master's degree in Mathematics and Computer Science as well as a PhD in scientific computing from universities in Denmark. Ole joined AusAID in Jakarta in 2010 to support the Indonesian government in multi-hazard disaster risk reduction. </p> -<image src="{{ STATIC_URL }}/images/ole.jpg"> +<image src="/2012/static/images/ole.jpg"> <iframe src="http://urtalk.kpoint.com/kapsule/gcc-7f6d80fa-7e37-4693-a9c3-08eaa23cfd22/v1/embedded?size=M" allowFullScreen webkitallowFullScreen mozallowFullScreen width="616" height="407" rel="nofollow"> </iframe> -<a href="{{ STATIC_URL }}/slides/geoprocessing.zip">Download Slides</a> +<a href="/2012/static/slides/geoprocessing.zip">Download Slides</a> {% endblock %} diff --git a/templates/conference/sponsors.html b/templates/conference/sponsors.html index 2afdc53..9a7289a 100644 --- a/templates/conference/sponsors.html +++ b/templates/conference/sponsors.html @@ -5,19 +5,19 @@ <h2>Sponsors</h2> <br> <table> -<tr><td><img src="/static/images/enthought_logo.png" width=275> +<tr><td><img src="/2012/static/images/enthought_logo.png" width=275> <td><p align="justify"><a href="http://www.enthought.com/" target=_blank>Enthought Inc.</a> is a software company based in Austin, Texas, USA that develops scientific computing solutions using primarily the Python programming language. It is best known for the early development and maintenance of the <a href="http://scipy.org/" target=_blank>SciPy</a> library of mathematics, science, and engineering algorithms and for its Python for scientific computing distribution <a href="https://www.enthought.com/products/canopy/" target=_blank>Enthought Canopy</a> (formerly EPD). </table> <table> -<tr><td><img src="/static/images/mhrd_logo.png" width=275> +<tr><td><img src="/2012/static/images/mhrd_logo.png" width=275> <td>The <a href="http://fossee.in/">FOSSEE project</a> undertaken by IIT Bombay is funded by <a href="http://mhrd.gov.in/">Ministry of Human Resource Development(Govt. of India)</a> under National Mission on Education through ICT </table> <hr> <h2>Orgranizers</h2> <table> -<tr><td><img src="/static/images/fossee.jpg" height=100 width=275> +<tr><td><img src="/2012/static/images/fossee.jpg" height=100 width=275> <td>Annual SciPy India conference is organized by the team members of <a href="http://fossee.in/">FOSSEE</a> project. For any queries you may writes us at info[at]fossee[dot]in </table> diff --git a/templates/conference/talks_tutorials.html b/templates/conference/talks_tutorials.html index 484c268..144a848 100644 --- a/templates/conference/talks_tutorials.html +++ b/templates/conference/talks_tutorials.html @@ -8,11 +8,11 @@ <p>List of Tutorials</p> -<image src="/static/images/ole.jpg"> +<image src="/2012/static/images/ole.jpg"> <iframe src="http://urtalk.kpoint.com/kapsule/gcc-7f6d80fa-7e37-4693-a9c3-08eaa23cfd22/v1/embedded?size=M" allowFullScreen webkitallowFullScreen mozallowFullScreen width="616" height="407" rel="nofollow"> </iframe> -<a href="/static/slides/geoprocessing.zip">Download Slides</a> +<a href="/2012/static/slides/geoprocessing.zip">Download Slides</a> {% endblock %} |