mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Add icon
Added settings icon
This commit is contained in:
parent
a48a0a3305
commit
c890a6633c
@ -4,6 +4,11 @@
|
|||||||
{% block meta %}{% endblock %}
|
{% block meta %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="py-8 px-32">
|
<div class="py-8 px-32">
|
||||||
|
<div class="flex justify-end">
|
||||||
|
<a href="{% url 'settings' %}">
|
||||||
|
<i class="fa-solid fa-gear fa-2xl"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<h1 class="font-abel text-4xl mb-8">My Projects</h1>
|
<h1 class="font-abel text-4xl mb-8">My Projects</h1>
|
||||||
<div class="grid grid-cols-1 gap-4">
|
<div class="grid grid-cols-1 gap-4">
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user