project/templates/about/contact.html
author primal primal007@gmail.com
Thu, 01 Dec 2011 14:09:23 +0530
branch2011
changeset 463 f54903f0c28e
child 464 cec3c7dc4138
permissions -rw-r--r--
Added contact page

{% extends "base.html" %}
{% block content %}
<div class="entry">
<h1><strong>Contact us</strong></h1>
<br/>
For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.
<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/>
    Primal Pappachan <br/>
    Phone No: +919920149265 <br/>
    Email id: primal@fossee.in <br/>
</li>
    <br/><br/>
</div>
{% endblock content %}