|
2 | 2 | <div class="subfooter">
|
3 | 3 | <div class="container">
|
4 | 4 | <h1 class="visuallyhidden">Django Links</h1>
|
| 5 | + <div class="column-container"> |
| 6 | + <div class="col-learn-more"> |
| 7 | + <h2>Learn More</h2> |
| 8 | + <ul> |
| 9 | + <li><a href="https://www.djangoproject.com/overview/">About Django</a></li> |
| 10 | + <li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li> |
| 11 | + <li><a href="https://docs.djangoproject.com/en/dev/internals/organization/">Team Organization</a></li> |
| 12 | + <li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li> |
| 13 | + <li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li> |
| 14 | + <li><a href="https://www.djangoproject.com/diversity/">Diversity Statement</a></li> |
| 15 | + </ul> |
| 16 | + </div> |
5 | 17 |
|
6 |
| - <div class="col learn"> |
7 |
| - <h2>Learn More</h2> |
8 |
| - <ul> |
9 |
| - <li><a href="https://www.djangoproject.com/overview/">About Django</a></li> |
10 |
| - <li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li> |
11 |
| - <li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li> |
12 |
| - <li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li> |
13 |
| - </ul> |
14 |
| - </div> |
| 18 | + <div class="col-get-involved"> |
| 19 | + <h2>Get Involved</h2> |
| 20 | + <ul> |
| 21 | + <li><a href="https://www.djangoproject.com/community/">Join a Group</a></li> |
| 22 | + <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li> |
| 23 | + <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li> |
| 24 | + <li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li> |
| 25 | + </ul> |
| 26 | + </div> |
15 | 27 |
|
16 |
| - <div class="col involved"> |
17 |
| - <h2>Get Involved</h2> |
18 |
| - <ul> |
19 |
| - <li><a href="https://www.djangoproject.com/community/">Join a Group</a></li> |
20 |
| - <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li> |
21 |
| - <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li> |
22 |
| - <li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li> |
23 |
| - </ul> |
24 |
| - </div> |
| 28 | + <div class="col-get-help"> |
| 29 | + <h2>Get Help</h2> |
| 30 | + <ul> |
| 31 | + <li><a href="https://docs.djangoproject.com/en/dev/faq/">Getting Help FAQ</a></li> |
| 32 | + <li><a href="irc://irc.libera.chat/django">#django IRC channel</a></li> |
| 33 | + <li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li> |
| 34 | + <li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li> |
| 35 | + </ul> |
| 36 | + </div> |
25 | 37 |
|
26 |
| - <div class="col follow"> |
27 |
| - <h2>Follow Us</h2> |
28 |
| - <ul> |
29 |
| - <li><a href="http://github.com/django">GitHub</a></li> |
30 |
| - <li><a href="https://twitter.com/djangoproject">Twitter</a></li> |
31 |
| - <li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li> |
32 |
| - <li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li> |
33 |
| - </ul> |
34 |
| - </div> |
| 38 | + <div class="col-follow-us"> |
| 39 | + <h2>Follow Us</h2> |
| 40 | + <ul> |
| 41 | + <li><a href="http://github.com/django">GitHub</a></li> |
| 42 | + <li><a href="https://twitter.com/djangoproject">Twitter</a></li> |
| 43 | + <li><a href="https://fosstodon.org/@django" rel="me">Fediverse (Mastodon)</a></li> |
| 44 | + <li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li> |
| 45 | + <li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li> |
| 46 | + </ul> |
| 47 | + </div> |
35 | 48 |
|
| 49 | + <div class="col-support-us"> |
| 50 | + <h2>Support Us</h2> |
| 51 | + <ul> |
| 52 | + <li><a href="https://www.djangoproject.com/fundraising/">Sponsor Django</a></li> |
| 53 | + <li><a href="https://www.djangoproject.com/foundation/corporate-membership/">Corporate membership</a></li> |
| 54 | + <li><a href="https://django.threadless.com/" target="_blank">Official merchandise store</a></li> |
| 55 | + <li><a href="https://www.djangoproject.com/foundation/donate/#benevity-giving">Benevity Workplace Giving Program</a></li> |
| 56 | + </ul> |
| 57 | + </div> |
| 58 | + |
| 59 | + </div> |
36 | 60 | </div>
|
37 | 61 | </div>
|
38 | 62 |
|
|
0 commit comments