mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
New Version of README Profile
This commit is contained in:
+22
-14
@@ -1,20 +1,28 @@
|
||||
{%- from './macros/image.md.jinja' import img -%}
|
||||
{%- from './macros/link.md.jinja' import a -%}
|
||||
# Hello there ! <img src="./img/Hi.gif" alt="Wave hand" width="50px" height="50px"/>
|
||||
|
||||
<!-- Header -->
|
||||
{%- include './sections/header.md.jinja' with context %}
|
||||
I'm Lucàs, a passionate developer from Rodez, France.
|
||||
{% if weather_status == 200 %}<br>Currently, the weather is: **{{ weather.temperature }}**, **{{ weather.description }}**{% endif %}
|
||||
|
||||
<!-- Badges -->
|
||||
{% include './sections/badges.md.jinja' with context %}
|
||||
### I code with
|
||||
{% for image in tools -%}
|
||||

|
||||
{% endfor %}
|
||||
|
||||
<!-- About -->
|
||||
{% include './sections/about.md.jinja' with context %}
|
||||
### Where to find me
|
||||
[](https://github.com/LucasVbr)
|
||||
[](https://www.linkedin.com/in/lucasvbr)
|
||||
[](https://www.freecodecamp.org/LucasVbr)
|
||||
|
||||
<!-- Connect With Me -->
|
||||
{% include './sections/connect-with-me.md.jinja' with context %}
|
||||
---
|
||||
|
||||
<!-- Language and Tools -->
|
||||
{% include './sections/languages-and-tools.md.jinja' with context %}
|
||||
<center>
|
||||
|
||||
<!-- Stats -->
|
||||
{% include './sections/stats.md.jinja' with context %}
|
||||
This README is generated every day.<br>
|
||||
Last refresh: **{{ today }}**<br>
|
||||

|
||||

|
||||
<br>
|
||||
|
||||
*inspired by [Thomas Guibert](https://github.com/thmsgbrt)*
|
||||
|
||||
</center>
|
||||
Reference in New Issue
Block a user