Test swiper integration

Signed-off-by: Bruno Rybársky <bruno@brn.systems>
This commit is contained in:
2024-11-12 16:31:44 +01:00
parent 68725c5225
commit 71881c54dc
7 changed files with 4153 additions and 329 deletions

View File

@@ -3,13 +3,11 @@
<header>
<h1 class="title">Vitaj, na tejto úžasnej stránke</h1>
<p>Neoficiálna študentská stránka pre Adlerku</p>
<div data-slick='{"slidesToShow": 4, "slidesToScroll": 4}'>
<div><h3>1</h3></div>
<div><h3>2</h3></div>
<div><h3>3</h3></div>
<div><h3>4</h3></div>
<div><h3>5</h3></div>
<div><h3>6</h3></div>
</div>
<swiper-container>
<swiper-slide>Slide 1</swiper-slide>
<swiper-slide>Slide 2</swiper-slide>
<swiper-slide>Slide 3</swiper-slide>
<swiper-slide>Slide ...</swiper-slide>
</swiper-container>
</header>
<hr>