-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
250 lines (242 loc) · 11.4 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="es" ng-app="app">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Ing. Geovanny Brito Casanova">
<!--stylesheet-->
<link href="img/favicon.ico" rel="shortcut icon" sizes="32x32">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="css/custom-responsive-styles.css" rel="stylesheet" type="text/css">
<link href="css/estiloBW.css" rel="stylesheet"/>
<link href="css/webSocketcss.css" rel="stylesheet" type="text/css"/>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="css/estilo3.css" rel="stylesheet" type="text/css"/>
<link href="css/cargando.css" rel="stylesheet" type="text/css"/>
<link href="css/css-local/global.css" rel="stylesheet" type="text/css"/>
<link href="css/css-local/css-index.css" rel="stylesheet" type="text/css"/>
<link href="css/css-local/footer.css" rel="stylesheet" type="text/css"/>
<link href="css/css-local/language.css" rel="stylesheet" type="text/css"/>
<!--scripts-->
<script src="js/js-library/jquery.min.js" type="text/javascript"></script>
<script src="js/js-library/angular.js" type="text/javascript"></script>
<script src="js/js-library/bootstrap.min.js" type="text/javascript"></script>
<script src="js/js-library/sweetalert2.min.js" type="text/javascript"></script>
<script src="js/js-library/all-plugins.js" type="text/javascript"></script>
<script src="js/js-library/plugins-activate.js" type="text/javascript"></script>
<script src="js/js-library/plugins-activate.js" type="text/javascript"></script>
<script src="js/js-library/console.image.js" type="text/javascript"></script>
<script src="js/js-library/angular-route.js" type="text/javascript"></script>
<script src="https://kit.fontawesome.com/92f6e27e1c.js" crossorigin="anonymous"></script>
<!--https://www.google.com/adsense/-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5936691491238742"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CG1KFEDCG7"></script>
<script src="js/google.js"></script>
<title>CH - Inicio</title>
</head>
<body id="page-top" ng-controller="controllerInicio">
<div class="language-selector">
<label for="language-select">Selecciona tu idioma:</label>
<select id="language-select" onchange="changeLanguage()">
<option value="es" selected>Español</option>
<option value="en">English</option>
</select>
</div>
<div id="contenedor_carga">
<div id="carga">
</div>
</div>
<div class="logo">
<a href="index.html">
<img src="img/logo.png" alt="CH">
<!-- <i class="fa fa-bomb" aria-hidden="true">-->
<!-- <span style="color: white;">CH</span>-->
<!-- </i>-->
</a>
</div>
<section id="Banner" class="content-section">
<div class="container content-wrap text-center">
<h1>Challenge
Hub
</h1>
<h3>
<em>¡Para LEGENDARIOS momentos!</em><br>
</h3>
<a class="btn btn-primary btn-xl smooth-scroll" href="#Services"> <strong>¡JUGAR!</strong></a>
</div>
<div class="overlay"></div>
</section>
<section id="Services" class="content-section text-center">
<div class="container text-center">
<div class="block-heading">
<h2>Lo que ofrecemos</h2>
<p>Queremos brindarte buenos e inolvidables momentos con tu grupo de amigos,
en esas fiestas que necesitan salir de lo convencional</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="service-box">
<div class="service-icon divertido">
<div class="front-content">
<i class="flaticon-online-shop" aria-hidden="true"></i>
<h2 class="subtitle">DIVERTIDO</h2>
</div>
</div>
<div class="service-content">
<h3><strong>+8 años</strong></h3>
<p>Diviertete con verdades y retos fuera de lo común.</p>
<br/>
<a class="btn btn-fun btn-block smooth-scroll btn smooth-scroll" ng-click="gotoplay('fun')">
<strong>¡COMENZAR!</strong>
</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box ">
<div class="service-icon extremo">
<div class="front-content">
<i class="flaticon-teamwork" aria-hidden="true"></i>
<h2 class="subtitle">EXTREMO</h2>
</div>
</div>
<div class="service-content">
<h3>+16 años</h3>
<p>¿Te arriesgas?.</p>
<br/>
<a class="btn btn-extreme btn-block smooth-scroll" ng-click="gotoplay('extreme')">
<strong>¡COMENZAR!</strong>
</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box ">
<div class="service-icon erotico">
<div class="front-content">
<i class="flaticon-teamwork" aria-hidden="true"></i>
<h2 class="subtitle">ÍNTIMO</h2>
</div>
</div>
<div class="service-content">
<h3>+18 años</h3>
<p>Perfecto para jugar en pareja, o bueno.... para conseguirla.</p>
<br/>
<a class="btn btn-erotico btn-block smooth-scroll" ng-click="gotoplay('erotic')">
<strong>¡COMENZAR!</strong>
</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box">
<div class="service-icon full">
<div class="front-content">
<i class="flaticon-online-shopping-1" aria-hidden="true"></i>
<h2 class="subtitle">FULL</h2>
</div>
</div>
<div class="service-content">
<h3><strong>+18 años</strong></h3>
<p>¡TODAS las categorías en este Nivel!</p>
<br/>
<a class="btn btn-full btn-block smooth-scroll" ng-click="gotoplay('full')" ng-app="">
<strong>¡COMENZAR!</strong>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="About" class="content-section text-center">
<div class="container text-center">
<div class="row">
<div class="col-lg-12">
<div class="block-heading">
<h2>Acerca de</h2>
</div>
<p class="lead">Está aplicación tiene la finalidad de incentivar la recreación entre un grupo de amigos,
forjar y reforzar la amistad. </p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="customers-testimonials" class="owl-carousel">
<div class="item">
<div class="shadow-effect">
<img class="img-circle" src="" alt="">
<p>No hay que ir para atrás ni para darse impulso</p>
</div>
<div class="testimonial-name">Lao Tsé</div>
</div>
<div class="item">
<div class="shadow-effect">
<p>No hay caminos para la paz; la paz es el camino</p>
</div>
<div class="testimonial-name">Mahatma Gandhi</div>
</div>
<div class="item">
<div class="shadow-effect">
<p>Arrecho nunca muere, y si muere.... ¡Muere ARRECHO!</p>
</div>
<div class="testimonial-name">Geovanny Brito Casanova</div>
</div>
<div class="item">
<div class="shadow-effect">
<p>Haz el amor y no la guerra</p>
</div>
<div class="testimonial-name">John Lennon</div>
</div>
<div class="item">
<div class="shadow-effect">
<p>Para trabajar basta estar convencido de una cosa: que trabajar es menos aburrido que
divertirse</p>
</div>
<div class="testimonial-name">Amy Tan</div>
</div>
<div class="item">
<div class="shadow-effect">
<p>Lo peor que hacen los malos es obligarnos a dudar de los buenos</p>
</div>
<div class="testimonial-name">Jacinto Benavente</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-12">
<footer class="mt-auto py-3 bg-light">
<div class="container">
<div class="text-center social-icons">
<a href="https://www.facebook.com/geovannybricex" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/geovanny_bc/" target="_blank"><i
class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/geovannybricex" target="_blank"
class="linkedin-icon"><i
class="fab fa-linkedin"></i></a>
</div>
<p class="text-muted text-center mt-3">© 2023 ChallengeHub.</p>
<p class="text-muted text-center mt-3"> Todos los derechos reservados.</p>
<p class="text-muted text-center mt-3">Desarrollado por:</p>
<p class="text-muted text-center mt-3">
Ing. Brito Casanova Geovanny.</p>
</div>
</footer>
</div>
</div>
</div>
<script src="js/propios/util.js" type="text/javascript"></script>
<script src="js/propios/languages.js" type="text/javascript"></script>
<script src="js/angular/app.js" type="text/javascript"></script>
<script src="js/angular/InicioController.js" type="text/javascript"></script>
</body>
</html>