-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 2.44 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165692255-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165692255-1');
</script>
-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B8TLB3YW3F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B8TLB3YW3F');
</script>
<title>David Buján Carballal</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/personal.css">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
</head>
<body>
<header><h1>My first personal webpage</h1></header>
<article>
<h2 id="shortbio">Short bio</h2>
<section>
<h3>Brief desc</h3>
<p>Dr. David Buján Carballal is a Lecturer and Researcher at the University of Deusto (see location), where he also works as a Researcher at MORElab "Envisioning Future Internet" Research Group, DeustoTech-INTERNET Research Unit (Context aware ICT) belonging to DeustoTech - Deusto Institute of Technology. He holds a BSc in Computing from the Faculty of Engineering at the University of Deusto, a MSc in e-Business and a PhD in Computer Sciences from University of Deusto</p>
</section>
</article>
<article>
<h2 id="contact">Contact</h2>
<section>
<h3>Room</h3>
<a href="https://360bio.deusto.es/f/F1Sd6OTDmx/7940295p,2740122m,80.51h,86.99t">Despacho 555-D</a>
</section>
</article>
<article>
<h2 id="hobbies">Hobbies</h2>
<section>
<h3>Video</h3>
<iframe id="opendatadaydeusto" src="https://www.youtube.com/embed/AxC2-03Nkxg?start=142" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
</article>
<aside>
<h2>Index</h2>
<ul>
<li><a href="#shortbio">Short bio</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#hobbies">Hobbies</a></li>
</ul>
</aside>
<footer>
<p><a href="https://jigsaw.w3.org/css-validator/check/referer"><img id="validated" src="https://jigsaw.w3.org/css-validator/images/vcss-blue" alt="¡CSS Válido!" /> </a></p>
</footer>
</body>
</html>