Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 22, 2024
1 parent 90ee9cf commit efff9fa
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,25 +572,38 @@ <h2 class="py-2">Our Partners</h2>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->

<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Waveshare, a company that specializes in high-quality screens and pcb's,
supports OpenHD with development hardware.</p>
<p>Maple Wireless, a long time Partner and Developer of the Sword Antenna, helps out with great antennas.</p>
<div class="d-flex pt-4" style="justify-content: center;">
<div>
<a href="https://www.maple-wireless.com">
<img class="avatar"
src="./assets/images/maple.png"
alt="Waveshare" style="width: 50%; display: block; margin: 0 auto;">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Linux Automation GmbH, sponsors hardware to allow us to make very precise latency Measurements.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.waveshare.com">
<a href="https://www.linux-automation.com">
<img class="avatar"
src="https://www.waveshare.com/media/eternal/venedor/default/logo.png"
alt="Waveshare">
src="./assets/images/linuxauto.svg"
alt="Linux Automation">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->

</div> <!-- end of swiper-wrapper -->

<!-- Add Arrows -->
Expand Down

0 comments on commit efff9fa

Please sign in to comment.