Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
UO288443 authored Oct 8, 2024
1 parent 4144e6a commit add9b28
Show file tree
Hide file tree
Showing 18 changed files with 475 additions and 0 deletions.
32 changes: 32 additions & 0 deletions F1Desktop/calendario.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE HTML>

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Calendario</title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="Calendario de carreras del piloto" />
<meta name ="keywords" content ="calendario, Formula1, F1" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Calendario</h2>
<p> En desarrollo</p>
</body>
</html>
33 changes: 33 additions & 0 deletions F1Desktop/circuito.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Circuito</title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="Información del proximo circuito en el que compite" />
<meta name ="keywords" content ="circuito, carrera, formula 1, F1" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Circuito</h2>
<p> En desarrollo</p>
</body>

</html>
1 change: 1 addition & 0 deletions F1Desktop/estilo/Plantilla.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Alfredo Jirout Cid UO288443*/
30 changes: 30 additions & 0 deletions F1Desktop/estilo/estilo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* Alfredo Jirout Cid UO288443*/
/*
Paleta de colores
Cyan #2ff3e0
Gold #f8d210
Pink #fa26a0
rojo #850000
*/
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: black;
background-color: #2ff3e0;
}
/*Especificidad 1*/
header{
background-color: #850000;
color: #f8d210;
}

/*
el color de fonde se hereda del Header
Especificidad 2
*/
nav a {
color: #2ff3e0;
}


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

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Index </title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="documento inicial del F1 Desktop" />
<meta name ="keywords" content ="index, índice, inicio, inicial, F1" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Index</h2>
<p> En desarrollo</p>

</body>


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

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Juegos</title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="Juegos de la web" />
<meta name ="keywords" content ="F1, formula, 1, juegos" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Juegos</h2>
<p> En desarrollo</p>
</body>


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

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Meteorologia</title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="Meteorologia de la proxima carrera" />
<meta name ="keywords" content ="F1, Meteorologia, timpo" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Meteorologia</h2>
<p> En desarrollo</p>
</body>

</html>
Binary file not shown.
Binary file not shown.
Binary file added F1Desktop/multimedia/calebracion.mp3
Binary file not shown.
Binary file added F1Desktop/multimedia/calebracion.wav
Binary file not shown.
Binary file added F1Desktop/multimedia/favicon.ico
Binary file not shown.
Binary file added F1Desktop/multimedia/lando.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1Desktop/multimedia/landoMoviles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1Desktop/multimedia/landoTablet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions F1Desktop/noticias.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE HTML>

<html lang="es">

<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>F1 Desktop - Noticias</title>
<meta name ="author" content ="Alfredo Jirout Cid" />
<meta name ="description" content ="Noticias sobre el piloto" />
<meta name ="keywords" content ="Noticias,F1" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
</head>

<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<h1>F1 Desktop</h1>
<nav>
<a href="index.html" title="inicio"> inicio </a>
<a href="piloto.html" title="piloto"> Piloto </a>
<a href="noticias.html" title="noticias"> Noticias </a>
<a href="calendario.html" title="calendario"> Calendario </a>
<a href="meteorologia.html" title="meteoriologia"> Meteorología </a>
<a href="circuito.html" title="circuito"> Circuito </a>
<a href="viajes.html" title="viajes"> Viajes </a>
<a href="juegos.html" title="juegos"> Juegos </a>
</nav>
<h2>Noticia</h2>
<p> En desarrollo</p>
</body>

</html>
Loading

0 comments on commit add9b28

Please sign in to comment.