Merge version_1 into main #1

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

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Skills",
id: "skills",
},
name: "Skills", id: "skills"},
{
name: "Projects",
id: "projects",
},
name: "Projects", id: "projects"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="IT Portfolio"
/>
@@ -53,15 +45,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "animated-grid",
}}
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."
buttons={[
{
text: "View Projects",
href: "#projects",
},
text: "View Projects", 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"
@@ -89,37 +78,17 @@ 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",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/professional-server-cabinet-with-blinkin-1774796356705-35e919d3.png",
},
id: "p1", title: "Home NAS Solution", author: "Admin", description: "Full NAS deployment with OMV, RAID setup, and security hardening.", tags: [
"NAS", "Networking"],
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",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BclafCShn7nstRfxpZj7WiPaOZ/visual-representation-of-network-scannin-1774796358802-2103d41d.png",
},
id: "p2", title: "Network Auditing", author: "Ethical Hacker", description: "Implementation of Nmap, Wireshark, and Hydra for security auditing and traffic analysis.", tags: [
"Cybersecurity"],
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",
],
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",
},
id: "p3", title: "IoT & Automation", author: "Developer", description: "Configuring Raspberry Pi nodes with custom automation scripts and Nginx reverse proxies.", 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."
@@ -130,16 +99,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "glowing-orb",
}}
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."
buttons={[
{
text: "Contact Me",
href: "mailto:email@example.com",
},
text: "Contact Me", href: "mailto:email@example.com"},
]}
/>
</div>
@@ -151,12 +117,7 @@ export default function LandingPage() {
title="Trusted Partners & Platforms"
description="Collaborating and building across diverse technology ecosystems."
names={[
"Proxmox",
"VMware",
"Docker",
"Kali Linux",
"Python Foundation",
]}
"Proxmox", "VMware", "Docker", "Kali Linux", "Python Foundation"]}
/>
</div>
@@ -166,25 +127,17 @@ export default function LandingPage() {
{
items: [
{
label: "GitHub",
href: "https://github.com",
},
label: "GitHub", href: "https://github.com"},
{
label: "HackTheBox",
href: "https://hackthebox.com",
},
label: "HackTheBox", href: "https://hackthebox.com"},
],
},
{
items: [
{
label: "LinkedIn",
href: "#",
},
label: "LinkedIn", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
]}