230 lines
6.9 KiB
HTML
230 lines
6.9 KiB
HTML
<html><head>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
|
||
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css" rel="stylesheet">
|
||
<style>
|
||
/* Default styles */
|
||
pre {
|
||
background: #2d2d2d;
|
||
border-radius: 4px;
|
||
margin: 0.5em 0;
|
||
}
|
||
code {
|
||
font-family: 'Fira Code', Consolas, Monaco, monospace;
|
||
}
|
||
/* Custom CSS */
|
||
/* ====== Markdown PDF Pro Theme ====== */
|
||
|
||
@page {
|
||
margin: 25mm 20mm;
|
||
margin-top: 0mm;
|
||
}
|
||
|
||
body {
|
||
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
|
||
font-size: 11pt;
|
||
line-height: 1.6;
|
||
color: #333;
|
||
background: white;
|
||
max-width: 800px;
|
||
margin: auto;
|
||
padding: 60px;
|
||
}
|
||
|
||
/* Headings */
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
font-family: "Segoe UI Semibold", "Helvetica Neue", Arial, sans-serif;
|
||
font-weight: 600;
|
||
margin-top: 2em;
|
||
margin-bottom: 0.6em;
|
||
line-height: 1.3;
|
||
color: #222;
|
||
}
|
||
|
||
h1 {
|
||
font-size: 24pt;
|
||
border-bottom: 2px solid #000;
|
||
/* accent color */
|
||
padding-bottom: 0.3em;
|
||
margin-top: 0;
|
||
}
|
||
|
||
h2 {
|
||
font-size: 18pt;
|
||
border-left: 4px solid #000;
|
||
padding-left: 0.5em;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 14pt;
|
||
color: #444;
|
||
}
|
||
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
font-size: 12pt;
|
||
color: #555;
|
||
}
|
||
|
||
/* Paragraphs */
|
||
p {
|
||
margin: 0.5em 0;
|
||
text-align: justify;
|
||
}
|
||
|
||
/* Links */
|
||
a {
|
||
color: #1e7fce;
|
||
text-decoration: none;
|
||
}
|
||
|
||
a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
/* Lists */
|
||
ul,
|
||
ol {
|
||
margin: 0.5em 0 0.5em 2em;
|
||
}
|
||
|
||
li {
|
||
margin-bottom: 0.3em;
|
||
}
|
||
|
||
/* Blockquote */
|
||
blockquote {
|
||
border-left: 4px solid #0078D7;
|
||
margin: 1em 0;
|
||
padding: 0.5em 1em;
|
||
color: #555;
|
||
background: #f9f9f9;
|
||
font-style: italic;
|
||
}
|
||
|
||
/* Code */
|
||
code {
|
||
font-family: "Fira Code", "Consolas", monospace;
|
||
background: #f4f4f4;
|
||
padding: 0.2em 0.4em;
|
||
border-radius: 4px;
|
||
font-size: 0.95em;
|
||
}
|
||
|
||
pre {
|
||
background: #1e1e1e;
|
||
color: #dcdcdc;
|
||
padding: 1em;
|
||
border-radius: 6px;
|
||
overflow-x: auto;
|
||
font-size: 0.9em;
|
||
line-height: 1.4;
|
||
}
|
||
|
||
/* Tables */
|
||
table {
|
||
border-collapse: collapse;
|
||
margin: 1em 0;
|
||
width: 100%;
|
||
font-size: 0.95em;
|
||
}
|
||
|
||
th,
|
||
td {
|
||
border: 1px solid #ccc;
|
||
padding: 0.6em 0.8em;
|
||
text-align: left;
|
||
}
|
||
|
||
th {
|
||
background: #f0f0f0;
|
||
font-weight: 600;
|
||
}
|
||
|
||
tr:nth-child(even) td {
|
||
background: #fafafa;
|
||
}
|
||
|
||
/* Horizontal rule */
|
||
hr {
|
||
border: none;
|
||
border-top: 2px solid #eee;
|
||
margin: 2em 0;
|
||
}
|
||
</style>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-python.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-javascript.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-bash.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-sql.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-go.min.js"></script>
|
||
</head>
|
||
<body>
|
||
<h1>Valère BRON</h1>
|
||
<p><strong>Développeur Front-End | A/B Testing | JavaScript Vanilla, HTML, CSS</strong></p>
|
||
<p>Développeur front spécialisé en expériences utilisateurs et optimisation des parcours clients. Passionné par l’UX et la performance front-end, je conçois, déploie et maintiens des applications digitales pour améliorer conversion et engagement.</p>
|
||
<p>📞 06 81 84 77 37<br>
|
||
📧 contact@valere.dev<br>
|
||
🔗 <a href="https://www.linkedin.com/in/valere-bron/">LinkedIn</a><br>
|
||
💻 <a href="https://github.com/valerebron">GitHub</a></p>
|
||
<hr>
|
||
<h2>💡 Compétences</h2>
|
||
<ul>
|
||
<li><strong>Front-End :</strong> JavaScript ES6+, HTML5, CSS3/SASS, DOM manipulation, Responsive Design, Accessibilité (WCAG)</li>
|
||
<li><strong>A/B Testing :</strong> Implementation front-end, création et déploiement de tests, tracking des événements, analyse statistique</li>
|
||
<li><strong>UX/UI & Marketing Digital :</strong> parcours utilisateur, conversion web, micro-interactions, optimisation de l’engagement</li>
|
||
<li><strong>Outils & Méthodes :</strong> GitLab (Git Flow, merge requests), Jira, Agile/Scrum, documentation technique</li>
|
||
<li><strong>Soft Skills :</strong> analyse et synthèse, rigueur, curiosité, communication avec équipes produit, marketing et UX</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>🏢 Expériences</h2>
|
||
<h3>2025 – Groupama | Développeur Vue.js Front-End</h3>
|
||
<ul>
|
||
<li>Conception et développement de micro-frontends pour une application interne</li>
|
||
<li>Participation aux choix UX/UI et à l’intégration de nouvelles fonctionnalités</li>
|
||
<li>Collaboration avec l’équipe produit pour améliorer le parcours utilisateur</li>
|
||
<li>Mise en place de tests fonctionnels et revue de code pour sécuriser les déploiements</li>
|
||
</ul>
|
||
<h3>2024 – Fitarena | Développeur Front-End</h3>
|
||
<ul>
|
||
<li>Développement d’un agenda interactif avec Vue 3 et Pinia</li>
|
||
<li>Création de composants dynamiques et intégration d’API pour améliorer l’expérience utilisateur</li>
|
||
<li>Refactorisation de code et optimisation de la performance front</li>
|
||
</ul>
|
||
<h3>2021–2023 – Potager City | Développeur Front-End Vue.js</h3>
|
||
<ul>
|
||
<li>Développement d’applications front-end accessibles et performantes</li>
|
||
<li>Mise en place de tests E2E pour éviter les régressions et garantir une UX fluide</li>
|
||
<li>Conception de campagnes front-end pour l’emailing et interfaces interactives</li>
|
||
<li>Optimisation SEO et accessibilité des composants</li>
|
||
</ul>
|
||
<h3>2020–2021 – MassiveMusic | Développeur Full-Stack Front-End</h3>
|
||
<ul>
|
||
<li>Composants front-end avec Atomic Design, intégration SASS normalisée</li>
|
||
<li>Déploiement et maintenance de services front pour la lecture de musique en streaming</li>
|
||
<li>Intégration de systèmes de tracking et gestion de données utilisateurs pour analyser l’usage</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>🎓 Diplômes</h2>
|
||
<ul>
|
||
<li>2011 – Licence Ingénierie de l’Internet</li>
|
||
<li>2010 – BTS Communication et Industries Graphiques</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>🚀 Projets personnels</h2>
|
||
<ul>
|
||
<li>Développement et optimisation d’interfaces web animées, micro-interactions et effets visuels (parallaxes, keyframes)</li>
|
||
<li>Expérimentations A/B sur projets personnels pour analyser le comportement utilisateur</li>
|
||
<li>Paquets npm, extensions web et microservices Docker pour tests front-end et intégration UX</li>
|
||
</ul>
|
||
|
||
</body>
|
||
</html> |