grok added peppermint ticket system and changed the hyperlinks to be only the word and not whole line

This commit is contained in:
Lucca Pirovano
2026-04-02 14:11:50 -04:00
parent 8e754a6a94
commit e5e5eefa3b
+20 -28
View File
@@ -5,22 +5,13 @@
<link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="index.css">
<title>Gianlucca Pirovano's Resume</title> <title>Gianlucca Pirovano's Resume</title>
<script> <script>
// Original functions (kept exactly as you had them) // Duration calculation functions
function monthDiff(d1, d2) { function monthDiff(d1, d2) {
var months; var months = (d2.getFullYear() - d1.getFullYear()) * 12;
months = (d2.getFullYear() - d1.getFullYear()) * 12;
months += d2.getMonth() - d1.getMonth(); months += d2.getMonth() - d1.getMonth();
return months; return months;
} }
var monthsOffset = monthDiff(
new Date(2024, 6, 1),
new Date()
);
var yearsOffset = Math.floor(monthsOffset / 12);
// var yearsOffset = 1
// New helper function (same method you used — simple, reliable, and auto-updates)
function calculateDuration(startYear, startMonth, startDay) { function calculateDuration(startYear, startMonth, startDay) {
var startDate = new Date(startYear, startMonth, startDay); var startDate = new Date(startYear, startMonth, startDay);
var months = monthDiff(startDate, new Date()); var months = monthDiff(startDate, new Date());
@@ -41,31 +32,36 @@
return str; return str;
} }
// Auto-update the new job duration when the page loads (exactly like your previous dynamic job method) // Auto-update Broward College job duration
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('DOMContentLoaded', function () {
var browardDuration = document.getElementById('broward-duration'); var browardDuration = document.getElementById('broward-duration');
if (browardDuration) { if (browardDuration) {
browardDuration.textContent = calculateDuration(2025, 8, 30); // 9/30/2025 browardDuration.textContent = calculateDuration(2025, 8, 30); // September 30, 2025
} }
}); });
</script> </script>
</head> </head>
<body> <body>
<a class="printhead" href="https://resume.luccapirovano.com">Web Version<br></a> <a class="printhead" href="https://resume.luccapirovano.com">Web Version<br></a>
<h1 class="title"><a href="https://resume.luccapirovano.com">Gianlucca Pirovano</a><br><small>Certified GNU/Linux & Network Security Professional<br>Email: luccapirovano@gmx.com | Phone: +1-954-795-7430 [Text Messages Only]</small></h1>
<h1 class="title">
<a href="https://resume.luccapirovano.com">Gianlucca Pirovano</a><br>
<small>Linux & Network Security Professional<br>
Email: luccapirovano@gmx.com | Phone: +1-954-795-7430</small>
</h1>
<div class="grid"> <div class="grid">
<!-- Technical Skills --> <!-- Technical Skills -->
<div> <div>
Technical Skills: Technical Skills:
<ul> <ul>
<li><u>Unix</u>: Debian, Ubuntu, Fedora, CentOS/Rocky, Arch, Manjaro, Alpine, FreeBSD</li> <li><u>Linux</u>: Debian, Ubuntu, Fedora, CentOS/Rocky, Arch, Manjaro, Alpine, FreeBSD</li>
<li><u>Windows</u>: XP, 7, 8, 8.1, 10, 10 Enterprise, 10 Enterprise LTSB/LTSC, 11, 11 Enterprise, Server 2012-R2, Server 2019, Server 2022<br></li> <li><u>Windows</u>: XP, 7, 8, 8.1, 10, 10 Enterprise, 10 Enterprise LTSB/LTSC, 11, 11 Enterprise, Server 2012-R2, Server 2019, Server 2022</li>
<li><u>Software</u>: Active Directory, Proxmox VE, KVM, PCIE passthrough, Python, HTML, CSS, pfSense, Apache, PHP, Docker, UFW + firwalld, vsftpd, stunnel, SSH, stable-diffusion-webui, ConnectWise, Peppermint.sh</li> <li><u>Software & Tools</u>: Active Directory, Proxmox VE, KVM, PCIe passthrough, Python, HTML, CSS, pfSense, Apache, PHP, Docker, UFW + firewalld, vsftpd, stunnel, SSH, stable-diffusion-webui, ConnectWise, Peppermint.sh</li>
</ul> </ul>
</div> </div>
<!-- Work Experience (new role added at the bottom, reverse-chronological friendly) --> <!-- Work Experience -->
<div> <div>
Work Experience: Work Experience:
<ul> <ul>
@@ -75,15 +71,16 @@
</ul> </ul>
</div> </div>
<!-- Personal Endeavors (fixed missing </a> and </ul>) --> <!-- Personal Endeavors -->
<div> <div>
Personal Endeavors: Personal Endeavors:
<ul> <ul>
<li><a href="https://readonlywiki.luccapirovano.com">A knowledgebase to document projects and processes I've learned in my career.</a></li> <li>A <a href="https://readonlywiki.luccapirovano.com">knowledgebase</a> to document projects and processes I've learned in my career.</li>
<li><a href="images/setup.jpg">A complex home computer setup that uses virtualization and PCI-E passthrough to segment different workflows</a>.</li> <li>A complex home <a href="images/setup.jpg">computer setup</a> that uses virtualization and PCIe passthrough to segment different workflows.</li>
<li>Deployed and self-host <strong>Peppermint.sh</strong> — a lightweight open-source ticketing system (currently managing 11 open issues, 161 completed issues).</li>
<li>Skilled at configuring and managing switches, routers, and firewalls.</li> <li>Skilled at configuring and managing switches, routers, and firewalls.</li>
<li>Took a CyberPatriot competition team to gold semifinals in Windows 10, Windows Server, and Debian GNU/Linux.</li> <li>Took a CyberPatriot competition team to gold semifinals in Windows 10, Windows Server, and Debian Linux.</li>
<li>Won nationals first place in the Business Professionals of America National Leadership Competition for the GNU/Linux category.</li> <li>Won first place nationally in the Business Professionals of America Leadership Competition for the Linux category.</li>
</ul> </ul>
</div> </div>
@@ -98,11 +95,6 @@
<li><a href="certs/McFatter-Applied-Cybersecurity-Technical-Diploma.pdf">Technical Diploma for Applied Cybersecurity</a></li> <li><a href="certs/McFatter-Applied-Cybersecurity-Technical-Diploma.pdf">Technical Diploma for Applied Cybersecurity</a></li>
<li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Associate of Science - Network Administration - Broward College (Expected Dec 2026)</a></li> <li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Associate of Science - Network Administration - Broward College (Expected Dec 2026)</a></li>
<li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Bachelor of Applied Science - Network Systems Analyst - Broward College (Expected Dec 2028)</a></li> <li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Bachelor of Applied Science - Network Systems Analyst - Broward College (Expected Dec 2028)</a></li>
<!--
<li><a href="certs/TestOut-Linux-Pro.pdf">TestOut Linux Pro</a></li>
<li><a href="certs/Certiport-IT-Specialist-DevConf&Troubleshooting.pdf">Certiport IT Specialist</a></li>
<li><a href="certs/HS-Diploma.pdf">High School Diploma</a></li>
!-->
</ul> </ul>
</div> </div>
</div> </div>