|
|
@ -13,6 +13,12 @@
|
|
|
|
import MenuBtn from '../components/menu-btn.svelte';
|
|
|
|
import MenuBtn from '../components/menu-btn.svelte';
|
|
|
|
import ZjistiBtn from '../components/zjisti-vice.svelte';
|
|
|
|
import ZjistiBtn from '../components/zjisti-vice.svelte';
|
|
|
|
import Carousel from '@beyonk/svelte-carousel';
|
|
|
|
import Carousel from '@beyonk/svelte-carousel';
|
|
|
|
|
|
|
|
import { onMount } from 'svelte';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onMount(async () => {
|
|
|
|
|
|
|
|
window.showSlides(1, "mySlides2", "slideIndex2");
|
|
|
|
|
|
|
|
window.showSlides(1, "mySlides3", "slideIndex3");
|
|
|
|
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<svelte:head>
|
|
|
|
<svelte:head>
|
|
|
@ -148,25 +154,51 @@
|
|
|
|
<hr class="thing-hr">
|
|
|
|
<hr class="thing-hr">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="row" style="margin-top: 4vh">
|
|
|
|
<section class="row" style="margin-top: 4vh" id="dalsi">
|
|
|
|
<section class="col">
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/7_jana.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="col">
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/8_stepan.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="col">
|
|
|
|
<section class="col">
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
<link rel="stylesheet" href="/css/carousel.css">
|
|
|
|
<source src="/video/1_verca_1.mp4" type="video/webm">
|
|
|
|
<!-- Slideshow container -->
|
|
|
|
Your browser does not support video.
|
|
|
|
<div class="slideshow-container">
|
|
|
|
</video>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Full-width images with number and caption text -->
|
|
|
|
|
|
|
|
<div class="mySlides2 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">1 / 3</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/7_jana.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mySlides2 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">2 / 3</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/8_stepan.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mySlides2 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">3 / 3</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/1_verca_1.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Next and previous buttons -->
|
|
|
|
|
|
|
|
<a class="prev" onclick="plusSlides(-1, 'mySlides2', 'slideIndex2', 'dot2')" href="/zapojit-se#0">❮</a>
|
|
|
|
|
|
|
|
<a class="next" onclick="plusSlides(1, 'mySlides2', 'slideIndex2', 'dot2')" href="/zapojit-se#0">❯</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- The dots/circles -->
|
|
|
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
|
|
|
<span class="dot dot2 carousel-active" onclick="currentSlide(1, 'mySlides2', 'slideIndex2', 'dot2')"></span>
|
|
|
|
|
|
|
|
<span class="dot dot2" onclick="currentSlide(2, 'mySlides2', 'slideIndex2', 'dot2')"></span>
|
|
|
|
|
|
|
|
<span class="dot dot2" onclick="currentSlide(3, 'mySlides2', 'slideIndex2', 'dot2')"></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<script src="js/carousel.js"></script>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="row" style="margin-top: 14vh">
|
|
|
|
<section class="row" style="margin-top: 14vh">
|
|
|
|
<div class="col-1"></div>
|
|
|
|
<div class="col-1"></div>
|
|
|
@ -175,31 +207,59 @@
|
|
|
|
<hr class="thing-hr">
|
|
|
|
<hr class="thing-hr">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="row" style="margin-top: 4vh">
|
|
|
|
<section class="row" style="margin-top: 4vh" id="dalsi">
|
|
|
|
<section class="col">
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/4_holka_pozvanka.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="col">
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/6_petr.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="col">
|
|
|
|
<section class="col">
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
<link rel="stylesheet" href="/css/carousel.css">
|
|
|
|
<source src="/video/11_lenka_2.mp4" type="video/webm">
|
|
|
|
<!-- Slideshow container -->
|
|
|
|
Your browser does not support video.
|
|
|
|
<div class="slideshow-container">
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
<!-- Full-width images with number and caption text -->
|
|
|
|
<section class="col">
|
|
|
|
<div class="mySlides3 fade">
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
<div class="numbertext">1 / 4</div>
|
|
|
|
<source src="/video/9_devce.mp4" type="video/webm">
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
Your browser does not support video.
|
|
|
|
<source src="/video/4_holka_pozvanka.mp4" type="video/webm">
|
|
|
|
</video>
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mySlides3 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">2 / 4</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/6_petr.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mySlides3 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">3 / 4</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/11_lenka_2.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mySlides3 fade">
|
|
|
|
|
|
|
|
<div class="numbertext">4 / 4</div>
|
|
|
|
|
|
|
|
<video class="smol-video" controls style="width: 100%">
|
|
|
|
|
|
|
|
<source src="/video/9_devce.mp4" type="video/webm">
|
|
|
|
|
|
|
|
Your browser does not support video.
|
|
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Next and previous buttons -->
|
|
|
|
|
|
|
|
<a class="prev" onclick="plusSlides(-1, 'mySlides3', 'slideIndex3', 'dot3')" href="/zapojit-se#0">❮</a>
|
|
|
|
|
|
|
|
<a class="next" onclick="plusSlides(1, 'mySlides3', 'slideIndex3', 'dot3')" href="/zapojit-se#0">❯</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- The dots/circles -->
|
|
|
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
|
|
|
<span class="dot dot3 carousel-active" onclick="currentSlide(1, 'mySlides3', 'slideIndex3', 'dot3')"></span>
|
|
|
|
|
|
|
|
<span class="dot dot3" onclick="currentSlide(2, 'mySlides3', 'slideIndex3', 'dot3')"></span>
|
|
|
|
|
|
|
|
<span class="dot dot3" onclick="currentSlide(3, 'mySlides3', 'slideIndex3', 'dot3')"></span>
|
|
|
|
|
|
|
|
<span class="dot dot3" onclick="currentSlide(4, 'mySlides3', 'slideIndex3', 'dot3')"></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<script src="js/carousel.js"></script>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="row" style="margin-top: 5vh">
|
|
|
|
<section class="row" style="margin-top: 5vh">
|
|
|
|
<div class="col flexy-boi" style="background-position: top center">
|
|
|
|
<div class="col flexy-boi" style="background-position: top center">
|
|
|
|