You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
908 B
PHTML
18 lines
908 B
PHTML
4 years ago
|
<?php require_once('header.php')?>
|
||
|
<br> <header> <img src="images/aj.svg" alt="angličtina" style=" display: block; margin-left: auto; margin-right: auto; width: 50%;"> <br>
|
||
|
|
||
|
<p style="text-align: center">Obor angličtina má letos 2 zástupce, kteří pořádají seznamovací kurz a ze kterých si můžete vybrat: </p>
|
||
|
|
||
|
<div class="container" style="display: flex; height: 100px;">
|
||
|
<div style="width: 50%;">
|
||
|
<p style="text-align: center"><a href="https://seznamovaci-kurz-nemecky-jazyk.webnode.cz">Jazykovák<br>
|
||
|
<img src="images/2021_jazykovak.png" style='max-width: 100%;'></a></p>
|
||
|
</div>
|
||
|
<div style="flex-grow: 1;">
|
||
|
<p style="text-align: center"><a href="http://seznamovak.pedf.cuni.cz/weby/it/">Seznamovák<br>
|
||
|
<img src="images/2021_seznamovak.png" style='max-width: 100%;'></a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</header>
|