Add macros for chip, add tasks for creating job and skill
This commit is contained in:
7
assets/views/website/macros/chip.html
Normal file
7
assets/views/website/macros/chip.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% macro chip(text) %}
|
||||
<p
|
||||
class="text-base text-center rounded-2xl font-semibold tracking-tight text-black shadow-lg bg-yellow-400 p-2 min-w-[4rem] max-w-[12rem]"
|
||||
>
|
||||
{{ text }}
|
||||
</p>
|
||||
{% endmacro chip %}
|
Reference in New Issue
Block a user