Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhakim96 authored Apr 28, 2024
1 parent 337c285 commit 5eebc18
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,38 +281,31 @@ <h2 class="mu-heading-title">MY PROJECTS</h2>
</ul>
</div>

<div class="mu-portfolio-content">
<!-- Start Portfolio Content -->
<div class="mu-portfolio-content">
<div class="filtr-container">

<!-- Project 1 -->
<!-- Seavis Towed ROV -->
<div class="filtr-item" data-category="6">
<img src="path/to/project1-image.jpg" alt="Project 1">
<img src="assets/images/seavis.png" alt="Seavis Towed ROV">
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Project 1 Title</h3>
<p>Description of Project 1.</p>
<h3 class="mu-filter-item-title">Seavis Towed ROV</h3>
<p>Description of the Seavis Towed ROV project.</p>
</div>
</div>

<!-- Project 2 -->
<!-- Drone Building Project -->
<div class="filtr-item" data-category="6">
<img src="path/to/project2-image.jpg" alt="Project 2">
<img src="assets/images/drone.png.jpeg" alt="Drone Building Project">
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Project 2 Title</h3>
<p>Description of Project 2.</p>
</div>
</div>

<!-- Project 3 -->
<div class="filtr-item" data-category="6">
<img src="path/to/project3-image.jpg" alt="Project 3">
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Project 3 Title</h3>
<p>Description of Project 3.</p>
<h3 class="mu-filter-item-title">Drone Building Project</h3>
<p>Description of the Drone Building Project.</p>
</div>
</div>

</div>
</div>

<!-- End Portfolio Content -->

</div>
Expand Down

0 comments on commit 5eebc18

Please sign in to comment.