-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
99 lines (83 loc) · 4.56 KB
/
Copy pathhelp.html
File metadata and controls
99 lines (83 loc) · 4.56 KB
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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>The Lighthouse - Help</title>
<link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="lhbh.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<!-- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> -->
<!-- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> -->
<![endif]-->
</head>
<body>
<header class="page-div">
<div id="header-logo">
<a id="logo-link" href="/index.html" title="The Lighthouse" rel="home">
<img id="header-logo-image" src="images/LighthouseLogoRed.png">
</a>
</div>
<div id="header-content">
<div id="header-top"></div>
<nav class="navbar navbar-default navbar-lh1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/news.html">News</a></li>
<li><a href="/staff.html">Staff</a></li>
<li><a href="/help.html">Help</a></li>
</ul>
</nav>
</div>
<div class="line2lightblue"></div>
<div class="line1"></div>
<div class="line4"></div>
<div class="line1"></div>
</header>
<main class="page-div">
<br>
<h1>If you want to help – here is what we need:</h1>
<p><b>1. People</b></p>
<p>The Lighthouse runs on volunteers – there is no paid staff. Our group size is growing and we need more folks who can connect with teens! If you are interested, contact Chris via email @ chris@LHBH.org or via Facebook @ https://www.facebook.com/edgington.chris</p>
<p><b>2. Food</b></p>
<p>We provide a full meal every Wednesday – for 70-80 people (teenagers and volunteers). If we set it out – the kids eat it! If you’d like to help by providing a full meal or maybe just a snack, dessert, or some drinks, let us know – contact Yvonne via email @ yvonne@LHBH.org</p>
<p><b>3. Financial Donations</b></p>
<p>Most youth-groups have a church to provide funding. Because we are not part of any specific church, we are completely self-funded. We accept financial donations toward our weekly operations and towards fulfilling the future vision. All financial donations are 100% tax-deductible. You’re welcome to bring us your gift, mail it to The Lighthouse, PO Box 336, Bunker Hill, IN 46914, or give online via the PayPal Donate button at the bottom of the page.</p>
<p><b>4. Prayer</b></p>
<p>We believe in God. We know that evil is real also. The war we fight for the hearts of these teenagers requires spiritual battling. If you are a praying person, please consider regularly praying for us.</p>
</main>
<footer class="page-div">
<div class="line1"></div>
<div class="line4"></div>
<div class="line1"></div>
<div class="line2lightblue"></div>
<div id="paypal-button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="98Q8X2GDSJ4PQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<p>To talk to someone about The Lighthouse,<br>call Chris @ 765-271-6687</p>
<div id="footer-logo">
<a id="footer-logo-link" href="/index.html" title="The Lighthouse" rel="home">
<img src="images/FooterText.png">
</a>
</div>
<p id="copyright">Copyright 2020 - The Lighthouse</p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
</script>
</body>
</html>