From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001
From: Parth Buch
Date: Tue, 28 Aug 2012 17:03:37 +0530
Subject: Reboot for scipy 2012
---
project/templates/about/contact.html | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 project/templates/about/contact.html
(limited to 'project/templates/about/contact.html')
diff --git a/project/templates/about/contact.html b/project/templates/about/contact.html
new file mode 100644
index 0000000..4e3cf96
--- /dev/null
+++ b/project/templates/about/contact.html
@@ -0,0 +1,33 @@
+{% extends "base.html" %}
+{% block content %}
+
+
Contact us
+
+For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.
+
+
+ Anand Raj Ramachandran
+ Phone No: +919699323506
+ Email id: anand@fossee.in
+
+
+
+ Parth Buch
+ Phone No: +919619606610
+ Email id: parth@fossee.in
+
+
+
+ Primal Pappachan
+ Phone No: +919920149265
+ Email id: primal@fossee.in
+
+
+
+ Deepak Kharat
+ Phone No: +919819650310
+ Email id: deepak@fossee.in
+
+
+
+{% endblock content %}
--
cgit