aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-11 19:28:32 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-11 19:28:32 -0800
commit99fe645fe1778f94f783b3e9da9d531136629980 (patch)
tree2213e9a4edb05175484e49ee96d4f3bde652737b
parenta552202a41e5e76d55d142e01adb522d00c40777 (diff)
downloadwebsite-99fe645fe1778f94f783b3e9da9d531136629980.tar.gz
website-99fe645fe1778f94f783b3e9da9d531136629980.tar.bz2
website-99fe645fe1778f94f783b3e9da9d531136629980.zip
Update website
-rw-r--r--_includes/header.html3
-rw-r--r--openpgp/index.html14
-rw-r--r--projects/index.html8
3 files changed, 6 insertions, 19 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 3217175..a5fde6e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -22,9 +22,6 @@
<!--<li {% if page.id == "blog" %} class="active" {% endif %}>
<a href="/blog">Blog</a>
</li>-->
- <li {% if page.id == "openpgp" %} class="active" {% endif %}>
- <a href="/openpgp/">OpenPGP</a>
- </li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
diff --git a/openpgp/index.html b/openpgp/index.html
deleted file mode 100644
index c8aba85..0000000
--- a/openpgp/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: page
-title: OpenPGP
-id: openpgp
----
-<h2>Public Key</h2>
-<p>My public key's fingerprint is:</p>
-<p class="text-center">
- <code>4E7D A7B5 A0F8 6992 D6EB 3F51 4601 8786 62E3 3372</code>
-</p>
-<p>Please consider using a keyserver to get the key as this will allow you to obtain all current
- signing and revocation data. Alternatively, the key is available <a href="/key.asc">here</a>.
-</p>
-<p><i class="fa fa-hand-o-right"></i> Check my identity on <a href="https://keybase.io/jodersky">keybase.io</a></p>
diff --git a/projects/index.html b/projects/index.html
index d74265c..c2003f8 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -3,7 +3,7 @@ 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.
+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">
@@ -17,4 +17,8 @@ I believe in the merits of building software in the open and its free usage. Her
{% 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 ones.
+<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>