-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
384 lines (364 loc) · 17.1 KB
/
index.html
File metadata and controls
384 lines (364 loc) · 17.1 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Clinical Mental Health Counseling | Franciscan University of Steubenville</title>
<meta name="description" content="We help creative, innovative men and women prepare professionally and personally for a lifetime of serving others while deepening your respect for human and Christian values.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.ico">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css">
<!-- build:css css/style.min.css -->
<link rel="stylesheet" href="css/styles.css">
<!-- endbuild -->
<!-- Hotjar Tracking Code for franciscan.university -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 451603, hjsv: 5 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<nav>
<div class="nav-wrapper">
<a href="#!" class="brand-logo">
<img class="responsive-img" src="img/fus-logo.svg" />
</a>
<a href="#" data-activates="mobile-demo" class="button-collapse">
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
</svg>
</a>
<ul class="right hide-on-med-and-down">
<li>
<a class="slow-nav" href="#why-franciscan">Why Franciscan?</a>
</li>
<li>
<a class="slow-nav" href="#alumni">Alumni</a>
</li>
<li>
<a class="slow-nav" href="#skills">Develop Skills</a>
</li>
</ul>
</div>
<ul class="side-nav" id="mobile-demo">
<li class="logo">
<a id="logo-container" href="#">
<img src="img/fus-logo.svg">
</a>
</li>
<li>
<a class="slow-nav" href="#why-franciscan">Why Franciscan?</a>
</li>
<li>
<a class="slow-nav" href="#alumni">Alumni</a>
</li>
<li>
<a class="slow-nav" href="#skills">Develop Skills</a>
</li>
</ul>
</nav>
<main>
<!-- Home Section -->
<div class="section valign-wrapper txt-shadow z-depth-1" id="home" name="#home">
<div class="valign container white-text">
<div class="row">
<h1 class="center header light">Professionally Grounded, Faith Inspired</h1>
<h4 class="center">Master of Arts in Clinical Mental Health Counseling</h4>
</div>
<div class="row center">
<a href="https://franciscanuniversity.force.com/portal" class="btn btn-large btn-inverse waves-effect waves-light">Apply</a>
</div>
</div>
<div class="row center arrow-row">
<a href="#quote-banner" class="slow-nav">
<svg fill="#fff" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0V0z" fill="none" />
<path d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z" fill="#fff" />
</svg>
</a>
</div>
</div>
<!-- Quote Banner Section -->
<div class="section valign-wrapper white-text" id="quote-banner" name="#quote-banner">
<div class="valign container">
<div class="row">
<p class="flow-text center">
Our highly respected Clinical Mental Health Counseling (CMHC) faculty educates compassionate, ethical counselors to be instruments
of healing for those in need of mental, emotional, relational, and spiritual renewal. We help creative, innovative
men and women prepare professionally and personally for a lifetime of serving others while deepening your respect
for human and Christian values.
</p>
</div>
</div>
</div>
<!-- Why Franciscan Section -->
<div class="section" id="why-franciscan" name="#why-franciscan">
<div class="container">
<div class="row">
<h3 class="center header light">Why Franciscan?</h3>
</div>
<div class="row hide-on-large-only">
<div class="col s12">
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header">Catholic</div>
<div class="collapsible-body">
<p>Grounded in a Catholic understanding of the human person, our program teaches you how to combine the best
therapeutic methods with a strong commitment to the dignity and worth of each person.</p>
</div>
</li>
<li>
<div class="collapsible-header">Accredited</div>
<div class="collapsible-body">
<p>Franciscan University’s Clinical Counseling Program is accredited by the Council for the Accreditation of
Counseling and Related Educational Programs (CACREP).</p>
</div>
</li>
<li>
<div class="collapsible-header">Accessible</div>
<div class="collapsible-body">
<p>We are still accepting applications for fall 2017, and you may begin taking classes as early as summer 2017.</p>
</div>
</li>
<li>
<div class="collapsible-header">Supportive</div>
<div class="collapsible-body">
<p>Close interactions between faculty and students and cohort-style learning help you feel supported throughout your academic
career.</p>
</div>
</li>
<li>
<div class="collapsible-header">Proven</div>
<div class="collapsible-body">
<p>Our on-campus Clinical Counseling Program provides excellent preparation for success in private practice,
substance abuse, employment assistance, marriage and family, crisis, group, military, and hospital settings.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="row hide-on-med-and-down">
<div class="col s12 m12">
<div class="card">
<div class="card-content">
<span class="card-title">
<span class="card-title-text theology">Catholic</span>
</span>
<p class="flow-text">
Grounded in a Catholic understanding of the human person, our program teaches you how to combine the best therapeutic methods
with a strong commitment to the dignity and worth of each person.
</p>
</div>
</div>
</div>
<div class="col s12 m12">
<div class="card">
<div class="card-content">
<span class="card-title">
<!-- <i class="material-icons right">more_vert</i> -->
<span class="card-title-text theology">Accredited</span>
</span>
<p class="flow-text">
Franciscan University’s Clinical Counseling Program is accredited by the Council for the Accreditation of Counseling and
Related Educational Programs (CACREP).
</p>
</div>
</div>
</div>
<div class="col s12 m12">
<div class="card">
<div class="card-content">
<span class="card-title">
<span class="card-title-text theology">Accessible</span>
</span>
<p class="flow-text">
We are still accepting applications for fall 2017, and you may begin taking classes as early as summer 2017.
</p>
</div>
</div>
</div>
<div class="col s12 m12">
<div class="card">
<div class="card-content">
<span class="card-title">
<span class="card-title-text theology">Supportive</span>
</span>
<p class="flow-text">
Close interactions between faculty and students and cohort-style learning help you feel supported throughout your academic career.
</p>
</div>
</div>
</div>
<div class="col s12 m12">
<div class="card">
<div class="card-content">
<span class="card-title">
<span class="card-title-text theology">Proven</span>
</span>
<p class="flow-text">
Our on-campus Clinical Counseling Program provides excellent preparation for success in private practice, substance abuse,
employment assistance, marriage and family, crisis, group, military, and hospital settings.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Notible Alumni Section -->
<div class="section valign-wrapper white-text z-depth-1" id="alumni" name="#alumni">
<div class="valign container">
<div class="row center">
<h4 class="center white-text">Notable Franciscan Alumni</h4>
<p class="flow-text thin italic">
<span class="bold">Kimberly D’Alterio, LGPC MA ’14</span>, St. Luke Institute, Continuing Care
<span class="bullet">•</span>
<span class="bold"> Patricia Scott MA ’14, Ivan Irrizary MA ’16, and Matt Escaño MA ’16</span>, Counselor Education and Supervision
Program, Duquesne University
<span class="bullet">•</span>
<span class="bold"> Devon (Bowser MA ’09) Manderino, PhD</span>, Professor of Counseling, Waynesburg University
<span class="bullet">•</span>
<span class="bold"> Christopher LaFitte MA ’15</span>, Intuitus Group Counseling Clinic, PLLC
<span class="bullet">•</span>
<span class="bold"> Chelsey (Lobner MA ’13) Marrow</span>, Counselor, Wellness Center, Franciscan University of Steubenville
<span
class="bullet">•</span>
<span class="bold"> Christina Pavlov MA ’16</span>, Counseling Psychology Doctoral Program, University of St. Thomas
</p>
</div>
<div class="row">
<p class="center flow-text">“Attending Franciscan prepared me well for my current position. Thanks to the ongoing integration of the Catholic
faith throughout the full course of study, as well as the specific Christian counseling courses, I was able to
step into this thriving Catholic agency and integrate faith-based interventions into my counseling sessions."</p>
<span
class="bold">-Marcel Lanahan MA ’11</span>,
<span class="italic">Counselor, Catholic Social Services, Lincoln, Nebraska</span>
</div>
</div>
</div>
<!-- Skills Section -->
<div class="section valign-wrapper black-text" id="skills" name="#skills">
<div class="valign container center">
<div class="row center">
<h3 class="center header light">Counselor Skill Development</h3>
<h5>In just two years</h5>
</div>
<div class="row">
<p class="flow-text">
Earn a Master of Arts degree in Clinical Mental Health Counseling
</p>
<span class="hr"></span>
<div class="row">
<p class="flow-text">
Develop a strong background of experiential training in clinical mental health counseling skills
</p>
<span class="hr"></span>
<p class="flow-text">
Advance your comprehension of counseling theories and treatment methods
</p>
<span class="hr"></span>
<p class="flow-text">
Develop research and testing skills you will need as a mental health counselor
</p>
<span class="hr"></span>
<p class="flow-text">
Foster multicultural competence
</p>
<span class="hr"></span>
<p class="flow-text">
Develop ethical decision-making skills
</p>
<span class="hr"></span>
<p class="flow-text">
Understand the bio-psycho-social and spiritual aspects of human development needed to competently facilitate human growth
</p>
</div>
</div>
</div>
</main>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col s12 m6 center">
<a href="http://www.franciscan.edu/" title="Franciscan University of Steubenville" target="_blank">
<img class="responsive-img" src="img/vertical-fus-logo-white.svg" width="135px" />
</a>
</div>
<div class="col s12 m6">
<h5 class="white-text light">Contact</h5>
<address>
<p class="white-text" translate="no" typeof="schema:PostalAddress">
<span property="schema:streetAddress">1235 University Boulevard</span>
<br>
<span property="schema:addressLocality">Steubenville</span>,
<abbr title="Ohio" property="schema:addressRegion">OH</abbr>
<span property="schema:postalCode">43952</span>
<abbr property="schema:addressCountry">USA</abbr>
<br />
<a href="tel:+17402833771" property="telephone" class="white-text">740.283.3771</a>
<br />
<a href="mailto:admissions@franciscan.edu" property="email" class="white-text">
admissions@franciscan.edu</a>
</p>
</address>
<div class="social">
<a href="http://www.facebook.com/franciscanuniversity" title="Franciscan University Facebook" target="_blank">
<svg viewBox="0 0 800 800">
<path d="M445 643h-90V419h-75v-87h75v-64q0-55 32-86 30-29 80-29 28 0 67 3v78h-47q-42 0-42 38v60h86l-11 87h-75v224z" />
</svg>
</a>
<a href="http://www.twitter.com/franciscanu" title="Franciscan University Twitter" target="_blank">
<svg viewBox="0 0 800 800">
<path d="M679 239s-21 34-55 57c7 156-107 329-314 329-103 0-169-50-169-50s81 17 163-45c-83-5-103-77-103-77s23 6 50-2c-93-23-89-110-89-110s23 14 50 14c-84-65-34-148-34-148s76 107 228 116c-22-121 117-177 188-101 37-6 71-27 71-27s-12 41-49 61c30-2 63-17 63-17z"
/>
</svg>
</a>
<a href="https://plus.google.com/+franciscanuniversity/posts" title="Franciscan University Google Plus" target="_blank">
<svg viewBox="0 0 800 800">
<path d="M487 370c21 129-62 237-195 237-114 0-207-93-207-207s93-207 207-207c89 0 138 54 138 54l-56 54s-29-32-82-32c-71 0-128 59-128 131 0 73 57 131 128 131 81 0 113-58 117-90H292v-71h195zm189-59v59h59v60h-59v59h-59v-59h-59v-60h59v-59h59z"
/>
</svg>
</a>
<!--
Copyright (c) 2016 by Andreas Larsen (http://codepen.io/larsenwork/pen/admEZM)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
©
<span id="copyright-date">2017</span> Franciscan University of Steubenville
<a class="white-text right hide-on-med-and-down" target="_blank" href="http://www.franciscan.edu/ferpa/">Privacy Policy</a>
</div>
</div>
</footer>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js"></script>
<!-- build:js js/app.min.js -->
<script src="js/app.js"></script>
<!-- endbuild -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-5819863-10', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>