-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaff.html
More file actions
57 lines (56 loc) · 2.39 KB
/
staff.html
File metadata and controls
57 lines (56 loc) · 2.39 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
---
layout: default
title: Staff | Integrative Family Care at the Springs
description: >
Dr. Mary Coan MD, PhD, and her wonderful support staff.
permalink: /staff/
---
<div class="container main-content">
<h4>Providers</h4>
<div class="row">
<div class="one-half column">
<div class="profile">
<img src="{{ "/img/headshots/mary.jpg" | prepend: site.baseurl }}" class="profile-headshot" alt="Mary Coan MD, PhD" />
<h5 class="profile-name">Mary Coan MD, PhD</h5>
<h6 class="blue profile-accreditation">MD, University of Rochester, 1997</h6>
<h6 class="blue profile-accreditation">PhD, Toxicology, University of Rochester, 1982</h6>
<p class="profile-bio">
Dr. Coan is Board Certified in Family Medicine and Integrative
Medicine. She has been practicing integrative medicine since 2000.
Her prior experience working in both the chemical
and pharmaceutical industries has significantly influenced her
practice of medicine. Not confined to the conventional medical
paradigm, she believes that the best medicine is an integration of
the best that all practices have to offer.
</p>
</div>
</div>
</div>
<h4>Support</h4>
<div class="row">
<div class="one-third column">
<div class="profile">
<img src="{{ "/img/headshots/michelle.jpg" | prepend: site.baseurl }}" class="profile-headshot" alt="Michelle McIntyre" />
<h5 class="profile-name">Michelle McIntyre</h5>
<p class="profile-bio">
Michelle has been working in the medical field since 1988,
twenty-one years of which were spent as a receptionist
for a hearing center. In 2009, ready for a change, she found
Dr. Coan. She is now the office manager, receptionist; everything.
No one title says it all.
</p>
</div>
</div>
<div class="one-third column">
<div class="profile">
<img src="{{ "/img/headshots/rene.jpg" | prepend: site.baseurl }}" class="profile-headshot" alt="Rene' McCabe LPN" />
<h5 class="profile-name">Rene' McCabe LPN</h5>
<p class="profile-bio">
Rene' is a graduate of the Wayne Finger Lakes Nursing program (1996).
She has been working in the medical field since 1996, and has been
a laser technician since 2014.
</p>
</div>
</div>
</div>
</div>