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 pathstudentrecruitment.php
105 lines (92 loc) · 4.26 KB
/
studentrecruitment.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html class="no-js" lang="en" >
<head>
<title>Park Community School | Student Recruitment</title>
<?php include("includes/head.html") ?>
</head>
<body class="page-school">
<!-- NAVIGATION -->
<?php include("includes/topnav.html") ?>
<!-- HEADER SECTION -->
<header class="header-school">
<div class="row">
<div class="medium-8 large-8 columns">
<h1>Student Recruitment</h1>
<p class="text-capitalize">Valuable Work Experience</p>
</div>
</div>
</header>
<!-- CONTENT -->
<section>
<div class="row">
<div class="large-12 columns">
<br>
<p>At Park we recognise how difficult it is for young people to gain valuable work experience so we have opened our own Recruitment Agency for positions that can be filled by our students.</p>
<p>Students will go through a recruitment process including:</p>
<ul class="circle">
<li>Completing an application form and supplying references,</li>
<li>Undertaking a group task,</li>
<li>Being Interviewed.</li>
</ul>
<p>Vacancies available on our Student Recruitment board show how progression can be made through different roles. More roles are added as they become available.</p>
<p>The law states that children must be 13 years of age to be employed therefore Year 7/8s can only volunteer, they will receive a gift voucher and their work experience will be recognised in any application for positions in Year 9.</p>
</div>
</div>
</section>
<!-- Jobs -->
<section>
<div class="row" data-equalizer data-equalizer-mq="large-up">
<br>
<div class="medium-push-1 medium-10 large-8 large-push-0 columns">
<div class="panel" data-equalizer-watch>
<h4>Available Positions</h4>
<ul class="no-bullet medium-block-grid-1 large-block-grid-2">
<li>Please visit the recruitment board outside KD3.</li>
<hr>
<li>Trainee community receptionist</li>
<li>Animal carer</li>
<li>Trainee site person</li>
<li>Student printer</li>
<li>Student finisher</li>
<li>Student kitchen assistant</li>
<li>Trainee Journalist upper school</li>
<li>Trainee radio station helper</li>
<li>Junior radio presenter</li>
<li>Trainee Theatre technician</li>
<li>Butterfly broadcasters</li>
</ul>
</div>
</div>
<div class="medium-push-1 medium-10 end large-4 large-pull-0 columns">
<div class="panel" data-equalizer-watch>
<h4>Documentation</h4>
<ul class="no-bullet">
<li class="subheader">Information</li>
</ul>
<ul class="no-bullet">
<li class="subheader">Forms<br><small>Downloadable Word Documents</small></li>
<li><a href="assets/studentrecruitment/documentation/application-form.docx" target="_blank">Application Form</a></li>
</ul>
</div>
</div>
</div>
<br>
</section>
<!-- Terms -->
<section>
<div class="row">
<div class="large-12 columns">
<p>Once a Student is successful they will receive the necessary training and equipment. In order to be paid they will require a bank account.</p>
<p>Please fill in the application form from the list above and return completed applications to <a href="javascript:location='mailto:\u0073\u0074\u0075\u0064\u0065\u006e\u0074\u0052\u0065\u0063\u0072\u0075\u0069\u0074\u006d\u0065\u006e\u0074\u0040\u0070\u0063\u0073\u002e\u0068\u0061\u006e\u0074\u0073\u002e\u0073\u0063\u0068\u002e\u0075\u006b';void 0">StudentRecruitment</a>.</p>
<br>
</div>
</div>
</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>