forked from SaqlainHussainShah/fyp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
108 lines (105 loc) · 5.46 KB
/
footer.php
File metadata and controls
108 lines (105 loc) · 5.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<footer class="col-md-12 " id="footer" style="text-decoration:none;">
<div class="container">
<div class="row">
<div class="col-lg-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d185676.84312084853!2d73.60225517853573!3d33.14815871435725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391feb8b4d030e19%3A0x4ec2b8053d7b1051!2sNew+Mirpur+City!5e1!3m2!1sen!2s!4v1472318376910" width="550" height="250" frameborder="0" style="border:0" allowfullscreen>
</iframe></div><!-- end col-sm-4 -->
<div class="col-lg-6">
<div class="col-md-6">
<div class="row col-md-12" style="text-align:center;color:white;"><h4>Our Team</h4></div><br><br><br>
<div class="row"><h5><a href="#myModal" style="text-decoration:none;" data-toggle="modal"> Saqlain Hussain Shah </a></h5>
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Saqlain</h4>
</div><!-- end modal-header -->
<div class="modal-body">
<img src="images/saqlain.jpg" style="height:400px; width:560px;"/>
<hr>
<h3>Department:</h3> Computer Systems Engineering </br>
<h3>University</h3>Mirpur University of Science and technology,(MUST) Mirpur AJK
<h3>Session:</h3> 2012-2016</br>
</div><!-- end modal-body -->
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal" type="button">Close</button>
</div><!-- end modal-footer -->
</div><!-- end modal-content -->
</div><!-- end modal-dialog -->
</div><!-- end myModal --></div>
<div class="row"><h5><a href="#myModal2" style="text-decoration:none;" data-toggle="modal"> Nabeel Jarral </a></h5>
<div class="modal fade" id="myModal2">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Nabeel</h4>
</div><!-- end modal-header -->
<div class="modal-body">
<img src="images/nabeel.jpg" style="height:400px; width:560px;"/>
<hr>
<h3>Department:</h3> Computer Systems Engineering </br>
<h3>University</h3>Mirpur University of Science and technology,(MUST) Mirpur AJK
<h3>Session:</h3> 2012-2016</br>
</div><!-- end modal-body -->
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal" type="button">Close</button>
</div><!-- end modal-footer -->
</div><!-- end modal-content -->
</div><!-- end modal-dialog -->
</div><!-- end myModal --></div>
<div class="row"><h5><a href="#myModal3" style="text-decoration:none;" data-toggle="modal"> Syed Faisal Gillani</a></h5>
<div class="modal fade" id="myModal3">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Faisal</h4>
</div><!-- end modal-header -->
<div class="modal-body">
<img src="images/faisal.jpg" style="height:400px; width:560px;"/>
<hr>
<h3>Department:</h3> Computer Systems Engineering </br>
<h3>University</h3>Mirpur University of Science and technology,(MUST) Mirpur AJK
<h3>Session:</h3> 2012-2016</br>
</div><!-- end modal-body -->
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal" type="button">Close</button>
</div><!-- end modal-footer -->
</div><!-- end modal-content -->
</div><!-- end modal-dialog -->
</div><!-- end myModal --></div>
</div>
<div class="col-md-6">
<br><br><br><br><a href="contactus.php" >Contact Us</a> <br>
<br><br><br><br><br>
<div class="row">          <a class="navbar-brand" style="color:white;"href="index.php">Eat & Live.com</a></div>
</div>
</div>
</div><!-- end col-sm-2 -->
</div>
</div><!-- end row -->
</div><!-- end container -->
</footer>
<script>
window.onscroll = function() {myFunction()};
function myFunction() {
if (document.body.scrollTop > 650 || document.documentElement.scrollTop > 650) {
document.getElementById("navbarchange").style.background = "black";
document.getElementById("navbarchange").style.opacity = 1;
document.getElementById("navbarchange").style.color = white;
}
else if (document.body.scrollTop < 450 || document.documentElement.scrollTop < 450) {
document.getElementById("navbarchange").style.background = "white";
document.getElementById("navbarchange").style.opacity = 1;
}
else {
document.getElementById("navbarchange").className = "transparent";
}
}
</script>
<script src="bootstrap/jquery/1.12.4/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</body>
</html>