|
4 | 4 | <h2 style="color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 10px; font-size: 22px;">
|
5 | 5 | {% trans "Community & Contribution" %}
|
6 | 6 | </h2>
|
7 |
| - |
| 7 | + |
8 | 8 | <p style="font-size: 18px; color: #555;">
|
9 | 9 | {% trans "Want to contribute to Django Debug Toolbar? Get involved in our community!" %}
|
10 | 10 | </p>
|
11 |
| - |
| 11 | + |
12 | 12 | <div style="margin-top: 15px;">
|
13 | 13 | <ul style="list-style-type: disc; padding-left: 20px;">
|
14 | 14 | <li>
|
15 |
| - <a href="https://github.com/django-commons/django-debug-toolbar/discussions" target="_blank" |
| 15 | + <a href="https://github.com/django-commons/django-debug-toolbar/discussions" target="_blank" |
16 | 16 | style="text-decoration: none; color: #007bff; font-weight: bold; font-size: 16px;">
|
17 | 17 | {% trans "Join Discussions" %}
|
18 | 18 | </a>
|
19 | 19 | </li>
|
20 | 20 | <li>
|
21 |
| - <a href="https://github.com/django-commons/django-debug-toolbar/issues" target="_blank" |
| 21 | + <a href="https://github.com/django-commons/django-debug-toolbar/issues" target="_blank" |
22 | 22 | style="text-decoration: none; color: #007bff; font-weight: bold; font-size: 16px;">
|
23 | 23 | {% trans "View Issues" %}
|
24 | 24 | </a>
|
25 | 25 | </li>
|
26 | 26 | <li>
|
27 |
| - <a href="https://django-debug-toolbar.readthedocs.io/en/latest/contributing.html" target="_blank" |
| 27 | + <a href="https://django-debug-toolbar.readthedocs.io/en/latest/contributing.html" target="_blank" |
28 | 28 | style="text-decoration: none; color: #007bff; font-weight: bold; font-size: 16px;">
|
29 | 29 | {% trans "Contribution Guide" %}
|
30 | 30 | </a>
|
31 | 31 | </li>
|
32 | 32 | </ul>
|
33 | 33 | </div>
|
34 |
| - |
| 34 | + |
35 | 35 | <h3 style="color: #2c3e50; margin-top: 20px; font-size: 20px;">
|
36 | 36 | {% trans "Django Debug Toolbar Documentation" %}
|
37 | 37 | </h3>
|
38 | 38 | <p style="font-size: 16px; color: #666;">
|
39 | 39 | {% trans "Explore the official documentation to learn more about Django Debug Toolbar." %}
|
40 | 40 | </p>
|
41 |
| - <br> |
42 |
| - <a href="https://django-debug-toolbar.readthedocs.io/en/latest/" target="_blank" |
43 |
| - style="text-decoration: none; background-color: #2980b9; color: white; padding: 10px 18px; |
| 41 | + <br> |
| 42 | + <a href="https://django-debug-toolbar.readthedocs.io/en/latest/" target="_blank" |
| 43 | + style="text-decoration: none; background-color: #2980b9; color: white; padding: 10px 18px; |
44 | 44 | border-radius: 5px; font-weight: bold; font-size: 16px; display: inline-block;">
|
45 | 45 | {% trans "Read Documentation" %}
|
46 | 46 | </a>
|
|
0 commit comments