-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
342 lines (283 loc) · 12.2 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" /> <!-- Codificacion -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Mauricio</title>
<meta name="description" content="Portfolio de Mauricio, 15 años
de experiencia como desarrollador de software" />
<!-- OPEN GRAPH -->
<meta property="og:title" content="Portfolio de un ingeniero de software" />
<meta property="og:description" content="Portfolio de Mauricio, 15 años
de experiencia como desarrollador de software" />
<meta property="og:image" content="/images/yo.jpg" />
<meta property="og:image:alt" content="Una fotografia de Mauricio" />
<link rel="alternate" href="https://mauricio.dev/en" hreflang="en-GB" />
<link rel="canonical" href="https://mauricio.dev" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#09f" />
<link rel="icon" type="image/jpg" href="/images/yo.jpg" />
<link rel="stylesheet" href="style.css">
<style>
body {
background: rgba(122, 177, 214, 0.918);
}
</style>
<script src="main.js"></script>
</head>
<body>
<header>
<h1>Portfolio de Mauricio </h1>
<!--
<iframe style="width: 100%; aspect-ratio: 16/9;"
src="https://www.youtube.com/embed/3nYLTiY5skU?si=S3w8xVqHpXP9P6Cb"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
-->
<nav>
<!-- enlaces internos -->
<a href="#experiencia">Experiencia</a>
<a href="#proyectos">Proyectos</a>
<!-- enlaces externos -->
<a
href="https://github.com/MauriIglesias"
target="_blank"
rel="noreferrer"
>Github</a>
</nav>
</header>
<!--
<video controls autoplay loop poster="/images/yo.jpg" muted
src="videos/yo.mp4"></video>
<audio controls src="videos/audio.mp3"></audio>
-->
<dialog id="dialog">
<h1>Sabias que puedes abrir una modal asi</h1>
<p>Y es totalmente nativo</p>
<button id="hide">Cerrar modal</button>
</dialog>
<button id="show">Ver mas informacion</button>
<script>
window.show.addEventListener('click', () => {
window.dialog.showModal()
})
window.hide.addEventListener('click', () => {
window.dialog.close()
})
</script>
<main>
<p>+15 años de experiencia como <strong>Ingeniero de Software</strong>
en España</p>
<h2 id="experiencia">Experiencia</h2>
<ul>
<li class="list-item">Adevinta - 2022</li>
<li class="list-item">Hubii - 2020</li>
<li class="list-item">Nacienda - 2015</li>
</ul>
<!-- Elementos de remplazo - no tienen etiquetas de apertura y cierre -->
<a download href="/images/yo.jpg">
<img
id="photo-image"
width="200"
height="200"
title="Foto de Mauricio"
alt="Una fotografia de Mauricio mirando a la camara"
src="/images/yo.jpg">
</a>
<h2 id="proyectos">Proyectos realizados</h2>
<aside>
<header>
<h3>Mis tecnologias favoritas</h3>
</header>
<ol type="1" reversed start="10">
<li>HTML</li>
<li>CSS</li>
<li value="5">JavaScript</li>
<li>Node.js</li>
</ol>
</aside>
<div role="alert">
Haz clic aqui
</div>
<section>
<h3>Paginas</h3>
<article>
<header>
<h4>Sitio web corporativo</h4>
</header>
<p>
Desarrollo de un sitio web corporativo con una interfaz amigable y moderna
</p>
<footer>
<small>Tecnologias utilizadas: HTML, CSS, JavaScript</small>
</footer>
</article>
<article>
<header>
<h4>Sitio web 2</h4>
<img style="width: 100%; aspect-ratio: 2/1;"
loading="lazy" src="/images/starwars.jpg"
alt="Imagen Star Wars Outlaws" />
🅭https://www.flickr.com/photos/elentir/34970551995
</header>
<p>
Desarrollo de un sitio web
</p>
<footer>
<small>Tecnologias utilizadas: HTML, CSS, JavaScript</small>
</footer>
</article>
</section>
<section>
<h2>Preguntas frecuentes</h2>
<details open>
<summary>Que estudios tienes</summary>
<p>Estudie en la universidad de la coruña una ingenieria
de informatica durante 4 años</p>
</details>
<details>
<summary>Cuales son tus hobbies</summary>
<p>Me gusta mucho el deporte, sobre todo el futbol y el
baloncesto</p>
</details>
<details>
<summary>Cual es tu lenguaje favorito</summary>
<p>Me encanta JavaScript, es un lenguaje muy versatil y con
el que se pueden hacer muchas cosas</p>
</details>
</section>
<section>
<h2>Formulario de contacto</h2>
<form method="post" action="/" target="_self">
<fieldset>
<legend>Informacion personal</legend>
<!--
<label for="name">Nombre:</label>
<input type="text" id="name" name="name"
placeholder="Mauricio Iglesias">
-->
<div>
<label style="display: block;">Nombre:
<input
type="text"
name="name"
placeholder="Mauricio Iglesias" required />
</label>
</div>
<label>Email:
<input
type="email"
name="email"
placeholder="[email protected]" required />
</label>
</fieldset>
<fieldset>
<legend>Informacion adicional</legend>
<div>
<label>Telefono:
<input
type="tel"
name="phone"
placeholder="6729888" required pattern="[0-9]{9}" />
</label>
</div>
</fieldset>
<fieldset>
<legend>Otros</legend>
<div>
<label for="why">Por que quieres contactar</label>
<select name="why" id="why" size="3" multiple>
<option value="1" selected>Trabajo</option>
<option value="2">Duda</option>
<option value="3">Mas informacion</option>
</select>
</div>
<textarea name="mensaje" id="textarea" cols="30" rows="10"></textarea>
<div>
<label for="terms">Aceptas los terminos</label>
<input type="checkbox" name="terms" id="terms" required />
</div>
<div>
<datalist id="languages">
<option value="JavaScript"></option>
<option value="Java"></option>
<option value="Kotlin"></option>
<option value="C#"></option>
</datalist>
<label>
Con que lenguaje quieres que te ayude
<input list="languages" name="languages" />
</label>
</div>
</fieldset>
<input type="submit" value="Enviar contacto" />
<input type="reset" value="Resetear" />
<button type="submit" onclick="alert('Hola');">Enviar contacto</button>
</form>
</section>
</main>
<!-- id: atributo global y class tambien -->
<!-- src: atributo especifico de img -->
<!-- hidden: atributo booleano -->
<!--
<input type="datetime-local" name="" id="">
<input type="color" name="" id="">
<input type="file" name="" id="">
<input type="range" name="" id="">
<br>
<br>
<br>
<input type="radio" name="color" id="red" value="red">
<label for="red">Rojo</label>
<br>
<input type="radio" name="color" id="green" value="green">
<label for="green">Verde</label>
<input type="color" name="color" id="colorpicker">
<input type="date" name="date" id="date">
<input type="range" name="range" id="range" min="0" max="5">
<input type="search" name="search" id="search">
-->
<video width="320" height="240" controls muted>
<source src="video.mp4" type="video/mp4" />
<source src="video.ogg" type="video/ogg" />
Tu navegador no es compatibñe con videos HTML5
</video>
<audio controls muted>
<source src="horse.mp3" type="audio/mpeg" />
<source src="video.ogg" type="audio/ogg" />
Tu navegador no es compatibñe con el audio de HTML5
</audio>
<q>Cita corta</q>
<blockquote cite="https://es.wikipedia.org">Citas largas</blockquote>
<p>Abreviacion <abbr title="Programacion orientada a objetos">POO</abbr> </p>
<address>
Informacion de contacto<br>
Numero de telefono<br>
Visita mi pagina ...
</address>
<p>Titulo de una obra <cite>El principito</cite></p>
<bdo dir="rtl">texto de derecha a izquierda</bdo>
<picture>
<source media="(min-width: 500px)" srcset="/images/car.jpg" />
<source media="(min-width: 300px)" srcset="/images/calabaza-mac.jpg" />
<img src="/images/mauricio.jpg" alt="Mauricio" />
</picture>
<p>Guarda pulsando <kbd>Ctrl + S</kbd></p>
<p>Si introduces un valor mal, el programa devolvera: <samp>Error!</samp></p>
<code>
x = 5;
y = 6;
z = x + y;
</code>
<p>Einstein dijo: <var>E</var> = <var>mc</var><sup>2</sup></p>
<footer>
Copyright 2024 - El potfolio mas bello del mundo
<a href="mailto:[email protected]">Enviame un correo</a>
<a href="tel:+3468888889">Llamar por telefono</a>
<a href="whatsapp://send?text=HolaMauricio">Whatsapp</a>
</footer>
</body>
</html>