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 24, 2024
1 parent eae553d commit 87f2462
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ <h2 class="mt-0">Contact (English / Slovak)</h2>
</div>
<h5 class="h5 mb-2">List of supported hardware (PCB compatible):</h5>
<ul>
<li>Arduino Nano V3.0</li>
<li>LCD 2004A (20x4) with I2C converter, 5V operated</li>
<li data-bs-toggle="tooltip" data-bs-html="true" title='<img src="https://i.imgur.com/XHC8DBe.png" alt="Arduino Nano" style="width: 100px;">'>Arduino Nano V3.0</li>
<li data-bs-toggle="tooltip" data-bs-html="true" title='<img src="https://i.imgur.com/FV9xi6K.png" alt="LCD 2004A" style="width: 100px;">'>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>
<li>Buzzer, 7.62 mm pitch, 5V operated</li>
Expand All @@ -296,10 +296,18 @@ <h5 class="h5 mb-2">Optional:</h6>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Include Bootstrap Bundle JS (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
<script>
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
</script>
</body>
</html>

0 comments on commit 87f2462

Please sign in to comment.