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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
|
{% load static %}
<!DOCTYPE HTML>
<html>
<head>
<title>Scipy India 2016</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="{% static 'js/ie/html5shiv.js' %}"></script>
<link rel="stylesheet" href="{% static 'css/main.css'%}" />
<link rel="stylesheet" href="{% static 'css/fileuploader.css'%}" />
<!-- <link rel="stylesheet" href="{% static 'css/ie9.css' %}" /> -->
<!-- <link rel="stylesheet" href="{% static 'css/ie8.css' %}" /> -->
<link href="{% static 'css/base.css' %}" rel="stylesheet">
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
{% block header %}
<header id="header" class="alt">
<span class="logo"><img src="{% static 'img/logo.png' %}" alt="" /></span>
<h1 >Scipy India 2016</h1>
<p style="color:#636363; font-weight:500" >DECEMBER 9, 10 & 11</p><br><br>
<a href="{% url 'website:cfp' %}" class="button special" style="width : 220px;" >Attend</a></center>
<a href="#callforabstract" class="button special" style="width : 220px;">Submit Abstract</a></center>
<a href="#callforabstract" class="button special" style="width : 220px;" >Propose Workshop</a></center>
</header>
{% endblock %}
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
{% block nav %}
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li> <a href="#" class="smoothScroll">Home</a></li>
<li> <a href="#about" class="smoothScroll">About</a></li>
<li> <a href="#speakers" class="smoothScroll">Speakers</a></li>
<li> <a href="#attend" class="smoothScroll">Attend</a></li>
<li> <a href="#callforabstract">Call for Proposal</a></li>
<li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
<li> <a href="#venue" class="smoothScroll">Venue</a></li>
<li> <a href="#sponsors" class="smoothScroll">Sponsors</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
{% if user and not user.is_anonymous %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}</a>
<ul class="dropdown-menu">
<li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li>
<li><a href="{% url 'website:cfp' %}">Main Menu</a></li>
</ul>
{% else %}
<li><a href="{% url 'website:cfp' %}" >Login</a></li>
{% endif %}
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
{% endblock %}
<!-- Main -->
{% block content %}
<div id="main">
<!-- Introduction -->
<section id="about" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>ABOUT</h2>
</header>
<p style= "font-size: 20px;">We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.</p>
</div>
</div>
<div><h3>SciPy India Conferences down the lane</h3>
<ul class="features">
<li>
<span><img src="{% static 'img/s15.jpg' %}" width="200" alt="" /></span>
<h4><a href="http://scipy.in/2015" target="_blank">SciPy India 2015</a></h4>
</li>
<li>
<span><img src="{% static 'img/s14.jpg' %}" width="200" alt="" /></span>
<h4><a href="http://scipy.in/2014" target="_blank">SciPy India 2014</a></h4>
</li>
<li>
<span><img src="{% static 'img/s13.jpg' %}" width="200" alt="" /></span>
<h4><a href="http://scipy.in/2013" target="_blank">SciPy India 2013</a></h4>
</li>
<li>
<span><img src="{% static 'img/s12.jpg' %}" width="200" alt="" /></span>
<h4><a href="http://scipy.in/2012" target="_blank">SciPy India 2012</a></h4>
</li>
</ul>
</div>
</section>
<section id="speakers" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>SPEAKERS</h2>
<center>
<div class = "col-md-4">
<img class="img-responsive" src="{% static 'img/pic01.png' %}" alt="">
<p>Dr. Abc Xyz</p>
<a href="https://github.com/expeyes" targer"_blank"><i class="icon-github" style="font-size:30px;"></i></a>
<a href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a>
</div>
<div class = "col-md-4">
<img class="img-responsive" src="{% static 'img/pic01.png' %}" alt="">
<p>Dr. Abc Xyz</p>
<a href="https://github.com/expeyes" targer"_blank"><i class="icon-github" style="font-size:30px;"></i></a>
<a href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a>
</div>
<div class = "col-md-4">
<img class="img-responsive" src="{% static 'img/pic01.png' %}" alt="">
<p>Dr. Abc Xyz</p>
<a href="https://github.com/expeyes" targer"_blank"><i class="icon-github" style="font-size:30px;"></i></a>
<a href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a>
</div>
</center>
</div>
</div>
</section>
<section id="attend" class="main special">
<header class="major">
<h2>ATTEND</h2>
</header>
<table >
<colgroup>
<col width="20%" />
<col width="60%" />
</colgroup>
<tr>
<center>
<!-- <ul class="statistics"> -->
<td bgcolor="#efa8b0">
<!-- <ul class="statistics"> -->
<!-- <li class="style1"> -->
<h9 style="color:white;">Early Bird</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹1000</h2>
<!-- </ul> -->
</td>
<td>
This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
</td>
</tr>
<tr>
<td bgcolor = "#c79cc8">
<!-- <ul class="statistics"> -->
<!-- <li class="style2"> -->
<h9 style="color:white;">Light</h9>
<h2 style="color:white;"style ="font-size: 25px;">₹300</h2>
<!-- </li> -->
<!-- </ul> -->
</td>
<td>
This Ticket allows you to ONLY attend the conference for 3 Days. Does not include any conference amenities (Accommodation, Kit, Food & T-shirt). This is a non-refundable ticket. </td>
</tr>
<tr>
<td bgcolor="#a89cc8">
<!-- <ul class="statistics"> -->
<!-- <li class="style3"> -->
<h9 style="color:white;">Regular</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹1200</h2>
<!-- </li> -->
<!-- </ul> -->
</td>
<td>
This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.</td>
</tr>
<tr>
<td bgcolor ="#9bb2e1">
<!-- <ul class="statistics"> -->
<!-- <li class="style5"> -->
<h9 style="color:white;">Accomodation</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹750</h2>
<!-- </li> -->
<!-- </ul> -->
</td>
<td>
Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 3 days, i.e, 13-14, 14-15 and 15-16 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket.
</td>
<tr>
<td bgcolor= "#8cc9f0">
<!-- <ul class="statistics"> -->
<!-- <li class="style4"> -->
<h9 style="color:white;">T-Shirt</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹250</h2>
<!-- </li> -->
<!-- </ul> -->
</td>
<td>
Change of size, exchange at the venue is not available. This is a non-refundable ticket.
</td>
</tr>
</tr>
</table>
<p id="demo"></p>
<footer class="major">
<ul class="actions">
<li><input type= "image" href="#" style="height:40px;width:180px;" src="{% static 'img/register.png'%}"></li>
</ul>
</footer>
</section>
<section id="callforabstract" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>CALL FOR PROPOSAL</h2></header>
<div class="col-md-6">
<p align="justify">We look forward to your proposals. Conference aims to promote <strong>Python for Scientific Computing and Education</strong>. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.</p><br><br>
{% if user and not user.is_anonymous and not login_required %}
<a class="button" href="{% url 'website:submitcfp' %}">Submit Abstract</a>
{% else %}
<a class="button" href="{% url 'website:cfp' %}">Submit Abstract</a>
{% endif %}
</div>
<div class="col-md-6">
<p align="justify">We look forward to your proposals. Conference aims to promote <strong>Python for Scientific Computing and Education</strong>. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.</p><br><br>
{% if user and not user.is_anonymous and not login_required %}
<a class="button" href="{% url 'website:submitcfw' %}">Propose Workshop</a>
{% else %}
<a class="button" href="{% url 'website:cfp' %}">Propose Workshop</a>
{% endif %}
</div>
</section>
<section id="schedule" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>SCHEDULE</h2>
<div id="schedule" name="schedule">
<div >
<center>
<ul class="nav nav-tabs">
<li class="active">
<a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2015#day1">Day 1</a></li>
<li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2015#day2">Day 2</a></li>
<li><a style="background: #a89cc8;" data-toggle="tab" href="http://scipy.in/2015#day3">Day 3</a></li>
<li><a style="background: #9bb2e1;"data-toggle="tab" href="http://scipy.in/2015#paper">Workshop Resources</a></li>
<li><a style="background: #8cc9f0;" data-toggle="tab" href="http://scipy.in/2015#workshop">Workshop Instructions</a></li>
</ul>
<div class="tab-content">
<div id="day1" class="tab-pane fade in active">
<p>
</p><center><h4>14 Dec 2015: Day 1</h4></center>
<table class="table table-bordered">
<tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Registration and Breakfast</td><td></td>
</tr>
<tr><td>09:00 AM - 10:00 AM</td><td>Inauguration and Setup</td>
</tr>
<tr><td width="25%"> 10:00 AM - 12:00 PM</td><td width="45%"><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work1"> Workshop: IPython, NumPy, SciPy, MPL Introduction</a></td>
<td width="30%"> by Jarrod Millman & Prof. Prabhu Ramachandran</td>
</tr>
<tr><td>12:00 PM - 01:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work2">Workshop: Introduction to BioPython</a></td>
<td> by Sourav Singh</td>
</tr>
<tr style="background-color:#f0f0f0"><td>01:00 PM - 02:00 PM</td><td>Lunch</td> <td></td>
</tr>
<tr><td>02:00 PM - 04:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work3">Workshop: Symbolic computation with Python, SymPy</a> </td>
<td> by Sumith</td>
</tr>
<tr><td> 04:00 PM - 06:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work4">Workshop: Introduction to Data Analysis using Pandas</a></td>
<td>by Bargava Subramanian</td>
</tr>
</tbody></table>
<p></p>
</div>
<div id="day2" class="tab-pane fade">
<p>
</p><center><h4>15 Dec 2015: Day 2</h4></center>
<table class="table table-bordered">
<tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Breakfast</td> <td></td>
</tr>
<tr><td width="25%">09:00 AM - 11:00 AM</td><td width="45%"><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work5">Workshop: Complex Network analysis using NetworkX</a></td>
<td width="40%">by Mridul Seth & Himanshu Mishra</td>
</tr>
<tr><td>11:00 AM - 01:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work6">Workshop: Domain-specific languages and high performance:<br>
Generating high-performance code in Python</a></td>
<td>by Dr. Andreas Kloeckner</td>
</tr>
<tr style="background-color:#f0f0f0">
<td>01:00 PM - 02:00 PM</td><td>Lunch</td><td></td>
</tr><tr><td>02:00 PM - 03:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work8">Workshop: Application of Pandas for some allocation problems</a> </td>
<td>by Prof. Madhu Belur, Saurabh Kumar & Shana Moothedath</td>
</tr>
<tr><td>03:00 PM - 04:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work7">Workshop: Modeling and solving mathematical optimization problems with Pyomo</a> </td>
<td>by Prof. Ashutosh Mahajan, Prof. Jayendran Venkateswaran & Mr. Atul Kumar</td>
</tr>
<tr><td>04:00 PM - 06:00 PM</td><td>Python in Schools Track: Details TBA</td>
</tr>
</tbody></table>
<p></p>
</div>
<div id="day3" class="tab-pane fade">
<p>
</p><center><h4>16 Dec 2015: Day 3</h4></center>
<table class="table table-bordered">
<tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Breakfast</td>
</tr>
<tr><td width="25%">09:00 AM - 09:15 AM</td><td width="45%">Conference inauguration</td>
</tr>
<tr><td>09:15 AM - 10:15 AM</td><td>Keynote Address - Prof. Andreas Klöckner</td>
</tr>
<tr><td>10:15 AM - 11:00 AM</td><td>Python for Statisticians - Jarrod Millman</td>
</tr>
<tr style="background-color:#f0f0f0">
<td>11:00 AM - 11:15 AM</td><td>Tea</td>
</tr><tr><td>11:15 AM - 11:45 PM</td><td>Concept of a Python based Laboratory - Dr. Ajith Kumar</td>
</tr>
<tr><td>11:45 AM - 12:10 PM</td><td>SymPy, SymEngine and the interface! - Sumith</td>
</tr>
<tr><td>12:10 PM - 12:35 PM</td><td>Sandhi - Visual Programming Editor - Ambikeshwar Srivastava</td>
</tr>
<tr><td>12:35 PM - 12:50PM</td><td>Time Series Satellite Data Visualizer - Umang Gupta</td>
</tr>
<tr style="background-color:#f0f0f0"><td>12:50 PM - 02:00 PM</td><td> Lunch</td>
</tr>
<tr><td>2:00PM - 2:20 PM</td><td>Python based implementation of Aqua Monitoring System using Raspberry Pi - Mohan Allam</td>
</tr>
<tr><td>2:20PM - 2:40 PM</td><td>3D Scanner System Using Python - Neha Shinde</td>
</tr>
<tr><td>02:40 PM - 03:10 PM</td><td>Talk - Prof. Ted Ralphs</td>
</tr>
<tr><td>03:10 PM - 03:40 PM</td><td>CFD simulations using OpenFOAM and PyFOAM - Prof. Shivasubramanian Gopalakrishnan</td>
</tr>
<tr style="background-color:#f0f0f0"><td>3:40 PM - 4:00 PM</td><td> Tea</td>
</tr>
<tr><td>4:00 PM - 4:25 PM</td><td>Osdag: A python-based open source steel design and graphics software - Deepa</td>
</tr>
<tr><td>4:25 PM - 5:00 PM</td><td>Python for Microcontrollers - Srikant Patnaik</td>
</tr>
<tr><td>5:00 PM - 5:30 PM</td><td> Lightning Talks</td>
</tr>
<tr><td>5:30 PM - 5:45 PM</td><td> Vote of thanks and closing</td>
</tr></tbody></table>
<p></p>
</div>
<div id="workshop" class="tab-pane fade">
<p>
</p><center><h4>Click on each title for more details</h4></center><br>
<h5 align="right"><a href="http://fossee.in/data/emails/SciPy-India-2015-Installation-Instruction-for-Workshop.pdf">SciPy 2015: Installation Instructions for Workshop</a></h5>
<table class="table table-bordered">
<colgroup>
<col width="220">
<col width="720">
</colgroup>
<tbody><tr><th>Speaker</th>
<th>Title</th>
</tr><tr><td>Jarrod Millman & Prof. Prabhu Ramachandran</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work1">IPython, NumPy, SciPy, MPL Introduction</a></td></tr>
<tr><td>Sourav Singh</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work2">Introduction to BioPython</a></td></tr>
<tr><td>Sumith</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work3">Symbolic computation with Python, SymPy</a></td></tr>
<tr><td>Mr. Bargava Subramanian</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work4">Introduction to Data Analysis using Pandas</a></td></tr>
<tr><td>Mridul Seth & Himanshu Mishra</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work5">Complex Network analysis using NetworkX</a></td></tr>
<tr><td>Dr. Andreas Kloeckner</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work6">Domain-specific languages to high performance: Code generation and transformation in Python</a></td></tr>
<tr><td>Prof. Ashutosh Mahajan, Prof. Jayendran Venkateswaran
& Mr. Atul Kumar</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work7">Modeling and solving mathematical optimization problems with Pyomo</a></td></tr>
<tr><td>Prof. Madhu Belur, Saurabh Kumar & Shana Moothedath</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work8">Application of Pandas for some allocation problems</a></td>
</tr></tbody></table>
<p></p>
</div>
</div>
</section>
<section id="venue" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>VENUE</h2>
<center><h4>Lecture Hall Complex, IIT Bombay</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3769.472585331343!2d72.916895!3d19.130779999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7f4215f57bf%3A0xcf0c03ea45a113e1!2sLecture+Hall+Complex+(LHC)!5e0!3m2!1sen!2sin!4v1434726932900" width="550" height="300" frameborder="0" style="border:0"></iframe></center>
</section>
<section id="sponsors" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>SPONSORS</h2></header>
<div class="col-md-4">
<a href="http://mhrd.gov.in/" target="_blank"><img width=200 height=70 src="{% static 'img/mhrd.png'%}" /></a>
</div>
<div class="col-md-8">
<p align="justify">The <a href="http://fossee.in/" target="_blank">FOSSEE</a> project undertaken by IIT Bombay is funded by <a href="http://mhrd.gov.in/" target="_blank">Ministry of Human Resource Development</a> (Govt. of India) under National Mission on Education through ICT. The essence of Human Resource Development is education, which plays a significant and remedial role in balancing the socio-economic fabric of the Country. Since citizens of India are its most valuable resource, our billion-strong nation needs the nurture and care in the form of basic education to achieve a better quality of life.</p><br><br>
</div>
<center><h3>Organiser</h3></center>
<div class="col-md-4">
<a href="http://fossee.in/" target="_blank"><img width=200 height=70 src="{% static 'img/fossee.png'%}" /></a>
</div>
<div class="col-md-8">
<p align="justify">The Annual SciPy India conference is organised by the team members of FOSSEE project which is part of the National Mission on Education through ICT with the thrust area being Adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).</p>
</div>
</section>
<!--
--><br><br><br>
</div>
<footer id="footer">
<section id="contact">
<h2>Write Us</h2>
<p>Feel free to send us an email if you have any questions.</p>
<form id="contact" action="" class="form" role="form" method=POST enctype="multipart/form-data">{% csrf_token %}
<div class="col-md-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
</div>
<div class="col-md-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
</div>
<br><br>
<textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
<br>
<button class="button" type="submit">Send Message</button>
</section>
<section>
<h2>Contact Us</h2>
<dl class="alt">
<dt>Address</dt>
<dd>1234 Somewhere Road • Nashville, TN 00000 • USA</dd>
<dt>Phone</dt>
<dd>(000) 000-0000 x 0000</dd>
<dt>Email</dt>
<dd><a href="#">information@untitled.tld</a></dd>
</dl>
<ul class="icons">
<li><a href="#" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook alt"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon fa-dribbble alt"><span class="label">Dribbble</span></a></li>
</ul>
</section>
</footer>
</div>
</div>
<!-- end wrapper -->
{% endblock %}
<!-- Scripts -->
<script src="{% static 'js/jquery.min.js' %}"></script>
<script src="{% static 'js/main.js' %}"></script>
<script src="{% static 'js/util.js' %}"></script>
<script src="{% static 'js/jquery.scrollex.min.js' %}"></script>
<script src="{% static 'js/jquery.scrolly.min.js' %}"></script>
<script src="{% static 'js/skel.min.js' %}"></script>
<script src="{% static 'js/ie/respond.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/smoothscroll.js' %}"></script>
</body>
</html>
|