-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (67 loc) · 2.52 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.115.1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
<title>José Pablo Umaña</title>
<link rel="icon" type="image/png" href="/assets/img/favicon.ico" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<script src="/js/dark.js" defer=""></script>
</head>
<body>
<h1>José Pablo Umaña</h1>
<h4>Hi! I am a Sofware Developer based in Costa Rica.</h4>
<div></div>
<div class="personal-info">
<div>
<img id="avatar" name="avatar" src="/images/avatar.jpg"></img>
</div>
<div>
<div class="profile-link"><i class="fas fa-file-alt" aria-hidden="true"></i>
<a href="/pdf/resume.pdf" target="_blank">Resume</a></div>
<div class="profile-link">
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/jpablou" target="_blank">GitHub</a>
</div>
<div class="profile-link">
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="http://www.linkedin.com/in/jpablou" target="_blank">LinkedIn</a>
</div>
<div class="profile-link">
<i class="fab fa-medium" aria-hidden="true"></i>
<a href="http://medium.com/@jpablou" target="_blank">Medium</a>
</div>
<div class="profile-link">
<i class="fab fa-goodreads" aria-hidden="true"></i>
<a href="https://www.goodreads.com/jpablou" target="_blank">Goodreads</a>
</div>
<div class="profile-link"><i class="fas fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a></div>
</div>
</div>
<h3>Posts</h3>
<div>
<div>
<a href="https://jpablou.github.io/posts/post-01/">Post 1</a><br />
<time>March 31, 2023</time>
</div>
<br />
<div>
<a href="https://jpablou.github.io/posts/post-02/">Post 2</a><br />
<time>March 31, 2023</time>
</div>
<br />
<div>
<a href="https://jpablou.github.io/posts/post-03/">Post 3</a><br />
<time>March 31, 2023</time>
</div>
<br />
<a class="all-posts" href="posts/">View all posts</a>
</div>
</body>
</html>