|
|
|
@ -26,6 +26,7 @@
|
|
|
|
|
import Logo from '../components/logo.svelte';
|
|
|
|
|
import UpArrow from '../components/up.svelte';
|
|
|
|
|
import MenuBtn from '../components/menu-btn.svelte';
|
|
|
|
|
import LLink from '../components/llink.svelte';
|
|
|
|
|
import ZjistiBtn from '../components/zjisti-vice.svelte';
|
|
|
|
|
import Carousel from '@beyonk/svelte-carousel';
|
|
|
|
|
import Galerie from '../components/galerie.svelte';
|
|
|
|
@ -65,19 +66,30 @@
|
|
|
|
|
<svelte:head>
|
|
|
|
|
<title>Spolky a SORky PedF UK | Chci se zapojit</title>
|
|
|
|
|
<!-- Google Tag Manager -->
|
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
|
|
|
<script>
|
|
|
|
|
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
|
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
|
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
|
|
|
})(window,document,'script','dataLayer','GTM-MQM8H3M');</script>
|
|
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
|
</svelte:head>
|
|
|
|
|
})(window,document,'script','dataLayer','GTM-MQM8H3M');
|
|
|
|
|
</script>
|
|
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
|
<!-- Google Tag Manager (noscript) -->
|
|
|
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQM8H3M"
|
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
|
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
|
|
|
|
|
|
|
|
<MenuBtn/>
|
|
|
|
|
<noscript>
|
|
|
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQM8H3M"
|
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
|
|
|
|
</noscript>
|
|
|
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
|
|
|
</svelte:head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<MenuBtn>
|
|
|
|
|
<div class="horizontal-menu">
|
|
|
|
|
<LLink href="jak-se-v-tom-vsem-vyznat">Kam se přidat?</LLink>
|
|
|
|
|
<LLink href="zkusenosti-clenu">Proč se přidat?</LLink>
|
|
|
|
|
<LLink href="seznam-spolku-a-sor">Spolky a SOR</LLink>
|
|
|
|
|
</div>
|
|
|
|
|
</MenuBtn>
|
|
|
|
|
<main id="root">
|
|
|
|
|
<section class="row fullheight">
|
|
|
|
|
<Logo/>
|
|
|
|
@ -127,7 +139,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="row" style="margin-top: 5vh">
|
|
|
|
|
<section class="row" style="margin-top: 5vh" id="jak-se-v-tom-vsem-vyznat">
|
|
|
|
|
<div class="col flexy-boi">
|
|
|
|
|
<h5 style="color: var(--color-primary); margin-bottom: 2vh"><b>Jak se v tom všem vyznat?</b></h5>
|
|
|
|
|
</div>
|
|
|
|
@ -195,7 +207,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="row margin-14vh">
|
|
|
|
|
<section class="row margin-14vh" id="zkusenosti-clenu">
|
|
|
|
|
<section class="col-1 hide-xs hide-sm"></section>
|
|
|
|
|
<div class="col-6" style="background-position: top center">
|
|
|
|
|
<h5>Zkušenosti členů a bývalých členů</h5>
|
|
|
|
|