This commit is contained in:
		
							
								
								
									
										255
									
								
								public/cv/html/cv-proman.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										255
									
								
								public/cv/html/cv-proman.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,255 @@ | ||||
| <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 Informatique Polyvalent | Systèmes, Réseaux & Applicatifs</strong></p> | ||||
| <p>Autonome, rigoureux et curieux, j’ai passé plus de 10 ans dans le développement web avant d’élargir mes compétences à l’administration, au support et à la maintenance.<br> | ||||
| Aujourd’hui, je souhaite mettre à profit mon expérience technique dans un rôle de <strong>technicien polyvalent</strong>, au croisement du matériel, des systèmes et des applications métiers.</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://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>Gestion du parc informatique</h3> | ||||
| <ul> | ||||
| <li>Installation, configuration et maintenance de postes Windows, macOS et Linux</li> | ||||
| <li>Gestion des comptes utilisateurs (Active Directory, Office 365)</li> | ||||
| <li>Sauvegarde, restauration et mise à jour du parc logiciel et matériel</li> | ||||
| <li>Maintenance matérielle (diagnostic, remplacement, optimisation)</li> | ||||
| <li>Mise en place et suivi de procédures de sécurité et de sauvegarde</li> | ||||
| </ul> | ||||
| <h3>Gestion des applicatifs métiers</h3> | ||||
| <ul> | ||||
| <li>Analyse des besoins utilisateurs et rédaction de cahiers de tests</li> | ||||
| <li>Participation aux phases de recette et validation des évolutions</li> | ||||
| <li>Suivi de la conformité fonctionnelle des mises à jour</li> | ||||
| <li>Interface avec prestataires et DSI pour le support applicatif</li> | ||||
| <li>Notions de SQL, APIs REST et intégration ERP</li> | ||||
| </ul> | ||||
| <h3>Réseau & Sécurité</h3> | ||||
| <ul> | ||||
| <li>Configuration de réseaux locaux et VPN</li> | ||||
| <li>Surveillance des performances, sécurisation des accès</li> | ||||
| <li>Déploiement de solutions Docker, Gitea, Jellyfin sur serveurs Linux</li> | ||||
| <li>Veille permanente sur les systèmes et la cybersécurité</li> | ||||
| </ul> | ||||
| <h3>Développement & Automatisation</h3> | ||||
| <ul> | ||||
| <li>Scripting Bash / Node.js pour tâches automatisées</li> | ||||
| <li>Connaissances en développement (Vue.js, Nuxt, TypeScript, NestJS)</li> | ||||
| <li>Outils CI/CD : Docker, GitLab, Drone</li> | ||||
| </ul> | ||||
| <hr> | ||||
| <h2>🧰 Expériences professionnelles</h2> | ||||
| <h3>2025 – <strong>Groupama</strong> | Développeur Vue.js</h3> | ||||
| <p>Collaboration étroite avec l’équipe métier pour la mise en place d’une nouvelle architecture applicative en micro-frontends.</p> | ||||
| <blockquote> | ||||
| <p>🔹 Coordination technique et support utilisateur lors des phases de recette</p> | ||||
| </blockquote> | ||||
| <h3>2024 – <strong>Fitarena</strong> | Développeur Vue.js</h3> | ||||
| <p>Développement d’un agenda interactif et optimisation de la communication entre front et back.</p> | ||||
| <blockquote> | ||||
| <p>🔹 Participation aux tests, à la validation fonctionnelle et à la maintenance des environnements</p> | ||||
| </blockquote> | ||||
| <h3>2021–2023 – <strong>Potager City</strong> | Développeur Vue.js</h3> | ||||
| <p>Développement et maintien d’une application Vue 2 performante et accessible.</p> | ||||
| <blockquote> | ||||
| <p>🔹 Automatisation de tests E2E, gestion des déploiements et support technique aux équipes</p> | ||||
| </blockquote> | ||||
| <h3>2018–2020 – <strong>Projets personnels & freelances</strong></h3> | ||||
| <p>Mise en place et gestion de serveurs personnels et professionnels : NAS, mini-serveurs Linux, Raspberry Pi, Docker Compose, CI/CD.</p> | ||||
| <blockquote> | ||||
| <p>🔹 Maintenance complète du matériel, sécurité et gestion des utilisateurs</p> | ||||
| </blockquote> | ||||
| <hr> | ||||
| <h2>🖥️ Projets techniques personnels</h2> | ||||
| <ul> | ||||
| <li><strong>docker-web</strong> : outil Bash d’orchestration Docker (CI/CD et microservices)</li> | ||||
| <li><strong>NAS et serveurs Linux</strong> : installation, configuration, sauvegardes et surveillance</li> | ||||
| <li><strong>Veille hardware & software</strong> : suivi constant des innovations techniques et sécurité systèmes</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>🤝 Profil humain</h2> | ||||
| <ul> | ||||
| <li>Esprit d’analyse, rigueur et adaptabilité</li> | ||||
| <li>Autonomie dans la gestion d’un parc ou d’un projet technique</li> | ||||
| <li>Pédagogie et sens du service utilisateur</li> | ||||
| <li>Capacité à faire le lien entre technique et besoins métier</li> | ||||
| </ul> | ||||
|  | ||||
| </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user