-
Notifications
You must be signed in to change notification settings - Fork 0
/
paperdoll.html
82 lines (70 loc) · 4.12 KB
/
paperdoll.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
<!doctype html>
<html lang="en" ng-app="RedMusic">
<head>
<meta charset="UTF-8">
<title>Savannah Red Music</title>
<link href="https://fonts.googleapis.com/css?family=Arbutus|Josefin+Sans|Nunito|Questrial|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css" media="screen" title="no title">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="./app.js" charset="utf-8"></script>
</head>
<body>
<header>
<nav class="main" id="menu-header">
<div class="links">
<a href="/bio.html">Bio</a> | <a href="/listen.html">Listen</a> | <a href="/booking.html">Booking</a> | <a href="/calendar.html">Calendar</a> | <a href="/shop.html">Shop</a> | <a href="/blog.html">Blog</a> |
<a href="/paperdoll.html">Paper Doll</a>
</div>
</nav>
</header>
<div class="background-image">
<div data-scroll-speed="20">
<img class="bio-image img-responsive" src="../images/savannah-red-white-red.png" alt="savannah-red">
</div>
</div>
<div class="container">
<h1 class='bio-newsletter'>Paper Doll Coming Soon!</h1>
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<img class="bio-image img-responsive" src="../images/paper-doll1.jpg" alt="savannah-red">
</div>
<div class="col-md-6 col-xs-12">
<img class="bio-image img-responsive" src="../images/paper-doll2.jpg" alt="savannah-red">
</div>
</div>
</div>
<h1 class='bio-newsletter'>Sign Up For Our Newsletter:</h1>
<div class="row">
<div class="col-md-4 col-xs-12"></div>
<div class="col-md-4 col-xs-12">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-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;
width: 100%;
}
/* 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>
<div id="mc_embed_signup">
<form action="//facebook.us8.list-manage.com/subscribe/post?u=22dbbb31b16c6047b567fc983&id=82556ac107" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- 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_22dbbb31b16c6047b567fc983_82556ac107" 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>
</body>
</html>