forked from wendywilmot/wwpHTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
124 lines (102 loc) · 3.58 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta charset="utf-8">
<title>WWP Team</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156464880-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156464880-1');
</script>
</head>
<body>
<div class="main-text">
<div class="img-cont">
<img class="imagesize" src="wwplogo.jpg"></img>
</div>
<section class="entry-content">
<h2>Island Sales Team</h2>
<ul>
<li><a href="https://www.wendywilmotproperties.com/wwp-team/anne-rex">Anne Rex</a><a href="https://wendywilmotproperties.com/team_member/kirby-ward/"><br>
</a>910.899.7918<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team_member/buddy-lawerence/">Buddy Lawrence<br>
</a>910.477.1095<br>
[email protected]</li>
<li><a>Crista Thomas</a><br>
General Manager/BIC<br>
910.470.0000<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team_member/debbie-ward/">Debbie Ward<br>
</a>910.477.2055<br>
[email protected]</li>
<li><a>F.A. McLeod</a><br>
Marketing/Administrative<br>
910.470.0000<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team-member/ginger-dunn/" data-wplink-edit="true">Ginger Dunn<br>
</a>910.540.7369<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team-member/john-munroe" data-wplink-edit="true">John Munroe</a><br>Visit <a href="https://www.bhiguys.com/">BHIGuys</a><br>
910.471.4005<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team_member/kirby-ward/">Kirby Ward<br>
</a>910.477.0990<br>
[email protected]</li>
<li><a>Michelle Woolard</a><br>Marketing/Administrative<br>
910.470.0000<br>
[email protected]</li>
<li><a>Robin Smith</a><br>Manager/Broker<br>
910.470.0000<br>
[email protected]</li>
<li><a href="https://www.wendywilmotproperties.com/wwp-team/tom-koester">Tom Koester</a><br>
910.465.1074<br>
[email protected]</li>
<li><a href="https://wendywilmotproperties.com/team_member/wendy-wilmot/">Wendy Wilmot</a><br>
910.448.0688<br>
[email protected]</li>
</ul>
<h2> </h2>
<h2>Rentals Team</h2>
<ul>
<li><a>Tamara Still</a><br>
Reservations/Broker<br>
910.520.3511<br>
[email protected]</li>
<li><a>Karen Armstrong</a><br>
Reservations<br>
910.520.3511<br>
[email protected]</li>
<li><a>Jennifer Gladden</a><br>
Accounting<br>
910.470.0000<br>
[email protected]</li>
<li><a>Joan Gerity</a><br>
Rentals Manager/Broker<br>
910.477.1515<br>
[email protected]</li>
<li><a>Sara Gore</a><br>
Assistant Rentals Manager/Broker<br>
910.470.0000<br>
[email protected]</li>
<li><a>Charlene Hill</a><br>
Head of Housekeeping<br>
910.470.0000<br>
[email protected]</li>
<li><a>Joe Pierce</a><br>
Head of Facilities<br>
910.470.0000<br>
[email protected]</li>
<li><a>Don Hummel</a><br>
Head of Construction<br>
910.470.0000<br>
[email protected]</li>
</ul>
</section>
</div>
</body>
</html>