-
Notifications
You must be signed in to change notification settings - Fork 0
/
show.html
91 lines (76 loc) · 3.24 KB
/
show.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width , initial-scale=1 ,maximum-scale=1"/>
<meta property="og:description" content=""/>
<meta name="description" content=""/>
<link rel="shortcut icon" href="img/favicon.png"/>
<!-- og metatags -->
<meta property="og:image" content="http://manuelmedrano/img/manuel-medrano-junio.jpg"/>
<meta property="og:title" content="Manuel Medrano en La Ventana 11 de Junio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://manuelmedrano.com/"/>
<meta property="og:site_name" content="ManuelMedrano.com" />
<title>Manuel Medrano en La Ventana 11 de Junio</title>
<!-- style sheets -->
<link rel="stylesheet" type="text/css" href="css/normalize.css"/>
<link rel="stylesheet" type="text/css" href="css/show.css"/>
</head>
<body>
<header>
<div class="contenedor">
<h1>11 de Junio</h1>
<h2><span><a href="https://www.facebook.com/laventanadelat" target="_blank">LA VENTANA</a></span> / CRA 12A No 83 -61 / <span>ZONA T / 15K</span></h2>
</div>
</header>
<section id="registro">
<div class="contenedor2">
<ul>
<li><a href="#">Ver detalles</a></li>
<li><a href="#">Compartir</a></li>
</ul>
<article id="formulario">
<form id="" action="http://manuelmedrano.com/enviar.php"method="post" name="mc-embedded-subscribe-form" target="_blank">
<label for="nombre"></label> <input id="nombre" name="nombre" placeholder="Nombre" required="required" value=""/>
<label for="email"></label> <input class="required email" id="email" type="email" name="email" placeholder="@ Email" required="required" value=""/>
<label for="telefono"></label> <input id="telefono" name="telefono" placeholder="No teléfono móvil" required="required" value=""/>
<input id="call-to-action" type="submit" name="subscribe" value="¡Registrate Ahora!"/>
</form>
</article>
</div>
<div class="clear"></div>
</section>
<footer>
<div class="contenedor">
<small>Copyright © 2014 Manuel Medrano | Diseño y desarrollo por <a href="http://treebox.co">Treebox</a></small>
</div>
</footer>
<!-- Analytics -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51547003-1', 'manuelmedrano.com');
ga('require', 'displayfeatures');
ga('send', 'pageview');
setTimeout('_gaq.push([\'_trackEvent\', \'NoBounce\', \'Over 30 seconds\'])',30000);
</script>
<!-- Remarketing -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1016618282;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1016618282/?value=0&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>