-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (156 loc) · 7.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bienvenido</title>
<link rel="icon" type="image/png" href="img/paginas/google.png">
<link rel="stylesheet" href="css/index/nothing.css" id="pagina-estilo">
<style>body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #7a7a7af6;
}</style>
</head>
<body id="body">
<div class="css1">
<div class="container">
<a href="html/redes.html" class="redes-link"><img src="img/iconos/Redes.png" alt="Redes Sociales"></a>
<h1>Bienvenido</h1>
<form id="googleForm">
<input type="text" name="query" placeholder="Buscar en Google" class="busquedaInput">
</form>
<form id="youtubeForm">
<input type="text" name="query" placeholder="Buscar en YouTube" class="busquedaInput">
</form>
<div class="frase">
<label id="frase">Cargando Frase...</label>
</div>
<h2>¿Qué deseas hacer ahora?</h2>
<div class="buttons">
<a href="html/Jugar.html" class="button" id="jugar"><img src="img/iconos/Control.png" alt="Jugar" class="button-img"><p>Jugar</p></a>
<a href="html/Navegar.html" class="button" id="navegar"><img src="img/iconos/Navegar.png" alt="Navegar" class="button-img"><p>Navegar</p></a>
<a href="html/IA.html" class="button" id="hablar"><img src="img/iconos/AI.png" alt="Hablar con una IA" class="button-img"><p>Hablar con una IA</p></a>
</div>
<div class="otros-container">
<a href="html/Otro.html" class="button otros" id="otros"><p>Otras Cosas</p></a>
<a href="html/Config.html" class="button otros" id="otros"><p>Ajustes</p></a>
</div>
<div class="otros-container">
<a href="html/Readme.html" class="button otros" id="otros"><p>README.md</p></a>
</div>
</div>
</div>
<div class="css2">
<div class="container">
<h1>¡Konnichiwa!</h1>
<h2>¡Bienvenido al internet!</h2>
<form id="googleForm2">
<input type="text" name="query" placeholder="Buscar en Google" class="busquedaInput">
</form>
<form id="youtubeForm2">
<input type="text" name="query" placeholder="Buscar en YouTube" class="busquedaInput">
</form>
<div class="frase">
<label id="frase2">¡Preparando un poco de magia...</label>
</div>
<h2>¿Qué deseas explorar ahora?</h2>
</div>
<div class="buttons">
<a href="html/Jugar.html" class="button" id="jugar">
<img src="img/iconos/Control.png" alt="Jugar" class="button-img">
<p>Jugar</p>
</a>
<a href="html/Navegar.html" class="button" id="navegar">
<img src="img/iconos/Navegar.png" alt="Navegar" class="button-img">
<p>Navegar</p>
</a>
<a href="html/IA.html" class="button" id="hablar">
<img src="img/iconos/AI.png" alt="Hablar con una IA" class="button-img">
<p>Hablar con una IA</p>
</a>
<a href="html/redes.html" class="button" id="redes">
<img src="img/iconos/Redes.png" alt="Redes Sociales" class="button-img">
<p>Redes Sociales</p>
</a>
<a href="html/Otro.html" class="button otros" id="otros">
<img src="img/iconos/Otros.png" alt="Otros" class="button-img">
<p>Otras Cosas</p>
</a>
<a href="html/Readme.html" class="button otros" id="readme">
<img src="img/iconos/markdown.png" alt="readme" class="button-img">
<p>README.md</p>
</a>
<a href="html/Config.html" class="button otros" id="config">
<img src="img/iconos/Ajustes.png" alt="ajustes" class="button-img">
<p>Ajustes</p>
</a>
</div>
</div>
<div class="css3">
<div class="barra-inferior">
<form id="googleForm3" class="buscador">
<input type="text" name="query" placeholder="Buscar en Google" class="busquedaInput">
</form>
<form id="youtubeForm3" class="buscador">
<input type="text" name="query" placeholder="Buscar en YouTube" class="busquedaInput">
</form>
<a href="html/Jugar.html" class="button" id="jugar">
<img src="img/iconos/Control.png" alt="Jugar" class="button-img">
</a>
<a href="html/Navegar.html" class="button" id="navegar">
<img src="img/iconos/Navegar.png" alt="Navegar" class="button-img">
</a>
<a href="html/IA.html" class="button" id="hablar">
<img src="img/iconos/AI.png" alt="Hablar con una IA" class="button-img">
</a>
<a href="html/redes.html" class="button" id="redes">
<img src="img/iconos/Redes.png" alt="Redes Sociales" class="button-img">
</a>
<a href="html/Otro.html" class="button otros" id="otros">
<img src="img/iconos/Otros.png" alt="Otros" class="button-img">
</a>
<a href="html/Config.html" class="button otros" id="config">
<img src="img/iconos/Ajustes.png" alt="ajustes" class="button-img">
</a>
<a href="html/Readme.html" class="button otros" id="readme">
<img src="img/iconos/markdown.png" alt="readme" class="button-img">
</a>
</div>
<div class="frase">
<label id="frase3">...</label>
</div>
</div>
<div class="css4">
<div class="container">
<h1>¿Qué deseas hacer ahora?</h1>
<form id="googleForm4">
<input type="text" name="query" placeholder="Buscar en Google" class="busquedaInput">
</form>
<form id="youtubeForm4">
<input type="text" name="query" placeholder="Buscar en YouTube" class="busquedaInput">
</form>
<div class="frase">
<label id="frase4">Explorando en el JSON...</label>
</div>
<br><br><br>
<a href="html/Jugar.html" class="button" id="jugar"><img src="img/iconos/Control.png" alt="Jugar" class="button-img"><p>Jugar</p></a>
<a href="html/Navegar.html" class="button" id="navegar"><img src="img/iconos/Navegar.png" alt="Navegar" class="button-img"><p>Navegar</p></a>
<a href="html/IA.html" class="button" id="hablar"><img src="img/iconos/AI.png" alt="Hablar con una IA" class="button-img"><p>Hablar con una IA</p></a>
<a href="html/Otro.html" class="button" id="jugar"><img src="img/iconos/Otros.png" alt="Jugar" class="button-img"><p>Otras Cosas</p></a>
<a href="html/Config.html" class="button" id="jugar"><img src="img/iconos/Ajustes.png" alt="Jugar" class="button-img"><p>Ajustes</p></a>
<a href="html/Readme.html" class="button otros" id="otros"><p>README.md</p></a>
<a href="html/Redes.html" class="button otros" id="otros"><p>Redes</p></a>
</div>
<script src="js/frase.js"></script>
<script src="js/google.js"></script>
<script src="js/img.js"></script>
<script src="js/style.js"></script>
<script src="js/youtube.js"></script>
<script>
mostrarFraseAleatoria();
</script>
</div>
</body>
</html>