Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAlvrz authored Oct 10, 2023
1 parent 626caf8 commit 7b6b3e1
Show file tree
Hide file tree
Showing 9 changed files with 429 additions and 0 deletions.
33 changes: 33 additions & 0 deletions agenda.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">
<head>

<meta charset="UTF-8" />
<meta name ="author" content ="David Álvarez"/>
<meta name ="description" content ="Sección de agenda"/>
<meta name ="keywords" content ="Escritorio, virtual, agenda" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />

<title>Escritorio virtual - Agenda</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>

<body>
<h1>Agenda</h1>

<nav>

<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>

</nav>

</body>
</html>
1 change: 1 addition & 0 deletions estilo/estilo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*David Álvarez UO288705*/
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">
<head>

<meta charset="UTF-8" />
<meta name="author" content="David Álvarez" />
<meta name="description" content="Página principal del proyecto" />
<meta name="keywords" content="Escritorio, virtual" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Escritorio virtual</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>

<body>
<h1>Escritorio virtual</h1>

<nav>

<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>

</nav>

</body>
</html>
33 changes: 33 additions & 0 deletions juegos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">
<head>

<meta charset="UTF-8" />
<meta name="author" content="David Álvarez" />
<meta name="description" content="Sección de juegos" />
<meta name="keywords" content="Escritorio, virtual, juegos" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Escritorio virtual - Juegos</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>

<body>
<h1>Juegos</h1>

<nav>

<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>

</nav>

</body>
</html>
33 changes: 33 additions & 0 deletions meteorologia.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">
<head>

<meta charset="UTF-8" />
<meta name ="author" content ="David Álvarez"/>
<meta name ="description" content ="Sección de meteorología"/>
<meta name ="keywords" content ="Escritorio, virtual, meteorología" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />

<title>Escritorio virtual - Meteorología</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>

<body>
<h1>Meteorología</h1>

<nav>

<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>

</nav>

</body>
</html>
Binary file added multimedia/audio/mambo.mp3
Binary file not shown.
33 changes: 33 additions & 0 deletions noticias.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">
<head>

<meta charset="UTF-8" />
<meta name ="author" content ="David Álvarez"/>
<meta name ="description" content ="Sección de noticias"/>
<meta name ="keywords" content ="Escritorio, virtual, noticias" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />

<title>Escritorio virtual - Noticias</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>

<body>
<h1>Noticias</h1>

<nav>

<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>

</nav>

</body>
</html>
Loading

0 comments on commit 7b6b3e1

Please sign in to comment.