1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 01:26:52 +01:00

photos fix

This commit is contained in:
Matthias Kretschmann 2018-10-01 14:45:12 +02:00
parent 2aca73c43e
commit fbe210fb7e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 28 additions and 28 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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.

View File

@ -4,7 +4,7 @@
{% for member in board %}
{% assign slug = (member.name | downcase | replace: ' ', '-') %}
{% assign slug = (member.name | downcase | replace: ' ', '-' | replace: 'ü', 'ue') %}
<div class="grid__col">
<div class="boardmember">