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 pathindex.php
51 lines (41 loc) · 2.07 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<!-- HEAD -->
<?php include("includes/head.html") ?>
<title>The Solent SCITT | Training the Next Generation of Outstanding Teachers</title>
</head>
<body>
<div class="full-vh">
<!-- TOPNAV -->
<?php include("includes/topnav.html") ?>
<!-- wording -->
<div class="lower-wording-wrap">
<div class="row">
<div class="columns accent-blue">
<p>As of August 2021, we are excited to become part of two regional SCITTs.</p>
<p><strong><a target="_blank" href="//www.ssfscitt.org.uk/">Surrey South Farnham SCITT</a></strong>, graded outstanding by OfSTED, <strong>providing Primary Initial Teacher Training</strong> (School Direct and Graduate Teacher Apprenticeship). The Assessment Only Route to QTS is also offered.</p>
<p><strong><a target="_blank" href="//georgeabbottraining.co.uk/">George Abbot SCITT</a></strong>, graded outstanding by OfSTED, <strong>providing Secondary Initial Teacher Training</strong> in a wide range of subjects (School Direct). The Assessment Only Route to QTS is also offered.</p>
<p>The Solent Hub will enable people to train to teach in <a href="/contact.php">local placement partner schools</a> and at a modern local training centre in Havant.</p>
</div>
</div>
</div>
<!-- 50/50 Split 100vh -->
<div class="half-wrapper">
<div class="half-container primary">
<a href="//www.ssfscitt.org.uk/" class="button">Primary Teacher Training</a>
</div>
<div class="half-container secondary">
<a href="//georgeabbottraining.co.uk/" class="button">Secondary Teacher Training</a>
</div>
</div>
</div>
<!-- FOOTER -->
<?php include("includes/footer-thin.html") ?>
<!-- DO NOT REMOVE -->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>