aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
blob: c2003f8f0e2262c8bb5fb59f7d1a4c25b752aa1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: page
title: Projects
id: projects
---
I'm an advocate of free and open source software. Here is a list of side projects I've been working on.
<h2>Selected Projects</h2>
<p>These are the projects that are more involved and presentable.</p>
<div class="list-group row">
	{% for project in site.projects reversed %}
	<a class="list-group-item" href="{{ project.site }}">
		<h4>{{ project.title }} <small class="pull-right">{{project.year}}</small></h4>
		<div>
			{{ project.description }}
		</div>
	</a>
	{% endfor %}
</div>
<h2>Other Projects</h2>
<p>Check out <a href="https://github.com/jodersky?tab=repositories">github repositories</a> for a complete list of all my projects, including smaller ones.</p>

<h2>Signature</h2>
<p>My public key's fingerprint is: <code>4E7D A7B5 A0F8 6992 D6EB  3F51 4601 8786 62E3 3372</code></p>
<p><i class="fa fa-hand-o-right"></i> Check identity on <a href="https://keybase.io/jodersky">keybase.io</a></p>