author | Madhusudan.C.S <madhusudancs@gmail.com> |
Wed, 21 Jul 2010 03:26:58 +0530 | |
changeset 140 | dd313f32bbe3 |
parent 129 | 5be95b4b3ac3 |
child 145 | 2bb21b96f246 |
permissions | -rw-r--r-- |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" > |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
3 |
<head> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
4 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"/> |
97
16070c71aabe
Changed the heading line for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
91
diff
changeset
|
5 |
<title>{% block title %}{% endblock %} SciPy.in 2010, December 13 - 18, 2010, Hyderabad, Andra Pradesh, India</title> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
6 |
|
78
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
7 |
<link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" /> |
129
5be95b4b3ac3
Made changes to CSS for right menu and changed the file name.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
113
diff
changeset
|
8 |
<link rel="stylesheet" type="text/css" href="/static/css/styles-20100720.css" /> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
9 |
|
91
dd6426394a9a
Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
83
diff
changeset
|
10 |
<script type="text/javascript" src="/static/jquery/jquery.min.js"></script> |
78
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
11 |
<script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script> |
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
12 |
<script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script> |
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
13 |
<script type="text/javascript" src="/static/js/kiwipycon.js"></script> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
14 |
|
91
dd6426394a9a
Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
83
diff
changeset
|
15 |
{% block addscripts %}{% endblock %} |
dd6426394a9a
Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
83
diff
changeset
|
16 |
|
78
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
17 |
<link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" /> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
18 |
|
81
d03e5260947e
Commented RSS feeds.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
79
diff
changeset
|
19 |
<!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />--> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
20 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
21 |
</head> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
22 |
<body> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
23 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
24 |
<div id="logo"> |
78
795dd8aeba9f
All changes freeze along with Apache static file serving.
hg@fossee.in
parents:
71
diff
changeset
|
25 |
<a href="/"><img src="/static/img/scipyshiny_small.png" |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
26 |
alt="SciPy.in Logo" title="SciPy.in Logo" |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
27 |
width="139" height="130" /></a> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
28 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
29 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
30 |
<div id="header"> |
97
16070c71aabe
Changed the heading line for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
91
diff
changeset
|
31 |
<h1>{% block header %}SciPy.in 2010</h1> |
16070c71aabe
Changed the heading line for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
91
diff
changeset
|
32 |
<h3>December 13 - 18, IIIT-Hyderabad, India{% endblock %}</h3> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
33 |
{% include '_menu_user.html' %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
34 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
35 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
36 |
<div id="wrapper"> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
37 |
<div id="left"> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
38 |
{% include '_menu.html' %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
39 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
40 |
<div id="content"> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
41 |
{% if user.is_authenticated %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
42 |
{% include 'user/_usermenu.html' %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
43 |
{% endif %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
44 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
45 |
{% block content %}{% endblock %} |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
46 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
47 |
<div id="right"> |
113
87a87487580d
Renamed sponsors template as right side menu template.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
97
diff
changeset
|
48 |
{% include '_right_menu.html' %} |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
49 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
50 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
51 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
52 |
<div id="footer"> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
53 |
<p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>, |
140
dd313f32bbe3
Changed Website author details.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
129
diff
changeset
|
54 |
website by <a href="http://hg.fossee.in/scipycon/file/tip/AUTHORS" alt="Website's Creators">FOSSEE using Kiwi Djangonauts original code</a>, |
79
a5d348588b5b
Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
78
diff
changeset
|
55 |
hosting by <a href="http://fossee.in/" alt="Free and Open Source software in Science and Engineering Education">Free and Open Source software in Science and Engineering Education</a>, |
140
dd313f32bbe3
Changed Website author details.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
129
diff
changeset
|
56 |
</p> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
57 |
</div> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
58 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
59 |
</body> |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
60 |
</html> |