Add macros for chip, add tasks for creating job and skill

This commit is contained in:
2024-11-04 03:26:12 +01:00
parent 49d86dec00
commit feeaecac85
14 changed files with 140 additions and 1844 deletions

View File

@@ -0,0 +1,6 @@
{% extends "website/base.html" %} {% block content %}
<span class="m-8"></span>
<div class="flex flex-col w-full gap-4 m-4">
<h1 class="text-5xl font-bold text-center">My projects</h1>
</div>
{% endblock content %}