-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
79 lines (72 loc) · 2.53 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Instrument</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="">
<meta name="keywords"
content="instrument, band, music, instrumentvillage, bandpage, homepage, postrock, rock">
<meta name="author" content="Instrument">
<meta name="robots" content="all">
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link href="stylesheets/foundation.css" rel="stylesheet">
<link href="stylesheets/custom.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
</head>
<body class="contact">
<div class="row">
<div class="medium-2 columns end">
<a href="index.html">
<div class="logo"></div>
</a>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<div class="contact-block">
<h3>Contact:</h3>
<a href="mailto:[email protected]?Subject=Contact from homepage"
target="_top">[email protected]</a>
</div>
<div class="contact-block">
<h3>Booking:</h3>
<a href="mailto:[email protected]?Subject=Instrument Booking" target="_top">[email protected]</a>
</div>
<div class="contact-block">
<h3>Label:</h3>
<a href="http://theinstrumentvillage.com" target="_blank">www.theinstrumentvillage.com</a>
</div>
<div class="contact-block">
<h3>Photography:</h3>
<a href="http://www.geraldvonforis.de" target="_blank">www.geraldvonforis.de</a>
</div>
<div class="contact-block">
<h3>Videos:</h3>
<a href="http://www.zimmer-andreas.de" target="_blank">www.zimmer-andreas.de</a>
</div>
</div>
</div>
<div class="row">
<div class="large-10 large-offset-1">
<ul class="sub-nav">
<li><a href="http://www.theinstrumentvillage.com/?page_id=5" target="_blank">Buy</a></li>
<li>|</li>
<li><a href="listen.html">Listen</a></li>
<li>|</li>
<li><a href="contact.html">Contact</a></li>
<li>|</li>
<li><a href="press.html">Press</a></li>
<li>|</li>
<li>
<a class="social fb" href="http://www.facebook.com/Instrumentband" target="_blank"></a>
<a class="social twitter" href="https://twitter.com/instrumentband" target="_blank"></a>
<a class="social youtube" href="http://www.youtube.com/watch?v=4lft8HWD8WM" target="_blank"></a>
</li>
</ul>
</div>
</div>
</body>
</html>