forked from lugnitdgp/lugnitdgp-website-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
27 lines (24 loc) · 1.08 KB
/
contact-us.html
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
---
layout: default
---
{% include navbar.html %}
<div class="container contact-us">
<h1 class="text-center">Contact Us</h1>
<div class="col-md-4 left">
<p><strong>President: </strong>Adarsh Singh <br>
<strong>Phone: </strong>+91 7076316399 <br>
<strong>Email: </strong>[email protected]</p>
<p><strong>Convenor: </strong>Sneh Smriti <br>
<strong>Phone: </strong>+91 7063698947<br>
<strong>Email: </strong>[email protected]</p>
</div>
<div class="col-md-4 center">
<p>You can contact us on any of the following mediums:</p>
<a class="gitter" href="https://gitter.im/lugnitdgp"><img src="{{ site.baseurl }}/images/gitter.png"><strong>Gitter</strong></a>
</div>
<div class="col-md-4 right">
<h4>Like our facebook page to get all the updates</h4>
<div class="fb-like" data-href="https://www.facebook.com/nitdgplug/" data-layout="button_count" data-action="like" data-size="large" data-show-faces="true" data-share="true"></div>
</div>
</div>
{% include footer.html %}