-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
22 lines (20 loc) · 1.19 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 text-md-left">
<h4>Emergency Details</h4>
<p><i class="fas fa-phone"></i> +91-1126701700</p>
<p><i class="fas fa-envelope"></i> [email protected]</p>
<p><i class="fas fa-map-marker-alt"></i> NDMA Bhawan, A-1, Safdarjung Enclave, New Delhi - 110029</p>
</div>
<div class="col-md-6 text-md-right">
<h4>Follow NDMA</h4>
<a href="https://www.facebook.com/NDMA.in" class="btn btn-outline-light mr-2"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/NDMAIndia" class="btn btn-outline-light mr-2"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/@nationaldisastermanagement3310" class="btn btn-outline-light mr-2"><i class="fab fa-youtube"></i></a>
</div>
</div>
<hr>
<p>This is an open source project under the GNU General Public License v3.0. The project can be found on <a href="https://github.com/MrAyushBajpai/Disaster-Management-Tool"> GitHub</a></p>
</div>
</footer>