Skip to content

Commit

Permalink
added filter functionality and Ecommerce Project
Browse files Browse the repository at this point in the history
  • Loading branch information
fabulous-fabio committed May 31, 2024
1 parent 46cbce9 commit 12e4f93
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="section__title section__title--about">Who I am</h2>
officia deserunt mollit anim id est laborum.</p>
</div>

<img src="img/foto.jpeg" alt="" class="about-me__img">
<img src="img/foto.jpeg" alt="img/image-not-found.jpeg" class="about-me__img">
</section>

<!-- My Work -->
Expand All @@ -77,27 +77,27 @@ <h2 class="section__title section_title--work">Kunden</h2>

<!-- Portfolio itme 01 -->
<a href="#" class="portfolio__item">
<img src="img/tisch.jpeg" alt="" class="portfolio__img">
<img src="img/tisch.jpeg" alt="img/image-not-found.jpeg" class="portfolio__img">
</a>

<!-- Portfolio itme 02 -->
<a href="#" class="portfolio__item">
<img src="img/gewicht.jpeg" alt="" class="portfolio__img">
<img src="img/gewicht.jpeg" alt="img/image-not-found.jpeg" class="portfolio__img">
</a>

<!-- Portfolio itme 03 -->
<a href="#" class="portfolio__item">
<img src="img/gläser.jpeg" alt="" class="portfolio__img">
<img src="img/gläser.jpeg" alt="img/image-not-found.jpeg" class="portfolio__img">
</a>

<!-- Portfolio itme 04 -->
<a href="#" class="portfolio__item">
<img src="img/laden.jpeg" alt="" class="portfolio__img">
<img src="img/laden.jpeg" alt="img/image-not-found.jpeg" class="portfolio__img">
</a>

<!-- Portfolio itme 05 -->
<a href="#" class="portfolio__item">
<img src="img/landschaft.jpeg" alt="" class="portfolio__img">
<img src="img/landschaft.jpeg" alt="img/image-not-found.jpeg" class="portfolio__img">
</a>

<!-- Portfolio itme 06 -->
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<header>
<div class="logo">
<!-- <img src="img/logo.png" alt=""> -->
<!-- <img src="img/logo.png" alt="img/image-not-found.jpeg"> -->
</div>
<button type="button" name="button" class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
Expand All @@ -41,7 +41,7 @@ <h1 class="section__title section__title--intro">
Hi, I am <strong> Fabio Scagliola </strong>
</h1>
<p class="section__subtitle section__subtitle--intro">MEDIA COMPUTER SCIENCE</p>
<img src="img/image-not-found.jpeg" alt="" class="intro__img">
<img src="img/image-not-found.jpeg" alt="img/image-not-found.jpeg" class="intro__img">
</section>


Expand Down Expand Up @@ -231,8 +231,8 @@ <h2 class="section__title section__title--about">Data Analytics</h2>
<div class="about-me__img">


<img src="img/DataAnalytics1.png" alt="" class="item">
<img src="img/DataAnalytics2.png" alt="" class="item">
<img src="img/DataAnalytics1.png" alt="img/image-not-found.jpeg" class="item">
<img src="img/DataAnalytics2.png" alt="img/image-not-found.jpeg" class="item">

<button class="prev-btn switch-button left"><</button>
<button class="next-btn switch-button right">></button>
Expand Down Expand Up @@ -261,8 +261,8 @@ <h2 class="section__title section__title--about">ESP 32</h2>

<div class="about-me__img">

<img src="img/ESP32HeartrateApp.jpg" alt="" class="item">
<img src="img/ESP32HeartrateApp2.jpg" alt="" class="item">
<img src="img/ESP32HeartrateApp.jpg" alt="img/image-not-found.jpeg" class="item">
<img src="img/ESP32HeartrateApp2.jpg" alt="img/image-not-found.jpeg" class="item">

<button class="prev-btn switch-button left"><</button>
<button class="next-btn switch-button right">></button>
Expand Down Expand Up @@ -291,8 +291,8 @@ <h2 class="section__title section__title--about">Image Processing Business</h2>

<div class="about-me__img">

<img src="img/Webstore1.jpg" alt="" class="item">
<img src="img/Webstore2.jpg" alt="" class="item">
<img src="img/Webstore1.jpg" alt="img/" class="item">
<img src="img/Webstore2.jpg" alt="img/image-not-found.jpeg" class="item">

<button class="prev-btn switch-button left"><</button>
<button class="next-btn switch-button right">></button>
Expand Down

0 comments on commit 12e4f93

Please sign in to comment.