forked from lugnitdgp/lugnitdgp-website-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-us.html
More file actions
30 lines (26 loc) · 1.18 KB
/
contact-us.html
File metadata and controls
30 lines (26 loc) · 1.18 KB
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
---
layout: default
---
{% include facebook-javascript-sdk.html %}
{% 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> Devansh Goenka <br>
<strong>Phone: </strong> +91 96748 25450 <br>
<strong>Email: </strong> devanshgoenka97@gmail.com </p>
<p><strong>Convenor: </strong> Deeksha Chandwani <br>
<strong>Phone: </strong>+91 90835 83214 <br>
<strong>Email: </strong> deekshachandvani@gmail.com </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>
<h2>GNU/Linux Users' Group</h2>
<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 %}