-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (50 loc) · 1.72 KB
/
contact.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
<html>
<head>
<link rel="stylesheet" href="style.css" />
<title>Mike Herring - Dancer, Choreographer, Instructor</title>
</head>
<body>
<div id="container">
<div id="title">MIKE HERRING</div>
<div id="content">
<div class="bar" id="grayBar">
<div id="menu">
<a href="contact.html" class="selected">CONTACT</a>
<a href="media.html">MEDIA</a>
<a href="bio.html">BIO</a>
<a href="art.html">ART</a>
<a href="index.html">HOME</a>
</div>
</div>
<div class="bar" id="yellowBar"></div>
<div class="bar headerContainer"></div>
<div class="header">Contact Info</div>
<div style="clear:both;"></div>
<p><b>Email:</b> <a href="mailto:[email protected]">[email protected]</a></p>
<p><b>Phone:</b> (434) 466-4280</p>
<div class="bar headerContainer"></div>
<div class="header">Where to Find Mike</div>
<div style="clear:both;"></div>
<p>
<b>Wilson School of Dance</b><br />
3114 Proffit Rd, Charlottesville, VA<br />
<a href="http://www.wilsonschoolofdance.com">wilsonschoolofdance.com</a><br />
(434) 973-5678
</p>
<p>
<b>Swing Cville</b><br />
P.O. Box 982, Charlottesville, VA 22902<br />
<a href="http://www.swingcville.org">swingcville.org</a><br />
(434) 260-0059
</p>
<div class="bar headerContainer"></div>
<div class="header">Booking Information</div>
<div style="clear:both;"></div>
<p>
Get booking information or write me a review on GigSalad.com:
<a href="http://www.gigsalad.com/mike_herring_charlottesville"><img src="http://www.gigsalad.com/banners/cf14.jpg" alt="Tap Dancer in Charlottesville" border="0"></a><br/><a href="http://www.gigsalad.com/Dance/Tap-Dancer" style="color:#666; font-size:12px; border:none; text-decoration:none; font-weight:normal;">Hire Tap Dancers</a>
</p>
</div>
</div>
</body>
</html>