-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoot.html
45 lines (38 loc) · 1.27 KB
/
foot.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<br><br><br>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-3 widget">
<h3 class="widget-title">Contact</h3>
<div class="widget-body">
<p>+91-123456789<br>
<a href="mailto:#">[email protected]</a><br>
</p>
</div>
</div>
<div class="col-md-3 widget">
<h3 class="widget-title">Follow Us</h3>
<div class="widget-body">
<p class="follow-me-icons">
<a href=""><i class="fa fa-twitter fa-2"></i></a>
<a href="https://github.com/armashfankar/placement" target="_blank"><i class="fa fa-github fa-2"></i></a>
<a href=""><i class="fa fa-facebook fa-2"></i></a>
</p>
</div>
</div>
<div class="col-md-3 widget">
<div class="widget-body">
<p class="text-right">
Copyright © 2015, <font color="white">Saima & Nida</font><br>
Institute: <a href="http://www.aiktc.org" rel="designer">Kalsekar Technical Campus</a> </p>
</div>
</div>
</div> <!-- /row of widgets -->
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/template.js"></script>
</body>
</html>