mirror of https://github.com/pedf-uk/seznamovak
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.
52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
1 year ago
|
<!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>Dějepis</h1>
|
||
|
<p>Dějepisáři mají na výběr ze dvou různých seznamováků:</p>
|
||
|
<ul>
|
||
|
<li><a href="https://www.facebook.com/events/1695342504234151">Seznamovák</a> pořádaný spolkem Agora</li>
|
||
|
<li><a href="https://www.facebook.com/events/575847534622567">Seznamovák</a> pořádaný spolkem 5P a SOR dějepisu</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|