mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 11:43:20 +02:00
Merge branch 'main' of https://github.com/Floriansylvain/Portfolio
This commit is contained in:
Binary file not shown.
Binary file not shown.
+7
-1
@@ -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>
|
||||||
|
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...).
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="to-slide">
|
<div class="to-slide">
|
||||||
|
|||||||
+6
-1
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user