summaryrefslogtreecommitdiff
path: root/project/templates/about/contact.html
blob: 4e3cf96603a79ce2e8a02d23fa9f392578c83517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 %}