-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
executable file
·46 lines (27 loc) · 1.48 KB
/
footer.html
File metadata and controls
executable file
·46 lines (27 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- Footer -->
<div class="w3-container w3-padding-64 w3-black w3-xlarge">
<div class="w3-center">
<a href="http://www.facebook.com/debayan.de.96"><i class="fa fa-facebook"></i></a>
<a href="http://www.github.com"><i class="fa fa-github"></i></a>
<p class="w3-medium">
Hosted By <a href="https://github.com/" target="_blank"><img src="image/github.png" alt="Github" height="40" width="80"></a>
</p>
<!-- start of model-->
<button type="button" class="btn btn-info btn-md" data-toggle="modal" data-target="#myModal">Contact me</button>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<button type="button" class="btn btn-md "><span class="glyphicon glyphicon-phone"></span>phone no-8420059250</button>
</div>
<div class="modal-footer">
<a href="mailto:debayan130@gmail.com?subject=Response&body=Hi,"> <button type="button" class="btn btn-sm btn-danger">Email</button></a>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- end of model-->
</div>
</div>