Edit README Profile

Using Mustache and YAML to generate the Markdown file
This commit is contained in:
LucasVbr
2022-05-08 23:13:28 +02:00
parent 83bb334a24
commit 82211d5d0e
19 changed files with 370 additions and 60 deletions
+59
View File
@@ -0,0 +1,59 @@
<div align="center">
<h1>Hi 👋, I'm LucasVbr</h1>
<h3>A passionate developer from France</h3>
</div>
{{#profile-views}}
<img src="{{img}}" alt="{{alt}}"/>
{{/profile-views}}
<ul style="{{ remove-bullets }}">
<li>🔭 Im currently working on
{{#working}}<a href="{{link}}">{{ text }}</a>{{/working}}
</li>
<li>🌱 Im currently learning <b>Symfony</b></li>
<li>📫 How to reach me <b>{{ email }}</b></li>
<li>💻 Here is my <a href="{{ portfolio-url }}">portfolio</a></li>
</ul>
<h3>Connect with me:</h3>
<ul style="{{ remove-bullets }}">
<li>
{{#connect-with-me}}
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
{{/connect-with-me}}
</li>
</ul>
<h3>Language and Tools:</h3>
<ul style="{{ remove-bullets }}">
{{#languages-and-tools}}
<li>
{{# languages }}
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
{{/languages}}
</li>
<li>
{{# frameworks }}
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
{{/frameworks}}
</li>
<li>
{{# tools }}
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
{{/tools}}
</li>
<li>
{{# os }}
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
{{/os}}
</li>
{{/languages-and-tools}}
</ul>
<div align="center">
{{#stats}}
<img src="{{ img }}" alt="{{ alt }}"><br>
{{/stats}}
</div>
+173
View File
@@ -0,0 +1,173 @@
# General variables
imgSize: "35px"
remove-bullets: "list-style: none;"
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"
working:
link: "https://github.com/LucasVbr/Portfolio"
text: "a new version of my portfolio"
connect-with-me:
- codepen:
link: "https://codepen.io/LucasVbr"
img: "https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/codepen.svg"
alt: "CodePen"
- linkedin:
link: "www.linkedin.com/in/lucasvbr"
img: "https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg"
alt: "Linkedin"
- rootme:
link: "https://www.root-me.org/LucasVbr?lang=fr"
img: "https://www.root-me.org/IMG/logo/siteon0.svg"
alt: "RootMe"
- pydefis:
link: "https://pydefis.callicode.fr/user/mhof/LucasVbr/bba98551173e6b21"
img: "https://pydefis.callicode.fr/static/callicode-vsm.png"
alt: "pydefis"
languages-and-tools:
languages:
- html5:
link: "https://www.w3.org/html/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg"
alt: "html5"
- css3:
link: "https://www.w3schools.com/css/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg"
alt: "css3"
- javascript:
link: "https://developer.mozilla.org/en-US/docs/Web/JavaScript"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg"
alt: "javascript"
- pug:
link: "https://pugjs.org"
img: "https://cdn.worldvectorlogo.com/logos/pug.svg"
alt: "pug"
- sass:
link: "https://sass-lang.com"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg"
alt: "sass"
- typescript:
link: "https://www.typescriptlang.org/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg"
alt: "typescript"
- php:
link: "https://www.php.net"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/php/php-original.svg"
alt: "php"
- java:
link: "https://www.java.com"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg"
alt: "java"
- c:
link: "https://www.cprogramming.com/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg"
alt: "c"
- python:
link: "https://www.python.org"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg"
alt: "python"
- bash:
link: "https://www.gnu.org/software/bash/"
img: "https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg"
alt: "bash"
frameworks:
- bootstrap:
link: "https://getbootstrap.com"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg"
alt: "bootstrap"
- bulma:
link: "https://bulma.io/"
img: "https://raw.githubusercontent.com/gilbarbara/logos/804dc257b59e144eaca5bc6ffd16949752c6f789/logos/bulma.svg"
alt: "bulma"
- symfony:
link: "https://symfony.com"
img: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/symfony/symfony-original.svg"
alt: "symfony"
- angular:
link: "https://angular.io"
img: "https://angular.io/assets/images/logos/angular/angular.svg"
alt: "angular"
tools:
- figma:
link: "https://www.figma.com/"
img: "https://www.vectorlogo.zone/logos/figma/figma-icon.svg"
alt: "figma"
- git:
link: "https://git-scm.com/"
img: "https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg"
alt: "git"
- mariadb:
link: "https://mariadb.org/"
img: "https://www.vectorlogo.zone/logos/mariadb/mariadb-icon.svg"
alt: "mariadb"
- mssql:
link: "https://www.microsoft.com/en-us/sql-server"
img: "https://www.svgrepo.com/show/303229/microsoft-sql-server-logo.svg"
alt: "mssql"
- mysql:
link: "https://www.mysql.com/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg"
alt: "mysql"
- postgresql:
link: "https://www.postgresql.org"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/postgresql/postgresql-original-wordmark.svg"
alt: "postgresql"
- sqlite:
link: "https://www.sqlite.org/"
img: "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg"
alt: "sqlite"
os:
- android:
link: "https://developer.android.com"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/android/android-original-wordmark.svg"
alt: "android"
- linux:
link: "https://www.linux.org/"
img: "https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-original.svg"
alt: "linux"
- windows:
link: "https://developer.microsoft.com/fr-fr/windows/"
img: "https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/windows8/windows8-original.svg"
alt: "Windows"
stats:
- github-stats:
img: "https://github-readme-stats.vercel.app/api?username=lucasvbr&show_icons=true&locale=en"
alt: "github-stats"
- most-used-languages:
img: "https://github-readme-stats.vercel.app/api/top-langs?username=lucasvbr&show_icons=true&locale=en&layout=compact"
alt: "most-used-languages"