generated from JustScreaMy/ProjectTemplate
20 lines
No EOL
510 B
Vue
20 lines
No EOL
510 B
Vue
<template>
|
|
<v-parallax
|
|
src="https://danceostrava.cz/wp-content/uploads/2021/10/IMG_5203-scaled.jpg"
|
|
style="margin-top: -80px"
|
|
>
|
|
<div class="d-flex flex-column fill-height justify-center align-center text-white">
|
|
<h1 class="text-h4 font-weight-thin mb-4">
|
|
Taneční klub Ostrava
|
|
</h1>
|
|
<h4 class="subheading">
|
|
Naučíme Vás tančit!
|
|
</h4>
|
|
</div>
|
|
</v-parallax>
|
|
<trainers/>
|
|
<v-divider />
|
|
<references/>
|
|
<v-divider />
|
|
<contact-us/>
|
|
</template> |