minot styling, student reg form, favicon fix
This commit is contained in:
parent
079c9cb91c
commit
69208580ed
7 changed files with 198 additions and 10 deletions
BIN
favicon.png
BIN
favicon.png
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 87 KiB |
BIN
favicon_transparent.png
Normal file
BIN
favicon_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -264,6 +264,8 @@
|
|||
-->
|
||||
|
||||
<h2><a id="payments" name="payments">Payments</a></h2>
|
||||
|
||||
At the moment, our events and classes are only open for students and members who registered before the pandemic.
|
||||
<!--
|
||||
<h3>Drop-in fees</h3>
|
||||
<h3>Membership fees</h3>
|
||||
|
@ -297,11 +299,11 @@
|
|||
<li><a href="pakua_cambridge-safeguarding_policy.html">Safeguarding Statement and Policy</a></li>
|
||||
<li><a href="pakua_cambridge-code_of_conduct.html">Code of Conduct</a></li>
|
||||
<li><a href="pakua_cambridge-privacy_policy.html">Privacy Policy</a></li>
|
||||
<li><a href="pakua_cambridge-student_registration_form.html">Student Registration Form</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Risk Assessments</h3>
|
||||
<ul>
|
||||
<li><a href="pakua_cambridge-acknowledgement_and_assumption_of_risks.html">Acknowledgement and Assumption of Risks</a></li>
|
||||
<li><a href="pakua_cambridge-risk_assessment-fenners_gallery_2021.html">Risk Assessment for Pa-Kua Archery in Fenners Gallery of Kelsey Kerridge</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -369,6 +371,8 @@
|
|||
<a class="tel u-tel" href="tel:00441223852904">
|
||||
<span property="telephone">00441223852904</span>
|
||||
</a>
|
||||
<br />
|
||||
<span>© 2021 by Peter Molnar, trading as Pa-Kua Cambridge</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
146
pakua_cambridge-student_registration_form.html
Normal file
146
pakua_cambridge-student_registration_form.html
Normal file
|
@ -0,0 +1,146 @@
|
|||
<html lang="en"><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Pa-Kua Cambridge Student Registration Form</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
|
||||
<meta name="author" content="Pa-Kua Cambridge">
|
||||
<link rel="stylesheet" href="style.css" media="all" />
|
||||
<link rel="stylesheet" href="print.css" media="print">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="logo"><img src="pakua-logo-greyscale.svg" alt="logo of the Pa-Kua International League"></div>
|
||||
<h1 id="pa-kua-cambridge-safeguarding-policy--statement">Pa-Kua Cambridge Student Registration Form</h1>
|
||||
|
||||
<form>
|
||||
<fieldset>
|
||||
<label for="regform_name">Student's printed name </label>
|
||||
<input name="regform_name" id="regform_name" type="text">
|
||||
<label for="regform_dob">Student's date of birth</label>
|
||||
<span class="inputdate">
|
||||
<input name="regform_dob_day" id="regform_dob_day" type="text" placeholder="DD" class="date">/
|
||||
<input name="regform_dob_month" id="regform_dob_month" type="text" placeholder="MM" class="month">/
|
||||
<input name="regform_dob_year" id="regform_dob_year" type="text" placeholder="YYYY" class="year">
|
||||
</span>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<label for="regform_addr">First line of address</label>
|
||||
<input name="regform_addr" id="regform_addr" type="text">
|
||||
|
||||
<label for="regform_city">City</label>
|
||||
<input name="regform_city" id="regform_city" type="text">
|
||||
|
||||
<label for="regform_postcode">Postcode</label>
|
||||
<input name="regform_postcode" id="regform_postcode" type="text">
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<label for="regform_phone">Phone number</label>
|
||||
<input name="regform_phone" id="regform_phone" type="text">
|
||||
|
||||
<label for="regform_email">E-mail address</label>
|
||||
<input name="regform_email" id="regform_email" type="email">
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Emergency contact</legend>
|
||||
<label for="regform_emergency">Name</label>
|
||||
<input name="regform_emergency" id="regform_emergency" type="text">
|
||||
|
||||
<label for="regform_emergency_relationship">Relationship to student</label>
|
||||
<input name="regform_emergency_relationship" id="regform_emergency_relationship" type="text">
|
||||
|
||||
<label for="regform_emergency_phone">Phone</label>
|
||||
<input name="regform_emergency_phone" id="regform_emergency_phone" type="text">
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>For students under the age of 18</legend>
|
||||
|
||||
<label for="regform_parent">Parent/guardian name</label>
|
||||
<input name="regform_parent" id="regform_parent" type="text">
|
||||
|
||||
<fieldset>
|
||||
|
||||
<legend>People allowed to pick up your children</legend>
|
||||
|
||||
<div>
|
||||
<label for="regform_collector1">Name</label>
|
||||
<input name="regform_collector1" id="regform_collector1" type="text">
|
||||
|
||||
<label for="regform_collector1_relationship">Relationship</label>
|
||||
<input name="regform_collector1_relationship" id="regform_collector1_relationship" type="text">
|
||||
|
||||
<label for="regform_collector1_phone">Phone</label>
|
||||
<input name="regform_collector1_phone" id="regform_collector1_phone" type="text">
|
||||
</div>
|
||||
<div>
|
||||
<label for="regform_collector2">Name</label>
|
||||
<input name="regform_collector2" id="regform_collector2" type="text">
|
||||
|
||||
<label for="regform_collector2_relationship">Relationship</label>
|
||||
<input name="regform_collector2_relationship" id="regform_collector2_relationship" type="text">
|
||||
|
||||
<label for="regform_collector2_phone">Phone</label>
|
||||
<input name="regform_collector2_phone" id="regform_collector2_phone" type="text">
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<div class="pagebreak"></div>
|
||||
|
||||
<fieldset>
|
||||
<label class="wide" for="regform_medical">History of injuries or medical information relevant to the practice</label>
|
||||
<textarea name="regform_medical" id="regform_medical"></textarea>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Acknowledgement and Assumption of Risks</legend>
|
||||
<p>
|
||||
I am completing this assumption of risk form in relation to my wishes to participate within a class, activity, course, seminar, grading, competition, training session or lesson provided by Pa-Kua Cambridge and any of the clubs of the Pa-Kua International League registered instructors, coaches, Masters, or staff.
|
||||
</p>
|
||||
<p>
|
||||
I confirm that I understand in full that any activity in which I participate will carry inherent risks associated with any practice or competition within combat arts, martial arts or self defence. Furthermore, I understand that the risk of serious injury is present and I have been briefed on the relevant safety rules and regulations in place to help protect me and my fellow students during training.
|
||||
</p>
|
||||
<p>
|
||||
I confirm that I understand the nature of the activity in which I am about to participate, and appreciate that any practice of combat, self defence or martial art usually includes a degree of martial arts based fitness training. With this in mind, I can agree that I am fit to participate and agree to assume all risks associated with the above, hereby withdrawing any liability from the named club, instructors, association or other relevant parties.
|
||||
</p>
|
||||
<p>
|
||||
Should I be unclear on any risks involved, or not feel comfortable releasing the above named from all positions of liability, I will not sign this document. Please take my signature as my acceptance and assumption of all risks involved, as described to me by my instructor and stated within this document.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The club should retain this document for future reference. If the named wishes to obtain a copy, the instructor must make this available within 21 days without charge.
|
||||
</p>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<div>
|
||||
<label for="regform_student_signature">Student's (or Guardian's) Signature</label>
|
||||
<input name="regform_student_signature" id="regform_student_signature" type="text">
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<label for="regform_instructor_name">Instructor's Printed Name</label>
|
||||
<input name="regform_instructor_name" id="regform_instructor_name" type="text">
|
||||
|
||||
<label for="regform_instructor_signature">Instructor's Signature</label>
|
||||
<input name="regform_instructor_signature" id="regform_instructor_signature" type="text">
|
||||
|
||||
<label for="regform_date">Date</label>
|
||||
<span class="inputdate">
|
||||
<input name="regform_dob_day" id="regform_dob_day" type="text" placeholder="DD" class="date">/
|
||||
<input name="regform_dob_month" id="regform_dob_month" type="text" placeholder="MM" class="month">/
|
||||
<input name="regform_dob_year" id="regform_dob_year" type="text" placeholder="YYYY" class="year">
|
||||
</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
peter-molnar.jpg
Normal file
BIN
peter-molnar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
|
@ -15,3 +15,7 @@ body {
|
|||
th, td {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.pagebreak {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
|
52
style.css
52
style.css
|
@ -204,18 +204,10 @@ td img {
|
|||
}
|
||||
|
||||
input {
|
||||
width: 4em;
|
||||
border:none;
|
||||
border-bottom: 1px dotted #000;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
input.name {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
input.year {
|
||||
width: 8em;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
|
@ -238,6 +230,48 @@ dd {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: 0.3em;
|
||||
margin: 1em 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
fieldset legend {
|
||||
font-weight: bold;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
fieldset label {
|
||||
display: inline-block;
|
||||
width: 30%;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
fieldset input {
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
|
||||
}
|
||||
|
||||
input.date, input.month {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
input.year {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
label.wide {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 54em) {
|
||||
.grid > div {
|
||||
max-width: 48%;
|
||||
|
|
Loading…
Reference in a new issue