Issue #3: Implement homepage template and design
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user