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 pathservices.php
116 lines (102 loc) · 4.78 KB
/
services.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
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html class="no-js" lang="en" >
<head>
<title>Park Community School | Services</title>
<?php include("includes/head.html") ?>
</head>
<body class="page-misc">
<!-- NAVIGATION -->
<?php include("includes/topnav.html") ?>
<!-- HEADER SECTION -->
<header class="header-misc">
<div class="row">
<div class="medium-8 large-8 columns">
<h1>Services</h1>
<p class="text-capitalize">Dedication to Education</p>
</div>
</div>
</header>
<!-- CONTENT -->
<section>
<div class="row">
<div class="large-12 columns">
<br>
<p>We understand that not everything can be completed on school sites so we offer a range of services to empower you, to complete work, stay in touch and up to date.</p>
<p>Below are a few services which you can log into freely on any device at any time.</p>
</div>
</div>
<div class="row">
<div class="medium-push-2 medium-8 large-push-0 large-4 columns">
<br>
<ul class="pricing-table">
<li class="title"><img class="fixed-size-100" src="images/logo/insight.png" alt="TASC - Insight"><br>Insight</li>
<li class="bullet-item">Homework</li>
<li class="bullet-item">Achievements</li>
<li class="bullet-item">Messaging</li>
<li class="cta-button">
<a class="button radius" href="//insight.pcs.hants.sch.uk:444" target="_blank">Open</a>
<a class="button tiny info radius" href="assets/services/insight_guidance.pdf" target="_blank">Guidance</a>
</li>
</ul>
<br>
</div>
<div class="medium-push-2 medium-8 large-push-0 large-4 columns">
<br>
<ul class="pricing-table">
<li class="title"><img class="fixed-size-100" src="images/logo/office365.svg" alt="Office 365"><br>Office 365</li>
<li class="bullet-item">Email & OneDrive</li>
<li class="bullet-item">Office Applications</li>
<li class="bullet-item">SharePoint</li>
<li class="cta-button"><a class="button radius" href="//login.microsoftonline.com" target="_blank">Open</a></li>
</ul>
<br>
</div>
<div class="medium-push-2 medium-8 large-push-0 large-4 columns">
<br>
<ul class="pricing-table">
<li class="title"><img class="fixed-size-100" src="images/logo/tucasi.png" alt="Tucasi - Online Payments"><br>SCOPay</li>
<li class="bullet-item">Online Payments</li>
<li class="bullet-item">Secure</li>
<li class="bullet-item">Quick and Easy</li>
<li class="cta-button"><a class="button radius" href="//www.scopay.com/pcs" target="_blank">Open</a></li>
</ul>
<br>
</div>
<div class="medium-push-2 medium-8 large-push-0 large-4 columns end">
<br>
<ul class="pricing-table">
<li class="title"><img class="fixed-size-100" src="images/logo/eplatform.jpg" alt="ePlatform - eBooks"><br>ePlatform</li>
<li class="bullet-item">eBooks</li>
<li class="bullet-item">Audiobooks</li>
<li class="bullet-item">Online & App</li>
<li class="cta-button"><a class="button radius" href="//pcs-hantssls.eplatform.co/" target="_blank">Open</a></li>
</ul>
<br>
</div>
<div class="medium-push-2 medium-8 large-push-0 large-4 columns end">
<br>
<ul class="pricing-table">
<li class="title"><img class="fixed-size-100" src="images/logo/schoolcloud-pe.png" alt="Schoolcloud - Parents Evening"><br>Parents Evening</li>
<li class="bullet-item">Appointments</li>
<li class="bullet-item">Virtual</li>
<li class="bullet-item">Browser</li>
<li class="cta-button"><a class="button radius" href="//parkc.schoolcloud.co.uk/" target="_blank">Open</a></li>
</ul>
<br>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<p class="subheader text-center">If you require assistance please contact our <a href="javascript:location='mailto:\u0069\u0074\u0073\u0065\u0072\u0076\u0069\u0063\u0065\u0073\u0040\u0070\u0063\u0073\u002e\u0068\u0061\u006e\u0074\u0073\u002e\u0073\u0063\u0068\u002e\u0075\u006b';void 0">IT Services department</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>