-
Notifications
You must be signed in to change notification settings - Fork 0
/
mockup.html
53 lines (51 loc) · 2.6 KB
/
mockup.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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>www.prickie.com.mx</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/clock.css" />
<link rel="stylesheet" type="text/css" href="css/style4.css" />
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="//cdn.rawgit.com/hilios/jQuery.countdown/2.0.4/dist/jquery.countdown.min.js"></script>
<script src="js/inviteme.js"></script>
</head>
<body id="page">
<ul class="cb-slideshow">
<li><span>Image 01</span><div><h3>Con·Prickie</h3></div></li>
<li><span>Image 02</span><div><h3>·Asiste·</h3></div></li>
<li><span>Image 03</span><div><h3>A·Los·Mejores·Eventos</h3></div></li>
<li><span>Image 04</span><div><h3>Con·Prickie</h3></div></li>
<li><span>Image 05</span><div><h3>·Asiste·</h3></div></li>
<li><span>Image 06</span><div><h3>A·Los·Mejores·Eventos</h3></div></li>
</ul>
<div class="container">
<h1><span>¿QUIERES IR AL CORONA CAPITAL POR 1 PESO?</span></h1>
<h2>PRONTO TE DIREMOS COMO</h2>
<br><br><br>
<a class="fb-connect button" href="/oauth_fb?btn_src=main"></a>
<br><br><br>
<div class="example-base">
<h4>Preparate ...<br>
<span id="clock"></span>
</div>
<script type="text/javascript">
$('#clock').countdown(new Date(Date.UTC(2014, 9, 29, 21, 0, 0))).on('update.countdown', function(event) {
var $this = $(this).html(event.strftime(''
+ '%-d día%!d '
+ '%H hr '
+ '%M min '
+ '%S seg</h4>'));
});
</script>
</div>
</body>
</html>