-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
27 lines (23 loc) · 1.19 KB
/
footer.php
File metadata and controls
27 lines (23 loc) · 1.19 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
<a id="back-to-top" href="#" class="btn btn-light btn-lg back-to-top" role="button"><i class="fa fa-arrow-circle-up fa-4x" aria-hidden="true"></i></a>
<!--Footer-->
<footer id="footer" class="footer">
<div class="container text-center">
<h3>Stay in touch with us for the latest updates!</h3>
<!-- End newsletter-form -->
<ul class="social-links">
<li><a href="https://www.youtube.com/channel/UCi45DMgZNAP0S9C4zli-gkg" target="_blank"><i class="fa fa-youtube-play fa-fw"></i></a></li>
<li><a href="https://github.com/AlzheimersUOP/Alz-App" target="_blank"><i class="fa fa fa-github fa-fw fa-fw"></i></a></li>
</ul>
©2020 team GeNetLabs. All rights reserved
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Mentor
-->
Designed by Department of Computer Engineering, University of Peradeniya
</div>
</div>
</footer>
<!--/ Footer-->