aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/index.html b/projects/index.html
index e2188b1..6b24744 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -4,17 +4,17 @@ 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>
+<h2>Polished 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>
+ <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
+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.