Kevin Peña

Systems Engineer | Aspiring Systems Administrator

Kevin Peña

About Me

I’m a Systems Engineer with hands-on experience in networking, Windows Server, and Azure. I specialize in monitoring and optimizing network systems, while continuously exploring automation and cloud technologies to improve infrastructure efficiency.

Skills

Azure Windows Server Active Directory Networking PowerShell

Projects

Portfolio Website

My personal portfolio built with HTML/CSS and hosted on GitHub Pages.

View Project

NOC Automation Script

PowerShell scripts for network monitoring and alert automation.

Contact Me

/* Mobile View Adjustments */ @media (max-width: 768px) { body { padding: 10px; } header { flex-direction: column; text-align: center; padding: 20px 0; } header h1 { font-size: 1.8rem; } header h2 { font-size: 1.1rem; } section { padding: 15px; } .skills-grid, .projects-grid { grid-template-columns: 1fr; /* Stack skills/projects */ } .skill-card, .project-card { width: 100%; margin-bottom: 15px; } footer { text-align: center; font-size: 0.9rem; padding: 15px 0; } button, input, textarea { width: 100%; } }