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 pathpantry.php
123 lines (108 loc) · 4.89 KB
/
pantry.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
117
118
119
120
121
122
123
<!doctype html>
<html class="no-js" lang="en" >
<head>
<title>Park Community School | MUNCH Pantry</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>MUNCH Pantry</h1>
<p class="text-capitalize">A Helping Hand, Not a Hand Out</p>
</div>
</div>
</header>
<!-- CONTENT -->
<section>
<div class="row">
<br>
<div class=columns>
<h3>What is a community pantry?</h3>
<p>A pantry is 'get more for less', it is to help family budgets go further.</p>
<p>Our community has been receiving food from Foodbank PO9 and the Munch fridge in the Dickinson Centre for several years. A Community Food Pantry is the next step for families enabling them to make a choice of the food that they can have in return for a weekly subscription of £5.</p>
<p>We are extremely grateful to Havant Borough Council and the Guinness Partnership who recognised the idea as an alternative way of helping the community. Once the promise of funding had been made finding a venue was a little trickier. PCS have a good relationship with The Swallow Pub who always support our charity initiatives and we approached them to be the venue for the Munch Pantry and they have truly welcomed us. Unusual venue maybe but it is a venue known by most, on a bus route and with parking. As we have enough space we will be able to invite visitors to meet members of the community for example Citizens Advice Bureau, staff to help prepare a CV and many more.</p>
<div class="text-center">
<a class="button radius success" href="assets/pantry/flyer.pdf">Pantry Flyer <small>(PDF)</small></a>
</div>
<div class="flex-video widescreen border-radius-5">
<iframe src="https://player.vimeo.com/video/515253878" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
<p>This project would not be possible without</p>
<ul class="text-center small-block-grid-1 medium-block-grid-4">
<li>
<img src="images/pantry/theguinnesspartnership.png" alt="the guinness partnership">
</li>
<li>
<img src="images/pantry/foodbankpo9.png" alt="foodbank po9">
</li>
<li>
<img src="images/pantry/connect4summer.png" alt="connect4summer">
</li>
<li>
<img src="images/pantry/hampshirecountycouncil.png" alt="hampshire county council">
</li>
<li>
<img src="images/pantry/havantboroughcouncil.png" alt="havant borough council">
</li>
<li>
<img src="images/pantry/theswallow.png" alt="the swallow">
</li>
<li>
<img src="images/pantry/fareshare.png" alt="fareshare">
</li>
</ul>
</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">
<br>
<div class="medium-12 columns">
<h3>How to find us</h3>
<p>The Swallow Pub, 500 Dunsbury Way, Havant, PO9 5BL</p>
<!-- Show Reel Video -->
<div class="flex-video widescreen border-radius-5">
<iframe src="https://player.vimeo.com/video/482577938" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<br><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-5 columns">
<h4>Opening Hours</h4>
<hr>
<ul class="no-bullet">
<li>Mon-Fri 11:00-14:30</li>
</ul>
<h4>Contact Information</h4>
<hr>
<ul class="no-bullet">
<li>Telephone: 02392489811</li>
<br>
<li>Email: <a href="mailto:munch@pcs.hants.sch.uk">MUNCH</a></li>
</ul>
</div>
<div class="medium-pull-0 medium-offset-0 medium-7 columns"><img src="images/pantry/pantry.png" alt="MUNCH Pantry a helping hand not a hand out"></div>
</div><br><br><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>