-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.php
44 lines (41 loc) · 2.95 KB
/
welcome.php
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
<?php
$pagename ='Welcome';
include("template-top.php");
?>
<div class="row">
<div class="small-12 columns schedule gutter">
<!--===============Content Area (begin)===============-->
<h1><?php echo $pagename;?></h1>
<div class="row">
<div class="columns">
<img src="images/robert-lewis.jpg"
alt="Photo of Rob Lewis DDS, President of the Dentistry Alumni Association Board of Trustees"
class="content-image right"
style="width: 40%; min-width: 175px;" />
<p>On behalf of the University of Tennessee College of Dentistry Alumni Association I want to
invite you to join us for the 2018 William F. Slagle Dental Meeting. Your Alumni Association
Board and the College of Dentistry staff have planned an outstanding meeting. Bring your
staff and learn from outstanding, nationally recognized speakers.</p>
<p>In addition, you’ll have the opportunity to participate in hands on courses, team building
and re-certify in all the required annual and bi-annual courses needed for licensure. It is
the goal of the Slagle Dental Meeting to provide you the very best and most cost effective
continuing education. In addition, the proceeds from the meeting are given back to the
College of Dentistry to further support the faculty and students. The meeting has
contributed over two million dollars back to our school!</p>
<p>If this is a reunion year, contact you classmates and encourage them to join you. The Alumni
Association plans dinners for you, so all you and your classmates need to do is show up!</p>
<p>Be sure and plan to attend our welcome party at the new Graceland facility, surrounded by
Elvis’s cars, and his legendary music.</p>
<p>The remodel of the school is now complete. It is truly state of the art! Plan to go by. Say
Hello to your favorite faculty member and thank him or her for all they taught you. You’ll
be very proud of the quality education that our students continue to receive.</p>
<p>I look forward to seeing you in Memphis and encourage you to participate in your Alumni
Association!</p>
<p>Rob Lewis DDS ‘76<br/>
President, Dentistry Alumni Association Board of Trustees</p>
</div>
</div>
<!--===============Content Area (end)===============-->
</div>
</div>
<?php include("template-bottom.php"); ?>