-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
57 lines (51 loc) · 2.33 KB
/
footer.php
File metadata and controls
57 lines (51 loc) · 2.33 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
<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>
<form class="mc-trial row">
<div class="form-group col-md-3 col-md-offset-2 col-sm-4">
<div class=" controls">
<input name="name" placeholder="Enter Your Name" class="form-control subscribe_name" type="text">
</div>
</div>
<!-- End email input -->
<div class="form-group col-md-3 col-sm-4">
<div class=" controls">
<input name="EMAIL" placeholder="Enter Your email" class="form-control subscribe_mail" type="email">
</div>
</div>
<!-- End email input -->
<div class="col-md-2 col-sm-4">
<p>
<button id="footer_button_click" name="submit" type="button" class="btn btn-block btn-submit">
Submit <i class="fa fa-arrow-right"></i></button>
</p>
</div>
</form>
<!-- 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 GeNet team. 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-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-165886163-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165886163-1');
</script> -->