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 pathdesign-print.php
99 lines (87 loc) · 4.61 KB
/
design-print.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
<!doctype html>
<html class="no-js" lang="en" >
<head>
<title>Park Community School | Design and Print</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>Design & Print</h1>
<p class="text-capitalize">High Quality Printing Services</p>
</div>
</div>
</header>
<!-- CONTENT -->
<section>
<div class="row">
<br>
<div class="medium-8 columns">
<p>Park Design and Print Services (PDP) initially began as an enterprise project, using digital reproducing equipment to produce all of the internal school reprographics.
<br>Over time they have become established and now produce bespoke educational printing, meeting the exact requirements of school staff e.g. student planners and learning materials.</p>
<p>Students have been involved in the creation of some of the school products and have helped to produce the printed material and carry out the specialist finishing of some products. We continue to look for ways to involve present and past students.
<br>We have expanded by offering this service out to other schools, as the quality is extremely high and the bespoke nature of materials exceed expectations.</p>
</div>
<div class="small-offset-2 small-pull-2 small-8 small-8 medium-pull-0 medium-offset-0 medium-4 columns"><img src="images/unit/unit-02.jpg" alt="Park Design and Print - Large Range of Professional Quality Products"></div>
</div>
<br><br><br>
</section>
<section class="grey-bg">
<div class="row">
<div class="small-centered large-1 column text-center hr-logo white-bg"></div>
</div>
<div class="row">
<div class="medium-push-4 medium-8 columns">
<p>Organisations outside education have embraced the ideology of PDP and we now receive work from them. PDP is based away from the school site in an industrial unit in Leigh Park.</p>
<p>The unit allows PDP to develop, design, create, and offer our services to both internal and external customers. We produce printed mugs, canvas prints, badges, T-shirts, diaries and calendars all at affordable prices and on a scale which allows many to commission our services.</p>
</div>
<div class="small-offset-2 small-pull-2 small-8 small-8 medium-pull-8 medium-offset-0 medium-4 columns"><img src="images/unit/unit-01.jpg" alt="Design and Print - Adding the personal touch to your designs and ideas"></div>
</div>
<br><br>
</section>
<section>
<div class="row">
<div class="small-centered large-1 column text-center hr-logo grey-bg"></div>
</div>
<div class="row">
<div class="medium-8 columns">
<h4>Opening Hours</h4>
<hr>
<ul class="no-bullet">
<li>Monday - Friday: 9am - 4:30pm</li>
<li>Saturday: Closed</li>
<li>Sunday: Closed</li>
</ul>
<p><small>* Closed Bank Holidays, any queries please contact for information.</small></p>
<h4>Address</h4>
<hr>
<ul class="no-bullet">
<li>Park Design and Print</li>
<li>6 Fulflood Road</li>
<li>Dunsbury Way</li>
<li>Havant</li>
<li>PO9 5AX</li>
</ul>
<h4>Contact Information</h4>
<hr>
<ul class="no-bullet">
<li>Telephone: 023 9248 9840</li>
<br>
<li>Email: <a href="javascript:location='mailto:\u0070\u0064\u0070\u0040\u0070\u0063\u0073\u002e\u0068\u0061\u006e\u0074\u0073\u002e\u0073\u0063\u0068\u002e\u0075\u006b';void 0"><script type="text/javascript">document.write('\u0050\u0044\u0050\u0040\u0070\u0063\u0073\u002e\u0068\u0061\u006e\u0074\u0073\u002e\u0073\u0063\u0068\u002e\u0075\u006b')</script></a></li>
</ul>
</div>
<div class="hide-for-small-only medium-pull-0 medium-offset-0 medium-4 columns"><img src="images/unit/unit-04.jpg" alt="Park Community School, Design and Print - Offering students real life expierences"></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>