-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
106 lines (106 loc) · 4.32 KB
/
resources.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/template-styles.css">
<link rel="stylesheet" href="css/resources.css">
<link rel="stylesheet" href="css/fontello.css">
<title>IACS COUNSELORS</title>
</head>
<body>
<div class="page">
<input class="burger" type="checkbox" id="check">
<label for="check" class="icon-menu"></label>
<nav>
<a href="index.html">home</a>
<a href="resources.html">resources</a>
</nav>
<header>
<h1>RESOURCES</h1>
<h2>ASSISTANCE FOR YOU AND YOUR FAMILY</h2>
</header>
<section>
<header>
<h3>Housing Resources</h3>
</header>
<article>
<ul>
<li>
<a href="http://catchprogram.org">CATCH</a>
<p></p>
</li>
<li>
<a href="https://www.lowincomehousing.us/ID.html">Idaho Low Income Housing</a>
<p></p>
</li>
<li>
<a href="https://nwboise.org/">Neighbor Works Boise</a>
<p></p>
</li>
<li>
<a href="http://nampahousing.com/">Nampa Housing Authority</a>
<p></p>
</li>
</ul>
</article>
</section>
<section>
<header>
<h3>Shelters</h3>
</header>
<article>
<ul>
<li>
<a href="https://google.com/search?q=community+family+shelter">Community Family Shelter</a>
<p></p>
</li>
<li>
<a href="https://boiserm.org/facilities/lighthouse/">Lighthouse Rescue Mission</a>
<p></p>
</li>
<li>
<a href="http://aafvhope.org/resources/hopes-door-shelter/">Hope's Door Shelter</a>
<p></p>
</li>
<li>
<a href="https://boiserm.org/facilities/valley/">Valley Women & Children's Center</a>
<p></p>
</li>
</ul>
</article>
</section>
<section>
<header>
<h3><span>DOCUMENTS</span></h3>
</header>
<article>
<a href="assets/CanyonCounty.pdf">
<img src="assets/CanyonCounty.jpg" alt="Canyon County highway">
<p>Canyon County Resource Manual</p>
</a>
<a href="assets/DistrictIII.pdf">
<img src="assets/IdahoStateCapitol.jpg" alt="Idaho state capitol building">
<p>District III Resource Manual</p>
</a>
<a href="assets/SelfRescue.pdf">
<img src="assets/CreationOfAdam.jpg" alt="Creation of Adam close up on hands">
<p>Self Rescue Manual</p>
</a>
</article>
</section>
<footer>
<a href="http://facebook.com/chbchb55" class="facebook"><i class="icon-facebook"></i></a>
<a href="http://github.com/ChrisBrownie55" class="github"><i class="icon-github"></i></a>
<a href="http://linkedin.com/in/christopher-brown-35a433120/" class="linkedin"><i class="icon-linkedin"></i></a>
<a href="http://codepen.io/chbchb55" class="codepen"><i class="icon-codepen"></i></a>
<a href="http://twitter.com/ChrisHBrown55" class="twitter"><i class="icon-twitter"></i></a>
<a href="http://www.instagram.com/chris._.brown/" class="instagram"><i class="icon-instagram"></i></a>
<a href="mailto:chbphone55@gmail.com?Subject=Lets%20Talk" class="email"><i class="icon-mail"></i></a>
<p>Designed and developed by <bold>Christopher Brown</bold></p>
</footer>
</div>
<script src="js/template.js"></script>
</body>
</html>