-
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.
Primera versión de escritorio virtual
- Loading branch information
1 parent
98bb675
commit d8fd086
Showing
7 changed files
with
285 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
/*Silvia SUárez Prendes, UO277412*/ | ||
|
||
/* Especificidad: 001*/ | ||
body { | ||
font-family: Tahoma, sans-serif; | ||
color: #818181; | ||
background-color:#fff; | ||
} | ||
/* Especificidad: 001*/ | ||
h1 { | ||
color: #fff; | ||
background-color:#FF5733; | ||
padding: 2em; | ||
text-transform: uppercase; | ||
text-align: center; | ||
} |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="es"> | ||
<head> | ||
<!-- Datos que describen el documento --> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Silvia Suárez Prendes"/> | ||
<meta name="description" content="Meteorología"/> | ||
<meta name="keywords" content ="Meteorología"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>Agenda</title> | ||
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" /> | ||
</head> | ||
<body> | ||
<!-- Datos con el contenido que aparece en el navegador --> | ||
<header> | ||
<h1>Escritorio virtual</h1> | ||
<nav> | ||
<a href="index.html" accesskey="I" tabindex="1">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="2">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="3">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="4">Agenda</a> | ||
<a href="meteorología.html" accesskey="M" tabindex="5">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="6">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="7">Juegos</a> | ||
</nav> | ||
</header> | ||
<h2>Escritorio Virtual</h2> | ||
<p>En desarrollo</p> | ||
</body> | ||
</html> |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="es"> | ||
<head> | ||
<!-- Datos que describen el documento --> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Silvia Suárez Prendes"/> | ||
<meta name="description" content="Noticias"/> | ||
<meta name="keywords" content ="Noticias"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>Agenda</title> | ||
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" /> | ||
</head> | ||
<body> | ||
<!-- Datos con el contenido que aparece en el navegador --> | ||
<header> | ||
<h1>Escritorio virtual</h1> | ||
<nav> | ||
<a href="index.html" accesskey="I" tabindex="1">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="2">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="3">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="4">Agenda</a> | ||
<a href="meteorología.html" accesskey="M" tabindex="5">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="6">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="7">Juegos</a> | ||
</nav> | ||
</header> | ||
<h2>Escritorio Virtual</h2> | ||
<p>En desarrollo</p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,178 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="es"> | ||
<head> | ||
<!-- Datos que describen el documento --> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Silvia Suárez Prendes"/> | ||
<meta name="description" content="Sobre mí"/> | ||
<meta name="keywords" content ="Sobre, mi"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>Agenda</title> | ||
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" /> | ||
</head> | ||
<body> | ||
<!-- Datos con el contenido que aparece en el navegador --> | ||
<header> | ||
<h1>Escritorio virtual</h1> | ||
<nav> | ||
<a href="index.html" accesskey="I" tabindex="1">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="2">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="3">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="4">Agenda</a> | ||
<a href="meteorología.html" accesskey="M" tabindex="5">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="6">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="7">Juegos</a> | ||
</nav> | ||
</header> | ||
<h2>Sobre mí</h2> | ||
|
||
|
||
<section> | ||
<h3>Datos personales</h3> | ||
<picture> | ||
<source media="(min-width: 800px)" | ||
srcset="multimedia/imagenes/personal_big.jpg"> | ||
<source media="(max-width: 799px)" | ||
srcset="multimedia/imagenes/personal_medium.jpg"> | ||
<source media="(max-width: 465px)" | ||
srcset="multimedia/imagenes/personal_small.jpg"> | ||
<img alt="Imagen de Patricia saludando" | ||
src="multimedia/imagenes/personal_big.jpg"> | ||
</picture> | ||
<p> | ||
|
||
|
||
|
||
</p> | ||
</section> | ||
<section> | ||
<h3>Aficiones</h3> | ||
<p>Mis principales aficiones son las siguientes.</p> | ||
<ul> | ||
<li> | ||
Guitarra. | ||
</li> | ||
<li> | ||
Música. | ||
</li> | ||
<li> | ||
Lectura. | ||
</li> | ||
<li> | ||
Cine. | ||
</li> | ||
<li> | ||
Viajar. | ||
</li> | ||
</ul> | ||
<picture> | ||
<source media="(min-width: 800px)" | ||
srcset="multimedia/imagenes/silvia_grande.jpg" > | ||
<source media="(max-width: 799px)" | ||
srcset="multimedia/imagenes/silvia_normal.jpg" > | ||
<source media="(max-width: 465px)" | ||
srcset="multimedia/imagenes/silvia_pequeño.jpg" > | ||
<img alt="Imagen de Silvia en un aeropuerto" | ||
src="multimedia/imagenes/silvia_normal.jpg" > | ||
</picture> | ||
</section> | ||
<section> | ||
<h3>Cantantes y grupos favoritos</h3> | ||
<p>Como dije anteriormente, escucho una gran variedad de géneros musicales por lo que tengo varios cantantes y grupos favoritos. Algunos de ellos son los siguientes.</p> | ||
<ol> | ||
<li>Aretha Franklin | ||
<ul> | ||
<li>I say a Little Prayer</li> | ||
<li>A Rose is still a Rose</li> | ||
<li>Respect</li> | ||
</ul> | ||
</li> | ||
<li>Kanye West</li> | ||
<li>Bad Gyal</li> | ||
<li>Mac Miller</li> | ||
<li>Rick Astley</li> | ||
</ol> | ||
<audio controls> | ||
<source src="multimedia/audios/I_Say_A_Little_Prayer.mp3" type="audio/mp3" /> | ||
<source src="multimedia/audios/I_Say_A_Little_Prayer.wav" type="audio/wav" /> | ||
</audio> | ||
<video controls preload="auto"> | ||
<source src="multimedia/videos/Never_Gonna_Give_You_Up.mp4" type="video/mp4" /> | ||
<source src="multimedia/videos/Never_Gonna_Give_You_Up.webm" type="video/webm" /> | ||
</video> | ||
</section> | ||
<section> | ||
<h3>Asignaturas favoritas</h3> | ||
<p>En todo lo que llevo de grado, hay algunas asignaturas que puedo destacar como favoritas o más interesantes. Algunas de ellas son las aquí definidas </p> | ||
<dl> | ||
<dt>Dirección y Planificación de Proyectos Informáticos</dt> | ||
<dd>Perteneciente a la materia de Práctica Profesional. Trata conceptos relativos a la dirección y planificación de proyectos como la gestión de RR.HH, costes, riesgos o calidad.</dd> | ||
<dt>Arquitectura del Software</dt> | ||
<dd>Perteneciente a la materia Ingeniería del Software. Los contenidos teóricos ahondan en los conceptos, tipos y validación de Arquitecturas del software, mientras que los prácticos están enfocados al desarrollo web utilizando tecnología descentralizada.</dd> | ||
<dt>Ingeniería del Proceso Software</dt> | ||
<dd>Perteneciente a la materia de Ingeniería del Software. Trata conceptos y metodologías como el Scrum, Proceso unificado y Técnicas de análisis de casos de uso y prototipados de interfaz.</dd> | ||
<dt>Computabilidad</dt> | ||
<dd>Perteneciente a la materia Fundamentos Informáticos. Sus contenidos son la Lógica de Proposiciones y de Predicados, Modelos de Computación y Funciones Computables, y Resultados Fundamentales y Resolubilidad de Problemas.</dd> | ||
<dt>Autómatas y Matemáticas Discretas</dt> | ||
<dd>Perteneciente a la materia Fundamentos Informáticos. Se tratan los Lenguajes Regulares y Libres de Contexto, Grafos y Lenguajes Recursivos y Recursivamente Enumerables.</dd> | ||
</dl> | ||
</section> | ||
<!-- uso article porque si saco el contenido de las temperaturas a otro sitio de la página web, el contenido se sigue entendiendo. es autocontenido --> | ||
<article> | ||
<h2>Temperaturas en Oviedo</h2> | ||
<p>Según la fuente <a href="https://www.tutiempo.net/clima/ws-80150.html">Clima Oviedo</a> las temperaturas medias anuales en Oviedo durante | ||
los últimos 10 años han sido las indicadas en la siguiente tabla:</p> | ||
<table> | ||
<caption>Temperaturas medias anuales</caption> | ||
<tr> | ||
<th id="año" scope="col">Año</th> | ||
<th id="temperatura" scope="col">T anual (Cº)</th> | ||
</tr> | ||
<tr> | ||
<th id="2012" scope="row" headers="año">2012</th> | ||
<td headers="2012 temperatura">12.7</td> | ||
</tr> | ||
<tr> | ||
<th id="2013" scope="row" headers="año">2013</th> | ||
<td headers="2013 temperatura">12.3</td> | ||
</tr> | ||
<tr> | ||
<th id="2014" scope="row" headers="año">2014</th> | ||
<td headers="2014 temperatura">13.5</td> | ||
</tr> | ||
<tr> | ||
<th id="2015" scope="row" headers="año">2015</th> | ||
<td headers="2015 temperatura">13.4</td> | ||
</tr> | ||
<tr> | ||
<th id="2016" scope="row" headers="año">2016</th> | ||
<td headers="2016 temperatura">13.2</td> | ||
</tr> | ||
<tr> | ||
<th id="2017" scope="row" headers="año">2017</th> | ||
<td headers="2017 temperatura">13.3</td> | ||
</tr> | ||
<tr> | ||
<th id="2018" scope="row" headers="año">2018</th> | ||
<td headers="2018 temperatura">13.1</td> | ||
</tr> | ||
<tr> | ||
<th id="2019" scope="row" headers="año">2019</th> | ||
<td headers="2019 temperatura">13.2</td> | ||
</tr> | ||
<tr> | ||
<th id="2020" scope="row" headers="año">2020</th> | ||
<td headers="2020 temperatura">13.8</td> | ||
</tr> | ||
<tr> | ||
<th id="2021" scope="row" headers="año">2021</th> | ||
<td headers="2021 temperatura">13.0</td> | ||
</tr> | ||
<tr> | ||
<th id="2022" scope="row" headers="año">2022</th> | ||
<td headers="2022 temperatura">14.0</td> | ||
</tr> | ||
</table> | ||
</article> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="es"> | ||
<head> | ||
<!-- Datos que describen el documento --> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Silvia Suárez Prendes"/> | ||
<meta name="description" content="Viajes"/> | ||
<meta name="keywords" content ="Viajes"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>Agenda</title> | ||
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" /> | ||
</head> | ||
<body> | ||
<!-- Datos con el contenido que aparece en el navegador --> | ||
<header> | ||
<h1>Escritorio virtual</h1> | ||
<nav> | ||
<a href="index.html" accesskey="I" tabindex="1">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="2">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="3">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="4">Agenda</a> | ||
<a href="meteorología.html" accesskey="M" tabindex="5">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="6">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="7">Juegos</a> | ||
</nav> | ||
</header> | ||
<h2>Escritorio Virtual</h2> | ||
<p>En desarrollo</p> | ||
</body> | ||
</html> |