-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (87 loc) · 3.63 KB
/
index.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
<!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/index.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>COUNSELORS</h1>
<h2>HELPING STUDENTS ACHIEVE THEIR GOALS</h2>
</header>
<section>
<header>
<img src="https://s.smore.com/u/f32de76f6b145d623a8b4e63bb3329d3.jpg" alt="">
<div>
<h3>Erinn Urquiaga</h3>
<article>
<p>extension 402</p>
<p>erinn.urquiaga@idahoartscharter.org</p>
</article>
</div>
</header>
<article>
<p>Mrs. Urquiaga is our school's <b>High School</b>, <b>College</b>, and <b>Career Counselor</b>. This is her 7th year at Idaho Arts. She is available to discuss and help with high school graduation requirements, scheduling on-line courses,
answering questions regarding the state of Idaho's advanced opportunities program, and assisting you and your child with college and career planning.</p>
</article>
</section>
<section>
<header>
<img src="http://s3.amazonaws.com/medias.photodeck.com/75970c6a-9db2-4939-a6fe-d369b22f9fec/Nampa_USA_JaredAustin_KarieYost_bigthumb.jpg" alt="">
<div>
<h3>Karie Yost</h3>
<article>
<p>extension 408</p>
<p>karie.yost@idahoartscharter.org</p>
</article>
</div>
</header>
<article>
<p>Ms. Yost is our school's <b>Middle School Counselor</b> and <b>Instructional Coach</b>. This is her 11th year at Idaho Arts Charter School and 19th year in education. She is very excited to be a part of the IACS family. She received her
elementary degree and special education endorsement from Boise State and her Masters in school counseling from NNU.</p>
</article>
</section>
<section>
<header>
<img src="https://s.smore.com/u/0fb3764220db7283a063339e9dc8cb48.jpg" alt="">
<div>
<h3>Rikki Clemens</h3>
<article>
<p>extension 304</p>
<p>rikki.clemens@idahoartscharter.org</p>
</article>
</div>
</header>
<article>
<p>Ms. Clemens is our school's <b>Kindergarten through Fourth</b> counselor, this is her second year as a school counselor here at IACS. She received her Masters degree in school and mental health counseling from Capella University while working
as a Family Preservation Specialist. She is excited to see all the returning students and to meet all of the new kids.</p>
</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>