video reoder and social media

This commit is contained in:
Martin Quarda 2024-03-12 21:57:32 +01:00
parent b0a3979087
commit 889a5e348b
2 changed files with 15 additions and 5 deletions

View File

@ -99,14 +99,19 @@ class Main extends Component {
</div>
<button type="submit" class="btn btn-primary">Odeslat</button>
</form>*/}
<div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/7WB4J_j-VhM?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div>
<div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/H1UeXTBpsXw?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div>
<div class="container">
kontakt: <a href="mailto:info@alkator.cz">info@alkator.cz</a>
<div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/7WB4J_j-VhM?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div>
<div class="container kontakt">
<div class="row">
<a class="col-lg-3" href="mailto:info@alkator.cz"><b>info@alkator.cz</b></a>
<a class="col-lg-3" href="https://www.facebook.com/AlkatorRace"><img height="40px" src="/public/fb_logo.svg" /></a>
<a class="col-lg-3" href="https://www.youtube.com/@AlkatorRace"><img height="40px" src="/public/youtube_logo.svg"/></a>
<a class="col-lg-3" href="https://www.instagram.com/alkator_race/"><img height="40px" src="/public/instagram_logo.svg" /></a>
</div>
</div>
</div>
);

View File

@ -41,3 +41,8 @@ form.container{
position: fixed;
top: 0px;
}
.kontakt > div > a {
margin:auto;
padding: 10px;
}