This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
204 lines (173 loc) · 6.76 KB
/
footer.php
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!--Footer-->
<footer class="page-footer wow zoomIn stylish-color-dark text-center text-md-left mt-4 pt-4">
<!--Footer Links-->
<div class="container">
<!-- Footer links -->
<div class="row text-center text-md-left mt-3 pb-3">
<!--First column-->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Network Er Bahire</h6>
<p>An easy tour and travel management system for foreigners & natives.<br /><b>Network Er Bahire</b> is a simple travel system that is created for <b>Software Engineering Laboratory</b> project</p>
</div>
<!--/.First column-->
<hr class="w-100 clearfix d-md-none">
<!--Second column-->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Coded With</h6>
<p>
<a href="#">HTML</a>
</p>
<p>
<a href="#">CSS</a>
</p>
<p>
<a href="#">JavaScript</a>
</p>
<p>
<a href="#">PHP</a>
</p>
<p>
<a href="#">MySQL</a>
</p>
<p>
<a href="#">Bootstrap</a>
</p>
<p>
<a href="#">Material Design Bootstrap</a>
</p>
</div>
<!--/.Second column-->
<hr class="w-100 clearfix d-md-none">
<!--Third column-->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Team Mates</h6>
<p>
<a href="#" title="011 142 107">Alif Nomani Rahman</a>
</p>
<p>
<a href="#" title="011 172 096">Shifeata Kaderi (Borshon)</a>
</p>
<p>
<a href="#" title="011 173 047">Sayed Md. Nur Hossain</a>
</p>
<p>
<a href="#" title="011 173 069">Intekhab Alam</a>
</p>
<p>
<a href="#" title="011 181 002">Rakibul Islam</a>
</p>
<p>
<a href="#" title="011 181 007">Rasedul Islam</a>
</p>
</div>
<!--/.Third column-->
<hr class="w-100 clearfix d-md-none">
<!--Fourth column-->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Details</h6>
<p>
<i class="fas fa-home mr-3"></i> United International University
</p>
<p>
<i class="fas fa-envelope mr-3"></i> CSI 322
</p>
<p>
<i class="fas fa-phone mr-3"></i> A
</p>
<p>
<i class="fas fa-print mr-3"></i> 2
</p>
</div>
<!--/.Fourth column-->
</div>
<!-- Footer links -->
<hr>
<div class="row py-3 d-flex align-items-center">
<!--Grid column-->
<div class="col-md-7 col-lg-8">
<!--Copyright-->
<p class="text-center text-md-left grey-text">
© <?php echo Date('Y') ?> Copyright: <a href="../NetworkErBahire/">Network Er Bahire</a>
</p>
<!--/.Copyright-->
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!--Social buttons-->
<div class="social-section text-center text-md-left">
<ul class="list-unstyled list-inline">
<li class="list-inline-item mx-0">
<a href="https://www.facebook.com" target="_blank" class="btn-floating btn-sm rgba-white-slight mr-xl-4">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item mx-0">
<a href="https://twitter.com" target="_blank" class="btn-floating btn-sm rgba-white-slight mr-xl-4">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item mx-0">
<a href="https://www.youtube.com" target="_blank" class="btn-floating btn-sm rgba-white-slight mr-xl-4">
<i class="fab fa-youtube"></i>
</a>
</li>
<li class="list-inline-item mx-0">
<a href="https://www.linkedin.com" target="_blank" class="btn-floating btn-sm rgba-white-slight mr-xl-4">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
<!--/.Social buttons-->
</div>
<!--Grid column-->
</div>
</div>
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
$(function() {
var selectedClass = "";
$(".filter").click(function() {
selectedClass = $(this).attr("data-rel");
$("#gallery").fadeTo(100, 0.1);
$("#gallery div").not("." + selectedClass).fadeOut().removeClass('animation');
setTimeout(function() {
$("." + selectedClass).fadeIn().addClass('animation');
$("#gallery").fadeTo(300, 1);
}, 300);
});
});
</script>
<script>
//Animation init
new WOW().init();
//Modal
$('#myModal').on('shown.bs.modal', function() {
$('#myInput').focus()
})
// Material Select Initialization
$(document).ready(function() {
$('.mdb-select').materialSelect();
});
// MDB Lightbox Init
$(function() {
$("#mdb-lightbox-ui").load("mdb-addons/mdb-lightbox-ui.html");
});
</script>
<script>
// Data Picker Initialization
$('.datepicker').pickadate();
</script>
</body>
</html>