Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-29 15:07:07 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="IT Portfolio"
brandName="Portfolio IT"
/>
</div>
@@ -46,11 +46,11 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
background={{
variant: "animated-grid"}}
logoText="System Administrator & Security Enthusiast"
description="Expert in virtualization, network security, and infrastructure deployment. Passionate about automating systems and solving complex IT challenges."
logoText="Administrateur Système & Passionné de Sécurité"
description="Expert en virtualisation, cybersécurité réseau et déploiement d'infrastructures. Passionné par l'automatisation des systèmes et la résolution de défis IT complexes."
buttons={[
{
text: "View Projects", href: "#projects"},
text: "Voir les projets", href: "#projects"},
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/professional-tech-hero-background-showin-1774796356874-9743cf6f.png"
@@ -61,10 +61,10 @@ export default function LandingPage() {
<div id="skills" data-section="skills">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Technical Expertise"
title="Infrastructure & Security"
description="I specialize in creating robust environments, managing virtualization platforms like Proxmox and VMware, and implementing advanced network security measures."
subdescription="My workflow involves Docker orchestration, Python automation, and secure deployment strategies including C2 infrastructures and security auditing tools."
tag="Expertise Technique"
title="Infrastructure & Sécurité"
description="Je me spécialise dans la création d'environnements robustes, la gestion de plateformes de virtualisation comme Proxmox et VMware, et la mise en œuvre de mesures de sécurité réseau avancées."
subdescription="Mon flux de travail inclut l'orchestration Docker, l'automatisation Python et des stratégies de déploiement sécurisées, y compris les infrastructures C2 et les outils d'audit de sécurité."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/hardware-and-software-icons-representing-1774796359370-daddc574.png"
mediaAnimation="blur-reveal"
icon={ShieldCheck}
@@ -78,20 +78,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "p1", title: "Home NAS Solution", author: "Admin", description: "Full NAS deployment with OMV, RAID setup, and security hardening.", tags: [
"NAS", "Networking"],
id: "p1", title: "Solution NAS Domestique", author: "Admin", description: "ploiement complet de NAS avec OMV, configuration RAID et durcissement de la sécurité.", tags: [
"NAS", "Réseautage"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/professional-server-cabinet-with-blinkin-1774796356705-35e919d3.png"},
{
id: "p2", title: "Network Auditing", author: "Ethical Hacker", description: "Implementation of Nmap, Wireshark, and Hydra for security auditing and traffic analysis.", tags: [
"Cybersecurity"],
id: "p2", title: "Audit Réseau", author: "Hacker Éthique", description: "Mise en œuvre de Nmap, Wireshark et Hydra pour l'audit de sécurité et l'analyse de trafic.", tags: [
"Cybersécurité"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/visual-representation-of-network-scannin-1774796358802-2103d41d.png"},
{
id: "p3", title: "IoT & Automation", author: "Developer", description: "Configuring Raspberry Pi nodes with custom automation scripts and Nginx reverse proxies.", tags: [
id: "p3", title: "IoT & Automatisation", author: "Développeur", description: "Configuration de nœuds Raspberry Pi avec des scripts d'automatisation personnalisés et des proxies inversés Nginx.", tags: [
"IoT", "Python"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/a-clean-setup-of-a-raspberry-pi-with-con-1774796357306-431d1f91.png"},
]}
title="Selected Projects"
description="A collection of my technical implementations, from home labs to cybersecurity CTF challenges."
title="Projets Sélectionnés"
description="Une collection de mes implémentations techniques, des laboratoires domestiques aux défis CTF de cybersécurité."
/>
</div>
@@ -100,12 +100,12 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Get In Touch"
title="Ready to Collaborate?"
description="I am currently looking for new challenges in system administration or security analysis. Let's build something secure together."
tag="Contactez-moi"
title="Prêt à collaborer ?"
description="Je suis actuellement à la recherche de nouveaux défis en administration système ou en analyse de sécurité. Construisons ensemble quelque chose de sécurisé."
buttons={[
{
text: "Contact Me", href: "mailto:email@example.com"},
text: "Me contacter", href: "mailto:email@example.com"},
]}
/>
</div>
@@ -114,8 +114,8 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted Partners & Platforms"
description="Collaborating and building across diverse technology ecosystems."
title="Partenaires & Plateformes de Confiance"
description="Collaboration et création à travers divers écosystèmes technologiques."
names={[
"Proxmox", "VMware", "Docker", "Kali Linux", "Python Foundation"]}
/>
@@ -141,10 +141,10 @@ export default function LandingPage() {
],
},
]}
logoText="ITPortfolio"
logoText="PortfolioIT"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}