mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 11:43:20 +02:00
Changement fonts et desc WE
This commit is contained in:
Binary file not shown.
Binary file not shown.
+7
-6
@@ -84,12 +84,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>
|
||||||
<ul>
|
<p>
|
||||||
<li>Conception et développement de fonctionnalités innovantes au cœur des produits WATT Earth (<b>Python</b>, <b>VueJS</b>, <b>Go</b>, <b>PhP</b>, <b>MySql</b>, <b>Warp10</b>, <b>Grafana</b>)</li>
|
J’ai travaillé sur la conception et le développement de fonctionnalités innovantes au cœur des produits WATT Earth
|
||||||
<li>Maquettage et conception d'interfaces utilisateurs (<b>Figma</b>)</li>
|
(en utilisant du Typescript, Javascript, Python, VueJS, Go, PhP, MySql, Warp10, pour ne citer qu’eux), mais aussi
|
||||||
<li>Réalisation de spécifications et de cahiers de recettes</li>
|
sur du maquettage et de la conception d'interfaces utilisateurs (Figma), de la réalisation de spécifications et de
|
||||||
<li>Intégration de technologies dans la solution de l'entreprise, correspondant aux besoin client (<b>Modbus</b>, <b>LoRaWAN</b>, <b>Zigbee</b>...)</li>
|
cahiers de recettes et enfin de l’intégration de technologies dans la olution de l'entreprise, correspondant aux
|
||||||
</ul>
|
besoin client (Modbus, LoRaWAN, Zigbee...).
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="to-slide">
|
<div class="to-slide">
|
||||||
|
|||||||
+6
-6
@@ -80,12 +80,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>
|
||||||
<ul>
|
<p>
|
||||||
<li>Design and development of innovative features at the heart of WATT Earth products (<b>Python</b>, <b>VueJS</b>, <b>Go</b>, <b>PhP</b>, <b>MySql</b>, <b>Warp10</b>, <b>Grafana</b>)</li>
|
I worked on the design and development of innovative features at the heart of WATT Earth products (using Typescript,
|
||||||
<li>Mock-up and user interface design (<b>Figma</b>)</li>
|
Javascript, Python, VueJS, Go, PhP, MySql, Warp10, to name a few), but also on the design of user interfaces (Figma),
|
||||||
<li>Production of specifications and recipe books</li>
|
the realization of specifications and recipe books and finally the integration of technologies into the company's solution,
|
||||||
<li>Integration of technologies into the company's solution, corresponding to the customer's needs (<b>Modbus</b>, <b>LoRaWAN</b>, <b>Zigbee</b>...)</li>
|
corresponding to the customer's needs (Modbus, LoRaWAN, Zigbee...).
|
||||||
</ul>
|
</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