-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (119 loc) · 5.84 KB
/
Copy pathindex.html
File metadata and controls
128 lines (119 loc) · 5.84 KB
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
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SongFoo - FREE THE MUSIC</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.3.1B.css" rel="stylesheet">
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<body>
<div class="container mt-3">
<div class="row">
<div class="col-12">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/logoPanel.jpg" alt="First slide"></div>
<div class="carousel-item">
<img class="d-block w-100" src="images/logoPanelB.jpg" alt="Second slide"> </div>
<div class="carousel-item">
<img class="d-block w-100" src="images/logoPanelC.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block"> </div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<hr>
</div>
<hr>
<h3 class="text-center"><em>Live music licensing on-demand</em></h3>
<p align="center">For over a century now, Performing Rights Organizations (i.e. ASCAP, BMI, SESAC) have required that music venues
<br>pay for multiple long-term performance licenses, using threats and litigation as the means to enforce these rules.
<br>This has introduced a barrier to entry that has pushed many existing and would-be venues out of the market,
<br>artificially restricting the supply and thus limiting opportunities for musicians and DJs as well.
<br>With a radical new model, <em>SongFoo</em> empowers performers to take their careers into their own hands
<br>by allowing them to self-license and thus perform anywhere, at any time.
</p>
<h4 align="center">It's time to <em>free the music,</em> and we need your feedback!</h4>
<hr>
<div class="container">
<div class="row text-center">
<div class="col-md-4 pb-1 pb-md-0">
<div class="card">
<div class="card-body">
<h5 class="card-title"><strong>Musicians and DJs</strong></h5>
<p class="card-text"><a href="https://docs.google.com/forms/d/e/1FAIpQLSc41EygmYDHcw5Ec-X3xpCValAWWt_h2vRBkLcQMILcP9ulyQ/viewform?usp=sf_link" class="btn btn-primary" target="_blank">Take the survey!</a> </p>
</div>
</div>
</div>
<div class="col-md-4 pb-1 pb-md-0">
<div class="card">
<div class="card-body">
<h5 class="card-title"><strong>Venues</strong></h5>
<p class="card-text"><a href="https://docs.google.com/forms/d/e/1FAIpQLSeJ1w6BxbceRtavAqCipS2n6AVHbZjrrfq0Ou4SG2VxI4pIIg/viewform?usp=sf_link" class="btn btn-primary" target="_blank">Take the survey!</a> </p>
</div>
</div>
</div>
<div class="col-md-4 pb-1 pb-md-0">
<div class="card">
<div class="card-body">
<h5 class="card-title"><strong>Songwriters</strong></h5>
<p class="card-text"><a href="https://forms.gle/uy7jbM2zcGmxK6fQ8" class="btn btn-primary" target="_blank">Take the survey!</a> </p>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container text-black p-4">
<div class="row">
<div class="col-md-4 col-6 col-lg-6 offset-lg-0">
<div id="mc_embed_signup">
<form action="https://songfoo.us20.list-manage.com/subscribe/post?u=6110b5207b0b99f9b931d1b78&id=f1e5734b7f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL"><h5><em>Subscribe for updates</em></h5></label>
<br>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email address" required>
<br>
<br>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_6110b5207b0b99f9b931d1b78_f1e5734b7f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup--></div>
</div>
</div>
</div>
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-12">
<p>Copyright © 2019 SongFoo. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.3.1.js"></script>
</body>
</html>