-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
32 lines (28 loc) · 1.24 KB
/
home.html
File metadata and controls
32 lines (28 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pablo de la Fuente - Home</title>
</head>
<body>
<!-- Header section -->
<header>
<h3> Pablo de la Fuente is currently pursuing his MSc in Mathematics at the University of Victoria, under the supervision of Prof. Gourab Ray.
He previously obtained his BSc in Mathematics, with honours, at UNAM under the supervision of Prof. Laura Eslava.
As a mathematician, his main interests lie somewhere between probability and combinatorics.
He also enjoys reading and writing poetry, and photography. Admittedly, he writes in third person when necessary.</h4>
<h2> In this website you can learn more about </h3>
</header>
<!-- Menu -->
<nav>
<ul style="list-style-type: none;">
<li><a href="contact"> <h2>Pablo,</h2> </a></li>
<li><a href="#"> <h2>the spectra of random matrices,</h2> </a></li>
<li><a href="probability"> <h2>probability,</h2> </a></li>
<li><a href="#"> <h2>photography,</h2> </a></li>
<li><a href="#"> <h2>(concrete) poetry,</h2> </a></li>
<li><a href="#"> <h2>etc.</h2> </a></li>
</ul>
</nav>
</body>
</html>