project/templates/about/contact.html
branch2011
changeset 522 01b130ea8d8d
parent 487 f8d994c3d48d
equal deleted inserted replaced
521:eaa64de2887f 522:01b130ea8d8d
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="entry">
       
     4 <h1><strong>Contact us</strong></h1>
       
     5 <br/>
       
     6 <h2>For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.</h2>
       
     7 <br/><br/>
       
     8     <li>
       
     9     Anand Raj Ramachandran <br/>
       
    10     Phone No: +919699323506 <br/>
       
    11     Email id: anand@fossee.in <br/>
       
    12     </li>
       
    13     <br/><br/>
       
    14     <li>
       
    15     Parth Buch <br/>
       
    16     Phone No: +919619606610 <br/>
       
    17     Email id: parth@fossee.in <br/>
       
    18     </li>
       
    19     <br/><br/>
       
    20     <li>
       
    21     Primal Pappachan <br/>
       
    22     Phone No: +919920149265 <br/>
       
    23     Email id: primal@fossee.in <br/>
       
    24     </li>
       
    25     <br/><br/>
       
    26     <li>
       
    27     Deepak Kharat <br/>
       
    28     Phone No: +919819650310 <br/>
       
    29     Email id: deepak@fossee.in <br/>
       
    30     </li>
       
    31     <br/><br/>
       
    32 </div>
       
    33 {% endblock content %}