{% extends "se/base.html" %} {% load static %} {% block css %} .resources { padding: 2rem; font-family: system-ui, sans-serif; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; } .resources > div { flex: 1 1 380px; padding: 0.5rem; display: flex; flex-direction: column; } .resources h3 { font-size: 1.3rem; margin-bottom: 1rem; } .resources > div > p { color: #555; margin-bottom: 1rem; } .resources ul { list-style: none; margin: 0; padding: 0; background: var(--hilight-bg); padding: 1.5rem; border-radius: 12px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); } .resources li { margin-bottom: 1.2rem; } .resources img { display: inline-block; height: 16px; width: 16px; vertical-align: middle; } #github_logo { height: 22px; width: 22px; vertical-align: text-bottom; } .resources strong { font-size: 1.05rem; font-weight: bold; text-color: var(--text); display: block; margin-bottom: 0.2rem; } .resources li p { margin: 0 0 0.4rem; color: var(--text-light); } .resources a { font-weight: bold; } .resources img.social-img { width: 24px; height: 24px; display: inline-block; margin-right: 0.5rem; } {% endblock %} {% block body %}

📚 Guides & Documentation

👥 Talk to People

🔧 Open Source Development

🏢 Information & Legal

📢 News

  • RSS feed & Social Networks
{% endblock %}