You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
6.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="FeedTheCommunity is a local Grimsby/N.E. Lincolnshire food bank with the aim to fight food poverty.">
<meta name="author" content="Nathan (Aney) Steel">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="manifest" href="/icons/site.webmanifest">
<title>Foodbank | Feed The Community</title>
</head>
<body id="top">
<a href="#main" class="vh">Jump directly to main content</a>
<header id="header" class="header">
<div id="header-container" class="header-container">
<a class="logo" href="/"><img src="/images/ftc_logo.webp" alt="Feed The Community Logo" height="57" width="167"></a>
<div class="burger-container" id="burger"><div class="burger"></div><span class="vh">Burger menu</span></div>
<nav class="desktop-nav" id="desktop-nav">
<a href="/">Home</a>
<a href="/team.html">The Team</a>
<a href="/support.html">Support Us</a>
<a href="/faq.html">FAQ</a>
</nav>
<nav class="mobile-nav" id="mobile-nav">
<a href="/">Home</a>
<a href="/team.html">The Team</a>
<a href="/support.html">Support Us</a>
<a href="/faq.html">FAQ</a>
</nav>
</div>
</header>
<main id="main">
<section id="hero" class="hero-s">
<div class="container hero-content">
<h1>FAQ</h1>
</div>
</section>
<section class="container section section--no-bg">
<details open>
<summary><h2>When are you open, and where are you located?</h2></summary>
<div class="detail__body">
<p>We are open on a Monday between 11am-2pm. We are based at St Christopher's Methodist Church on Convamore Road. </p>
</div>
</details>
<details>
<summary><h2>Who can use the food bank?</h2></summary>
<div class="detail__body">
<p>Anyone can access the food bank and you can self refer. However, you must be able to show that you are in financial hardship and are unable to support yourself.</p>
</div>
</details>
<details>
<summary><h2>What do I need to bring with me to the foodbank?</h2></summary>
<div class="detail__body">
<p>You must bring with you proof of hardship (Bank statements/proof of benefits) and some carrier bags.</p>
</div>
</details>
<details>
<summary><h2>Can you help with anything other than food?</h2></summary>
<div class="detail__body">
<p>Our main mission is preventing food poverty. However, we can redirect you to other services if we can.</p>
</div>
</details>
<details>
<summary><h2>If you are closed where else can I get help with a food parcel?</h2></summary>
<div class="detail__body">
<p>We are a member of the food poverty alliance. You can find alternative help by the <a href="http://www.weareone-outreachnortheast.org/services/food-banks" rel="noopener" target="_blank">We are ONE Foundation</a></p>
</div>
</details>
<details>
<summary><h2>Do you deliver food parcels?</h2></summary>
<div class="detail__body">
<p>Unfortunately no</p>
</div>
</details>
<details>
<summary><h2>I want to volunteer, how do I get in touch?</h2></summary>
<div class="detail__body">
<p>Please use one of the methods at the bottom of this page. We would be greatful for any help you may be able to offer. </p>
</div>
</details>
<details>
<summary><h2>Can I donate food?</h2></summary>
<div class="detail__body">
<p>Donations can be brought into St Christopher's Church on a Monday 11am-2pm. We are partically greatful for non-perishable food produce however any food will help as long as it's in date.</p>
</div>
</details>
<details>
<summary><h2>I am a local business looking to donate, who do I contact?</h2></summary>
<div class="detail__body">
<p>Please contact Sue on <a href="tel:07727260285">07727260285</a>.</p>
</div>
</details>
<details>
<summary><h2>What if I have a specific question</h2></summary>
<div class="detail__body">
<p>If you have any questions that are not currently in the FAQ, please contact use via:</p>
<ul>
<li>Phone: <a href="tel:07727260285">07727260285</a></li>
<li>Email: <a href="mailto:feedthecommunity@outlook.com">feedthecommunity@outlook.com</a></li>
<li>Facebook: <a href="https://www.facebook.com/feedthecommunitygy" rel="noopener" target="_blank">https://www.facebook.com/feedthecommunitygy</a></li>
</ul>
</div>
</details>
</section>
</main>
<footer class="footer">
<section class="container footer__container">
<section>
<div class="footer__logo__container">
<img class="footer__logo" src="/images/logo_icon.webp" alt="" height="44" width="41">
<p class="footer__title">Feed The Community</a>
</div>
<p>Registered Charity No: <strong>1198636</strong></p>
<section class="footer__sub">
<p class="footer__title">Connect</p>
<div>
<a class="footer__icon" href="https://www.facebook.com/feedthecommunitygy" target="_blank" rel="noopener" aria-label="Facebook Link"><img src="/images/fb.svg" alt="" width="32" height="32"/></a>
</div>
</section>
</section>
<section>
<p class="footer__title">Get in touch</p>
<ul>
<li><a class="footer__link" href="tel:07727260285">07727260285</a></li>
<li><a class="footer__link" href="mailto:feedthecommunity@outlook.com">feedthecommunity@outlook.com</a></li>
<li><a class="footer__link" href="https://goo.gl/maps/vw3jrmJMQLEfQSk47" rel="noopener" target="_blank">St Christopher's Methodist Church, Grimsby</a></li>
</ul>
</section>
</section>
</footer>
<footer class="subfooter">
<section class="container">
<p class="siteby">&copy; 2023 | Written by <a href="https://aney.co.uk" target="_blank" rel="noopener">@aney</a></p>
</section>
</footer>
<script src="/js/burger.js"></script>
<script src="/js/header-scroll.js"></script>
</body>
</html>