-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
128 lines (120 loc) · 4.86 KB
/
about.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="style/images/favicon.png">
<title>Wendy Evans, LCSW - About Wendy</title>
<!-- Bootstrap core CSS -->
<link href="style/css/bootstrap.min.css" rel="stylesheet">
<link href="style/css/plugins.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="style/css/color/blue.css" rel="stylesheet">
<link href="style/type/bebas.css" rel="stylesheet">
<link href="style/type/fontello.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="style/js/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader"><div id="status"><div class="spinner"></div></div></div>
<div class="body-wrapper">
<div class="navbar default">
<div class="navbar-header">
<div class="container">
<div class="basic-wrapper"> <a class="btn responsive-menu pull-right" data-toggle="collapse" data-target=".navbar-collapse"><i></i></a>
<div class="navbar-brand"><a href="/"><img src="style/images/custom/logo.png"</a></div>
</div>
<nav class="collapse navbar-collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!--/.navbar-nav -->
</nav>
<!--/.nav-collapse -->
</div>
<!--/.container -->
</div>
<!--/.navbar-header -->
</div>
<!--/.navbar -->
<div class="offset"></div>
<div class="dark-wrapper page-title">
<div class="container inner">
<h1>About Wendy</h1>
</div>
<!--/.container -->
</div>
<!--/.page-title -->
<div class="container inner">
<div class="row">
<div class="col-sm-8">
<p>I provide clinical therapy to adolescents, adults, couples and families. My expertise includes counseling around:</p>
<ul>
<li>Grief and Loss</li>
<li>Depression</li>
<li>Anxiety</li>
<li>Physical & Sexual Abuse</li>
<li>Eating Disorders</li>
<li>Bipolar and Other Mood Disorders</li>
<li>Relationship Issues</li>
<li>Substance Abuse</li>
</ul>
<p>I am a Licensed Clinical Social Worker (LCSW) and I hold a Master’s Degree of Business Administration. My social work career has been varied and diverse. I have worked in multiple settings including caring for people with chronic illnesses, individuals with cancer and inpatient and outpatient mental health and substance abuse facilities.</p>
<p>In addition I have many years of experience teaching and providing clinical training to social workers seeking clinical certification. I have extensive experience in strategic planning, program development, research and grant writing.</p>
<p>I have always had a passion for working with others to help them better their lives.</p>
</div>
<!--/col -->
<div class="col-sm-4">
<figure><img src="style/images/photos/bio.jpg" alt="" /></figure>
</div>
<!--/col -->
</div>
<!--/.row -->
<div class="row">
<div class="col-sm-12">
<blockquote>
<p>“You can clutch the past so tightly to your chest that it leaves your arms too full to embrace the present.”</p>
<small>Jan Glidewell</small>
</blockquote>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
<!-- /.container -->
<div class="parallax parallax3">
<div class="container inner text-center">
<h2>For more information or to get started:</h2>
<div class="text-center"><a href="contact.html" class="btn"><i class="icon-paper-plane"></i> Contact Me</a> </div>
</div>
<!-- /.container -->
</div>
<!-- /.parallax -->
<footer class="footer black-wrapper">
<div class="sub-footer">
<div class="container">
<p class="pull-left">© 2016 - Present | Forward Thinking, LLC. All rights reserved.</p>
<ul class="footer-menu pull-right">
<li><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</footer>
<!-- /footer -->
</div>
<!--/.body-wrapper -->
<script src="style/js/jquery.min.js"></script>
<script src="style/js/bootstrap.min.js"></script>
<script src="style/js/plugins.js"></script>
<script src="style/js/scripts.js"></script>
</body>
</html>