mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Deno is better ✨
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||

|
||||
|
||||
## 🚀 About Me
|
||||
I'm a passionate developer from 🇫🇷 **Albi, France**.
|
||||
|
||||
## 🔗 Links
|
||||
{% for link in links -%}
|
||||
[]({{link.url}})
|
||||
{% endfor %}
|
||||
|
||||
## 🛠 Skills
|
||||
{% for skill in skills -%}
|
||||

|
||||
{% endfor %}
|
||||
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||

|
||||
|
||||
{% for badge in footerBadges -%}
|
||||

|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,26 @@
|
||||
{{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>
|
||||
Reference in New Issue
Block a user