Skip to content

Commit

Permalink
Merge pull request #47 from Bertik23/ob
Browse files Browse the repository at this point in the history
orienteering website start
  • Loading branch information
Bertik23 committed Jan 14, 2024
2 parents bcf6082 + 53c6869 commit 92b251a
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions orientak.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!doctype html>
<html lang="cs-CZ">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="index, follow">
<meta name="author" content="Antonín Kříž, https://www.antoninkriz.eu">

<title>Orientační běh s FIT++</title>
<meta name="description" content="Orientační běh s FIT++">
<meta name="keywords" content="fitplusplus, fitpp, fit plus plus, fit cvut, fit, cvut, klub, studentsky klub, student, studenti, akce, hellofit, hello fit, ceske vysoke uceni technicke, su, studentska unie, studentska, unie, dod, den otevrenych dveri, ob, orientacni beh, orientak">

<meta property="og:url" content="https://www.klubfitpp.cz/orientak.html">
<meta property="og:type" content="website">
<meta property="og:locale" content="cs_CZ">
<meta property="og:title" content="Orietační běh s FIT++">
<meta property="og:description" content="Jsme studenti FITu ČVUT, co mají svoji fakultu rádi a chtějí ji udělat ještě lepší. Pořádáme akce pro studenty a sdružujeme dobré lidi s dobrými nápady.">
<meta property="og:image" content="https://klubfitpp.cz/images/icon-255.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="255">
<meta property="og:image:height" content="255">
<meta property="og:image:alt" content="Logo FIT++">
<link rel="canonical" href="https://www.klubfitpp.cz/orientak">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<link href="/main.css" rel="stylesheet" />

<link rel="icon" type="image/png" href="/images/icon-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/icon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/icon-96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/images/icon-255.png" sizes="255x255">
</head>
<body>
<main>
<h1 class="title">Orientační běh s FIT++</h1>
<section class="hello">
<img class="hello__logo" src="/images/logo.svg" alt="Logo FIT++"/>
<span class="hello__arrow"></span>
</section>
<section class="about">
<h2 class="section__title">Propozice</h2>
<p>Propozice</p>
</section>
<section class="refs">
<h2 class="section__title">Přihlaš se na závod</h2>
<!-- <p class="refs__scream">Pomoz nám udělat FIT lepší!</p> -->
<!-- <p class="refs__scream">Napiš a přidej se k nám!</p> -->
<article class="refs__links">
<a class="refs__button" href="...">Zaregistrovat se</a>
</article>
</section>
<section class="refs">
<h2 class="section__title">Výsledky minulých ročníků</h2>
</section>
</main>
</body>
</html>

0 comments on commit 92b251a

Please sign in to comment.