-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (24 loc) · 692 Bytes
/
about.html
File metadata and controls
32 lines (24 loc) · 692 Bytes
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
---
layout: layout
title: "About"
---
<section class="content">
<h1 style="border-bottom: 1px solid #bbb; margin-bottom: 17px">about</h1>
<p>
My name is Jonathan Palardy.
</p>
<p>
I'm interested in UNIX, Vim, statistics with <a href="https://www.r-project.org/">R</a>, monitoring and backend development.
</p>
<ul>
<li>I spent years working with Ruby on Rails.</li>
<li>I spent years working with JavaScript and node.js.</li>
<li>I'm currently working with Golang.</li>
</ul>
<p>
I love books and have a <a href="https://bookpiles.ca/">website</a> to keep track of what I read.
</p>
<p>
I live in Vancouver, British Columbia.
</p>
</section>