-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome_ita.html
52 lines (52 loc) · 2.14 KB
/
welcome_ita.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
<!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 class="active"><a href="#">Welcome</a></li>
<li><a href="studio_ita.html" title="Studio">Studio</a></li>
<li><a href="gearlist_ita.html" title="Gearlist">Gearlist</a></li>
<li><a href="antimastering_ita.html" title="Anti mastering">Anti mastering</a></li>
<li><a href="records_ita.html" title="Bombanella records">Bombanella records</a></li>
<li><a href="clients_ita.html" title="Clients">Clients</a></li>
<li><a href="contact_ita.html" title="Contact">Contact</a></li>
</ul>
</div>
<div class="site-content">
<ul class="bxslider">
<li><img src="images/sw1.jpg" /></li>
<li><img src="images/sw2.jpg" /></li>
<li><img src="images/sw3.jpg" /></li>
<li><img src="images/sw4.jpg" /></li>
<li><img src="images/sw5.jpg" /></li>
</ul>
<p class="intro-text">Bombanella Soundscapes è uno studio di registrazione fondato da Davide Cristiani.<br />
Lo studio si è trasferito nel 2011 tra le colline di Maranello poco distante sia da Modena che da Bologna.<br />
Il nuovo studio dispone di una sala ripresa in legno di 100m2 e di una regia ben equipaggiata, caratterizzata da macchine uniche e molto particolari costruite ad hoc per il nostro studio dall'Ingegner Max Micelli.
</p>
</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>