-
Notifications
You must be signed in to change notification settings - Fork 0
/
clients_eng.html
92 lines (92 loc) · 2.46 KB
/
clients_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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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 class="active"><a href="clients_eng.html" title="Clients">Clients</a></li>
<li><a href="contact_eng.html" title="Contact">Contact</a></li>
</ul>
</div>
<div class="site-content">
<h3 class="internal-title">Clients</h3>
<table class="gearlist">
<tr valign="top"><td width="155">
<p>
A Classic Education<br />
Andrea Candeli<br />
Angus Mc Og<br />
Antonio Rigo Righetti<br />
Blue Willa<br />
Beatrice Antolini<br />
Caduta Massi<br />
Carla Bozulich<br />
Chewingum<br />
Comaneci<br />
Dagos<br />
Davide Ravera<br />
Denis Biancucci<br />
Dfb<br />
Ed<br />
Egle Sommacal<br />
Enseble d'autore<br />
Father Murphy<br />
</p>
</td><td width="155">
<p>Flexus<br />
Franklin Delano<br />
Humus<br />
I got a violet<br />
Like a shadow<br />
Marco Dalpane<br />
Monolith<br />
Rashomon<br />
Reverve<br />
Roipnol witch<br />
Sabrina Gasparini<br />
Sandro Ki<br />
Shijo X<br />
Soul stirring sound<br />
Three in one gentleman suit<br />
Tiziano Popoli<br />
Tommy Togni<br />
Wolther goes stranger</p>
</td><td width="155"><p>
Sugo's Blues Band<br />
Paolino Paperino Band<br />
Fragile<br />
Luca Perciballi<br />
Zambramora
</p>
</td></tr>
</table>
</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>