summaryrefslogtreecommitdiff
path: root/static/website/templates/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/contact.html')
-rw-r--r--static/website/templates/contact.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/static/website/templates/contact.html b/static/website/templates/contact.html
new file mode 100644
index 0000000..07450d4
--- /dev/null
+++ b/static/website/templates/contact.html
@@ -0,0 +1,43 @@
+{% extends 'website/templates/base.html' %}
+
+{% block sidebar %}
+{% 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>
+ <td>
+ +91-22-25764133
+ </td>
+ <td>
+ <a href="mailto:scipy@fossee.in">scipy[at]fossee[dot]in</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Hardik Ghaghada
+ </td>
+ <td>
+ +91-8879261812
+ </td>
+ <td>
+ <a href="mailto:hardik@fossee.in">hardik[at]fossee[dot]in</a>
+ </td>
+ </tr>
+</table>
+<table>
+ <tr>
+ <td>
+ Alternatively you may write us on
+ </td>
+ <td>
+ <a href="mailto:info@fossee.in">info[at]fossee[dot]in</a>
+ </td>
+ </tr>
+</table>
+{% endblock %}