diff --git a/.index.html.kate-swp b/.index.html.kate-swp
new file mode 100644
index 0000000..73a4db0
Binary files /dev/null and b/.index.html.kate-swp differ
diff --git a/carproject/1fan.webm b/carproject/1fan.webm
new file mode 100644
index 0000000..87bc9e7
Binary files /dev/null and b/carproject/1fan.webm differ
diff --git a/carproject/2fans.webm b/carproject/2fans.webm
new file mode 100644
index 0000000..50d6e99
Binary files /dev/null and b/carproject/2fans.webm differ
diff --git a/carproject/index.html b/carproject/index.html
new file mode 100644
index 0000000..dbc0ad4
--- /dev/null
+++ b/carproject/index.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+ Fan Car Showcase
+
+
+
+
+
+
+
+
Aerodrive Fan Car Showcase
+
+
+
+
+
+
Fan Control System: This part of the project demonstrates generating a PWM signal with an Arduino to control computer fans. These fans were used as propulsion for the car, allowing precise speed control through software.
Control & Camera Interface: A unified web interface combining real-time car controls with a live camera feed, allowing full remote operation and visibility directly from the browser.
Car in Motion: Footage of the fan-powered car driving in action.
+
+
+
+
+
+
+
diff --git a/carproject/video1.webm b/carproject/video1.webm
new file mode 100644
index 0000000..cbf0953
Binary files /dev/null and b/carproject/video1.webm differ
diff --git a/carproject/video2.webm b/carproject/video2.webm
new file mode 100644
index 0000000..35a85aa
Binary files /dev/null and b/carproject/video2.webm differ
diff --git a/gianluccapirovano.com-qr.png b/gianluccapirovano.com-qr.png
deleted file mode 100644
index 627e63f..0000000
Binary files a/gianluccapirovano.com-qr.png and /dev/null differ
diff --git a/images/peppermint.png b/images/peppermint.png
new file mode 100644
index 0000000..a7891dd
Binary files /dev/null and b/images/peppermint.png differ
diff --git a/index.html b/index.html
index 4587205..4282470 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
} else if (months > 0) {
str = months + ' Month' + (months !== 1 ? 's' : '');
} else {
- str = '0 Months';
+ str = '1 Month';
}
return str;
}
@@ -39,6 +39,12 @@
browardDuration.textContent = calculateDuration(2025, 8, 30); // September 30, 2025
}
});
+ document.addEventListener('DOMContentLoaded', function () {
+ var browardPythonAssistantDuration = document.getElementById('browardPythonAssistantDuration');
+ if (browardPythonAssistantDuration) {
+ browardPythonAssistantDuration.textContent = calculateDuration(2026, 3, 09); // March 9, 2026
+ }
+ });
@@ -55,9 +61,9 @@
Broward College - Computer Science Professor Assistant [FIU Study Coach Grant] - [Current] -
-
+
- Personal Endeavors:
+ Projects:
A knowledgebase to document projects and processes I've learned in my career.
A complex home computer setup that uses virtualization and PCIe passthrough to segment different workflows.
-
Deployed and self-host Peppermint.sh — a lightweight open-source ticketing system (currently managing 11 open issues, 161 completed issues).
-
Skilled at configuring and managing switches, routers, and firewalls.
-
Took a CyberPatriot competition team to gold semifinals in Windows 10, Windows Server, and Debian Linux.
-
Won first place nationally in the Business Professionals of America Leadership Competition for the Linux category.
+
Deployed and self-host Peppermint.sh — a lightweight open-source ticketing system for my own personal projects (currently managing 11 open issues, 161 completed issues).
+
Infrared Receiver on Alpine Linux — Configured NetworkManager WiFi and full LIRC infrared support with custom remote mapping and bash scripting for remote-triggered bash commands.
+
Deployed a pfSense router with multiple subnets, IP whitelisting, and advanced firewall rules.
+
Aerodrive: Arduino Fan Car — Built a fan-propelled car prototype controlled by Arduino. Generated custom PWM signals on the Arduino to drive the fans. Integrated a Raspberry Pi as a wireless Access Point with a live camera feed and web interface that allowed real-time control of fan speeds. AI Tools were used extensively to complete the project before the deadline.
+
Kali NetHunter on Pixel 3a — Installed and configured a mobile penetration testing environment, experimenting with USB (HID/device emulation), Bluetooth, NFC, and Wi-Fi attack vectors.
+
+
+
+
+
+ Competitions & Hackathons:
+
+
Achieved Gold Semifinals in CyberPatriot (Windows 10, Windows Server, and Debian Linux).