This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforms.php
70 lines (56 loc) · 3.17 KB
/
forms.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html class="no-js" lang="en" >
<head>
<title>Park Community School | Forms</title>
<?php include("includes/head.html") ?>
</head>
<body class="page-parent">
<!-- NAVIGATION -->
<?php include("includes/topnav.html") ?>
<!-- HEADER SECTION -->
<header class="header-parent">
<div class="row">
<div class="medium-8 large-8 columns">
<h1>Forms</h1>
<p class="text-capitalize">Permission Slips and Application Forms</p>
</div>
</div>
</header>
<!-- CONTENT -->
<section>
<div class="row">
<br>
<div class="medium-12 columns">
<p>Any forms that you may require can be found below, please feel free to download and complete these forms, making sure to sign and date before handing into Park Community School Reception.</p>
<br>
<ul class="small-block-grid-1">
<li><a href="assets/forms/combined_consent.doc" target="_blank">Consent Form for Images, Biometrics, Internet Access and School Trips</a></li>
<li><a href="assets/forms/consent_withdraw.pdf" target="_blank">Consent Withdraw Form</a></li>
<li><a href="assets/forms/consent_form_guests.doc" target="_blank">Educational Visit Information and Consent Form Guests</a></li>
<li><a href="assets/forms/consent_form_students.doc" target="_blank">Educational Visit Information and Consent Form Students</a></li>
<li><a href="assets/forms/free-school-meals-application.doc" target="_blank">Free School Meals Application Form</a></li>
<li><a href="assets/forms/out-round-application-inc-guidance.doc" target="_blank">Application form for admission to a Hampshire school outside the main admission round</a></li>
<li><a href="assets/admissions/pcs_parental_combined_consent_booklet.pdf" target="_blank">Parental Combined Consent Booklet</a></li>
<li><a href="assets/forms/medical_consent_form.doc" target="_blank">Medical Form</a></li>
<li><a href="https://forms.office.com/r/TFewraG_pe" target="_blank">Consent form for Student COVID Testing</a></li>
</ul>
<br>
<h3>How to Request Absence</h3>
<p>Download and Complete the “1. Leave of Absence” Request form. During your meeting we will complete the “2. Application Form to Request Absence” together but please feel free to download and bring it along with you.</p>
<ol>
<li><a href="assets/forms/application_form_to_request_absence.doc" target="_blank">Application Form to Request Absence</a></li>
</ol>
<br><br><br>
<h5 class="subheader text-capitalize text-center"><small>Can't see what your looking for please ask at <a href="/contact.php">the school reception</a>.</small></h5>
<br>
</div>
</div><br>
</section>
<!-- FOOTER -->
<?php include("includes/footer.html") ?>
<!-- End Site Footer -->
<script src="js/vendor/libraries.min.js"></script>
<script src="js/vendor/foundation.min.js"></script>
<script src="js/app.min.js"></script>
</body>
</html>