video reoder and social media
This commit is contained in:
parent
b0a3979087
commit
889a5e348b
@ -99,14 +99,19 @@ class Main extends Component {
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Odeslat</button>
|
<button type="submit" class="btn btn-primary">Odeslat</button>
|
||||||
</form>*/}
|
</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">
|
<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>
|
<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>
|
||||||
<div class="container">
|
<div class="container video">
|
||||||
kontakt: <a href="mailto:info@alkator.cz">info@alkator.cz</a>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -41,3 +41,8 @@ form.container{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kontakt > div > a {
|
||||||
|
margin:auto;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user