-
Notifications
You must be signed in to change notification settings - Fork 0
/
personal.html
66 lines (62 loc) · 3.24 KB
/
personal.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Juan C. Arboleda R. - Personal</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="shortcut icon" href="images/nea-onnim-g.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<img src="images/nea-onnim-nav.svg" alt="Nea onnim no sua, a ohu." width="50px">
<ul>
<li><a href="index.html">About me</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="personal.html">Personal</a></li>
<li><a href="translations.html">Science in Spanish</a></li>
</ul>
<a href="https://fenfisdi.weebly.com/" target="_blank"><img src="images/fenfisdi.png" alt="FENFISDI logo"
width="100px" id="fenfisdi"></a>
<div class="nav-links">
<a class="social-net" href="https://twitter.com/Nesper94"
target="_blank"><img src="images/social-net/twitter.png"
width="30px" ></a>
<a class="social-net" href="https://github.com/Nesper94"
target="_blank"><img src="images/social-net/github.png"
width="30px" ></a>
</div>
</nav>
<div class="container">
<h1>Personal information</h1>
<p>Some of my hobbies are swimming, playing guitar, reading and learning
both human and programming languages.
I am a big fan of Godzilla too!</p>
<figure>
<img src="images/godzilla-comiendo-empanada.png" alt="godzilla comiendo empanada" width="200px">
<figcaption><small>Godzilla eating a giant empanada.</small></figcaption>
</figure>
<h2>Favorite books</h2>
<ul>
<li><cite>The Pleasure of Finding Things Out: The Best Short Works of Richard P. Feynman.</cite></li>
<li><cite>Surely You're Joking Mr Feynman: Adventures of a Curious Character as Told to Ralph Leighton.</cite></li>
<li><cite>Twenty Thousand Leagues Under the Sea.</cite> Jules Verne.</li>
<li><cite>The Hitchhiker's Guide to the Galaxy.</cite> Douglas Adams.</li>
<li><cite>The Silmarillion.</cite> J.R.R. Tolkien.</li>
<li><cite>The Future of the Mind: The Scientific Quest to Understand, Enhance, and Empower the Mind.</cite> Michio Kaku.</li>
<li><cite>La mamá de Kepler.</cite> Sergio de Régules.</li>
<li><cite>Roots: The Saga of an American Family.</cite> Alex Haley.</li>
<li><cite>The Panda's Thumb: More Reflections in Natural History.</cite> Stephen Jay Gould.</li>
<li><cite>Alice's Adventures in Wonderland.</cite> Lewis Carroll.</li>
<li><cite>Ideas.</cite> Peter Watson.</li>
</ul>
<hr>
<footer>
<address class="mail">
Contact me: <a href="mailto:[email protected]">[email protected]</a>
</address>
</footer>
</div>
</body>
</html>