-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (35 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.136.2">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Personal Website of Daniel Escudero | Personal Website and Blog</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
</head>
<body>
<nav>
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/publications/">Publications</a></li>
<li><a href="/talks/">Talks</a></li>
<li><a href="/dissemination/">Dissemination</a></li>
<li><a href="/teaching/">Teaching</a></li>
<li><a href="/music/">Music</a></li>
<li><a href="/seminar/">Seminar</a></li>
</ul>
<hr/>
</nav>
<div class="index-title">Personal Website of Daniel Escudero</div>
<br>
<figure><img src="/images/me-circle.png"
style="width:512px" alt="Myself" class="center">
</figure>
<footer>
<hr/>
Template from Yihui Xie (<a href="https://yihui.org)">https://yihui.org)</a> 2017 – 2020
</footer>
</body>
</html>