diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5935305
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+.idea/*
+.idea/**/*
+
+venv/*
+venv/**/*
\ No newline at end of file
diff --git a/README.md b/README.md
index 8379331..3e085f3 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-
+
# Hi

, I'm LucasVbr
### A passionate developer from France
-
+
-
-
+
+
@@ -60,10 +60,10 @@
-
+

-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/templates/sections/badges.md.jinja b/templates/sections/badges.md.jinja
index c0cfae5..c8e8b2b 100644
--- a/templates/sections/badges.md.jinja
+++ b/templates/sections/badges.md.jinja
@@ -1,3 +1,3 @@
{% for badge in data.badges -%}
- {{ img(badge.src, badge.alt) }}
+ {{ img(badge.src, badge.alt) + " " }}
{% endfor %}
\ No newline at end of file
diff --git a/templates/sections/header.md.jinja b/templates/sections/header.md.jinja
index 2491ceb..7a9a2ee 100644
--- a/templates/sections/header.md.jinja
+++ b/templates/sections/header.md.jinja
@@ -1,6 +1,6 @@
-
+
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
### A passionate developer from France
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/templates/sections/stats.md.jinja b/templates/sections/stats.md.jinja
index d36a20d..90199a3 100644
--- a/templates/sections/stats.md.jinja
+++ b/templates/sections/stats.md.jinja
@@ -1,7 +1,7 @@
-
+
{% for image in data.stats -%}
- {{ img(image.src, image.alt) }}
+ {{ img(image.src, image.alt)}}
{% endfor %}
-
\ No newline at end of file
+
\ No newline at end of file