-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.data
88 lines (84 loc) · 3.17 KB
/
footer.data
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
<!-- Main Footer -->
<div class="footer py-5" style="background: #343a41;">
<div class="container py-5">
<div class="row py-5">
<div class="col-lg-6 col-md-12 col-12 mb-lg-0 mb-5">
<h4 class="mb-4">About StagPHP</h4>
<p class="">StagPHP is Open Source, Lightweight, Extensible, High Performance, and Secure PHP Framework for Modern Web Applications. It is compatible with almost all web server that can run PHP, my SQL and Apache.</p>
<a href="/about.html">
<span class="stag-icon stag-icon-right"></span>
<span>Read More</span>
</a>
<div>
<a target="_blank" href="https://github.com/StagPHP/StagPHP-Framework" class="btn btn-light mt-4"><span class="stag-icon stag-icon-github"></span> Github</a>
<a target="_blank" href="https://twitter.com/StagPHP" class="btn btn-light mt-4"><span class="stag-icon stag-icon-twitter"></span></a>
<a target="_blank" href="https://discord.gg/nhtwy4C" class="btn btn-light mt-4"><span class="stag-icon stag-icon-discord"></span></a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-0">
<h4 class="mb-4">Explore StagPHP</h4>
<div>
<a href="/stagons/">
<span class="stag-icon stag-icon-right"></span>
<span>StagONS Archive</span>
</a>
</div>
<div class="mt-4">
<a href="/docs/">
<span class="stag-icon stag-icon-right"></span>
<span>Documentation</span>
</a>
</div>
<div>
<a class="disabled">
<span class="stag-icon stag-icon-right"></span>
<span>Development</span>
</a>
</div>
<div>
<a class="disabled">
<span class="stag-icon stag-icon-right"></span>
<span>Reference</span>
</a>
</div>
<div class="mt-4">
<a href="/announcements/">
<span class="stag-icon stag-icon-right"></span>
<span>Community Announcement</span>
</a>
</div>
<div>
<a href="/update-log/">
<span class="stag-icon stag-icon-right"></span>
<span>StagPHP Update Log</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-md-0 mb-5">
<h4 class="mb-4">Additional Info</h4>
<div>
<a target="_blank" href="https://github.com/StagPHP/StagPHP-Framework/blob/master/LICENSE">
<span class="stag-icon stag-icon-right"></span>
<span>StagPHP OSSL - GPL 3.0 <span class="stag-icon stag-icon-new-window ml-1"></span></span>
</a>
</div>
<div>
<a href="/terms.html">
<span class="stag-icon stag-icon-right"></span>
<span>Terms of Use</span>
</a>
</div>
<div>
<a href="/privacy.html">
<span class="stag-icon stag-icon-right"></span>
<span>Privacy</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Sub Footer Content -->
<div class="p-5 text-center">
<p class="m-0 p-0">Copyrights © 2020 All Rights Reserved by StagPHP</p>
</div>