diff --git a/index.html b/index.html index aba3192..f4074da 100644 --- a/index.html +++ b/index.html @@ -71,16 +71,6 @@ - -
@@ -99,7 +89,7 @@ maintenables.

- Diplômé d'un Bachelor Développeur Web à l'ESD Paris et récemment en poste chez Dollen, je porte une attention + Diplômé d'un Bachelor Développeur Web à l'ESD Paris et actuellement en poste chez Tool4Staffing, je porte une attention particulière à la maintenabilité et aux bonnes pratiques. Passionné d'informatique, je m'investis également dans des projets personnels et des missions en freelance pour continuer à progresser et résoudre des problèmes. @@ -200,9 +190,14 @@

Expériences professionnelles

+
+
VIE — Développeur Fullstack
+
Tool4Staffing • Fev. 2026 - En cours
+
+
CDI — Développeur Web Fullstack
-
Entreprise : Dollen • Période : Nov. 2024 - Oct. 2025
+
Dollen • Nov. 2024 - Oct. 2025
  • Conception logiciel (diagrammes de classes UML).
  • Back-office: PHP 8.4, Symfony 7.3, Doctrine, Twig, Stimulus, PHPUnit, DDD.
  • @@ -214,7 +209,7 @@
    Apprenti — Développeur Fullstack
    -
    Entreprise : Présent • Avr. 2023 - Sep. 2024 +
    Présent • Avr. 2023 - Sep. 2024
    • Apps mobiles: Kotlin (interne), Flutter (B2C).
    • @@ -225,7 +220,7 @@
      Apprenti — Développeur R&D
      -
      Entreprise : WATT Earth • Oct. 2021 - Sept. 2022
      +
      WATT Earth • Oct. 2021 - Sept. 2022
      • Fonctionnalités cœur produit: VueJS, TS, PHP, Python, MySQL, Warp10, Grafana.
      • Maquettage et conception UI (Figma).
      • @@ -286,7 +281,7 @@

        Pourquoi si simple ? Ce site reste léger et sobre. Pourquoi viser < 14 kB

        -

        Dernière mise à jour : 2025/12/09

        +

        Dernière mise à jour : 2025/02/10

        diff --git a/style.css b/style.css index a5c3a06..c2d99c6 100644 --- a/style.css +++ b/style.css @@ -473,33 +473,6 @@ a:visited:hover { color: var(--accent-2); } -/* Urgent banner */ -.banner { - opacity: 0; - transform: translateY(-100%); - animation: slideInFromTop 0.6s ease forwards; - animation-delay: 1.5s; - position: fixed; - left: 0; - right: 0; - z-index: 15; - pointer-events: none; - margin-top: 82px; -} - -.banner .container { - display: flex; - align-items: center; - gap: 12px; - background: var(--surface-2); - border: 1px solid var(--border); - border-radius: 14px; - padding: 12px 16px; - backdrop-filter: saturate(1.2) blur(6px); - pointer-events: all; - max-width: 1084px; -} - @keyframes slideInFromTop { from { opacity: 0; @@ -511,21 +484,6 @@ a:visited:hover { } } -.badge-urgent { - background: #ff5858; - color: #0e120e; - border: 1px solid #ff9a9a; - border-radius: 999px; - padding: 4px 10px; - font-weight: 700; - font-family: var(--font-heading); - letter-spacing: 0.02em; -} - -.banner .btn { - margin-left: auto; -} - /* Buttons */ .btn { display: inline-block; @@ -620,10 +578,6 @@ footer .to-top { padding: 24px 16px; } - .banner { - display: none; - } - section { margin-top: 32px; }