mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-14 01:21:52 +00:00
Generate ReadMe with Flask
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
<div align="center">
|
||||
<h1>Hi 👋, I'm LucasVbr</h1>
|
||||
<h3>A passionate developer from France</h3>
|
||||
</div>
|
||||
|
||||
{{#badges}}{{> image }} {{/badges}}
|
||||
|
||||
<ul>
|
||||
<li>🔭 I’m currently working on {{#working}}{{>link}}{{/working}}</li>
|
||||
<li>🌱 I’m 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>
|
||||
<p>{{#connect-with-me}}{{> linkOnImage}} {{/connect-with-me}}</p>
|
||||
|
||||
<h3>Language and Tools:</h3>
|
||||
{{#languages-and-tools}}
|
||||
{{# languages }}{{> linkOnImage}} {{/languages}}
|
||||
{{# frameworks }}{{> linkOnImage}} {{/frameworks}}
|
||||
{{# tools }}{{> linkOnImage}} {{/tools}}
|
||||
{{# os }}{{> linkOnImage}} {{/os}}
|
||||
{{/languages-and-tools}}
|
||||
|
||||
<div align="center">
|
||||
{{#stats}}{{>image}}<br>{{/stats}}
|
||||
</div>
|
||||
-176
@@ -1,176 +0,0 @@
|
||||
# General variables
|
||||
imgSize: "35px"
|
||||
email: "vabre.lucas.pro@gmail.com"
|
||||
portfolio-url: "https://lucasvbr.github.io/Portfolio"
|
||||
|
||||
# Sections
|
||||
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"
|
||||
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"
|
||||
@@ -1 +0,0 @@
|
||||
<img src="{{ img }}" alt="{{ alt }}">
|
||||
@@ -1 +0,0 @@
|
||||
<a href="{{ link }}">{{ text }}</a>
|
||||
@@ -1 +0,0 @@
|
||||
<a href="{{ link }}"><img src="{{ img }}" alt="{{ alt }}" width="{{ imgSize }}"></a>
|
||||
Reference in New Issue
Block a user