-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
474 lines (391 loc) · 24.1 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html>
<title>Pokerangers App. Ringtone Pokemon + Power Rangers</title>
<meta content="#181d23" name="theme-color" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta name="author" content="Luis Maciel" />
<meta name="description" content="Pokerangers App. Ringtone Pokemon + Power Rangers" />
<meta name="keywords" content="Pokerangers,App,Ringtone ,Pokemon, Power Rangers" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel=" icon " href="favicon.png " sizes="192x192 ">
<!-- Link, Facebook and Twitter integration -->
<meta name="generator " content="@LuisAngelMaciel ">
<meta name="rights" content="®@LuisAngelMaciel">
<meta name="robots " content="max-snippet:-1, max-image-preview:large, max-video-preview:-1 ">
<meta name="robots" content="index, follow" />
<meta name="author" content="@LuisAngelMaciel">
<meta name="googlebot" content="max-snippet:[0],max-image-preview:[standard]" />
<meta name="googlebot" content="index, follow">
<meta name="googlebot-video" content="index" />
<meta name="googlebot-image" content="index" />
<meta name="googlebot-news" content="index, follow">
<meta name="google " content="nositelinkssearchbox " />
<meta name="google-site-verification" content="#" />
<meta property="og:locale " content="es_MX ">
<meta property="og:type " content="website ">
<meta property="og:type" content="club" />
<meta property="og:title " content=" Luis Angel Maciel ">
<meta property='og:description ' content='Pokerangers App. Ringtone Pokemon + Power Rangers'>
<meta property="og:url " content="https://luisangelmaciel.github.io">
<meta property="og:site_name " content="Luis Angel Maciel Padilla">
<meta property="og:image " content="pokerangers.webp" size="1080x400" />
<meta property="og:image:secure_url " content="pokerangers.webp " size="1080x400" />
<meta property="og:image:width " content="1080 " />
<meta property="og:image:height " content="400 " />
<meta property="og:image:alt" content="Pokerangers App. Ringtone Pokemon + Power Rangers" />
<meta property="og:image:type" content="image/jpeg" />
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", sans-serif
}
.w3-row-padding img {
margin-bottom: 12px
}
/* Set the width of the sidebar to 120px */
.w3-sidebar {
width: 120px;
background: #222;
}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {
margin-left: 120px
}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {
#main {
margin-left: 0
}
}
</style>
<link rel="stylesheet" href="./style.css">
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner --><br><br>
<img src="img/logo-pokemon-pawer-ranger-pokerangers-app-ringtone.svg" style="width:50%">
<a href="#home" class="w3-bar-item w3-button w3-padding-large w3-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>INICIO</p>
</a>
<a href="#ringtones" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-music w3-xxlarge"></i>
<p>RINGTONES</p>
</a>
<a href="#love" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-heart w3-xxlarge"></i>
<p>LOVE</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<br><br>
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:33% !important"><i class="fa fa-home w3-xlarge"></i><br>INICIO</a>
<a href="#ringtones" class="w3-bar-item w3-button" style="width:33% !important"> <i class="fa fa-music w3-xlarge"></i><br>RINGTONES</a>
<a href="#love" class="w3-bar-item w3-button" style="width:33% !important"> <i class="fa fa-heart w3-xlarge"></i><br>LOVE</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home"><br>
<h1 class="w3-jumbo w3-hide-large w3-hide-medium w3-hide-small"> Ringtones</h1>
<img src="img/logo-pokemon-pawer-ranger-pokerangers-app.svg" alt="logo pokerangers. power ranger + pokemon " class="w3-image" width="992" height="1108">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="ringtones">
<h2 class="w3-text-light-grey"><b>Poke</b>Rangers</h2>
<hr style="width:200px" class="w3-opacity"> ¿Te gusta <b>Power Rangers </b> y <b>Pokemon. </b>?
<br><br> ¿Y estás buscando un ringtone para tu celular? Aquí encontrarás los sonidos emblemáticos de estas grandes historias.
<br><br> Escucha todos los tonos y guarda el que los que más te gusten.
<br><br> Recuerda configurarlo según los ajustes de tu equipo celular.
<br><br> Cada que te llamen y recibas una notificación, sonara muy original y te convertirá en el centro de atención.
<br> <br><br>
<ul class="w3-ul">
<li class="w3-hover-red">
<li class="w3-hover-red">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Go-Go-Power-Rangers.mp3')"><i class="fa fa-download"></i></a> Go, Go, Go Power Rangers</li>
<li class="w3-hover-blue">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/pikachu.mp3')"><i class="fa fa-download"></i></a> Pikachu</li>
<li class="w3-hover-green">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Comunicador-de-los-Power-Rangers.mp3')"><i class="fa fa-download"></i></a> Comunicador de los Power Rangers</li>
<li class="w3-hover-yellow">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/llamada.mp3')"><i class="fa fa-download"></i></a> Llamada Pokemon </li>
<li class="w3-hover-pink">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Mighty-Morphin-Power-Rangers.mp3')"><i class="fa fa-download"></i></a> Mighty Morphin Power Rangers</li>
<li class="w3-hover-teal">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Pokeball-Abriendose.mp3')"><i class="fa fa-download"></i></a> Pokeball Abriendose</li>
<li class="w3-hover-orange">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Putty-Power-Rangers.mp3')"><i class="fa fa-download"></i></a> Putty Power Rangers</li>
<li class="w3-hover-purple">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Dragonzord-en-piano.mp3')"><i class="fa fa-download"></i></a> Dragonzord call, piano</li>
<li class="w3-hover-cyan">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Opening-Atrapalos-Ya-Instrumental-con-Coros.mp3')"><i class="fa fa-download"></i></a> Pokémon Opening Atrapalos
Ya </li>
<li class="w3-hover-lime">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Pokeball-Capturando.mp3')"><i class="fa fa-download"></i></a> Pokeball Capturando</li>
<li class="w3-hover-red">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/Dragon-Ranger-Burai-Zyusouken.mp3')"><i class="fa fa-download"></i></a> Dragon Ranger Burai Zyusouken, flauta</li>
<li class="w3-hover-cyan">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/go-go.m4a')"><i class="fa fa-download"></i></a> Go go Power Ranger - largo </li>
<li class="w3-hover-lime">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/comunicador.m4a')"><i class="fa fa-download"></i></a> Comunicador - corto </li>
<li class="w3-hover-red">
<a href="#" onClick="javascript:downloadResource('https://luisangelmaciel.github.io/pokerangers/ringtone/pickachu-tierno.m4a')"><i class="fa fa-download"></i></a> Pikachu, una vez</li>
</ul>
<script>
function downloadBlob(blob, filename) {
var a = document.createElement('a');
a.download = filename;
a.href = blob;
document.body.appendChild(a);
a.click();
a.remove();
}
function downloadResource(url) {
filename = url.split('\\').pop().split('/').pop();
fetch(url, {
mode: 'no-cors'
})
.then(response => response.blob())
.then(blob => {
let blobUrl = window.URL.createObjectURL(blob);
downloadBlob(blobUrl, filename);
})
.catch(e => console.error(e));
}
</script>
</div>
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="love">
<div>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.4.0/dist/confetti.browser.min.js">
</script>
<style>
.buttonconfetti {
width: 100%;
border: 0;
background-color: rgba(255, 255, 255, 0);
color: rgb(255, 255, 255);
border-radius: 3px;
transition: all .2s;
cursor: pointer;
font-size: 40px;
}
.buttonconfetti:active {
transform: scale(.9);
}
</style>
<center>
<img src="img/pokerangers.svg" onclick="throwConfetti()" alt="cascos pokerangers. power ranger + pokemon" class="w3-image" width="50%" height="auto">
<button class="buttonconfetti" onclick="throwConfetti()"> <img src="img/cascos-power-ranger-pokemon-version.svg" class="button button--power-rangers" alt="cascos pokerangers. power ranger + pokemon" class="w3-image" width="992" height="1108"></button>
<div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script>
function vibrate(type) {
navigator.vibrate = navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;
if (navigator.vibrate) {
if (type == 'star-wars') {
navigator.vibrate([500, 110, 500, 110, 450, 110, 200, 110, 170, 40, 450, 110, 200, 110, 170, 40, 500]);
} else if (type == 'mario') {
navigator.vibrate([125, 75, 125, 275, 200, 275, 125, 75, 125, 275, 200, 600, 200, 600]);
} else if (type == 'turtles') {
navigator.vibrate([75, 75, 75, 75, 75, 75, 75, 75, 150, 150, 150, 450, 75, 75, 75, 75, 75, 525]);
} else if (type == 'power-rangers') {
navigator.vibrate([150, 150, 150, 150, 75, 75, 150, 150, 150, 150, 450]);
} else if (type == 'phone-call') {
navigator.vibrate([1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500]);
} else if (type == '007') {
navigator.vibrate([200, 100, 200, 275, 425, 100, 200, 100, 200, 275, 425, 100, 75, 25, 75, 125, 75, 25, 75, 125, 100, 100]);
} else {
navigator.vibrate(50);
}
}
}
$(document).ready(function($) {
$('.button--normal').click(function() {
vibrate();
});
$('.button--phone-call').click(function() {
vibrate('phone-call');
});
$('.button--power-rangers').click(function() {
vibrate('power-rangers');
});
$('.button--mario').click(function() {
vibrate('mario');
});
$('.button--star-wars').click(function() {
vibrate('star-wars');
});
$('.button--turtles').click(function() {
vibrate('turtles');
});
$('.button--bond').click(function() {
vibrate('007');
});
});
</script>
</div>
</center>
<script>
function randomInRange(min, max) {
return Math.random() * (max - min) + min;
}
function throwConfetti() {
confetti({
angle: randomInRange(55, 125),
spread: randomInRange(50, 70),
particleCount: randomInRange(50, 100),
origin: {
y: 0.6
}
});
}
</script>
</div>
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<div class="w3-container">
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4">
<header class="w3-container ">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-display-topright">×</span>
<h2>
<br>
<center><b>l</b>uis<b>a</b>ngel<b>m</b>aciel</h2><br>
</center>
</header>
<div class="w3-container w3-center">
<a href="https://codestats.net/users/luisangelmaciel"> <i class="fa fa-code w3-hover-opacity"></i></a>
<a href="https://github.com/luisangelmaciel"> <i class="fa fa-github w3-hover-opacity"></i></a>
<a href="https://twitter.com/luisangelmaciel"> <i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://codepen.io/luisangelmaciel"> <i class="fa fa-codepen w3-hover-opacity"></i></a>
</div><br>
<div>
<center>
<b> Pokemon Go</b>
<br> <input type="text" value="7887 0289 8732" id="myInput" style=" background-color: rgba(255, 255, 255, 0);
color: rgb(0, 0, 0); border: none; align-items: center; text-align: center;">
<br>
<button onclick="myFunction()" style=" background-color: rgba(255, 255, 255, 0);
color: rgb(0, 0, 0); font-size: medium;"><i class="fa fa-copy w3-hover-opacity"></i> Copiar codigo de entrenador</button>
<br> <br>
<script>
function myFunction() {
/* Get the text field */
var copyText = document.getElementById("myInput");
/* Select the text field */
copyText.select();
copyText.setSelectionRange(0, 99999); /* For mobile devices */
/* Copy the text inside the text field */
navigator.clipboard.writeText(copyText.value);
/* Alert the copied text */
alert("" + copyText.value);
}
</script>
</center>
</div>
<center>
<footer class="w3-container "><img src="img/pokerangers-black.svg" alt="cascos pokerangers. power ranger + pokemon" class="w3-image" width="50%" height="auto"></footer><br>
</center>
</div>
</div>
</div>
<br>
<p class="w3-medium" onclick="document.getElementById('id01').style.display='block'">Powered by <a href="https://github.com/luisangelmaciel" target="_blank" class="w3-hover-text-green">luisangelmaciel</a></p>
</footer>
<br>
</div>
<!-- Audio player -->
<div class="ap" id="ap">
<div class="ap-inner">
<div class="ap-panel">
<div class="ap-item ap--playback">
<button class="ap-controls ap-prev-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24">
<path d="M6 6h2v12H6zm3.5 6l8.5 6V6z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
</button>
<button class="ap-controls ap-toggle-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" height="30" viewBox="0 0 24 24" width="30" class="ap--play">
<path d="M8 5v14l11-7z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="30" viewBox="0 0 24 24" width="30" class="ap--pause">
<path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
</button>
<button class="ap-controls ap-next-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24">
<path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
</button>
</div>
<div class="ap-item ap--track">
<div class="ap-info">
<div class="ap-title">Unknown</div>
<div class="ap-time">
<span class="ap-time--current">--</span>
<span> / </span>
<span class="ap-time--duration">--</span>
</div>
<div class="ap-progress-container">
<div class="ap-progress">
<div class="ap-bar"></div>
<div class="ap-preload-bar"></div>
</div>
</div>
</div>
</div>
<div class="ap-item ap--settings">
<div class="ap-controls ap-volume-container">
<button class="ap-volume-btn">
<svg fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" class="ap--volume-on">
<path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" class="ap--volume-off">
<path d="M7 9v6h4l5 5V4l-5 5H7z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>
</button>
<div class="ap-volume">
<div class="ap-volume-progress">
<div class="ap-volume-bar"></div>
</div>
</div>
</div>
<button class="ap-controls ap-repeat-btn">
<svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/>
</svg>
</button>
<button class="ap-controls ap-playlist-btn">
<svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"/>
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>
</html>
</html>