summaryrefslogtreecommitdiff
path: root/website/templates/contact.html
blob: ec5f9f0a4777132e698ff6b1d82f8b0b3de0bd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends 'page.html'%}

{% block breadcrumbs %}
<li><a href="{% url 'website:venue'%}">The Venue</a></li>
<li><a href="{% url 'website:reaching-venue'%}">Reaching the Venue</a></li>
<li class="current"><a href="#">Contact Us</a></li>
{% endblock %}

{% block content %}
<h3>Contact Us</h3>
<p>For any queries regarding registration, accomodation or any other issues, please feel free to contact us.</p>

<table>
    <tr><td>FOSSEE (cfd-lab) <td>+91-22-25764133 <td><a href="mailto:scipy@fossee.in">scipy[at]fossee[dot]in</a>
    <tr><td>Hardik Ghaghada <td>+91-8879261812 <td><a href="mailto:hardik@fossee.in">hardik[at]fossee[dot]in</a> 
</table>

<table>
<tr><td>Alternatively you may write us on <td><a href="mailto:scipy@fossee.in">scipy[at]fossee[dot]in</a>
</table>

{% endblock %}