Issue #3: Implement homepage template and design

This commit is contained in:
2025-02-11 14:20:57 +01:00
parent 1008a778c0
commit ec6647a6cb
7 changed files with 261 additions and 10 deletions

View File

@@ -9,6 +9,8 @@
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'css/Jost.css' %}" rel="stylesheet">
<link href="{% static 'css/main.css' %}" rel="stylesheet">
<link href="{% static 'css/index.css' %}" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap" rel="stylesheet">
{% block css %}{% endblock css %}
</head>
<body>
@@ -36,7 +38,7 @@
</div>
</div>
</nav>
<article class="px-3">
<article>
{% block content %}{% endblock content %}
<!-- Bootstrap JS and dependencies -->
</article>