about summary refs log tree commit diff
path: root/strona/zmiana.html
diff options
context:
space:
mode:
Diffstat (limited to 'strona/zmiana.html')
-rw-r--r--strona/zmiana.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/strona/zmiana.html b/strona/zmiana.html
new file mode 100644
index 0000000..7c895e5
--- /dev/null
+++ b/strona/zmiana.html
@@ -0,0 +1,43 @@
+<!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%;
+}
+#header a {
+	text-decoration: none;
+	color: black;
+}
+li {
+	margin: 1em 0;
+}
+		</style>
+	</head>
+	<body>
+		<div id="header" style="text-align: center">
+			<h1><a href="index.html">Kapituła Harcerza Orlego</a></h1>
+			<p><a href="index.html">IV Poznański Hufiec Harcerzy "Rotunda"</a></p>
+		</div>
+		<hr>
+		<h2 style="text-align: center">Zmiana próby</h2>
+		<p>Jeżeli Twoja próba nie jest już aktualna, badź nie będziesz mógł jej zrobić, musisz jak najszybciej się skontaktować z opiekunem i Kapitułą.</p>
+		<p>Ustalcie z opiekunem zmodyfikowaną wersje próby i wyślijcie na <a href="mailto:kapitula.4phh@zhr.pl">kapitula.4phh@zhr.pl</a>. Dalej sprawa będzie wyglądać jak przy otwieraniu próby.</p>
+		<p>Jeżeli nie macie pomysłu z zmodyfikowanie próby, to tak czy siak powiadomcie Kapitułe o problemie - razem coś wymyślimy.</p>
+		<br><br>
+		<ul>
+			<li><a href="zamkniecie.html">Zamknięcie próby</a></li>
+		</ul>
+	</body>
+</html>