Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Jan 2, 2024
1 parent 1644781 commit 2eaf9ba
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,41 @@ <h3 class="h4 mb-2">Game mode</h3>
</div>
</div>
</div>
<div id="portfolio">
<center><h2 class="mt-0">Schematics (wiring diagrams):</h2>
<hr class="divider" /></center>
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/8.png" title="Schematics for RFID Domination Timer 2.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/8.png" alt="..." />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Schematics 2.0</div>
<div class="project-name">Schematics for RFID Domination Timer 2.0</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/6.jpg" title="RFID Domination Timer 2.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/6.jpg" alt="..." />
<div class="portfolio-box-caption p-3">
<div class="project-category text-white-50">RFID DOMINATOR PCB comparsion</div>
<div class="project-name">2.0 vs 1.0 PCB difference</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/7.png" title="Schematics for RFID Domination Timer 1.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/7.png" alt="..." />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Schematics 1.0</div>
<div class="project-name">Schematics for RFID Domination Timer 1.0</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Call to action-->
<!---
<section class="page-section bg-dark text-white">
Expand Down Expand Up @@ -250,41 +285,6 @@ <h3 class="h4 mb-2">List of supported hardware (PCB compatible):</h3>
</ul>
</div>
</section>
<div id="portfolio">
<center><h2 class="mt-0">Schematics (wiring diagrams):</h2>
<hr class="divider" /></center>
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/8.png" title="Schematics for RFID Domination Timer 2.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/8.png" alt="..." />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Schematics 2.0</div>
<div class="project-name">Schematics for RFID Domination Timer 2.0</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/6.jpg" title="RFID Domination Timer 2.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/6.jpg" alt="..." />
<div class="portfolio-box-caption p-3">
<div class="project-category text-white-50">RFID DOMINATOR PCB comparsion</div>
<div class="project-name">2.0 vs 1.0 PCB difference</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/7.png" title="Schematics for RFID Domination Timer 1.0">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/7.png" alt="..." />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Schematics 1.0</div>
<div class="project-name">Schematics for RFID Domination Timer 1.0</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5"><div class="small text-center text-muted">&copy; 2024 Martin Chlebovec. All rights reserved.</div></div>
Expand Down

0 comments on commit 2eaf9ba

Please sign in to comment.