12 Commits

Author SHA1 Message Date
1e7f3ede88 Update theme colors 2026-03-29 18:44:17 +00:00
82da512d05 Update theme colors 2026-03-29 18:33:09 +00:00
afd0a6e5f2 Update theme colors 2026-03-29 18:32:58 +00:00
61cdbc5311 Update theme colors 2026-03-29 17:38:57 +00:00
86255b04d4 Update theme colors 2026-03-29 17:37:30 +00:00
359da618ed Update src/app/page.tsx 2026-03-29 15:19:13 +00:00
350b41ed9f Update src/app/page.tsx 2026-03-29 15:18:45 +00:00
68693fedba Update src/app/page.tsx 2026-03-29 15:16:34 +00:00
a0463c42dd Update src/app/page.tsx 2026-03-29 15:16:04 +00:00
19764c0ac0 Update src/app/page.tsx 2026-03-29 15:11:36 +00:00
aa4496a8f7 Update src/app/page.tsx 2026-03-29 15:07:04 +00:00
0819a804f7 Merge version_1 into main
Merge version_1 into main
2026-03-29 15:00:01 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="IT Portfolio"
brandName="Mar2n Portoflio "
/>
</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="Etudiant 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 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éseaux"],
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: [
"IoT", "Python"],
id: "p3", title: "IoT & Automatisation", author: "Développeur", description: "Configuration de Raspberry Pi, automatisation via N8N et des workflow personnalisés.", tags: [
"N8N", "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, je m'entraine aux 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é. "
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="Mes logiciels & outils de préférence"
description="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="Portfolio de Mar2n "
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}