-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (99 loc) · 4.37 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
<!DOCTYPE html>
<html lang='es'>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43936312-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-43936312-4");
</script>
<meta charset='UTF-8'/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
<meta http-equiv='X-UA-Compatible' content='ie=edge'/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<link rel='stylesheet' href='css/main.css'/>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'/>
<link rel='stylesheet' href='css/jssocials.css'/>
<link rel="stylesheet" type="text/css" href="css/jssocials-theme-flat.css" />
<meta property="og:url" content="http://www.javascriptnoesjava.com/index.html" >
<meta property="og:type" content="article" >
<meta property="og:title" content="Javascript no es java!" >
<meta property="og:description" content="Unete al cambio!" >
<meta property="og:image" content="http://www.javascriptnoesjava.com/assets/img/fb.png" >
<title>Javascript no es Java</title>
</head>
<body>
<main id="general-container">
<section class='container'>
<div class='row'>
<div class='col text-center'>
<h1 class="margin-top-7">Javascript no es java - Escribelo y aprieta enter</h1>
</div>
</div>
<div class='row'>
<div class='col text-center'>
<h3 class="margin-top-5"></h3>
</div>
</div>
<div class='row'>
<input type='text' autofocus id="input-repeat" class="col margin-top-5"/>
</div>
<div class='row' id="feedback-container">
<div class='col text-center'>
<h3 id="feedback-good"><span class="success-color">Bien! </span>Anótalo <span id="writes-counter">5</span> veces más y descubre que pasa</h3>
<h3 id='feedback-bad'><span class="wrong-color">No</span> lo escribiste bien, una vez más porfa</h3>
</div>
</div>
<div class="row">
<div class="col margin-top-7 text-center">
<h4>Con <i class="fa fa-heart fa-lg" aria-hidden="true"></i>, por <a target="_blank" href="http://emmanuelorozco.com">Emmanuel Orozco</a></h4>
</div>
</div>
<!-- <div class='row'>
<div class='col text-center margin-top-5'>
<h3><span id='people-counter'>123</span> personas en el mundo lo entendieron</h3>
</div>
</div> -->
</section>
</main>
<section id='win-section' class="container">
<div class='row'>
<div class='col margin-top-7'>
<h1><span class="success-color">Felicidades!</span> Ahora eres un ninja.</h1>
<h2 class="margin-top-7">Presumele a tus amigos</h2>
</div>
</div>
<div class='row margin-top-7'>
<div class='col'>
<div id="share"></div>
</div>
</div>
</section>
<section id="mobile-browser-screen" class="container text-center">
<div class="row">
<div class="col">
<h1 class="margin-top-7">No puedes abrir esta página en tu celular.</h1>
<h1 class="margin-top-7">Intenta en una computadora.</h1>
</div>
</div>
</section>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
<script src="js/detect-mobile-browser.js"></script>
<script src="js/app.js"></script>
<script src="js/jssocials.min.js"></script>
<script>
$("#share").jsSocials({
shares: ["facebook", "twitter"]
});
</script>
</script>
</body>
</html>