-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prostores z. s.</title>
<style>
body {
font-family: sans-serif;
}
address {
font-style: normal;
}
</style>
</head>
<body>
<header>
<h1>Prostores z. s.</h1>
</header>
<main>
<address>
<p>
Prostores, z. s.
Na lužci 215/16 <br>
Praha 6 – Vokovice <br>
160 00
</p>
<p>IČ: 22604901</p>
<p>Registrace u MV ČR: 26. 7. 2012, VS / 1-1 / 89590 / 12-R</p>
<p><a href="https://ib.fio.cz/ib/transparent?a=2802556608" target="_blank">Transparentní účet</a> sdružení: 2802556608/2010 (Fio banka) – děkujeme za Vaši podporu!</p>
<h2>Kontaktní osoba:</h2>
<p>Petr Novotný (předseda sdružení)</p>
<p>petr]štrůdl[krviktotr.cz</p>
</address>
<hr>
<h2>Projekty, které aktuálně zastřešujeme</h2>
<ul>
<li>
<a href="https://krviktotr.cz">Krvik Totr</a>
</li>
<li>
<a href="https://filtruj.cz">Filtr</a>
</li>
<li>
<a href="/icebreaking/cs/">Icebreaking</a>
</li>
</ul>
</main>
<footer>
<p>ⓒ <time datetime="2023-07-09">2023</time> Prostores, z. s.</p>
</footer>
</body>
</html>