-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|
||
|
@@ -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>© 2023 Martín Fernández González - Última actualización: Octubre 1, 2023</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters