diff options
author | Parth Buch | 2012-08-28 17:03:37 +0530 |
---|---|---|
committer | Parth Buch | 2012-08-28 17:03:37 +0530 |
commit | 7e38fd922a8dd4742d09758cd1c94fb0302045d3 (patch) | |
tree | b43d6ea8c47fb80e09e5e0bfd8759ac7d697addf /project/templates/about/contact.html | |
download | scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.gz scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.bz2 scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.zip |
Reboot for scipy 2012
Diffstat (limited to 'project/templates/about/contact.html')
-rw-r--r-- | project/templates/about/contact.html | 33 |
1 files changed, 33 insertions, 0 deletions
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 %} +<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 %} |