diff --git a/README.md b/README.md index 3eb1a32..d1a6aa3 100644 --- a/README.md +++ b/README.md @@ -3,62 +3,36 @@

A passionate developer from France

-Profile Views +Profile Views freeCodeCamp points

Connect with me:

-

- CodePen - Linkedin - RootMe - pydefis -

- +

CodePen Linkedin RootMe pydefis

Language and Tools:

-

- html5 - css3 - javascript - pug - sass - typescript - php - java - c - python - bash -

-

- bootstrap - bulma - symfony - angular -

-

- figma - git - mariadb - mssql - mysql - postgresql - sqlite -

-

- android - linux - Windows -

+html5 css3 javascript pug sass typescript php java c python bash + + + + +bootstrap bulma symfony angular + + + + +figma git mariadb mssql mysql postgresql sqlite + + + + +android linux Windows
- github-stats
- most-used-languages
+ github-stats
most-used-languages
\ No newline at end of file diff --git a/src/README.mustache b/src/README.mustache index 1b4d441..d39ef13 100644 --- a/src/README.mustache +++ b/src/README.mustache @@ -3,53 +3,26 @@

A passionate developer from France

-{{#profile-views}} -{{alt}} -{{/profile-views}} +{{#badges}}{{> image }} {{/badges}}

Connect with me:

-

-{{#connect-with-me}} - {{ alt }} -{{/connect-with-me}} -

- +

{{#connect-with-me}}{{> linkOnImage}} {{/connect-with-me}}

Language and Tools:

{{#languages-and-tools}} -

-{{# languages }} - {{ alt }} -{{/languages}} -

-

-{{# frameworks }} - {{ alt }} -{{/frameworks}} -

-

-{{# tools }} - {{ alt }} -{{/tools}} -

-

-{{# os }} - {{ alt }} -{{/os}} -

+{{# languages }}{{> linkOnImage}} {{/languages}} +{{# frameworks }}{{> linkOnImage}} {{/frameworks}} +{{# tools }}{{> linkOnImage}} {{/tools}} +{{# os }}{{> linkOnImage}} {{/os}} {{/languages-and-tools}}
-{{#stats}} - {{ alt }}
-{{/stats}} + {{#stats}}{{>image}}
{{/stats}}
\ No newline at end of file diff --git a/src/data.yaml b/src/data.yaml index 1747406..ea02485 100644 --- a/src/data.yaml +++ b/src/data.yaml @@ -4,9 +4,13 @@ email: "vabre.lucas.pro@gmail.com" portfolio-url: "https://lucasvbr.github.io/Portfolio" # Sections -profile-views: - img: "https://komarev.com/ghpvc/?username=lucasvbr&label=Profile%20views&color=0e75b6&style=flat" - alt: "Profile Views" +badges: + - + img: "https://komarev.com/ghpvc/?username=lucasvbr&label=Profile%20views&color=0e75b6&style=flat" + alt: "Profile Views" + - + img: "https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" + alt: "freeCodeCamp points" working: link: "https://github.com/LucasVbr/Portfolio" @@ -34,7 +38,7 @@ connect-with-me: alt: "pydefis" languages-and-tools: - languages: + - languages: - html5: link: "https://www.w3.org/html/" img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" @@ -90,7 +94,7 @@ languages-and-tools: img: "https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg" alt: "bash" - frameworks: + - frameworks: - bootstrap: link: "https://getbootstrap.com" img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg" @@ -111,7 +115,7 @@ languages-and-tools: img: "https://angular.io/assets/images/logos/angular/angular.svg" alt: "angular" - tools: + - tools: - figma: link: "https://www.figma.com/" img: "https://www.vectorlogo.zone/logos/figma/figma-icon.svg" @@ -147,7 +151,7 @@ languages-and-tools: img: "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg" alt: "sqlite" - os: + - os: - android: link: "https://developer.android.com" img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/android/android-original-wordmark.svg" diff --git a/src/image.mustache b/src/image.mustache new file mode 100644 index 0000000..851b1f2 --- /dev/null +++ b/src/image.mustache @@ -0,0 +1 @@ +{{ alt }} \ No newline at end of file diff --git a/src/link.mustache b/src/link.mustache new file mode 100644 index 0000000..5f2d646 --- /dev/null +++ b/src/link.mustache @@ -0,0 +1 @@ +{{ text }} \ No newline at end of file diff --git a/src/linkOnImage.mustache b/src/linkOnImage.mustache new file mode 100644 index 0000000..107823b --- /dev/null +++ b/src/linkOnImage.mustache @@ -0,0 +1 @@ +{{ alt }} \ No newline at end of file