forked from OpenUserJS/OpenUserJS.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
36 lines (33 loc) · 1.89 KB
/
Copy pathfooter.html
File metadata and controls
36 lines (33 loc) · 1.89 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
<footer id="footer">
<nav role="navigation" class="navbar navbar-inverse navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target=".navbar-collapse-bottom" class="navbar-toggle" onclick="$('html, body').animate({scrollTop: $(document).height()}, 'slow')"><i class="fa fa-bars"></i></button>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="F359CDZSR6L7W">
<input type="submit" value="Donate" class="btn btn-donate" title="Donations for the site are greatly appreciated via PayPal - A safer, easier, way to donate online.">
<a href="https://github.com/OpenUserJs" class="navbar-brand">© 2013+ OpenUserJS</a>
</form>
</div>
<div class="navbar-collapse navbar-collapse-bottom collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about">About</a></li>
<li><a href="/about/Terms-of-Service">Terms of Service</a></li>
<li><a href="/about/Privacy-Policy">Privacy Policy</a></li>
<li><a href="/about/Digital-Millenium-Copyright-Act" title="Digital Millennium Copyright Act">DMCA</a></li>
<li><a href="https://github.com/OpenUserJs/OpenUserJS.org">Development</a></li>
<li><a href="https://github.com/orgs/OpenUserJs/people">Collaborators</a></li>
</ul>
</div>
</div>
</nav>
</footer>
<!-- JS -->
<script type="text/javascript" charset="UTF-8" src="/redist/npm/jquery/dist/jquery.js"></script>
<script type="text/javascript" charset="UTF-8" src="/redist/npm/bootstrap/dist/js/bootstrap.js"></script>
{{> includes/scripts/hideReminders.html }}
{{^isDev}}
<!-- Google Analytics -->
{{> includes/scripts/googleAnalytics.html }}
{{/isDev}}