Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin788 authored Dec 8, 2023
1 parent 2a711e7 commit c4d705e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
14 changes: 7 additions & 7 deletions aficiones.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ <h1>Mis Aficiones</h1>

<!-- Menú de la página -->
<nav>
<a href="index.html" accesskey="i">Inicio</a>
<a href="aficiones.html" accesskey="a">Aficiones</a>
<a href="musica.html" accesskey="m">Música</a>
<a href="series_y_cine.html" accesskey="s">Series y cine</a>
<a href="index.html" target="_self">Inicio</a>
<a href="aficiones.html" target="_self">Aficiones</a>
<a href="musica.html" target="_self">Música</a>
<a href="series_y_cine.html" target="_self">Series y cine</a>
</nav>

<!-- Sección con información de la montaña, mi otra afición -->
Expand Down Expand Up @@ -96,13 +96,13 @@ <h2> Videos relacionados </h2>
<!-- Pie de página con información de mis redes sociales y la última actualización de la página -->
<footer>
<p>Sígueme en mis redes sociales:</p>
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/">
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/" target="_self">
<img src="multimedia/logo_linkedin.png" alt="Logo de LinkedIn" > LinkedIn
</a>
<a href="https://github.com/Martin788">
<a href="https://github.com/Martin788" target="_self">
<img src="multimedia/logo_github.png" alt="Logo de GitHub" > Github
</a>
<a href="https://www.instagram.com/martinfdeez88/">
<a href="https://www.instagram.com/martinfdeez88/" target="_self">
<img src="multimedia/logo_instagram.jpg" alt="Logo de Instagram" > Instagram
</a>
<p>&copy; 2023 Martín Fernández González - Última actualización: Octubre 01, 2023</p>
Expand Down
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ <h1>Sobre Mí</h1>

<!-- Formulario de búsqueda -->
<form id="search-form">
<input type="text" placeholder="Buscar...">
<label for="buscador"></label> Buscador:
<input id="buscador" type="text" placeholder="Introduzca una palabra/s...">
<button type="button" onclick="search()">Buscar</button>
</form>
</header>

<!-- Menú de la página -->
<nav>
<a href="index.html" accesskey="i">Inicio</a>
<a href="aficiones.html" accesskey="a">Aficiones</a>
<a href="musica.html" accesskey="m">Música</a>
<a href="series_y_cine.html" accesskey="s">Series y cine</a>
<a href="index.html" target="_self">Inicio</a>
<a href="aficiones.html" target="_self">Aficiones</a>
<a href="musica.html" target="_self">Música</a>
<a href="series_y_cine.html" target="_self">Series y cine</a>
</nav>

<!-- Sección con una foto de perfil e información de contacto -->
Expand All @@ -48,8 +49,8 @@ <h1>Sobre Mí</h1>
<h2>Modos de contacto</h2>
<ul>
<li>Móvil: 608 70 00 02</li>
<li>Correo universitario: <a href="[email protected]"> [email protected] </a></li>
<li>Correo personal: <a href="[email protected]"> [email protected] </a></li>
<li>Correo universitario: <a href="[email protected]" target="_self"> [email protected] </a></li>
<li>Correo personal: <a href="[email protected]" target="_self"> [email protected] </a></li>
</ul>
</section>

Expand Down Expand Up @@ -80,13 +81,13 @@ <h2>Mi experiencia laboral</h2>
<!-- Pie de página con información de mis redes sociales y la última actualización de la página -->
<footer>
<p>Sígueme en mis redes sociales:</p>
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/">
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/" target="_self">
<img src="multimedia/logo_linkedin.png" alt="Logo de LinkedIn" > LinkedIn
</a>
<a href="https://github.com/Martin788">
<a href="https://github.com/Martin788" target="_self">
<img src="multimedia/logo_github.png" alt="Logo de GitHub" > Github
</a>
<a href="https://www.instagram.com/martinfdeez88/">
<a href="https://www.instagram.com/martinfdeez88/" target="_self">
<img src="multimedia/logo_instagram.jpg" alt="Logo de Instagram" > Instagram
</a>
<p>&copy; 2023 Martín Fernández González - Última actualización: Octubre 1, 2023</p>
Expand Down
26 changes: 13 additions & 13 deletions musica.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ <h1>Mi Música Favorita</h1>

<!-- Menú de la página -->
<nav>
<a href="index.html" accesskey="i">Inicio</a>
<a href="aficiones.html" accesskey="a">Aficiones</a>
<a href="musica.html" accesskey="m">Música</a>
<a href="series_y_cine.html" accesskey="s">Series y cine</a>
<a href="index.html" target="_self">Inicio</a>
<a href="aficiones.html" target="_self">Aficiones</a>
<a href="musica.html" target="_self">Música</a>
<a href="series_y_cine.html" target="_self">Series y cine</a>
</nav>

<!-- Primera sección con información introductoria a mis gustos de musica -->
Expand Down Expand Up @@ -68,7 +68,7 @@ <h2> Canciones </h2>

<table>
<caption>
<h4>Ranking canciones favoritas</h4>
<h3>Ranking canciones favoritas</h3>
</caption>
<tr>
<th><img src="multimedia/logo_spotify.png" alt="Logo de Spotify">Título</th>
Expand All @@ -77,31 +77,31 @@ <h4>Ranking canciones favoritas</h4>
<th>Género</th>
</tr>
<tr>
<td><a href="https://open.spotify.com/intl-es/track/3v1dCP3hk2djfWryqfp7sx">Caminando por la vida</a></td>
<td><a href="https://open.spotify.com/intl-es/track/3v1dCP3hk2djfWryqfp7sx" target="_self">Caminando por la vida</a></td>
<td>Melendi</td>
<td>2005</td>
<td>Pop rock español</td>
</tr>
<tr>
<td><a href="https://open.spotify.com/intl-es/track/77Ft1RJngppZlq59B6uP0z">Lose yourself</a></td>
<td><a href="https://open.spotify.com/intl-es/track/77Ft1RJngppZlq59B6uP0z" target="_self">Lose yourself</a></td>
<td>Eminem</td>
<td>2002</td>
<td>Hip hop y rap</td>
</tr>
<tr>
<td><a href="https://open.spotify.com/intl-es/track/22skzmqfdWrjJylampe0kt">Can´t hold us</a></td>
<td><a href="https://open.spotify.com/intl-es/track/22skzmqfdWrjJylampe0kt" target="_self">Can´t hold us</a></td>
<td>Macklemore y Ryan Lewis</td>
<td>2012</td>
<td>Hip hop</td>
</tr>
<tr>
<td><a href="https://open.spotify.com/intl-es/track/1VB4sadHjFcFklHcZuoROi">Como camarón</a></td>
<td><a href="https://open.spotify.com/intl-es/track/1VB4sadHjFcFklHcZuoROi" target="_self">Como camarón</a></td>
<td>Estopa</td>
<td>1999</td>
<td>Pop rock español</td>
</tr>
<tr>
<td><a href="https://open.spotify.com/intl-es/track/7lKP7GE00s56ude4dGvULy">Manicomio</a></td>
<td><a href="https://open.spotify.com/intl-es/track/7lKP7GE00s56ude4dGvULy" target="_self">Manicomio</a></td>
<td>Cosculluela</td>
<td>2016</td>
<td>Reggaeton</td>
Expand All @@ -112,13 +112,13 @@ <h4>Ranking canciones favoritas</h4>
<!-- Pie de página con información de mis redes sociales y la última actualización de la página -->
<footer>
<p>Sígueme en mis redes sociales:</p>
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/">
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/" target="_self">
<img src="multimedia/logo_linkedin.png" alt="Logo de LinkedIn" > LinkedIn
</a>
<a href="https://github.com/Martin788">
<a href="https://github.com/Martin788" target="_self">
<img src="multimedia/logo_github.png" alt="Logo de GitHub" > Github
</a>
<a href="https://www.instagram.com/martinfdeez88/">
<a href="https://www.instagram.com/martinfdeez88/" target="_self">
<img src="multimedia/logo_instagram.jpg" alt="Logo de Instagram" > Instagram
</a>
<p>&copy; 2023 Martín Fernández González - Última actualización: Octubre 01, 2023</p>
Expand Down
38 changes: 19 additions & 19 deletions series_y_cine.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ <h1>Mis Series y Peliculas Preferidas</h1>

<!-- Menú de la página -->
<nav>
<a href="index.html" accesskey="i">Inicio</a>
<a href="aficiones.html" accesskey="a">Aficiones</a>
<a href="musica.html" accesskey="m">Música</a>
<a href="series_y_cine.html" accesskey="s">Series y cine</a>
<a href="index.html" target="_self">Inicio</a>
<a href="aficiones.html" target="_self">Aficiones</a>
<a href="musica.html" target="_self">Música</a>
<a href="series_y_cine.html" target="_self">Series y cine</a>
</nav>

<!-- Primera sección con información introductoria a mis gustos de cine y series -->
Expand All @@ -53,7 +53,7 @@ <h2>Series</h2>

<table>
<caption>
<h4>Ranking series favoritas</h4>
<h3>Ranking series favoritas</h3>
</caption>
<tr>
<th>Título</th>
Expand All @@ -64,39 +64,39 @@ <h4>Ranking series favoritas</h4>
<th>Episodios</th>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Prison_Break">Prison Break</a></td>
<td><a href="https://es.wikipedia.org/wiki/Prison_Break" target="_self">Prison Break</a></td>
<td>Acción, drama y suspense</td>
<td>2005</td>
<td>Paul Scheuring</td>
<td>Wenworth Miller, Dominic Purcel, Sarah Wayne Callies</td>
<td>90</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Sons_of_Anarchy">Sons of Anarchy</a></td>
<td><a href="https://es.wikipedia.org/wiki/Sons_of_Anarchy" target="_self">Sons of Anarchy</a></td>
<td>Drama y crimen</td>
<td>2008</td>
<td>Kurt Sutter</td>
<td>Charlie Hunnam, Kim Coates, Katey Sagal</td>
<td>92</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/How_I_Met_Your_Mother">How i met your mother</a></td>
<td><a href="https://es.wikipedia.org/wiki/How_I_Met_Your_Mother" target="_self">How i met your mother</a></td>
<td>Comedia</td>
<td>2005</td>
<td>Carter Bays</td>
<td>Josh Radnor, Neil Patrick Harris, Cobie Smulders</td>
<td>208</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Narcos">Narcos</a></td>
<td><a href="https://es.wikipedia.org/wiki/Narcos" target="_self">Narcos</a></td>
<td>Drogas y violencia</td>
<td>2015</td>
<td>Chris Brancato</td>
<td>Wagner Moura, Pedro Pascal, Boyd Holbrook</td>
<td>30</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Fari%C3%B1a_(serie_de_televisi%C3%B3n)">Fariña</a></td>
<td><a href="https://es.wikipedia.org/wiki/Fari%C3%B1a_(serie_de_televisi%C3%B3n)" target="_self">Fariña</a></td>
<td>Drogas y violencia</td>
<td>2018</td>
<td>Ramón Campos</td>
Expand All @@ -112,7 +112,7 @@ <h2>Peliculas</h2>

<table>
<caption>
<h4>Ranking películas favoritas</h4>
<h3>Ranking películas favoritas</h3>
</caption>
<tr>
<th>Título</th>
Expand All @@ -123,39 +123,39 @@ <h4>Ranking películas favoritas</h4>
<th>Duración</th>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Fast_Five">Fast and Furious 5</a></td>
<td><a href="https://es.wikipedia.org/wiki/Fast_Five" target="_self">Fast and Furious 5</a></td>
<td>Acción</td>
<td>2011</td>
<td>Justin Lin</td>
<td>Vin Diesel, Paul Walker, Jordana Brewster</td>
<td>130m</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Avengers:_Endgame">Avengers: Endgame</a></td>
<td><a href="https://es.wikipedia.org/wiki/Avengers:_Endgame" target="_self">Avengers: Endgame</a></td>
<td>Acción y ciencia ficción</td>
<td>2019</td>
<td>Anthony y Joe Russo</td>
<td>Robert Downey Jr, Chris Evans, Scarlett Johansson</td>
<td>182m</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Interstellar">Interstellar</a></td>
<td><a href="https://es.wikipedia.org/wiki/Interstellar" target="_self">Interstellar</a></td>
<td>Ciencia ficción y Aventura</td>
<td>2014</td>
<td>Christopher Nolan</td>
<td>Matthew McConaughey, Jessica Chastain, Anne Hathaway</td>
<td>169m</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/John_Wick:_Chapter_4">John Wick 4</a></td>
<td><a href="https://es.wikipedia.org/wiki/John_Wick:_Chapter_4" target="_self">John Wick 4</a></td>
<td>Accion y supenso</td>
<td>2023</td>
<td>Chad Stalheski</td>
<td>Keanu Reeves, Donnie Yen, Scott Adkins</td>
<td>169m</td>
</tr>
<tr>
<td><a href="https://es.wikipedia.org/wiki/Terminator_2:_el_juicio_final">Terminator 2</a></td>
<td><a href="https://es.wikipedia.org/wiki/Terminator_2:_el_juicio_final" target="_self">Terminator 2</a></td>
<td>Accion y ciencia ficción</td>
<td>1991</td>
<td>James Cameron</td>
Expand All @@ -168,13 +168,13 @@ <h4>Ranking películas favoritas</h4>
<!-- Pie de página con información de mis redes sociales y la última actualización de la página -->
<footer>
<p>Sígueme en mis redes sociales:</p>
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/">
<a href="https://www.linkedin.com/in/martin-fernandez-gonzalez/" target="_self">
<img src="multimedia/logo_linkedin.png" alt="Logo de LinkedIn" > LinkedIn
</a>
<a href="https://github.com/Martin788">
<a href="https://github.com/Martin788" target="_self">
<img src="multimedia/logo_github.png" alt="Logo de GitHub" > Github
</a>
<a href="https://www.instagram.com/martinfdeez88/">
<a href="https://www.instagram.com/martinfdeez88/" target="_self">
<img src="multimedia/logo_instagram.jpg" alt="Logo de Instagram" > Instagram
</a>
<p>&copy; 2023 Martín Fernández González - Última actualización: Octubre 01, 2023</p>
Expand Down

0 comments on commit c4d705e

Please sign in to comment.