Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,42 +91,42 @@ <h5 class="scroll-hint">Scroll to the right for more</h5>

<div class="projects-container">
<!-- Project Card 1 -->
<div class="project" style="position: relative;">
<h3>Portable Arduino Speaker - 2025</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://github.com/KorelU/PortableArduinoSpeaker" target="_blank" title="View GitHub Profile">
<img src="https://img.shields.io/badge/GitHub-Portable Speaker-9C8466?labelColor=232227&amp;logo=github&amp;logoColor=white" alt="GitHub Badge" style="height: 20px;">
</a>
</p>
<h4>A simple, battery powered arduino-based speaker. </h4>
<img src="photos/Portable_Arduino_Based_Speaker.png" alt="Portable_Arduino_Based_Speaker" class="project-chart">
<p class="chart-title ">This diagram is for the circuit network of the portable arduino speaker</p>
<!-- description that is hidden initially -->
<p class="description">
This Arduino-powered portable speaker is a self-contained, battery-operated audio device designed for
maximum portability and simplicity. It utilizes the
<a href="https://wiki.dfrobot.com/DFPlayer_Mini_SKU_DFR0299" target="_blank">DFPlayer Mini </a>
to play audio files directly from an SD card,
enabling automatic track looping. Powered by 6 AA-batteries, the speaker is easy to maintain, with quick and
convenient battery replacement.
<br>
<br>
The concept for this speaker originated from collaborative discussions with Jackson Bowles, Alex Anthony, and Brenden Mahoney
as a potential startup venture, where the idea evolved through brainstorming and feedback.
</p>
<button class="read-more">
Read more <span class="arrow">▼</span>
</button>
<div class="tech-icons">
<a href="https://www.arduino.cc/" target="_blank" rel="noopener noreferrer" title="Arduino">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/arduino/arduino-original.svg" alt="Arduino" class="tech-logo">
</a>
<a href="https://en.wikipedia.org/wiki/C_(programming_language)" target="_blank" rel="noopener noreferrer" title="C Language">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/c/c-original.svg" alt="C" class="tech-logo" style="width: 30px; height: 30px;">
<div class="project" style="position: relative;">
<h3>Portable Arduino Speaker - 2025</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://github.com/KorelU/PortableArduinoSpeaker" target="_blank" title="View GitHub Profile">
<img src="https://img.shields.io/badge/GitHub-Portable Speaker-9C8466?labelColor=232227&amp;logo=github&amp;logoColor=white" alt="GitHub Badge" style="height: 20px;">
</a>
</div>
</p>
<h4>A simple, battery powered arduino-based speaker </h4>
<img src="photos/Portable_Arduino_Based_Speaker.png" alt="Portable_Arduino_Based_Speaker" class="project-chart">
<p class="chart-title ">This diagram is for the circuit network of the portable arduino speaker</p>
<!-- description that is hidden initially -->
<p class="description">
This Arduino-powered portable speaker is a self-contained, battery-operated audio device designed for
maximum portability and simplicity. It utilizes the
<a href="https://wiki.dfrobot.com/DFPlayer_Mini_SKU_DFR0299" target="_blank">DFPlayer Mini </a>
to play audio files directly from an SD card,
enabling automatic track looping. Powered by 6 AA-batteries, the speaker is easy to maintain, with quick and
convenient battery replacement.
<br>
<br>
The concept for this speaker originated from collaborative discussions with Jackson Bowles, Alex Anthony, and Brenden Mahoney
as a potential startup venture, where the idea evolved through brainstorming and feedback.
</p>
<button class="read-more">
Read more <span class="arrow">▼</span>
</button>
<div class="tech-icons">
<a href="https://www.arduino.cc/" target="_blank" rel="noopener noreferrer" title="Arduino">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/arduino/arduino-original.svg" alt="Arduino" class="tech-logo">
</a>
<a href="https://en.wikipedia.org/wiki/C_(programming_language)" target="_blank" rel="noopener noreferrer" title="C Language">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/c/c-original.svg" alt="C" class="tech-logo" style="width: 30px; height: 30px;">
</a>
</div>
</div>
<!-- Project Card 2 -->
<div class="project">
<h3>KDAI (Kernel Dynamic ARP Inspeciton) - 2025</h3>
Expand Down
10 changes: 5 additions & 5 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h5 class="scroll-hint">Scroll to the right for more</h5>
<div class="projects-container">
<!-- Project Card 1 -->
<div class="project" style="position: relative;">
<h3>Portable Speaker - 2025</h3>
<h3>Portable Arduino Speaker - 2025</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://github.com/KorelU/PortableArduinoSpeaker" target="_blank" title="View GitHub Profile">
Expand All @@ -44,7 +44,7 @@ <h3>Portable Speaker - 2025</h3>
style="height: 20px;">
</a>
</p>
<h4>A simple, battery powered arduino-based speaker. </h4>
<h4>A simple, battery powered arduino-based speaker </h4>
<img src="../photos/Portable_Arduino_Based_Speaker.png" alt="Portable_Arduino_Based_Speaker" class="project-chart" style="width: 100%; max-width: 500px; margin: 2em auto; display: block">
<p class="chart-title ">This diagram is for the circuit network of the portable arduino speaker</p>
<!-- description that is hidden initially -->
Expand Down Expand Up @@ -74,7 +74,7 @@ <h4>A simple, battery powered arduino-based speaker. </h4>
</div>
<!-- Project Card 2 -->
<div class="project">
<h3>KDAI - 2025</h3>
<h3>KDAI (Kernel Dynamic ARP Inspeciton) - 2025</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://github.com/dentproject/kdai" target="_blank" title="View GitHub Profile">
Expand All @@ -83,7 +83,7 @@ <h3>KDAI - 2025</h3>
style="height: 20px;">
</a>
</p>
<h4>KDAI (Kernel Dynamic ARP Inspeciton) is a Loadable Kernel Module for Linux systems that enhances network security</h4>
<h4>KDAI is a Loadable Kernel Module for Linux systems that enhances network security</h4>
<img src="../photos/kdai.png" alt="KDAI" class="project-chart" style="width: 100%; max-width: 500px; margin: 2em auto; display: block; ">
<p class="chart-title">Screenshot of GNS3 Simulaiton where multiple PC's in different VLANs are connected to a switch running KDAI</p>
<p class="description">
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>IEEE802.1x Docker Image - 2024</h3>
</p>
<h4>Custom Docker Image for IEEE 802.1x RADIUS Server & Authenticator</h4>
<img src="../photos/DENT_IEEE_802.1x.png" alt="DENT_IEEE_802.1x" class="project-chart" style="width: 100%; max-width: 500px; margin: 2em auto; display: block; ">
<p class="chart-title">This diagram shows an 802.1X network setup where a supplicant (client) connects to an access point on an Authenticator (a TN48M Switch),
<p class="chart-title">This diagram shows a supplicant connecting to an access point on an Authenticator,
which forwards authentication requests to a FreeRadius server running in a Docker container</p>
<p class="description">
This Docker image simplifies the setup of
Expand Down