-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
93 lines (69 loc) · 3.07 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Coming Soon</title>
<link href="tools/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="tools/font-awesome/css/font-awesome.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="tools/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
</head>
<body>
<div class="header">
<h1 id="logo">DESTRUA.ME<span>#DestruaMe</span></h1>
</div>
<div class="content">
<p id="large-text">Reconstrua seus conceitos.</p>
<p id="small-text">Lançamento em Maio. Inscreve-se para notícias.</p>
</div>
<div class="form">
<form action="http://thde.us13.list-manage.com/subscribe/post?u=91b41b6c132982f2619c15a9f&id=3642d929d5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<!-- Custom line -->
<div class="field"><input type="text" class="field" id="test" name='email' value="email"/></div>
<!-- end custom line -->
<div id="mc_embed_signup_scroll">
<!-- 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="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<input type="text" name="b_91b41b6c132982f2619c15a9f_3642d929d5" tabindex="-1" value="">
</div>
</div>
<div class="clear submit">
<input type="submit" value="Inscreve-se" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</form>
</div>
<div class="social">
<ul>
<li><a href="#"><span class="socicon">a</span></a></li>
<li><a href="#"><span class="socicon">b</span></a></li>
<li><a href="#"><span class="socicon">x</span></a></li>
<li><a href="#"><span class="socicon">r</span></a></li>
</ul>
</div>
<script type="text/javascript">
var placeholder = $("#test").val();
$("#test").keydown(function() {
if (this.value == placeholder) {
this.value = '';
}
}).blur(function() {
if (this.value == '') {
this.value = placeholder;
}
});
$("#test").change(function() {
$('#mce-EMAIL').val(this.value);
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76737145-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>