Browse Source

Merge branch 'new/qarnot-computing'

DricomDragon 4 years ago
parent
commit
f180c20d47

+ 26 - 8
web/cv.php

@@ -23,12 +23,16 @@
                 Ingénieur en informatique
             </h2>
             <div class="row">
-                <div class="col-12 lead">Diplômé de l'École Centrale de Nantes</div>
-                <div class="col-12">
-                    <img src="include/images/logoCN.png" class="mx-auto" alt="Logo Centrale Nantes">
+                <div class="col-lg-12 col-xl-6 lead">Diplômé de l'École Centrale de Nantes</div>
+                <div class="col-lg-12 col-xl-6 lead">Ingénieur logiciel chez Qarnot Computing</div>
+                <div class="col-lg-12 col-xl-6">
+                    <img src="include/images/logoCN.png" class="mx-auto img-fluid m-3" alt="Logo Centrale Nantes">
+                </div>
+                <div class="col-lg-12 col-xl-6">
+                    <img src="include/images/logoQarnot.png" class="mx-auto img-fluid m-4" alt="Logo Qarnot">
                 </div>
             </div>
-            <a href="download/CV_Jovian_Hersemeule_2020.pdf" type="button" class="btn btn-success btn-lg">
+            <a href="download/CV_Jovian_Hersemeule.pdf" type="button" class="btn btn-success btn-lg">
                 Télécharger
                 <img src="include/icon/pdf.svg" alt="PDF">
             </a>
@@ -87,6 +91,20 @@
             <div class="col-lg-12 col-xl-6">
                 <h4>Professionnelles</h4>
 
+                <!-- Qarnot -->
+                <div class="row">
+                    <div class="col-3">
+                        2021 -
+                    </div>
+                    <div class="col-9">
+                        <b>Qarnot Computing</b> – <span class="city">Montrouge</span>
+                        <br/>
+                        Développeur logiciel infrastructure distribuée
+                        <br/>
+                        Développement en Dotnet Core sur la plateforme de calcul haute performance décentralisée sur des radiateurs-ordinateurs
+                    </div>
+                </div>
+
                 <!-- Viaccess France -->
                 <div class="row">
                     <div class="col-3">
@@ -206,21 +224,21 @@
                         Langages
                     </b>
                     <div class="col-8">
-                        C++ Python Java Groovy Kotlin Haskell
+                        C# Dotnet C++ Python Java Groovy Kotlin
                     </div>
 
                     <b class="col-4">
                         GNU/Linux
                     </b>
                     <div class="col-8">
-                        SSH Shell Ubuntu APT Systemd QEMU/KVM
+                        SSH Shell Ubuntu APT Systemd Docker QEMU/KVM
                     </div>
 
                     <b class="col-4">
                         Outils
                     </b>
                     <div class="col-8">
-                        Git Vim Jenkins IntelliJ GitLab
+                        Git Vim Buildbot VSCode GitLab Jira
                     </div>
 
                     <b class="col-4">
@@ -248,7 +266,7 @@
                         Administration de systèmes
                     </b>
                     <div class="col-8">
-                        Sécurité Réseau WakeOnLan Cron
+                        Conteneurisation Sécurité Réseau
                     </div>
                 </div>
             </div>

BIN
web/download/CV_Jovian_Hersemeule.pdf


BIN
web/download/CV_Jovian_Hersemeule_2020.pdf


BIN
web/include/images/logoQarnot.png