mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
26 lines
365 B
Plaintext
26 lines
365 B
Plaintext
{{banner}}
|
|
|
|
## 🚀 About Me
|
|
{{about}}
|
|
|
|
## 🔗 Links
|
|
{% for link in links -%}
|
|
{{link}}
|
|
{% endfor %}
|
|
|
|
## 🛠 Skills
|
|
{% for skill in skills -%}
|
|
{{skill}}
|
|
{% endfor %}
|
|
|
|
---
|
|
|
|
<div align="center">
|
|
|
|

|
|
|
|
{% for badge in footer -%}
|
|
{{badge}}
|
|
{% endfor %}
|
|
|
|
</div> |