-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathfooter.html
More file actions
33 lines (27 loc) · 1.67 KB
/
footer.html
File metadata and controls
33 lines (27 loc) · 1.67 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
<footer>
<div class="container-lg p-responsive py-4 ">
<div class="d-flex flex-justify-between">
<ul class="list-style-none float-right text-small">
<li class="d-none d-lg-inline-block ml-lg-2"><a href="https://help.github.com/articles/github-glossary/" target="_blank">Glossary</a></li>
<li class="d-none d-lg-inline-block ml-lg-2"><a href="https://help.github.com/articles/github-security/">Security</a></li>
<li class="d-inline-block ml-lg-2"><a href="mailto:government@github.com">Contact Us</a></li>
</ul>
<a href="/" class="text-center">
<span class="sr-only">Back to Home</span>
{% octicon mark-github height:24 class:"fill-gray-light d-inline" aria-label:github-logo %}
</a>
<ul class="list-style-none float-left text-small">
<li class="d-inline-block mr-lg-2"><a href="https://github.com/">GitHub.com</a></li>
<li class="d-none d-lg-inline-block mr-lg-2"><a href="https://github.com/about">About</a></li>
<li class="d-none d-lg-inline-block mr-lg-2"><a href="https://github.com/features/">Features</a></li>
</ul>
</div>
<p class="border-top text-center f5 mt-4 pt-4">© 2013 - {{ site.time | date: '%Y' }} <span>GitHub</span>, Inc. and contributors</p>
</div>
</footer>
<script src="{{ "/assets/vendor/anchor-js/anchor.min.js" | relative_url}}"></script>
<script src="{{ "/assets/vendor/jquery/dist/jquery.min.js" | relative_url}}"></script>
<script>anchors.add('.org-type h4');</script>
</body>
</html>
<!-- Proudly powered by GitHub Pages ~ Generated {{ site.time }} -->