-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
84 lines (71 loc) · 2.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Erica Eloff - contact</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="author" content="Jacques Malaprade SD Ltd">
<meta name="keywords" content="Erica Eloff, Soprano, Opera, contact">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<img src="images/Banner.png" alt="Erica Eloff" style:"width:auto;">
</div>
<div class="menu">
<a href="biography.html">Biography</a>
<a href="calendar.html">Calendar</a>
<div class="dropdown">
<button class="dropbtn">Media
<i class"fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="publicity.html">Publicity Pictures</a>
<a href="performance.html">Performance Pictures</a>
<a href="video.html">Video & Audio</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Repertoire
<i class"fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="opera.html">Opera</a>
<a href="concert.html">Concert & Oratorio</a>
<a href="ensemble.html">Ensemble Works</a>
</div>
</div>
<a href="contact.html">Contact</a>
</div>
<hr>
<!-- Start of page specific text etc
=============================== -->
<div class="row">
<img class="column-left" src="images/ContactPage.jpg" alt="Contact">
<p>
<br>
Erica is available for singing in Opera, Oratorio, Concert, Recitals, recordings and special occasions (weddings / birthdays / funerals). She also has a very keen interest in the development of young talent and is happy to lead Masterclasses for young singers on top of her regular teaching from her home studio.
<br>
<br>
If you have any enquiries or would like to support Erica's career in any way, please do not hesitate to get in touch by
<a title="Send email to Erica" href="mailto:[email protected]" target="_blank">emailing us</a>.
<br>
<br>
For other facts, information and a complete record of past performances, please visit
<a title="Erica's blog page" href="http://erica-eloff.blogspot.co.uk/search/label/Past%20Performances" target="_blank">Erica's blog</a>.
<br>
</p>
</div>
<!-- =============================
End of page specific text etc -->
<div class="footer">
<p>
<a title="Erica Eloff facebook page" href="https://www.facebook.com/Erica-Eloff-soprano-143913725672470/" class="fa fa-facebook" target="_blank"></a>
<a title="Send email to Erica" href="mailto:[email protected]" class="fa fa-envelope" target="_blank"></a>
<a title="Phone Erica" href="tel:+447963497278" class="fa fa-phone" target="_blank"></a>
</p>
</div>
</body>
</html>