mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Edit badges.md.jinja
This commit is contained in:
@@ -6,9 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Badges -->
|
<!-- Badges -->
|
||||||
<img src="https://komarev.com/ghpvc/?username=lucasvbr&label=Profile%20views&color=0e75b6&style=flat" alt="Profile Views" />
|
<img src="https://komarev.com/ghpvc/?username=lucasvbr&label=Profile%20views&color=0e75b6&style=flat" alt="Profile Views" /> <img src="https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" alt="FreeCodeCamp Points" />
|
||||||
<img src="https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" alt="FreeCodeCamp Points" />
|
|
||||||
|
|
||||||
|
|
||||||
<!-- About -->
|
<!-- About -->
|
||||||
- 🔭 I'm currently working on <a href="https://github.com/LucasVbr/Portfolio">a new version of my portfolio</a>
|
- 🔭 I'm currently working on <a href="https://github.com/LucasVbr/Portfolio">a new version of my portfolio</a>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% for badge in data.badges -%}
|
{% for badge in data.badges -%}
|
||||||
{{ img(badge.src, badge.alt) + " " }}
|
{{ img(badge.src, badge.alt) + " " }}
|
||||||
{% endfor %}
|
{%- endfor %}
|
||||||
Reference in New Issue
Block a user