-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideo-MailChimp.html
62 lines (49 loc) · 2.56 KB
/
Video-MailChimp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Full Screen Video BackGround, Experiment 1</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='css/core.css' rel='stylesheet' type='text/css'>
<link href='css/julius.css' rel='stylesheet' type='text/css'>
<link href='css/overlay.css' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script>
document.createElement('video');
</script>
<![endif]-->
</head>
<body>
<div id="bg_pattern"></div>
<video autoplay loop poster="poster.jpg" id="bgvid">
<source src="vids/gulf/SunsetGulf.mp4" type="video/mp4">
<source src="vids/gulf/SunsetGulf.webm" type="video/webm">
<source src="vids/gulf/SunsetGulf.ogg" type="video/ogg">
</video>
<div class="container">
<h1>Coming Soon</h1>
<h2>A subheading here</h2>
<p>Enter your e-mail to be notified when we launch:</p>
<!-- ///////// MailChimp SignUp Form //////// -->
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//texxsmith.us4.list-manage.com/subscribe/post?u=e0af429fe7e103c90a45dd358&id=cb2cb3236f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- 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_e0af429fe7e103c90a45dd358_cb2cb3236f" tabindex="-1" value=""></div>
<div class="clear"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<!-- End MailChimp form -->
</div>
</body>
</html>