Add Emoji to Meteo

This commit is contained in:
LucasVbr
2022-06-06 17:56:26 +02:00
parent 512c0896c0
commit 2707eecbd9
3 changed files with 75 additions and 4 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
# Hello there ! {{ imageWithSize(data.info.hi_img) }}
I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info.france_img) }} {{ data.info.city }}, France.
<br>Currently, the weather is: **{{ data.weather.temperature }}°C**, **{{ data.weather.description }}**
I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info.france_img) }} **{{ data.info.city }}, France**.
<br>Currently, the weather is: **{{ data.weather.temperature }}°C** :thermometer:, **{{ data.weather.description }}** {{ data.weather.icon }}
### I code with
{% for img in data.tools -%}
@@ -18,7 +18,7 @@ I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info
<div align="center">
This README is generated every 3 hours.<br>
This **README** is generated **every 3 hours**.<br>
Last refresh: **{{ data.today }}** ({{ data.info.timezone }})<br>
{% for img in data.footer_badges -%}
{{ image(img) }}