Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
FatimaBouyarmane committed Nov 5, 2024
1 parent 934e60d commit 2f17d15
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 2 deletions.
Binary file added images/AD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
59 changes: 57 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2 class="section-title">My Projects</h2>
<div class="project-slide">
<div class="project-card">
<div class="project-image">
<img src="images/project1.png" alt="Snort">
<img src="images/snort.png" alt="Snort">
<div class="project-links">
<!--<a href="#" class="project-link" target="_blank">
<i class="fas fa-external-link-alt"></i>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h3>Snort Intrusion Detection System - IDS</h3>
<div class="project-slide">
<div class="project-card">
<div class="project-image">
<img src="images/project2.jpg" alt="RPC">
<img src="images/rpc.jpg" alt="RPC">
<div class="project-links">
<!--<a href="#" class="project-link" target="_blank">
<i class="fas fa-external-link-alt"></i>
Expand Down Expand Up @@ -219,6 +219,61 @@ <h3>OpenNebula with VMware vCenter Integration</h3>
</div>
</div>
</div>

<!-- Project 4 -->
<div class="project-slide">
<div class="project-card">
<div class="project-image">
<img src="images/AD.png" alt="Active Directory">
<div class="project-links">
</a>
<a href="https://github.com/Fatimabouyarmane/Active_Directory" class="project-link" target="_blank">
<i class="fab fa-github"></i>
<span>Source Code</span>
</a>
</div>
</div>
<div class="project-content">
<h3>Active Directory Installation on Windows Server 🖥️</h3>
<p>IT administrators must manage network assets, monitor user permissions, and implement access controls. As networks grow, so do security risks like misconfigurations, orphaned accounts, and privilege escalation. Effective Active Directory (AD) management is essential to protect against these vulnerabilities.</p>
<div class="project-tech">
<span class="tech-tag">Group Policy</span>
<span class="tech-tag">System Administration</span>
<span class="tech-tag">Domain Services</span>
</div>
</div>
</div>
</div>

<!-- Project 5 -->
<div class="project-slide">
<div class="project-card">
<div class="project-image">
<img src="images/jupyterHub.png" alt="JupyterHub">
<div class="project-links">
</a>
<a href="https://github.com/Fatimabouyarmane/JupyterHub_Deployment" class="project-link" target="_blank">
<i class="fab fa-github"></i>
<span>Source Code</span>
</a>
</div>
</div>
<div class="project-content">
<h3>JupyterHub Deployment on Kubernetes with ML Capabilities 🚀</h3>
<p>The deployment of a scalable, highly available JupyterHub environment on Kubernetes to support collaborative, interactive computing for data science and machine learning. It integrates tools like Kubeflow for ML workflow automation, Rook Ceph for distributed storage, and optimizes resources to enhance scalability, resilience, and ease of collaboration.</p>
<div class="project-tech">
<span class="tech-tag">Kubernetes</span>
<span class="tech-tag">Docker</span>
<span class="tech-tag">Kubeflow</span>
<span class="tech-tag">Machine Learning</span>
<span class="tech-tag">Rook Ceph</span>
<span class="tech-tag">DevOps</span>
<span class="tech-tag">Container Orchestration</span>
<span class="tech-tag">JupyterHub</span>
</div>
</div>
</div>
</div>
<!-- Add more projects as needed -->
</div>

Expand Down

0 comments on commit 2f17d15

Please sign in to comment.