This commit is contained in:
Florian Sylvain
2023-04-11 09:30:32 +02:00
5 changed files with 446 additions and 441 deletions
Binary file not shown.
Binary file not shown.
+7 -1
View File
@@ -91,7 +91,13 @@
<div class="to-slide"> <div class="to-slide">
<h3>WATT Earth</h3> <h3>WATT Earth</h3>
<p><span class="degree">Apprenti développeur R&D</span><br><span class="time-range">Oct. 2021 - Sept. 2022</span></p> <p><span class="degree">Apprenti développeur R&D</span><br><span class="time-range">Oct. 2021 - Sept. 2022</span></p>
<p>Contribuer à la conception et au développement de fonctionnalités innovantes au cœur des produits WATT Earth.</p> <p>
Jai 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 queux), 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 lintégration de technologies dans la olution de l'entreprise, correspondant aux
besoin client (Modbus, LoRaWAN, Zigbee...).
</p>
</div> </div>
<div class="to-slide"> <div class="to-slide">
+6 -1
View File
@@ -85,7 +85,12 @@
<div class="to-slide"> <div class="to-slide">
<h3>WATT Earth</h3> <h3>WATT Earth</h3>
<p><span class="degree">R&D Developer Apprentice</span><br><span class="time-range">Oct. 2021 - Sept. 2022</span></p> <p><span class="degree">R&D Developer Apprentice</span><br><span class="time-range">Oct. 2021 - Sept. 2022</span></p>
<p>Contribute to the design and development of innovative features at the heart of WATT Earth products.</p> <p>
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...).
</p>
</div> </div>
<div class="to-slide"> <div class="to-slide">
+5 -11
View File
@@ -1,14 +1,4 @@
@font-face { @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Overpass+Mono:wght@400;700&display=swap');
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;
}
:root { :root {
--accent-color: #3AC414; --accent-color: #3AC414;
@@ -557,6 +547,10 @@ a {
transform: scale(1.05); transform: scale(1.05);
} }
strong, b {
font-weight: bold;
}
/* Title fix */ /* Title fix */
@media (min-width: 522px) { @media (min-width: 522px) {
.main-title h1 { .main-title h1 {