This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (108 loc) · 5 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BBN Music</title>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn1.umg3.net/166-cdn/assets/css/reset.css">
<link rel="stylesheet" href="https://cdn1.umg3.net/166-cdn/assets/css/screen.css?v=4">
<link rel="stylesheet" href="https://cdn1.umg3.net/166-cdn/assets/css/tooltipster.css" />
<meta name="description" content="BBN Music is a full service music publishing company based in San Francisco, California. BBN Music offers creative and administrative publishing services for over 80 bands, artists and songwriters both nationally and internationally." />
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://bbn-music.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="BBN Music" />
<meta property="og:description" content="BBN Music is a full service music publishing company based in San Francisco, California. BBN Music offers creative and administrative publishing services for over 80 bands, artists and songwriters both nationally and internationally." />
<meta property="og:url" content="https://bbn-music.com/" />
<meta property="og:site_name" content="BBN Music" />
<meta property="og:image" content="https://bbn-music.com/img/logo.png" />
<meta property="og:image:secure_url" content="https://bbn-music.com/img/logo.png" />
<style type="text/css">
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
</style>
<style>
#socials {
width: 217px;
}
#socialButtons {
width: 130px;
}
a.ae-cform-modal-display-cta {
display: inline-block;
margin-right: 5px;
}
#ae-cform-container-1 {
width: 28px;
}
#store {
position: relative;
top: -4px;
}
</style>
</head>
<body>
<header>
<nav id="socials">
<a href="https://twitter.com/music_bbn" target="_blank" title="Twitter">
<img src="https://cdn1.umg3.net/166-cdn/assets/gfx/twitter.png" alt="Twitter" width="26" />
</a>
<a href="https://instagram.com/bbn.music/" target="_blank" title="Instagram">
<img src="https://cdn1.umg3.net/166-cdn/assets/gfx/instagram.png" alt="Instagram" width="26" />
</a>
<style>
.ae-cform-title {
text-align: center;
}
.ae-cform-modal-container,
.ae-cform-container {
font-family: inherit;
font-size: inherit;
color: inherit;
}
</style>
</nav>
<style>
@media screen and (max-width: 736px) {
#main {
top: 80px;
}
#socialButtons {
padding-top: 12px;
width: 230px;
margin: auto;
float: none;
clear: both;
}
#socials {
margin-left: 0px;
margin: auto;
float: none;
padding-top: 10px;
}
}
</style>
</header>
<div id="main">
<h1>
<a href="/">
<img src="./img/logo.png" alt="BBN Music" />
</a>
</h1>
<p style="width: 90%; font-size: 10px; line-height: 140%; max-width: 700px; margin: auto; padding-top: 20px; padding-bottom: 20px;">
Please note that we have been made aware of individuals who give the false impression they are affiliated with BBN Music and ask for money from artists to submit music on their behalf or for other label services including marketing and publishing. It is against our company policy for an employee to accept any form of compensation in return for submitting music to one of our companies. If you are approached by a person that claims to be a BBN Music or BBN Holding employee and who asks for any form of payment, please email <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<footer>
© 2021 BBN Music, a division of <a href="https://bbn.one/">BBN Holding</a> |
<a href="https://bbn.one/p/privacy.html" target="_blank">Privacy Policy</a> |
<a href="https://bbn.one/p/terms.html" target="_blank">Terms of Use</a>
</footer>
</body>
</html>