From fbe210fb7e41f6fbc27b4ef8ded84f1937213561 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 1 Oct 2018 14:45:12 +0200 Subject: [PATCH] photos fix --- ...omas-fürstner.jpg => thomas-fuerstner.jpg} | Bin _src/_data/board.yml | 2 +- _src/_includes/board.html | 54 +++++++++--------- 3 files changed, 28 insertions(+), 28 deletions(-) rename _src/_assets/img/board/{thomas-fürstner.jpg => thomas-fuerstner.jpg} (100%) diff --git a/_src/_assets/img/board/thomas-fürstner.jpg b/_src/_assets/img/board/thomas-fuerstner.jpg similarity index 100% rename from _src/_assets/img/board/thomas-fürstner.jpg rename to _src/_assets/img/board/thomas-fuerstner.jpg diff --git a/_src/_data/board.yml b/_src/_data/board.yml index 6817b65..b065e8a 100755 --- a/_src/_data/board.yml +++ b/_src/_data/board.yml @@ -31,7 +31,7 @@ - name: Thomas Fürstner position: General Secretary bio: | - Tom Fuerstner is a research scientist and university professor with over 30 years of experience in formal logic, social economy theory and digital art. Tom is the founder and CTO of Riddle & Code, a company focused on developing dedicated hardware for the physical internet and public ledger systems. + Tom Fürstner is a research scientist and university professor with over 30 years of experience in formal logic, social economy theory and digital art. Tom is the founder and CTO of Riddle & Code, a company focused on developing dedicated hardware for the physical internet and public ledger systems. These days, he is working on hardened server systems for operating BigchainDB and IPFS. The aim is to enable sustainable and resilient identity services in an emerging world of shared sovereignty between humans, machines, algorithms and protocols. diff --git a/_src/_includes/board.html b/_src/_includes/board.html index 617540c..84f885b 100755 --- a/_src/_includes/board.html +++ b/_src/_includes/board.html @@ -1,41 +1,41 @@
- {% assign board = site.data.board %} + {% assign board = site.data.board %} {% for member in board %} - {% assign slug = (member.name | downcase | replace: ' ', '-') %} + {% assign slug = (member.name | downcase | replace: ' ', '-' | replace: 'ü', 'ue') %} -
-
-
- +
+
+
+ -
-

- {% if member.prefix %}{{ member.prefix }} {% endif %} - {{ member.name }} -

-

{{ member.position }}

+
+

+ {% if member.prefix %}{{ member.prefix }} {% endif %} + {{ member.name }} +

+

{{ member.position }}

- {% if member.social %} - - {% endif %} -
+ {% if member.social %} + + {% endif %}
- -
{{ member.bio | markdownify }}
+ +
{{ member.bio | markdownify }}
+
{% endfor %}