restart portfolio

This commit is contained in:
Tutur33
2023-12-05 18:45:50 +01:00
parent de25e0072a
commit 40db853637
1174 changed files with 21145 additions and 107608 deletions
@@ -0,0 +1,12 @@
<button
id="{{ name }}"
name="{{ name }}"
type="{{ type ? type : 'submit' }}"
@if(style)
class="{{ style }}"
@else
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50"
@end
>
{{ text }}
</button>