-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
119 lines (76 loc) · 3.49 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
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
<!-- main col right -->
<!-- <div class="col-sm-7">
</div> -->
</div><!--/row-->
<br>
<div style="height: 2px;">
<div class="row" id="footer" style="float: right;">
<a href="#" class="pull-right">© 2022 CUTESPIRIT</a>
</div>
<div class="row" id="footer" style="float: left;">
<!-- </div><div class="row"><a>
</a><div class="col-sm-6"><a> -->
<!--這是三小-->
<!-- </a> -->
<a href="https://github.com/Cutespirit-Team">Github</a> <small class="text-muted">|</small>
<a href="https://fb.cutespirit.org">Facebook</a> <small class="text-muted">|</small>
<a href="https://ig.cutespirit.org">Instagram</a> <small class="text-muted">|</small>
<a href="https://www.cutespirit.org">靈萌團隊官網</a> <small class="text-muted">|</small>
<a href="https://shop.cutespirit.org">靈萌商店</a> <small class="text-muted">|</small>
<a href="instructions/disclaimer.php">免責聲明</a> <small class="text-muted">|</small>
<a href="instructions/policy.php">隱私權政策</a> <small class="text-muted">|</small>
<a href="instructions/cookie.php">Cookie政策</a> <small class="text-muted">|</small>
<a href="instructions/api.php">API</a> <small class="text-muted">|</small>
<a href="instructions/terms_of_use.php">使用條款</a> <small class="text-muted">|</small>
</div>
</div><!-- </div> -->
<hr>
<h4 class="text-center">
<a href="" target="ext">hamigua//TershiXia</a>
</h4>
<hr>
</div><!-- /col-9 -->
</div><!-- /padding -->
</div>
<!-- /main -->
</div>
</div>
</div>
<!--post modal-->
<div id="postModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">�</button>
Update Status
</div>
<div class="modal-body">
<form class="form center-block">
<div class="form-group">
</div>
</form>
</div>
<div class="modal-footer">
<div>
<button class="btn btn-primary btn-sm" data-dismiss="modal" aria-hidden="true">Post</button>
<ul class="pull-left list-inline"><li><a href=""><i class="glyphicon glyphicon-upload"></i></a></li><li><a href=""><i class="glyphicon glyphicon-camera"></i></a></li><li><a href=""><i class="glyphicon glyphicon-map-marker"></i></a></li></ul>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/jquery.js"></script>
<script type="text/javascript" src="/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$(this).toggleClass('visible-xs text-center');
$(this).find('i').toggleClass('glyphicon-chevron-right glyphicon-chevron-left');
$('.row-offcanvas').toggleClass('active');
$('#lg-menu').toggleClass('hidden-xs').toggleClass('visible-xs');
$('#xs-menu').toggleClass('visible-xs').toggleClass('hidden-xs');
$('#btnShow').toggle();
});
});
</script>
</body></html>