-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
20 lines (17 loc) · 1.47 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col s12" style="margin: 20px auto; text-align: center;">
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Bondhon</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/anikghosh256/" property="cc:attributionName" rel="cc:attributionURL">Anik Ghosh</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/anikghosh256/Bondhon" rel="dct:source">https://github.com/anikghosh256/Bondhon</a>.
</div>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--<script src="//code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>-->
<script src="//kit.fontawesome.com/5fc47d9e2e.js" crossorigin="anonymous"></script>
<?php wp_footer(); ?>
</body>
</html>