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
852 B
PHTML
18 lines
852 B
PHTML
4 years ago
|
<?php require_once('header.php')?>
|
||
4 years ago
|
<br> <header> <img src="images/aj.svg" alt="angličtina" style=" display: block; margin-left: auto; margin-right: auto; width: 20%;"> <br>
|
||
4 years ago
|
|
||
|
<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>
|
||
|
|
||
4 years ago
|
<div style="display: flex;">
|
||
|
<div style="flex: 50%; padding: 5px;">
|
||
|
<a href="https://seznamovaci-kurz-nemecky-jazyk.webnode.cz"><h2>Jazykovák</h2><br>
|
||
|
<img src="images/2021_jazykovak.png" style='max-width: 100%;'></a>
|
||
4 years ago
|
</div>
|
||
4 years ago
|
<div style="flex: 50%; padding: 5px;">
|
||
|
<a href="http://seznamovak.pedf.cuni.cz/weby/it/"><h2>Seznamovák</h2><br>
|
||
|
<img src="images/2021_seznamovak.png" style='max-width: 100%;'></a>
|
||
4 years ago
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</header>
|