-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
109 lines (86 loc) · 6.01 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dental Mission | Welcome</title>
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
</head
> <body>
<div class="row">
<div class="large-2 columns">
<h1><a href="index.html"><img src="img/mainlogo.jpg"/></a></h1>
</div>
<div class="large-10 columns">
<ul class="right button-group">
<li><a href="index.html" class="button">Home</a></li>
<li><a href="about.html" class="button">About Us</a></li>
<li><a href="donate.html" class="button">Ways to Donate</a></li>
<li><a href="supporters.html" class="button">Supporters</a></li>
<li><a href="contact.html" class="button">Contact Us</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="panel">
<h4>People Involved in this Dental Mission</h4>
<div class="row">
<div class="large-12 columns">
<p>Indigent children and their families of Guayaquil, Ecuador will be the recipients of pro bono Dental Care.</p>
</div>
</div>
<!-- start of about people -->
<div class="large-12 columns text-center">
</br>
</br>
<img src="img/ann.jpg"/>
<h4>Ann Carlsson-Lalezarian, BS, RDH, MS</h4>
<p>Received a BS in Dental Hygiene from the University of Orebro, Sweden and Farmingdale State College as well as a BS in Community Health from SUNY at Old Westbury. She holds a Masters in Hospital and Business Management from SUNY @ Stony Brook with a Thesis on the need for DH care in assisted living communities. Since 1992 Ann's private practice experience is in both General and Periodontics. Since 1994, Ann has been an Adjunct Associate DH Clinical Professor at Farmingdale State College where she also was instrumental in creating an international student exchange program between Farmingdale State College and University of Gothenburg, Sweden. Ann is an Adjunct Associate DH Professor at NYU School of Dentistry in the DH department, where she teaches and developed the Pain Management/Lab course and the International Oral Health course. A member of the ADHA, Ann’s passion is Dental Hygiene education and developing new curriculum.</p>
</div>
<div class="large-12 columns text-center">
<img src="img/barb.png"/>
<h4>Barbara Greene, BA, RDH, MBA</h4>
<p>A member of the ADHA received a BA in Psychology from SUNY at Stony Brook, an Associate in Dental Hygiene from Farmingdale State College and a MBA in Executive Management from St. Johns University. Barbara has been a practicing Dental Hygienist for 35 years. She has been an Adjunct Associate Clinical Professor at Farmingdale State College since 1994. Barbara has served as a Liaison for Part-time and Full Time DH Faculty as well as recently trained to serve on the Tripartite Grievance Panel at Farmingdale State College. She has been a Continuing Ed. Lecturer at FSC, NYU College of Dentistry and at the Long Island Periodontal Forum. Her involvement in the community has been as a committee member for “Give Kids a Smile”, participating in the Farmingdale State College “Give a Marine a Smile” and supervising her students at the yearly Sjogren's Awareness and Walkabout Day. Barbara’s passion is educating both students and patients in the importance of oral and general health by treating the “Whole Patient”. </p>
</div>
<div class="large-12 columns text-center">
<img src="img/anita.jpg"/>
<h4>Anita Roth, RDH, BS, MS</h4>
<p>Received a BS in Dental Hygiene from Farmingdale State College and a MS in Dental Hygiene Education from the University of Bridgeport. Anita is a Clinical Instructor at NYU College of Dentistry in the Dental Hygiene Program where she supervises and trains students in Clinic, Dental Materials lab and Pain Management lab. Anita has been a Research Coordinator at the Center for Learning and Innovation, North Shore-LIJ Medical Center. She was the recruitment coordinator for a five center NIH funded clinical trial. The Clinical trial, Diabetes and Periodontal Therapy Trial (DPTT) was published in JAMA 2013. Anita is a member of both the ADHA and the AADH where she served as an AADH Governing Council Member for two years and chaired the Finance Committee and Membership Committee. Presently, she has been elected as Treasurer. Anita’s passion for Dental Hygiene is in the science, research and education of patients, students and professionals about the oral-systemic link.</p>
</div>
</div>
</div>
<footer class="row">
<div class="large-12 columns">
<hr/>
<div class="row">
<div class="large-6 columns">
<p>© 2015</p>
</div>
<div class="large-6 columns">
<ul class="inline-list right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="donate.html">Ways to Donate</a></li>
<li><a href="supporters.html">Supporters</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59009416-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>