aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html
new file mode 100644
index 0000000..e2188b1
--- /dev/null
+++ b/projects/index.html
@@ -0,0 +1,20 @@
+---
+layout: page
+title: Projects
+id: projects
+---
+I believe in the merits of building software in the open and its free usage. Here is a list of side projects I've been working on.
+<h2>Active 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>
+Check out <a href="https://github.com/jodersky?tab=repositories">github repositories</a> for a complete list of all my projects, including smaller and personal ones. \ No newline at end of file