summaryrefslogtreecommitdiff
path: root/static/website/templates/contact.html
diff options
context:
space:
mode:
authorhardythe12014-09-10 17:41:41 +0530
committerhardythe12014-09-10 17:41:41 +0530
commitc9832807cbefb28efffd647f5cc13cff4ce89dbc (patch)
tree3d990b3b29ca69e2f85ad01c38e8014342b4e87c /static/website/templates/contact.html
parent582d4f5e9b0de2f4f3467dca9d7b9e8bbf4f5ba1 (diff)
downloadscipy2014-c9832807cbefb28efffd647f5cc13cff4ce89dbc.tar.gz
scipy2014-c9832807cbefb28efffd647f5cc13cff4ce89dbc.tar.bz2
scipy2014-c9832807cbefb28efffd647f5cc13cff4ce89dbc.zip
added venue and contact pages
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 %}