-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
59 lines (45 loc) · 2.66 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
<!-- start #footer -->
<footer id="footer" class="bg-dark text-white py-5 text-center">
<div class="container">
<div class="row">
<div class="col-lg-4 col-11">
<h4 class="font-rubik font-size-20">API</h4>
<p class="font-size-14 font-rale text-white-50">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Repellendus, deserunt.
</p>
</div>
<div class="col-lg-4 col-11">
<h4 class="font-rubik font-size-20">Information</h4>
<div class="d-flex flex-column flex-wrap">
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">About Us</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">Privacy Policy</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">Terms & Conditions</a>
</div>
</div>
<div class="col-lg-4 col-11">
<h4 class="font-rubik font-size-20">Account</h4>
<div class="d-flex flex-column flex-wrap">
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">My Account</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">Newslatters</a>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright text-center bg-dark text-white py-2">
<p class="font-rale font-size-14">© Copyrights 2021. Desing By <a href="#" class="color-second">Isuru B Gunathunga</a></p>
</div>
<!-- !start #footer -->
<!-- jquery CDN -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<!-- bootstrap CDN JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- custom CDN JS-->
<script src="static/js/index.js"></script>
</body>
</html>