aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/condor.pngbin0 -> 35706 bytes
-rw-r--r--projects/index.html34
-rw-r--r--projects/main.css4
-rw-r--r--projects/sims.jpgbin0 -> 6456 bytes
-rw-r--r--projects/vhc.pngbin0 -> 21423 bytes
5 files changed, 4 insertions, 34 deletions
diff --git a/projects/condor.png b/projects/condor.png
new file mode 100644
index 0000000..2bc68ee
--- /dev/null
+++ b/projects/condor.png
Binary files differ
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>
diff --git a/projects/main.css b/projects/main.css
new file mode 100644
index 0000000..a216387
--- /dev/null
+++ b/projects/main.css
@@ -0,0 +1,4 @@
+img {
+ float: right;
+ max-width: 20rem;
+}
diff --git a/projects/sims.jpg b/projects/sims.jpg
new file mode 100644
index 0000000..68e66cd
--- /dev/null
+++ b/projects/sims.jpg
Binary files differ
diff --git a/projects/vhc.png b/projects/vhc.png
new file mode 100644
index 0000000..c192668
--- /dev/null
+++ b/projects/vhc.png
Binary files differ