aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/projects/index.html b/projects/index.html
deleted file mode 100644
index c3a14d2..0000000
--- a/projects/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: page
-title: Projects
-id: projects
----
-<div class="mt-3">
- I'm an enthusiast of free and open source software. Here is a list of side projects I've been working on.
- <h2 class="mt-3">Select Projects</h2>
- <p>These are the projects that are more involved and presentable.</p>
-
- <div class="card-columns">
- {% for project in site.projects reversed %}
- <div class="card" >
- {% if project.logo %}
- <img class="img-fluid mx-auto d-block" src="/assets/images/{{project.logo}}" alt="Project logo">
- {% endif %}
-
- <div class="card-body">
- <h4 class="card-title">{{ project.title }}</h4>
- <h6 class="card-subtitle mb-2 text-muted">{{ project.year }}</h6>
- <p class="card-text">{{ project.description }}</p>
- <a class="card-link" href="{{ project.site }}">project website</a>
- </div>
- </div>
- {% endfor %}
- </div>
-
- <h2>Other Projects</h2>
- <p>Check out <a href="https://github.com/jodersky?tab=repositories">GitHub repositories</a> for a more extensive list of open source contributions.</p>
-
- <h2 class="mt-3">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>
-</div>