Skip to content

Commit

Permalink
add new sponsors part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 18, 2024
1 parent 011cee4 commit 545c468
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,70 @@ <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>T-mit-Part</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.tm-sys.it/">
<img class="avatar"
src="https://www.waveshare.com/media/eternal/venedor/default/logo.png"
alt="Waveshare">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Beast-Tx Part</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.beasttx.com">
<img class="avatar"
src="https://www.waveshare.com/media/eternal/venedor/default/logo.png"
alt="Waveshare">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Maple wireless part</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.maple-wireless.com">
<img class="avatar"
src="https://www.waveshare.com/media/eternal/venedor/default/logo.png"
alt="Waveshare">
</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</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.linux-automation.com">
<img class="avatar"
src="https://www.waveshare.com/media/eternal/venedor/default/logo.png"
alt="Waveshare">
</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 545c468

Please sign in to comment.