This commit is contained in:
Peter Molnar 2022-10-26 10:39:27 +01:00
parent bf9b9e30d4
commit 7bea3ef95a
6 changed files with 290 additions and 35 deletions

View file

@ -286,7 +286,7 @@
<p></p>
</td>
<td></td>
<td rowspan="2"><strong>Ourdoor Archery (summer only)</strong><br>third<strong>*</strong> Saturday of each Month<br><a href="https://goo.gl/maps/9Ppa8wEu6wSF3iYDA">Shirley Community Primary School</a>
<td rowspan="2"><strong>Outdoor Archery</strong><br>third* Saturday of each Month, summer only<br><a href="https://goo.gl/maps/9Ppa8wEu6wSF3iYDA">Shirley Community Primary School</a>
<p></p>
</td>
</tr>
@ -301,7 +301,7 @@
<p></p>
</td>
<td></td>
<td rowspan="2"><strong>Indoor Archery</strong><br>first<strong>*</strong> Saturday of each Month<br><a href="https://g.page/KelseyKerridgeSportsCentre">Kelsey Kerridge Sports Centre</a>
<td rowspan="2"><strong>Indoor Archery</strong><br>first* (all-year) and third* (outside of summer) Saturday of each Month<br><a href="https://g.page/KelseyKerridgeSportsCentre">Kelsey Kerridge Sports Centre</a>
<p></p>
</td>
</tr>
@ -394,9 +394,9 @@
</div>
<div>
<h4>Archery, using your own equipment</h4>
<a href="https://buy.stripe.com/bIY4kga9y0pYeo814f">
<a href="https://buy.stripe.com/bIY04095u5Ki6VGdRj">
<svg width="16" height="16"><use xlink:href="#icon-creditcard"></use>💳</svg>
£16 per 2 hour event
£20 per 2 hour event
</a>
</div>
</div>
@ -472,9 +472,9 @@
<div>
<h4>Archery, 2 hours twice a month using school equipment, weekly Martial Art or weekly Tai Chi</h4>
<p class="price"></p>
<a href="https://buy.stripe.com/dR69EA5Ti7Sq4NyaF2">
<a href="https://buy.stripe.com/eVa9EAftS5Ki0xibJg">
<svg width="16" height="16"><use xlink:href="#icon-creditcard"></use>💳</svg>
£60/month
£57/month
</a>
</div>
</div>
@ -503,9 +503,9 @@
</div>
<div>
<h4>Archery, 2 hours twice a month using your own equipment</h4>
<a href="https://buy.stripe.com/eVaaIEa9y0pY3Ju9AW">
<a href="https://buy.stripe.com/fZe6so4Pea0yeo86oS">
<svg width="16" height="16"><use xlink:href="#icon-creditcard"></use>💳</svg>
£28/month (2x2 hours)
£34/month (2x2 hours)
</a>
</div>
</div>
@ -521,9 +521,9 @@
</div>
<div>
<h4>Archery, 2 hours twice a month using your own equipment, weekly Martial Art or weekly Tai Chi</h4>
<a href="https://buy.stripe.com/cN2g2YchGb4CbbW7sR">
<a href="https://buy.stripe.com/bIY6so3La1u2dk414z">
<svg width="16" height="16"><use xlink:href="#icon-creditcard"></use>💳</svg>
£43/month
£49/month
</a>
</div>
</div>
@ -537,14 +537,14 @@
</div>
<div>
<h4>Archery, 2 hours twice a month using your own equipment, weekly Martial Art and weekly Tai Chi</h4>
<a href="https://buy.stripe.com/eVa2c86Xm1u293O4gG">
<a href="https://buy.stripe.com/5kA5ok6XmgoWbbWbJe">
<svg width="16" height="16"><use xlink:href="#icon-creditcard"></use>💳</svg>
£58/month
£64/month
</a>
</div>
</div>
</div>
<p><strong>Family discount: 10% from the total price; you'll get a bespoke subscription link.</strong></p>
<p><strong>Family discount: 30% from the total subscription price; please <a href="mailto:cambridge@pakuauk.com">contact us</a>, so we can prepara a bespoke subscription link.</strong></p>
</div>
<div class="limit">
@ -634,7 +634,7 @@
<img src="peter-molnar.jpg" alt="Peter Molnar">
<div>
<h3>Peter Molnar</h3>
<p class="center">instructor ⋅ blue belt</p>
<p class="center">instructor ⋅ red belt</p>
<ul>
<li>enhanced DBS check</li>
<li>public liability insurance</li>

View file

@ -163,8 +163,8 @@ $e = array(
"description" => "Monthly subscription for 2 classes per week."
),
),
"startDate" => date(DATE_ATOM, $st),
"endDate" => date(DATE_ATOM, $et),
"startDate" => "",
"endDate" => "",
);
@ -191,7 +191,7 @@ for($i=0; $i<3; $i++) {
$st = $nextWed + (19 * 60 * 60);
$et = $nextWed + (20 * 60 * 60);
$e_["startDate"] = date(DATE_ATOM, $st);
$e_["endDate"] = date(DATE_ATOM, $st);
$e_["endDate"] = date(DATE_ATOM, $et);
array_push($output, $e_);
$b = $nextWed;

View file

@ -6,6 +6,11 @@
<meta name="author" content="Pa-Kua International League">
<link rel="stylesheet" href="style.css" media="all" />
<link rel="stylesheet" href="print.css" media="print">
<style>
@page {
size: A4 landscape;
}
</style>
</head>
<body>
@ -34,6 +39,22 @@ session, or immediately should the condition develop during the class</li>
<li>Anyone with symptoms of COVID-19 or any other infectious disease should avoid attending to the class</li>
</ul>
<div class="signatures">
<div>
<strong>Compiled by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
<div>
<strong>Reviewed by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
</div>
<table>
<thead>
<tr>
@ -301,22 +322,23 @@ session, or immediately should the condition develop during the class</li>
</ul>
</td>
</tr>
<tr>
<td>Bouncing arrows</td>
<td>
<ul>
<li>arrows bouncing back from target</li>
</ul>
</td>
<td><ul><li>instructors</li><li>participants</li><li>public</li></ul></td>
<td>Low</td>
<td>
<ul>
<li>Disallow inexperienced participants from participating in scenarios when intermediate targets are used</li>
<li>Keep the minimum distance from any target to 10m</li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="signatures">
<div>
<strong>Compiled by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
<div>
<strong>Reviewed by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
</div>
</body></html>

View file

@ -0,0 +1,174 @@
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Risk Assessment for Pa-Kua Martial Arts in the Cricket Court of Hills Road Sports Centre</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<meta name="author" content="Pa-Kua International League">
<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>Risk Assessment for Pa-Kua Martial Arts in the Polonia Club Function Room</h1>
<p>
The following is our current risk assessment for Pa-Kua
Cambridge at the particular venue: Cricket Court of Hills Road Sports Centre.</p>
<p>
Should you identify any further hazards that you feel are not
properly represented below, we would ask you to please contact Pa-Kua Cambridge at <a href="mailto:contact@pakua-cambridge.co.uk">contact@pakua-cambridge.co.uk</a>. This document was last updated on <input type="text" placeholder="DD" class="date">/<input type="text" placeholder="MM" class="month">/<input type="text" placeholder="YYYY" class="year">.
</p>
<p>The following is considered to be compulsory and should be
considered in conjunction with the action points on this risk
assessment;</p>
<ul>
<li>A proper warm up will be carried out at the start of every lesson</li>
<li>Student numbers will be controlled by the instructor at all times</li>
<li>All members are given a copy of the club rules and charter</li>
<li>Any person feeling unwell or with any other medical condition / injury must contact the instructor BEFORE starting the session, or immediately should the condition develop during the class</li>
<li>Any other club rules or association guidelines will be properly observed throughout all classes and training sessions</li>
<li>Anyone with symptoms of COVID-19 or any other infectious disease should avoid attending to the class</li>
</ul>
<div class="signatures">
<div>
<strong>Compiled by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
<div>
<strong>Reviewed by</strong>
<p>Printed Name</p>
<p>Signature</p>
<p>Date</p>
</div>
</div>
<table>
<thead>
<tr>
<th>Hazard</th>
<th>Risk</th>
<th>Persons at Risk</th>
<th>Risk rating</th>
<th width="50%">Control Measures in Place</th>
</tr>
</thead>
<tbody>
<tr>
<td>Techniques</td>
<td>
<ul>
<li>general minor injury; sprains, strains, bruises</li>
</ul>
</td>
<td>
<ul>
<li>instructors</li>
<li>participants</li>
</ul>
</td>
<td>High</td>
<td>
<ul>
<li>Clear demonstration and instruction</li>
<li>On-going monitoring and advice</li>
<li>No contact at levels where participants are not prepared</li>
</ul>
</td>
</tr>
<tr>
<td>Techniques</td>
<td>
<ul>
<li>general major injury; breaks, wounds</li>
</ul>
</td>
<td>
<ul>
<li>instructors</li>
<li>participants</li>
</ul>
</td>
<td>Medium</td>
<td>
<ul>
<li>Clear demonstration and instruction</li>
<li>On-going monitoring and advice</li>
<li>No contact at levels where participants are not prepared</li>
</ul>
</td>
</tr>
<tr>
<td>Room Fixtures</td>
<td>
<ul>
<li>Slips, Trips, falls, or damage to furniture</li>
</ul>
</td>
<td>
<ul>
<li>instructors</li>
<li>participants</li>
</ul>
</td>
<td>Low</td>
<td>
<ul>
<li>Any unnecessary hazards are removed from the area as appropriate</li>
<li>Area used for class checked in advance</li>
<li>Separator curtains safely tucked away</li>
</ul>
</td>
</tr>
<tr>
<td>Incorrect Technique</td>
<td>
<ul>
<li>general minor injury; sprains, strains, bruises</li>
<li>general major injury; breaks</li>
</ul>
</td>
<td>
<ul>
<li>instructors</li>
<li>participants</li>
</ul>
</td>
<td>Low</td>
<td>
<ul>
<li>Clear demonstration and instruction</li>
<li>on-going monitoring and advice</li>
<li>No contact at levels where participants are not prepared</li>
</ul>
</td>
</tr>
<tr>
<td>Viral infection</td>
<td>
<ul>
<li>catching infectious disease</li>
</ul>
</td>
<td>
<ul>
<li>instructors</li>
<li>participants</li>
</ul>
</td>
<td>Medium</td>
<td>
<ul>
<li>Encourage vaccination (COVID-19, flu, etc) for instructors and participants</li>
<li>Disallow participating with any symptoms of being sick</li>
</ul>
</td>
</tr>
</tbody>
</table>
</body></html>

View file

@ -1,6 +1,6 @@
@page {
margin: 0.5in;
size: A4;
size: A4 landscape;
}
html, body {
@ -19,3 +19,31 @@ th, td {
.pagebreak {
page-break-after: always;
}
#logo img {
height: 4em;
}
h1 {
margin: 1em !important;
padding: 0 !important;
}
.signatures {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1em 0;
}
.signatures>div {
width: 45%;
}
.signatures p {
margin-top: 2em;
}
table {
page-break-inside: avoid;
}

View file

@ -303,8 +303,21 @@ details > a {
text-align: center;
}
.prices {
align-items: stretch;
}
.prices .grid > div {
padding: 0.3em;
display: flex;
flex-direction: column;
justify-content:space-between;
}
.prices .grid > div a {
font-size: 1.3em;
display: block;
margin: 0.3em 0;
}
.prices .icons {
@ -312,7 +325,7 @@ details > a {
display: flex;
align-items: center;
justify-content: space-around;
}
.prices img {
@ -399,10 +412,28 @@ details > a {
display: inline-block !important;
width: auto !important;
}
.prices h4 {
display: block;
height: auto;
}
}
.signatures {
margin-top: 1em;
display: flex;
justify-content:center;
}
.signatures > div {
width: 45%;
}
#logo img {
height: 4em;
float: left;
position: relative;
z-index: 999;
margin: 1em;
}