Skip to content

Commit

Permalink
Added missing links and section in the footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Jan 25, 2024
1 parent 981fde6 commit 21133bb
Showing 1 changed file with 51 additions and 27 deletions.
78 changes: 51 additions & 27 deletions trac-env/templates/site_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,61 @@
<div class="subfooter">
<div class="container">
<h1 class="visuallyhidden">Django Links</h1>
<div class="column-container">
<div class="col-learn-more">
<h2>Learn More</h2>
<ul>
<li><a href="https://www.djangoproject.com/overview/">About Django</a></li>
<li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/organization/">Team Organization</a></li>
<li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li>
<li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li>
<li><a href="https://www.djangoproject.com/diversity/">Diversity Statement</a></li>
</ul>
</div>

<div class="col learn">
<h2>Learn More</h2>
<ul>
<li><a href="https://www.djangoproject.com/overview/">About Django</a></li>
<li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li>
<li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li>
<li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li>
</ul>
</div>
<div class="col-get-involved">
<h2>Get Involved</h2>
<ul>
<li><a href="https://www.djangoproject.com/community/">Join a Group</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li>
</ul>
</div>

<div class="col involved">
<h2>Get Involved</h2>
<ul>
<li><a href="https://www.djangoproject.com/community/">Join a Group</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li>
<li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li>
</ul>
</div>
<div class="col-get-help">
<h2>Get Help</h2>
<ul>
<li><a href="https://docs.djangoproject.com/en/dev/faq/">Getting Help FAQ</a></li>
<li><a href="irc://irc.libera.chat/django">#django IRC channel</a></li>
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
</ul>
</div>

<div class="col follow">
<h2>Follow Us</h2>
<ul>
<li><a href="http://github.com/django">GitHub</a></li>
<li><a href="https://twitter.com/djangoproject">Twitter</a></li>
<li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li>
<li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li>
</ul>
</div>
<div class="col-follow-us">
<h2>Follow Us</h2>
<ul>
<li><a href="http://github.com/django">GitHub</a></li>
<li><a href="https://twitter.com/djangoproject">Twitter</a></li>
<li><a href="https://fosstodon.org/@django" rel="me">Fediverse (Mastodon)</a></li>
<li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li>
<li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li>
</ul>
</div>

<div class="col-support-us">
<h2>Support Us</h2>
<ul>
<li><a href="https://www.djangoproject.com/fundraising/">Sponsor Django</a></li>
<li><a href="https://www.djangoproject.com/foundation/corporate-membership/">Corporate membership</a></li>
<li><a href="https://django.threadless.com/" target="_blank">Official merchandise store</a></li>
<li><a href="https://www.djangoproject.com/foundation/donate/#benevity-giving">Benevity Workplace Giving Program</a></li>
</ul>
</div>

</div>
</div>
</div>

Expand Down

0 comments on commit 21133bb

Please sign in to comment.