-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (98 loc) · 4.47 KB
/
index.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
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
129
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="img/favicon.png"/>
<title>Manuel Mendrano</title>
<meta name="description" content="Pop fundido desde Colombia">
<link rel="author" href="https://plus.google.com/+AndresOspinaCO/posts"/>
<!-- Og tags -->
<meta property="og:description" content="Pop fundido desde Colombia" />
<meta property="og:image" content="http://manuelmedrano.com/img/manuelmedrano-facebook1.jpg"/>
<meta property="og:title" content="Manuel Medrano" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://manuelmedrano.com/"/>
<meta property="og:site_name" content="manuelmedrano.com" />
<!-- Og tags Google+ -->
<meta itemprop="description" content="Pop fundido desde Colombia">
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="css/normalize.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<!-- lib -->
<script type="text/javascript" async="" src="http://stats.g.doubleclick.net/dc.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
</head>
<body>
<header>
<div class="contenedor">
<h1><img src="img/logo-manuel-medrano.png" alt="Manuel Medrano"></h1>
</div>
</header>
<section id="video">
<div class="contenedor">
<article id="hangout">
<iframe width="100%" height="440" src="http://www.youtube.com/embed/BrSzEf3i3Ew" frameborder="0" allowfullscreen></iframe>
</article>
<aside id="chat">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/search?q=%23ManuelMedranoEnVivo" data-widget-id="478235683639685121">Tweets sobre "#ManuelMedranoEnVivo"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</aside>
</div>
</section>
<div class="clear"></div>
<section id="formulario">
<div class="contenedor">
<form class="validate" id="conversion" action="http://manuelmedrano.com/enviar.php" method="post" name="mc-embedded-subscribe-form" target="_blank">
<label for="mce-EMAIL"></label> <input id="mce-EMAIL" class="email" type="email" name="mce-EMAIL" placeholder="@ Email" required="required" value=""/>
<input id="suscribete" type="submit" name="subscribe" value="Suscribete Aquí"/>
</form>
</div>
</section>
<footer>
<div class="contenedor">
<!-- Social Buttons -->
<ul>
<li><a href="https://www.facebook.com/manuelmedranoband"><img src="img/facebook.png" alt="Manuel Medrano Facebook"></a></li>
<li><a href="https://twitter.com/manuelmdrano"><img src="img/twitter.png" alt="Manuel Medrano Twitter"></a></li>
</ul>
<small>Copyright © 2014 Manuel Medrano | Diseño y desarrollo por <a href="http://treebox.co">Treebox</a></small>
</div>
</footer>
<!-- javascript -->
<!-- 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>
<!-- lightbox -->
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>
<script>
$(document).ready(function() {
$('.fancybox').fancybox();
});
</script>
</body>
</html>