-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotherhelp.php
35 lines (27 loc) · 1.32 KB
/
otherhelp.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
<?php require_once('./inc/header.php'); ?>
<section id="content">
<!-- Page Heading -->
<section class="section page-heading animate-onscroll">
<h1>Additional Resources</h1>
</section>
<!-- Page Heading -->
<!-- Section -->
<section class="section full-width-bg gray-bg">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-8 animate-onscroll">
<div class="row">
<!-- Blog Post -->
<a href="https://www.uwkc.org/need-help/" target="_blank"><img src="img/LIVE.UNITED.logo_.png" alt="United Way" class="otherhelp"></a>
<a href="https://www.kcls.org/esl/" target="_blank"><img src="img/kclslogo.png" alt="King County Library English & Citizenship Help" class="otherhelp"></a>
<a href="http://crisisclinic.org/education/2-1-1-community-resources/" target="_blank"><img src="img/cclogo5.png" alt="Crisis Clinic" class="otherhelp"></a>
<a href="https://www.dshs.wa.gov/esa/community-services-offices/community-services-office" target="_blank"><img src="img/wsdshslogo.jpg" alt="Washington State Department of Social and Health Services"></a>
</div>
</div>
<!-- Sidebar -->
<?php require_once('./inc/sidebar.php'); ?>
<!-- /Sidebar -->
</div>
</section>
<!-- /Section -->
</section>
<?php require_once('./inc/footer.php');