-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobremi.html
200 lines (198 loc) · 8.28 KB
/
sobremi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>EscritorioVirtual - Sobre mí</title>
<meta name ="author" content ="Sara Fernández González" />
<meta name ="description" content ="Esta es una página en la que doy información personal y muestro contenidos que me gustan o interesan" />
<meta name ="keywords" content ="Personal, Aficiones, Presentación" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo/layout.css" />
<link rel="icon" type="image/vnd.microsoft.icon" href="multimedia/imagenes/favicon.ico">
</head>
<body>
<header>
<h1>EscritorioVirtual</h1>
<!-- Datos con el contenidos que aparece en el navegador -->
<nav>
<a href="index.html" accesskey="p" tabindex="1">Principal</a>
<a href="agenda.html" accesskey="a" tabindex="2">Agenda</a>
<a href="juegos.html" accesskey="j" tabindex="3">Juegos</a>
<a href="meteorologia.html" accesskey="m" tabindex="4">Meteorologia</a>
<a href="noticias.html" accesskey="n" tabindex="5">Noticias</a>
<a href="sobremi.html" accesskey="s" tabindex="5">Sobre mi</a>
<a href="viajes.php" accesskey="v" tabindex="7">Viajes</a>
</nav>
</header>
<h2>Sobre mí</h2>
<p>Nombre:</p>
<p>Sara</p>
<p>Apellidos:</p>
<p>Fernández González</p>
<p>UO:</p>
<p>UO288195</p>
<p>Correo Electrónico:</p>
<p>[email protected]</p>
<p>Presentación:</p>
<p>Nací en Gijón el 17 de Junio de 2003, mis padres se conocieron haciendo esta carrera pero no la terminaron, espero no seguir su ejemplo.</p>
<p>Foto personal</p>
<picture>
<source srcset="multimedia/imagenes/mifoto_moviles.png" media = "(max-width: 465px)"/>
<source srcset="multimedia/imagenes/mifoto_tablets.png" media = "(max-width: 799px)"/>
<img src= "multimedia/imagenes/mifoto_monitores.png" alt="Foto personal en la que aparezco yo en clase"/>
</picture>
<main>
<section>
<h2>Más cosas sobre mí:</h2>
<h3>Aficiones</h3>
<ul>
<li>Programación</li>
<li>Leer
<ol>
<li>Suspense</li>
<li>Poesía</li>
<li>Aventura</li>
</ol>
</li>
<li id = "3">Dibujar</li>
<li>Escribir</li>
<li>Jugar a videojuegos
<ol>
<li>Gestión de recursos</li>
<li>Puzles</li>
<li>Detectives</li>
</ol>
</li>
</ul>
<video controls>
<source src= "multimedia/video/receta.webm"/>
<source src= "multimedia/video/receta.mp4"/>
</video>
<p>Este video es una receta porque otra de mis aficiones es la cocina.</p>
<h3>Gustos musicales</h3>
<ol>
<li>Extremoduro</li>
<li>Estopa</li>
<li>Melendi</li>
<li>Sabina</li>
<li>Kiko Veneno</li>
</ol>
<picture>
<source srcset="multimedia/imagenes/imagen_ROBE_moviles.png" media = "(max-width: 465px)"/>
<source srcset="multimedia/imagenes/imagen_ROBE_tablets.png" media = "(max-width: 799px)"/>
<img src= "multimedia/imagenes/imagen_ROBE_desktop.png" alt="Foto de ROBE en un concierto"/>
</picture>
<p>ROBE - Cantante de Extremoduro</p>
<p>La web de mi cantante favorito: <a href="https://www.robe.es/inicio">ROBE</a></p>
<p>Canciones que me gustan:</p>
<audio controls>
<source src = "multimedia/audio/contra_todos.wav"/>
<source src = "multimedia/audio/contra_todos.mp3"/>
</audio>
<p>Mi canción favorita</p>
<h3>Asignaturas que más me han gustado</h3>
<dl>
<dt>AMD</dt>
<dd>Era interesante ver cómo un compilador entiende el texto</dd>
<dt>TEC</dt>
<dd>Fue una asignatura diferente a las demás</dd>
<dt>Computabilidad</dt>
<dd>Suponía un desafío tener que resolver razonamientos complejos</dd>
<dt>CPM</dt>
<dd>Ha sido la asignatura que más útil me ha parecido de momento</dd>
<dt>CN</dt>
<dd>Me gustan las matemáticas y me resulto una aproximación interesante</dd>
</dl>
<p>Con esta herramienta me organizo en la universidad: <a href="https://www.notion.so/">Libreta Online</a></p>
</section>
<aside>
<table class = "big_table">
<caption>Las temperaturas medias de Gijón en los últimos 10 años</caption>
<thead>
<tr>
<th scope = "row" id = "años">Años</th>
<th scope = "col" id = "2022">2022</th>
<th scope = "col" id = "2021">2021</th>
<th scope = "col" id = "2020">2020</th>
<th scope = "col" id = "2019">2019</th>
<th scope = "col" id = "2018">2018</th>
<th scope = "col" id = "2017">2017</th>
<th scope = "col" id = "2016">2016</th>
<th scope = "col" id = "2015">2015</th>
<th scope = "col" id = "2014">2014</th>
<th scope = "col" id = "2013">2013</th>
</tr>
</thead>
<tbody>
<tr>
<th scope = "row" id = "temp">Temp</th>
<td headers = "2022 temp">16.3</td>
<td headers = "2021 temp">17.2</td>
<td headers = "2020 temp">15.9</td>
<td headers = "2019 temp">16.5</td>
<td headers = "2018 temp">15.3</td>
<td headers = "2017 temp">16.1</td>
<td headers = "2016 temp">17.4</td>
<td headers = "2015 temp">14.9</td>
<td headers = "2014 temp">15.2</td>
<td headers = "2013 temp">14.8</td>
</tr>
</tbody>
</table>
<table class = "small_table">
<caption>Las temperaturas medias de Gijón en los últimos 10 años</caption>
<thead>
<tr>
<th scope = "col" id = "años_b">Años</th>
<th scope = "col" id = "temp_b">Temp</th>
</tr>
</thead>
<tbody>
<tr>
<th scope = "row" headers="años_b" id = "2022_b">2022</th>
<td headers = "2022_b temp_b">16.3</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2021_b">2021</th>
<td headers = "2021_b temp_b">17.2</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2020_b">2020</th>
<td headers = "2020_b temp_b">15.9</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2019_b">2019</th>
<td headers = "2019_b temp_b">16.5</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2018_b">2018</th>
<td headers = "2018_b temp_b">15.3</td>
</tr>
<tr>
<th scope = "col" headers="años_b" id = "2017_b">2017</th>
<td headers = "2017_b temp_b">16.1</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2016_b">2016</th>
<td headers = "2016_b temp_b">17.4</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2015_b">2015</th>
<td headers = "2015_b temp_b">14.9</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2014_b">2014</th>
<td headers = "2014_b temp_b">15.2</td>
</tr>
<tr>
<th scope = "row" headers="años_b" id = "2013_b">2013</th>
<td headers = "2013_b temp_b">14.8</td>
</tr>
</tbody>
</table>
</aside>
</main>
</body>
</html>