mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Correct centered elements and badges
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
.idea/*
|
||||||
|
.idea/**/*
|
||||||
|
|
||||||
|
venv/*
|
||||||
|
venv/**/*
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
<!-- Header --><center>
|
<!-- Header --><div align="center">
|
||||||
|
|
||||||
# Hi <img src="https://raw.githubusercontent.com/iampavangandhi/iampavangandhi/master/gifs/Hi.gif" alt="👋" width="50px"/>, I'm LucasVbr
|
# Hi <img src="https://raw.githubusercontent.com/iampavangandhi/iampavangandhi/master/gifs/Hi.gif" alt="👋" width="50px"/>, I'm LucasVbr
|
||||||
### A passionate developer from France
|
### A passionate developer from France
|
||||||
|
|
||||||
</center>
|
</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" />
|
||||||
@@ -60,10 +60,10 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Stats -->
|
<!-- Stats -->
|
||||||
<center>
|
<div align="center">
|
||||||
|
|
||||||
<img src="https://github-readme-stats.vercel.app/api?username=lucasvbr&show_icons=true&locale=en" alt="githubStats" />
|
<img src="https://github-readme-stats.vercel.app/api?username=lucasvbr&show_icons=true&locale=en" alt="githubStats" />
|
||||||
<img src="https://github-readme-stats.vercel.app/api/top-langs?username=lucasvbr&show_icons=true&locale=en&layout=compact" alt="mostUsedLanguages" />
|
<img src="https://github-readme-stats.vercel.app/api/top-langs?username=lucasvbr&show_icons=true&locale=en&layout=compact" alt="mostUsedLanguages" />
|
||||||
|
|
||||||
|
|
||||||
</center>
|
</div>
|
||||||
@@ -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 %}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<center>
|
<div align="center">
|
||||||
|
|
||||||
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
|
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
|
||||||
### A passionate developer from France
|
### A passionate developer from France
|
||||||
|
|
||||||
</center>
|
</div>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<center>
|
<div align="center">
|
||||||
|
|
||||||
{% for image in data.stats -%}
|
{% for image in data.stats -%}
|
||||||
{{ img(image.src, image.alt) }}
|
{{ img(image.src, image.alt)}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</center>
|
</div>
|
||||||
Reference in New Issue
Block a user