view src/requirements.html @ 1:5419663ca6ca

add this.html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Sep 2025 16:18:29 -0600
parents 45a3989c3447
children c33c1f76ef2c
line wrap: on
line source

<!doctype html>
<html lang="en">
	<head>
		<script src="/site.js"></script>
		<script> head() </script>
		<title>Arkian - Membership Requirements</title>
	</head>
	<body>
		<script> header() </script>
		<div content>
			<h1>Membership Requirements</h1>
			<p>These are the requirements to be Arkian.</p>
			<p>
				Either:
				<ul>
					<li>Pass a test on scripture.  We currently only have an <a href="/test.html">Old Testament test</a>.  We plan to add a full Bible test (half OT and half NT) and a Quran test.  To pass, you must get all questions correct.</li>
					<li>Pass a test on <a href="/go.html">Go</a> skill.  The test is to beat <a href="https://www.remi-coulom.fr/CrazyStone/">this app</a> with board size 9X9 with komi 5.5 at level 14k using either color.</li>
				</ul>
				Or:
				<ul>
					<li>Be born from an Arkian couple.  Both parents should be Arkian and should be married to each other at the time of birth.  Marriage just means that the parents publicly consider themselves married to each other, legal status is irrelevant.</li>
				</ul>
			</p>
			<p>You can take the tests multiple times until you pass.</p>
		</div>
	</body>
</html>