232 lines
6.7 KiB
HTML
232 lines
6.7 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 — Développeur Front-End & UX/UI</h1>
|
||
<p>Marseille / Freelance • Vue.js / React.js • Interfaces web accessibles et performantes</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>Profil</h2>
|
||
<p>Développeur front-end expérimenté avec 12 ans d’expérience, spécialisé dans la création d’interfaces web modernes, accessibles et performantes.<br>
|
||
Passionné par l’expérience utilisateur, j’ai conçu des applications interactives et responsives, en intégrant des principes UX/UI et en travaillant étroitement avec les équipes design et produit.<br>
|
||
Je souhaite évoluer vers le design d’interfaces et l’optimisation des parcours utilisateurs au sein d’une agence innovante.</p>
|
||
<hr>
|
||
<h2>Compétences</h2>
|
||
<p><strong>UX/UI & Design :</strong> Wireframes, prototypes interactifs, parcours utilisateurs multi-devices, accessibilité (WCAG), tests A/B, design system</p>
|
||
<p><strong>Front-End :</strong> Vue.js, React.js, TypeScript, JavaScript ES6+, HTML5, CSS3, Tailwind, SCSS, Storybook</p>
|
||
<p><strong>Outils & logiciels :</strong> Figma, Adobe Suite (Photoshop, Illustrator, XD), Git, npm, Docker</p>
|
||
<p><strong>Méthodologie :</strong> Agile (Scrum / Kanban), collaboration produit et design, veille technologique</p>
|
||
<hr>
|
||
<h2>Expériences professionnelles</h2>
|
||
<h3>Développeur Front-End — Freelance</h3>
|
||
<p><strong>ESN & clients grands comptes — Lyon & Marseille • 2013–2025</strong></p>
|
||
<ul>
|
||
<li>Développement d’interfaces interactives et responsives en Vue.js et React.js</li>
|
||
<li>Intégration et maintenance de design systems pour simplifier le workflow design → dev</li>
|
||
<li>Création de composants réutilisables et tests d’accessibilité</li>
|
||
<li>Collaboration avec équipes UX/UI pour optimiser parcours utilisateurs et performances</li>
|
||
<li>Mise en place de prototypes et validation de concepts avant production</li>
|
||
</ul>
|
||
<p><strong>Projets notables :</strong></p>
|
||
<ul>
|
||
<li>Web TV synchronisée et plateforme interactive pour événement culturel</li>
|
||
<li>Applications SaaS et e-commerce avec intégration marketing et analytics</li>
|
||
<li>Systèmes front back orchestrés via Docker et CI/CD pour livraison rapide</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>Projets personnels / démonstrateurs techniques</h2>
|
||
<ul>
|
||
<li>Kit front-end interactif avec Vue/React pour prototypage rapide</li>
|
||
<li>Microservices Docker pour apps web expérimentales</li>
|
||
<li>Web TV auto-hébergée et traitement d’images/vidéo en front et back</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>Formation</h2>
|
||
<ul>
|
||
<li>Licence Ingénierie de l’Internet (2011)</li>
|
||
<li>Formation continue autodidacte en UX/UI, Figma, Adobe Suite</li>
|
||
<li>Veille constante sur design web, accessibilité et bonnes pratiques front-end</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>Langues</h2>
|
||
<ul>
|
||
<li>Français : natif</li>
|
||
<li>Anglais : professionnel (documentation technique, échanges dev/design)</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>Contact</h2>
|
||
<p><strong>Valère BRON</strong><br>
|
||
Disponible freelance / CDD<br>
|
||
Malt • LinkedIn • valere.dev</p>
|
||
|
||
</body>
|
||
</html> |