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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
{% load static %}
<!DOCTYPE html>
<!--[if lt IE 9]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- ADD THIS LINE TO MAKE IT WORK -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<meta name="viewport" content="width=device-width" />
<title>SciPy India 2013 | IIT Bombay</title>
<!-- Foundation 3 for IE 8 and earlier -->
<!--[if lt IE 9]>
<link rel="stylesheet" href="{% static 'css/foundation3/foundation.css' %}">
<link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}">
<![endif]-->
<!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. -->
<link rel="stylesheet" href="{% static 'css/normalize.css' %}" />
<link rel="stylesheet" href="{% static 'css/foundation.css' %}" />
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<link rel="stylesheet" href="{% static 'css/override.css' %}" />
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<div id="header-wrapper">
<div id="header-inner">
<ul class="top-bar">
<ul class="title-area">
<li class="name">
<h1><a href="{% url 'website:home' %}">SciPy India 2013</a></h1>
</li>
</ul>
<li class="toggle-topbar menu-icon">
<a href="#">
<span>MENU</span>
</a>
</li>
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
<li><a href="{% url 'website:call-for-proposals' %}">Call for Proposals</a>
<li class="divider"></li>
<li class="has-dropdown"><a href="#">Conference</a>
<ul class="dropdown">
<li><a href="{% url 'website:schedule' %}">Schedule</a></li>
<li><a href="{% url 'website:invited-speakers' %}">Invited Speakers</a></li>
<!--li><a href="{% url 'website:list-abstracts' %}">List of Abstracts</a></li-->
<li><a href="{% url 'website:accepted-abstracts' %}">Accepted Abstracts</a></li>
</ul>
</li>
<li class="divider"></li>
<li><a href="{% url 'website:register' %}">Register</a></li>
<li class="divider"></li>
<li><a href="{% url 'website:sponsors' %}">Sponsors</a></li>
<li class="divider"></li>
<li class="has-dropdown"><a href="#">About</a>
<ul class="dropdown">
<li><a href="{% url 'website:venue' %}">The Venue</a></li>
<li><a href="{% url 'website:reaching-venue' %}">Reaching the Venue</a></li>
<li><a href="{% url 'website:contact' %}">Contact Us</a></li>
</ul>
</li>
</ul> <!-- /right -->
</section>
</ul>
</div> <!-- /header-inner -->
</div> <!-- /header-wrapper -->
<div id="page-jumbo">
<div id="page-jumbo-inner" class="row">
<ul class="breadcrumbs left">
{% block breadcrumbs %}
{% endblock %}
</ul>
<ul class="breadcrumbs right">
{% block userblock %}
{% endblock %}
</ul>
</div> <!-- /jumbo-inner -->
</div> <!-- /jumbo -->
<div id="content-wrapper">
<div id="content-inner" class="row">
{% block content %}
{% endblock %}
</div> <!-- /content-inner -->
</div> <!-- /content-wrapper -->
<div id="footer-wrapper">
<div id="footer-inner" class="row">
<div class="large-4 columns">
<h6 align="center">Contact Us</h6>
<p><br>
Hardik Ghaghada <br>
Phone No: +918879261812 <br>
Email id: hardik@fossee.in <br>
</p>
<p>
FOSSEE Office <br>
Phone No: (022)-2576-4111 / 4133
</p>
</div>
<div class="large-4 columns" style="text-align: center;">
<h6 align="center">The Venue</h6>
<a href="http://www.iitb.ac.in" target="_blank"><img src="{% static 'img/iitb-logo.gif' %}"></a>
<p style="text-align: justify;">
The Indian Institute of Technology Bombay is a public engineering
institution located in Powai, Mumbai, India. It has been ranked among
the top engineering colleges in India.
</p>
</div>
<div id="social" class="large-4 columns">
<h6 align="center">Keep in touch with us</h6>
<div id="fossee-logo">
<a href="http://fossee.in" target="_blank">
<img src="{% static "img/fossee-logo.png"%}" alt="FOSSEE" title="fossee.in"/>
</a>
</div> <!-- /fossee-logo -->
<a href="https://www.facebook.com/scipydotin" target="_blank"><img src="{% static 'img/facebook.png' %}"></a>
<a href="http://twitter.com/scipyindia" target="_blank"><img src="{% static 'img/twitter.png' %}"></a>
<a href="https://plus.google.com/114283139455008176105" target="_blank"><img src="{% static 'img/googleplus.png' %}"></a>
<a href="https://www.youtube.com/channel/UCEkNWOzQG8uibLmFlTuJrHA" target="_blank"><img src="{% static 'img/youtube.png' %}"></a>
</div>
</div> <!-- /footer-inner -->
<div id="credits" class="row">
<div class="left">
© 2013 SciPy India
</div>
<div class="right">
Designed by <a href="http://fossee.in" target="_blank">FOSSEE</a>
</div>
<div class="clearfix"></div>
</div> <!-- /credits -->
</div> <!-- /footer-wrapper-->
<script>
document.write('<script src=' +
('__proto__' in {} ? '{% static 'js/vendor/zepto' %}' : '{% static 'js/vendor/jquery' %}') +
'.js><\/script>')
</script>
<script src="{% static 'js/foundation/foundation.js' %}"></script>
<script src="{% static 'js/foundation/foundation.reveal.js' %}"></script>
<script src="{% static 'js/foundation/foundation.alerts.js' %}"></script>
<script src="{% static 'js/foundation/foundation.dropdown.js' %}"></script>
<script src="{% static 'js/foundation/foundation.forms.js' %}"></script>
<script src="{% static 'js/foundation/foundation.topbar.js' %}"></script>
<script>
$(document).foundation();
</script>
<script src="{% static 'js/custom.js' %}"></script>
{% block javascript %}
{% endblock %}
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44697375-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|