-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (60 loc) · 4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Therapy With Diana</title>
<link href="css/styles.css" type="text/css" rel="stylesheet">
</head>
<body class="home" id="wrapper">
<header>
<h1>Therapy With Diana</h1>
<nav id="primary">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="about.html" title="About">About </a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
<li><a href="schedule.html" title="Schedule">Scheduling</a></li>
</ul>
</nav><!--End primary-->
</header>
<main id="row">
<h2 class="no-underline">Diana Miller - LICSW</h2>
<img src="images/diana.jpg" alt="A realistic image of a white woman smiling with long blonde hair, blue eyes, and white pearl earrings.">
<p>I am passionate about my work with people and tackling all of the problems and challenges that come your way on a day-to-day basis. With a focus on personalized care and client satisfaction, I am always working to exceed my clients’ high standards and expectations.</p>
<p>I started working in Salt Lake City in 1995 and can honestly say I have never looked back. I have worked in many different settings including substance abuse, severe mental illness, the emergency room, and private practice. I have supervised nurses, social workers and nurse practitioners, as well as, trained many master's students in general and geriatric social work. Maintaining my reputation as an accomplished Social Worker means making sure my clients have complete and total confidence in my services, and I’m proud to be recognized as one of the best in the business.</p>
</main>
<aside>
<h2 class="no-underline">My Philosophy</h2>
<p>I am a leading online Licensed Clinical Social Worker working in the state of Washington. I use evidence-based strategies to help clients get unstuck, then experience vitality and meaning in their lives. I work with adults age 18+ who are experiencing depression, anxiety, or other stuck life situations. I am committed to providing effective therapy by integrating researched based techniques with the heart and wisdom of compassionate relationships.</p>
</aside>
<footer>
<section class="inner">
<h2>Connect with Diana</h2>
<nav class="contactme">
<div role="button" class="col4">
<a href="https://www.facebook.com/therapywithdiana" title="facebook"><img src="images/facebook.png" alt="facebook"></a>
</div><!--End Thirds-->
<div role="button" class="col4">
<a href="contact.html" title="contact"><img src="images/message.png" alt="message"></a>
<!--message by Muhammad Tajudin from the Noun Project-->
</div><!--End Thirds-->
<div role="button" class="col4">
<a href="https://www.psychologytoday.com/us/therapists/diana-miller-gig-harbor-wa/790082" title="psychology today"><img src="images/psytoday.png" alt="psychology today"></a>
</div><!--End Thirds-->
<div role="button" class="col4">
<a href="https://secure.helloalma.com/providers/diana-miller/" title="alma portal"><img src="images/Hello_Alma.png" alt="psychology today"></a>
</div><!--End Thirds-->
</nav><!--End ContactMe-->
</section><!--End Inner-->
<nav id="secondary">
<ul>
<li>Copyright © Therapy With Diana 2020</li>
<li>All Rights Reserved</li>
<li><a href="https://andrewpking.github.io/" title="Web Design by Drew">Web Design By Drew</a></li>
<li><a href="https://validator.w3.org/check?uri=referer" title="valid">Valid</a></li>
</ul>
</nav><!--End secondary-->
</footer>
</body>
</html>