Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Apr 23, 2024
1 parent 7eb6d4d commit da7a430
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2 class="mt-0">Interested? Contact me (English / Slovak language)</h2>
</div>
<h5 class="h5 mb-2">List of supported hardware (PCB compatible):</h5>
<ul>
<li data-bs-toggle="tooltip" data-bs-html="true" title="<img src='http://getbootstrap.com/apple-touch-icon.png' style='width: 100px;'>">Arduino Nano V3.0</li>
<li>Arduino Nano V3.0</li>
<li>LCD 2004A (20x4) with I2C converter, 5V operated</li>
<li>NXP RFID RC522 (13.56 MHz), 3V3 operated</li>
<li>ISO/IEC 14443-A RFID wristbands, cards (MiFare 1K tags - 13.56 MHz)</li>
Expand All @@ -294,14 +294,6 @@ <h6 class="h6 mb-2">Optional:</h6>
<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.<br>martinius96@gmail.com</div></div>
</footer>
<script>
$(function () {
$('li[data-bs-toggle="tooltip"]').tooltip({
animated: 'fade',
placement: 'bottom',
});
});
</script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
Expand Down

0 comments on commit da7a430

Please sign in to comment.