diff --git a/assets/fonts/Manrope-VariableFont_wght.ttf b/assets/fonts/Manrope-VariableFont_wght.ttf deleted file mode 100644 index 3f089bf..0000000 Binary files a/assets/fonts/Manrope-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/OverpassMono-VariableFont_wght.ttf b/assets/fonts/OverpassMono-VariableFont_wght.ttf deleted file mode 100644 index 271407d..0000000 Binary files a/assets/fonts/OverpassMono-VariableFont_wght.ttf and /dev/null differ diff --git a/fr/index.html b/fr/index.html index d9c4b72..d91c9b4 100644 --- a/fr/index.html +++ b/fr/index.html @@ -84,12 +84,13 @@

WATT Earth

Apprenti développeur R&D
Oct. 2021 - Sept. 2022

- +

+ J’ai travaillé sur la conception et le développement de fonctionnalités innovantes au cœur des produits WATT Earth + (en utilisant du Typescript, Javascript, Python, VueJS, Go, PhP, MySql, Warp10, pour ne citer qu’eux), mais aussi + sur du maquettage et de la conception d'interfaces utilisateurs (Figma), de la réalisation de spécifications et de + cahiers de recettes et enfin de l’intégration de technologies dans la olution de l'entreprise, correspondant aux + besoin client (Modbus, LoRaWAN, Zigbee...). +

diff --git a/index.html b/index.html index 9b4f6f3..4ba227f 100644 --- a/index.html +++ b/index.html @@ -80,12 +80,12 @@

WATT Earth

R&D Developer Apprentice
Oct. 2021 - Sept. 2022

- +

+ I worked on the design and development of innovative features at the heart of WATT Earth products (using Typescript, + Javascript, Python, VueJS, Go, PhP, MySql, Warp10, to name a few), but also on the design of user interfaces (Figma), + the realization of specifications and recipe books and finally the integration of technologies into the company's solution, + corresponding to the customer's needs (Modbus, LoRaWAN, Zigbee...). +

diff --git a/stylesheet-main.css b/stylesheet-main.css index d7f217f..7c9dab5 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -1,14 +1,4 @@ -@font-face { - font-family: 'Manrope'; - src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Overpass'; - src: url('assets/fonts/OverpassMono-VariableFont_wght.ttf') format('truetype'); - font-display: swap; -} +@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Overpass+Mono:wght@400;700&display=swap'); :root { --accent-color: #3AC414; @@ -557,6 +547,10 @@ a { transform: scale(1.05); } +strong, b { + font-weight: bold; +} + /* Title fix */ @media (min-width: 522px) { .main-title h1 {