Deno is better

This commit is contained in:
Lucàs
2023-05-06 14:01:38 +02:00
parent d8f009ac1e
commit 31f70d319f
35 changed files with 668 additions and 828 deletions
-26
View File
@@ -1,26 +0,0 @@
![SVG Banners](https://svg-banners.vercel.app/api?type=glitch&text1=Hi%20I'm%20Lucàs👋&width=1000&height=400)
## 🚀 About Me
I'm a passionate developer from 🇫🇷 **Albi, France**.
## 🔗 Links
{% for link in links -%}
[![{{link.title}}]({{link.shield}})]({{link.url}})
{% endfor %}
## 🛠 Skills
{% for skill in skills -%}
![{{skill.title}}]({{skill.shield}})
{% endfor %}
---
<div align="center">
![SVG Stats](https://github-stats-alpha.vercel.app/api?username=LucasVbr&cc=000&tc=fff&ic=fff&bc=000)
{% for badge in footerBadges -%}
![{{badge.title}}]({{badge.shield}})
{% endfor %}
</div>
+26
View File
@@ -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">
![SVG Stats](https://github-stats-alpha.vercel.app/api?username={{userName}}&cc=000&tc=fff&ic=fff&bc=000)
{% for badge in footer -%}
{{badge}}
{% endfor %}
</div>