mirror of https://github.com/pedf-uk/seznamovak
Add liks for Jazykovák
Since AJ has more than one choice, special page has been created.master
parent
d3cc9fc677
commit
844de5f7f4
@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<title>Angličtina</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "signika-negative";
|
||||
src: url('../fonts/signika-negative-regular.woff2?#iefix') format('woff2'),
|
||||
url('../fonts/signika-negative-regular.woff') format('woff'),
|
||||
url('../fonts/signika-negative-regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "signika-negative";
|
||||
src: url('../fonts/signika-negative-bold.woff2?#iefix') format('woff2'),
|
||||
url('../fonts/signika-negative-bold.woff') format('woff'),
|
||||
url('../fonts/signika-negative-bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
body {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
color: #4d4d4d;
|
||||
background: #f0f0f0;
|
||||
font-family: "signika-negative", sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Angličtina</h1>
|
||||
<p>Angličtináři mají na výběr ze dvou různých seznamováků:</p>
|
||||
<ul>
|
||||
<li><a href="https://seznamovaci-kurz-nemecky-jazyk.webnode.cz">Jazykovák</a> společně se studenty NJ a FJ</li>
|
||||
<li><a href="https://seznamovak.pedf.cuni.cz/weby/it/">Seznamovák</a> s obory ČJ, HV, M, IT a PG</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue