-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·134 lines (106 loc) · 4.7 KB
/
footer.php
File metadata and controls
executable file
·134 lines (106 loc) · 4.7 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
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
<!-- Footer START -->
<footer>
<div class="container">
<div class="row">
<!-- Column 1 Start -->
<div class="col-md-4 col-sm-6 col-12">
<h3>About</h3>
<div class="mt-25">
<div class="text-content-big mt-20">
<p>Kaisen Linux is developed in order to facilitate and increase your productivity, no
responsibility will be retained against us in case of illegal use. All other trademarks or trade names are
the property of their respective owners.</p>
</div>
</div>
</div>
<!-- Column 1 End -->
<!-- Column 2 Start -->
<div class="col-md-3 col-sm-6 col-12">
<h3>Community links</h3>
<div class="mt-25">
<div class="footer-social-icons mt-25">
<ul>
<li><a href="https://discord.gg/H7jbWzFrJ8" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://forum.kaisenlinux.org" target ="_blank"><i class="fab fa-discourse"></i></a></li>
<li><a href="https://gitlab.com/kaisenlinux" target="_blank"><i class="fab fa-gitlab"></i></a></li>
<li><a href="https://github.com/kaisenlinux" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://linkedin.com/company/kaisenlinux" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/KaisenLinux" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://mastodon.social/@KaisenLinux" target="_blank"><i class="fab fa-mastodon"></i></a></li>
<li><a href="https://t.me/KaisenLinux" target="_blank"><i class ="fab fa-telegram"></i></a></li>
<li><a href="https://ko-fi.com/kaisenlinux" target="_blank"><i class ="fab fa-paypal"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Column 2 End -->
<!-- Column 3 Start -->
<div class="col-md-3 col-sm-6 col-12">
<h3>Importants links</h3>
<ul class="footer-list">
<li><a href="https://distrowatch.com/kaisen" target="_blank">Distrowatch page</a></li>
<li><a href="https://ko-fi.com/kaisenlinux" target="_blank">Ko-Fi (donations)</a></li>
</ul>
</div>
<!-- Column 3 End -->
<!-- Column 4 Start -->
<div class="col-md-2 col-sm-6 col-12">
<h3>Tags</h3>
<div class="footer-tags mt-25">
<a href="https://kernel.org" target="_blank">Linux</a>
<a href="https://gnu.org" target="_blank">GNU</a>
<a href="https://debian.org" target="_blank">Debian</a>
<a href="https://distrowatch.com" target="_blank">Distrowatch</a>
</div>
</div>
<!-- Column 4 End -->
</div>
<!-- Footer Bar Start -->
<div class="footer-bar">
<p>Developed by <a href="https://www.linkedin.com/in/kevinchevreuil/" target="_blank"><span class="primary-color">Kevin Chevreuil - Kaisen</span></a>
and <a href="https://www.linkedin.com/in/tomibequet/" target="_blank"><span class="primary-color">Tomi Bequet - tobas</span></a></p>
<p>Kaisen Linux® is a registered trademark of <a href="https://www.linkedin.com/in/kevinchevreuil/" target="_blank"><span class="primary-color">Kevin Chevreuil</span></a>. Linux® is a registered trademark of Linus Torvalds in the United States and other countries.</p>
<p>Copyright ©<?php echo date("Y"); ?>. All Rights Reserved.</p>
</div>
<!-- Footer Bar End -->
</div>
</footer>
<!-- Footer END -->
<!-- Scroll to top button Start -->
<a href="#" class="scroll-to-top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
<!-- Scroll to top button End -->
<!-- Jquery -->
<script src="/js/jquery.min.js"></script>
<!--Popper JS-->
<script src="/js/popper.min.js"></script>
<!--Popper JS-->
<script src="/js/popper.min.js"></script>
<!-- Bootstrap JS-->
<script src="/js/bootstrap.min.js"></script>
<!-- Owl Carousel-->
<script src="/js/owl.carousel.js"></script>
<!-- Navbar JS -->
<script src="/js/navigation.js"></script>
<script src="/js/navigation.fixed.js"></script>
<!-- Wow JS -->
<script src="/js/wow.min.js"></script>
<!-- Countup -->
<script src="/js/jquery.counterup.min.js"></script>
<script src="/js/waypoints.min.js"></script>
<!-- Tabs -->
<script src="/js/tabs.min.js"></script>
<!-- Yotube Video Player -->
<script src="/js/jquery.mb.YTPlayer.min.js"></script>
<!-- Isotop -->
<script src="/js/isotope.pkgd.min.js"></script>
<!-- Switcher JS -->
<script src="/js/switcher.js"></script>
<!-- Modernizr -->
<script src="/js/modernizr.js"></script>
<!-- Google Map -->
<script src="/js/map.js"></script>
<!-- Main JS -->
<script src="/js/main.js"></script>
<script src="/assets/main.min.js"></script>
</body>
</html>