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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h4>KDAI is a Loadable Kernel Module for Linux systems that enhances network sec

<!-- Project Card 3 -->
<div class="project">
<h3>Optimizing RADIUS Server Deployment - 2024</h3>
<h3>Optimizing RADIUS Server Deployments - 2024</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://hub.docker.com/r/korelu/ieee802-1x-authenticator-and-server" target="_blank" title="View GitHub Profile">
Expand Down
6 changes: 3 additions & 3 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ <h4>KDAI is a Loadable Kernel Module for Linux systems that enhances network sec

<!-- Project Card 3 -->
<div class="project">
<h3>Optimizing RADIUS Server Deployment - 2024</h3>
<h3>Optimizing RADIUS Server Deployments - 2024</h3>
<!-- GitHub Badge Under Title -->
<p style="text-align: left; margin: 0.2em 0;">
<a href="https://hub.docker.com/r/korelu/ieee802-1x-authenticator-and-server" target="_blank" title="View GitHub Profile">
<img src="https://img.shields.io/badge/Docker-IEEE802.1x Image-9C8466?labelColor=232227&amp;logo=docker&amp;logoColor=white" style="height: 20px;">
</a>
</p>
<h4>Streamline IEEE 802.1X Network Authentication with a containerized environment</h4>
<img src="photos/DENT_IEEE_802.1x.png" alt="DENT_IEEE_802.1x" class="project-chart">
<img src="../photos/DENT_IEEE_802.1x.png" alt="DENT_IEEE_802.1x" class="project-chart">
<p class="chart-title">Diagram of 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">
Expand Down Expand Up @@ -170,7 +170,7 @@ <h4>Streamline IEEE 802.1X Network Authentication with a containerized environme
</button>
<div class="tech-icons">
<a href="https://wiki.freeradius.org/" target="_blank" rel="noopener noreferrer" title="freeRADIUS">
<img src="photos/freeRadius.png" alt="freeRADIUS" class="tech-logo">
<img src="../photos/freeRadius.png" alt="freeRADIUS" class="tech-logo">
</a>
<a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer" title="Docker">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" alt="Docker" class="tech-logo">
Expand Down
Loading