1
0

2 Commits
1.1.0 ... 1.2.1

Author SHA1 Message Date
357a82178e youtube link changed 2023-10-10 02:05:03 +02:00
599395081d Fr/update new party (#4)
* new text and links

* updated link color and other styles
2023-10-07 17:43:35 +02:00

View File

@ -1,3 +1,5 @@
<!doctype html>
<html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -62,8 +64,9 @@
alt="party-ples-large" alt="party-ples-large"
/> />
</section> </section>
<section class="party__thanks" style="display: flex; justify-content: center; margin: 100px 25px 50px 25px"> <section class="party__thanks" style="display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; margin: 100px 25px 50px 25px">
<p style="max-width: 500px; text-align: center">Děkujeme všem za nezapomenutelný večer! Na fotky z fotokoutku od <a href="https://www.facebook.com/profile.php?id=100009098313789" target="_blank" style="color: var(--clrRed); text-decoration: underline">Petry Horákové</a> a z parketu od <a href="https://www.instagram.com/ota.pro/" target="_blank" style="color: var(--clrRed); text-decoration: underline">Oty Procházky</a> se můžete podívat přes odkazy níže. Budeme se těšit příští rok!</p> <p style="max-width: 500px; text-align: center" >Již nyní pro Vás připravujeme další ročník <b>PARTY PLESU!</b> Zapište si <b>24. 2. 2024</b> do kalendáře, protože už teď víme, že se máte na co těšit.</p>
<p style="max-width: 500px; text-align: center">Sledujte nově náš <a href="https://www.instagram.com/pkm.hub" target="_blank" style="color: var(--clrRed); text-decoration: underline">instagram</a>, kde kromě novinek o plesu přidáváme i různé fotky a videa ze zákulisí.</p>
</section> </section>
<section class="party__links"> <section class="party__links">
@ -98,7 +101,7 @@
</section> </section>
<a <a
class="hero__button" class="hero__button"
href="https://www.facebook.com/events/616074790100388/?active_tab=discussion" href="https://www.facebook.com/events/823114292589147/?active_tab=discussion"
target="_blank" target="_blank"
> >
Facebook Událost Facebook Událost
@ -110,7 +113,7 @@
<iframe <iframe
class="video" class="video"
height="315" height="315"
src="https://www.youtube.com/embed/AcBfwC4E810" src="https://www.youtube.com/embed/YXbvzCNCBt0"
title="YouTube video player" title="YouTube video player"
frameborder="0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
@ -187,3 +190,4 @@
<footer><a href="https://www.fofrweb.com/" target="_blank">Vytvořeno týmem Fofrweb</a></footer> <footer><a href="https://www.fofrweb.com/" target="_blank">Vytvořeno týmem Fofrweb</a></footer>
</body> </body>
</html> </html>