248 lines
7.5 KiB
HTML
248 lines
7.5 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>Technicien Systèmes, Réseaux & Support IT – Marseille</strong><br>
|
||
Polyvalent, autonome et passionné d’infrastructure, j’interviens sur tous les aspects techniques : systèmes, réseaux, stockage et virtualisation.<br>
|
||
J’allie expérience en développement et en administration Linux/Docker à une vraie rigueur opérationnelle sur le terrain.</p>
|
||
<p>📞 <a href="tel:+33681847737">06 81 84 77 37</a><br>
|
||
📧 <a href="mailto:contact@valere.dev">contact@valere.dev</a><br>
|
||
🌐 <a href="https://valere.dev">valere.dev</a><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 principales</h2>
|
||
<h3>🖥️ Systèmes & Virtualisation</h3>
|
||
<ul>
|
||
<li>Administration Linux (Ubuntu, Debian, Zorin OS) & Windows Server</li>
|
||
<li>Gestion et maintenance d’environnements virtualisés (Docker, VMware)</li>
|
||
<li>Sauvegarde, supervision et restauration des systèmes</li>
|
||
<li>Gestion des comptes utilisateurs, permissions et scripts Bash</li>
|
||
</ul>
|
||
<h3>🌐 Réseaux & Sécurité</h3>
|
||
<ul>
|
||
<li>Installation, configuration et diagnostic d’équipements Cisco / Fortinet / Alcatel</li>
|
||
<li>Configuration de VLAN, VPN, DHCP, DNS, routage et pare-feux</li>
|
||
<li>Surveillance de la performance réseau et sécurité (logs, monitoring)</li>
|
||
<li>Mise en place de NAS et solutions de stockage partagées</li>
|
||
</ul>
|
||
<h3>🧰 Support & Maintenance</h3>
|
||
<ul>
|
||
<li>Support technique niveau 2/3 auprès d’utilisateurs et équipes locales</li>
|
||
<li>Diagnostic des incidents systèmes, réseaux et applicatifs</li>
|
||
<li>Documentation technique et procédures d’intervention</li>
|
||
<li>Préparation et maintenance d’équipements pour déploiement international</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>🧭 Expériences professionnelles</h2>
|
||
<h3>2025 – <strong>Développeur & Administrateur Linux freelance</strong></h3>
|
||
<p>Conception et maintenance d’environnements Docker, scripts Bash et automatisations réseau.</p>
|
||
<blockquote>
|
||
<p>🔹 Supervision de serveurs, NAS et configurations VPN<br>
|
||
🔹 Support technique à distance et sur site</p>
|
||
</blockquote>
|
||
<h3>2024 – <strong>Fitarena</strong> | Développeur Vue.js / Support applicatif</h3>
|
||
<p>Participation à la maintenance et au support des applications internes.</p>
|
||
<blockquote>
|
||
<p>🔹 Lecture de logs, diagnostic d’erreurs, mise en place de correctifs</p>
|
||
</blockquote>
|
||
<h3>2021–2023 – <strong>Potager City</strong> | Développeur & Support IT</h3>
|
||
<p>Suivi technique, support utilisateur et gestion du déploiement applicatif.</p>
|
||
<blockquote>
|
||
<p>🔹 Coordination entre les équipes métiers et IT<br>
|
||
🔹 Documentation et assistance en production</p>
|
||
</blockquote>
|
||
<h3>2018–2020 – <strong>Projets personnels & freelance</strong></h3>
|
||
<p>Mise en place d’infrastructures locales (NAS, mini-serveurs, Docker, réseau).</p>
|
||
<blockquote>
|
||
<p>🔹 Administration Linux et virtualisation<br>
|
||
🔹 Automatisation via scripts Bash</p>
|
||
</blockquote>
|
||
<hr>
|
||
<h2>🚢 Objectif professionnel</h2>
|
||
<p>Intégrer le <strong>service IT d’une compagnie de croisières</strong> pour assurer la maintenance et le support des infrastructures à bord et à terre.<br>
|
||
Allier <strong>mobilité internationale</strong>, <strong>expertise technique</strong> et <strong>réactivité terrain</strong> pour garantir la fiabilité des systèmes en environnement exigeant.</p>
|
||
<hr>
|
||
<h2>🎓 Formation</h2>
|
||
<ul>
|
||
<li><strong>Licence Ingénierie de l’Internet</strong> – 2011</li>
|
||
<li><strong>BTS Communication & Industries Graphiques</strong> – 2010</li>
|
||
</ul>
|
||
<hr>
|
||
<h2>🧠 Points forts</h2>
|
||
<ul>
|
||
<li>Polyvalence : systèmes, réseaux, développement, stockage</li>
|
||
<li>Autonomie et rigueur sur le terrain</li>
|
||
<li>Aisance en diagnostic et résolution d’incidents complexes</li>
|
||
<li>Goût du voyage et disponibilité pour interventions à bord</li>
|
||
</ul>
|
||
|
||
</body>
|
||
</html> |