-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (54 loc) · 2.77 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Patricio Del Boca, Information Systems Engineer and Open Activist. Radical Anarco Hypermedialist.">
<link rel="stylesheet" href="style.css">
<title>Patricio Del Boca</title>
</head>
<body>
<header>
<nav>
<a href="index.html">> pdelboca</a>
<a class="flex-push-right" href="projects.html">projects</a>
<a href="writings.html">writings</a>
<a href="about.html">about</a>
</nav>
</header>
<main>
<h2>greetings!</h2>
<p>
Thanks for passing by! My name is Patricio Del Boca, I'm an Information Systems Engineer and Open Activist. This site is a hand-coded static html (plus some CSS) where I document my thoughts, feelings and projects. This web is my little corner in the internet that I have been happily cultivating since 2016. It started as a blog in R to publish random analysis on interesting open datasets, but currently it is mostly writings about open source, open government, web development and technology.
</p>
<h2>current work?</h2>
<p>
Tech Lead and Open Activist at the <a aria-label="Open Knowledge Foundation" href="https://okfn.org/">Open Knowledge Foundation</a>
</p>
<h2>education?</h2>
<p>
Information Systems Engineer, graduated from the <a href="https://www.frc.utn.edu.ar/">UTN-FRC</a>.
</p>
<h2>programming languages?</h2>
<p>
Currently working with Python (Flask, Django, Jinja, Docker, HTMX, etc, etc). I also have a strong background in R (I'm a proud <a aria-label="" href="https://github.com/tidyverse/stringr/pull/282">one-time commiter</a> to the <a aria-label="Tidyverse, R packages for datascience." href="https://www.tidyverse.org/">tidiverse</a>).
</p>
<p>
Advocating for any kind of <a arial-label="Hypermedia Systems" href="https://hypermedia.systems/">Hypermedia Systems</a> and promoting last-longing technologies.
</p>
<h2>hobbies?</h2>
<p>
Depends on the year, currently: sailing.
Previous: guitar and singing, piano, hiking and photography, developing a small online game.
</p>
</main>
<footer>
<div><p>© Patricio Del Boca 2016 - 2024</p></div>
<ul>
<li><a aria-label="Github" href="https://github.com/pdelboca" target="_blank">Github</a></li>
<li><a aria-label="Linkedin" href="https://www.linkedin.com/in/patriciodelboca/" target="_blank">Linkedin</a></li>
<li><a aria-label="Curriculum Vitae" href="/static/cv.pdf">CV</a></li>
</ul>
</footer>
</body>
</html>