Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

small-footer.html 1.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. <footer class="py-6 text-small">
  2. <div class="container-xl d-flex px-3 px-md-6">
  3. <ul class="d-flex list-style-none flex-wrap flex-justify-center flex-xl-justify-start">
  4. <li class="d-flex mr-xl-3 color-text-secondary">
  5. {% octicon "mark-github" height="20" class="mr-2 mr-xl-3" %}
  6. <span>&copy; {{ "now" | date: "%Y" }} GitHub, Inc.</span>
  7. </li>
  8. <li class="ml-3"><a href="/github/site-policy/github-terms-of-service">{% data ui.footer.terms %} </a></li>
  9. <li class="ml-3"><a href="/github/site-policy/github-privacy-statement">{% data ui.footer.privacy %} </a></li>
  10. <li class="ml-3"><a href="https://github.com/security">{% data ui.footer.product.links.security %}</a></li>
  11. <li class="ml-3"><a href="https://www.githubstatus.com/">{% data ui.footer.support.links.status %}</a></li>
  12. <li class="ml-3"><a href="/">{% data ui.footer.support.links.help %}</a></li>
  13. <li class="ml-3"><a href="https://support.github.com">{% data ui.footer.support.links.contact_github %}</a></li>
  14. <li class="ml-3"><a href="https://github.com/pricing">{% data ui.footer.product.links.pricing %}</a></li>
  15. <li class="ml-3"><a href="/developers">{% data ui.footer.platform.links.developer_api %}</a></li>
  16. <li class="ml-3"><a href="https://services.github.com/">{% data ui.footer.support.links.training %}</a></li>
  17. <li class="ml-3"><a href="https://github.com/about">{% data ui.footer.company.links.about %}</a></li>
  18. </ul>
  19. </div>
  20. </footer>
  21. {% include scripts %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...