project/templates/about/contact.html
branch2011
changeset 522 01b130ea8d8d
parent 487 f8d994c3d48d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/about/contact.html	Mon Jan 30 15:19:23 2012 +0530
@@ -0,0 +1,33 @@
+{% extends "base.html" %}
+{% block content %}
+<div class="entry">
+<h1><strong>Contact us</strong></h1>
+<br/>
+<h2>For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.</h2>
+<br/><br/>
+    <li>
+    Anand Raj Ramachandran <br/>
+    Phone No: +919699323506 <br/>
+    Email id: anand@fossee.in <br/>
+    </li>
+    <br/><br/>
+    <li>
+    Parth Buch <br/>
+    Phone No: +919619606610 <br/>
+    Email id: parth@fossee.in <br/>
+    </li>
+    <br/><br/>
+    <li>
+    Primal Pappachan <br/>
+    Phone No: +919920149265 <br/>
+    Email id: primal@fossee.in <br/>
+    </li>
+    <br/><br/>
+    <li>
+    Deepak Kharat <br/>
+    Phone No: +919819650310 <br/>
+    Email id: deepak@fossee.in <br/>
+    </li>
+    <br/><br/>
+</div>
+{% endblock content %}