-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_eng.html
60 lines (60 loc) · 2.17 KB
/
contact_eng.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bombanella studio</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="css/screen.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
</head>
<body>
<div id="site">
<div class="site-navigation">
<ul>
<li><a href="welcome_eng.html">Welcome</a></li>
<li><a href="studio_eng.html" title="Studio">Studio</a></li>
<li><a href="gearlist_eng.html" title="Gearlist">Gearlist</a></li>
<li><a href="antimastering_eng.html" title="Anti mastering">Anti mastering</a></li>
<li><a href="records_eng.html" title="Bombanella records">Bombanella records</a></li>
<li><a href="clients_eng.html" title="Clients">Clients</a></li>
<li class="active"><a href="contact_eng.html" title="Contact">Contact</a></li>
</ul>
</div>
<div class="site-content">
<h3 class="internal-title">Contact</h3>
<table class="generic" cellpadding="0" cellspacing="0" width="100%">
<tr><td>
<p>
<strong>BOMBANELLA SOUNDSCAPES</strong><br />
Via Prazecco, 65 - 41053<br />
MARANELLO (Mo) - IT<br />
ph. (+39) 339 7880199<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
</td><td>
<p>Per prenotazioni, informazioni contattaci<br />
via mail a questo indirizzo.<br />
<br />
Se hai domande tecniche riguardo la tua sessione di <br />
registrazione, contatta Davide via mail a questo indirizzo.</p>
</td>
</tr></table>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</div>
<div class="site-footer">
<p>
BOMBANELLA SOUNDSCAPES - Via Prazecco, 65 - 41053 - MARANELLO (MO) - IT<br />
P.I. 03014070365 - <a href="mailto:[email protected]" title="Manda mail">[email protected]</a> - ph. (+39) 339 7880199
</p>
</div>
</div>
<script>
$(document).ready(function(){
$('.bxslider').bxSlider({
auto: true
});
});
</script>
</body>
</html>