about summary refs log tree commit diff
path: root/strona/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'strona/index.html')
-rw-r--r--strona/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/strona/index.html b/strona/index.html
new file mode 100644
index 0000000..6aaecf9
--- /dev/null
+++ b/strona/index.html
@@ -0,0 +1,51 @@
+<!doctype html>
+<html>
+	<head>
+		<meta charset=utf-8>
+		<meta name="viewport" content="width=device-width">
+		<title>Kapituła Harcerza Orlego</title>
+		<style>
+body {
+	margin: 0 auto;
+	font-family: sans-serif;
+	max-width: 80ex;
+	box-sizing: border-box;
+	padding: 1ex;
+}
+img {
+	width: 80%;
+	margin-left: 10%;
+}
+		</style>
+	</head>
+	<body>
+		<div style="text-align: center">
+		<h1>Kapituła Harcerza Orlego</h1>
+		<p>IV Poznański Hufiec Harcerzy "Rotunda"</p>
+		</div>
+		<hr>
+		<p><strong>Druhu!</strong></p>
+		<p>Witaj na stronie Kapituły HO! Znajdziesz tutaj wszystkie potrzebne informacje, które pomogą tobie ustalić, otworzyć i zamknąć próbę na stopień Harcerza Orlego.</p>
+		<ul>
+			<li><a href="otwarcie.html">Jak zdobyć HO?</a></li>
+			<li><a href="zamkniecie.html">Zamknięcie próby</a></li>
+			<li><a href="zmiana.html">Zmiana próby</a></li>
+		</ul>
+		<br>
+		<br>
+		<hr>
+		<h2 style="text-align: center">Kontakt</h2>
+		<p><a href="mailto:kapitula.4phh@zhr.pl">kapitula.4phh@zhr.pl</a></p>
+		<h2 style="text-align: center">Skład Kapituły Harcerza Orlego</h2>
+		<ul>
+			<li>phm. Jakub Matusewicz HR - Przewodniczący Kapituły</li>
+			<li>Łukasz Matusewicz HO - Sekretarz Kapituły</li>
+			<li>pwd. Maksymilian Wosicki HO - Członek Kapituły</li>
+			<li>phm. Ignacy Jakubowski HR - Członek Kapituły</li>
+			<li>pwd. Wojciech Zawieja HO - Członek Kapituły</li>
+			<li>pwd. Patryk Niedźwiedziński HO - Członek Kapituły</li>
+			<li>pwd. Witold Wachowiak HR - Członek Kapituły</li>
+			<li>pwd. Michał Gawron HO - Członek Kapituły</li>
+		</ul>
+	</body>
+</html>