summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 7fefd8a560a7039ab2822a4c42c078e77bc9da7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
    SciPy India 2012 - Scietific Computing Using Python
</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="/2012/static/css/default.css" type="text/css" /> 
</head>
<body>
<div id="header-wrapper">
	<div id="header" class="container">
		<div id="logo">
			<h1><a href="#">SciPy India </h1><br><h2>27-29 December, 2012</a></h2>
		</div>
		<div id="menu">
			<ul>
				<li><a href="{% url 'conference:home' %}" accesskey="1" title="">Home</a></li>
				<li>
				    <a href="#" accesskey="2" title="">Conference</a>
				    <ul>
				        <div class="arrow-up"></div>
				        <li><a href="{% url 'conference:keynote' %}">Keynote</a></li>
				        <li><a href="{% url 'conference:tutorials' %}">Tutorials</a></li>
				        <li><a href="{% url 'conference:talks' %}">Talks</a></li>
				        <li><a href="https://plus.google.com/photos/108547534465492743329/albums/5830648864137819041?banner=pwa" target=_blank>Image Gallery</a></li>
				    </ul>
                </li>
				<li><a href="{% url 'conference:sponsors' %}" accesskey="3" title="">Sponsors</a></li>
				<li><a href="#" accesskey="4" title="">About</a></li>
			</ul>
		</div>
	</div>
</div>


<div id="featured">&nbsp;</div>
<div id="wrapper">
{% block content %}

	<div id="page" class="container">
		<div id="content">
			<div class="title">
				<h2>SciPy India 2012</h2>
				<span class="byline">Conference on Python for Education & Scientific Computing</span> </div>
			<p><strong>SciPy India</strong>, a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/" rel="nofollow">FreeCSSTemplates.org</a>. The photos in this template are from <a href="http://fotogrph.com/"> Fotogrph</a>. This free template is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attributions 3.0</a> license, so you are pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :) </p>
	<a href="#" class="button">Lear More</a> </div>
	</div>
{% endblock %}
</div>
<div id="copyright" class="container">
	<p>Copyright (c) 2013 FOSSEE IIT Bombay All rights reserved.</p>
</div>
</body>
</html>