diff --git a/src/components/Person.js b/src/components/Person.js index 20d22ba1..084d9694 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -6,8 +6,9 @@ import iphone from '../images/iphone.png'; import android from '../images/android.png'; import windows from '../images/windows.svg'; import apple from '../images/apple.svg'; +import ubuntu from '../images/ubuntu.svg'; -const icons = { iphone, android, windows, apple }; +const icons = { iphone, android, windows, apple, ubuntu }; export default function Person({ person, currentTag }) { const url = new URL(person.url); const img = `https://logo.clearbit.com/${url.host}`; diff --git a/src/data.js b/src/data.js index ee7be08b..7229be96 100644 --- a/src/data.js +++ b/src/data.js @@ -464,6 +464,29 @@ const pages = [ 'Sass', 'Design Systems' ], + }, + { + name: 'Kilian Valkhof', + description: 'User experience developer', + url: 'https://kilianvalkhof.com/using/', + twitter: '@kilianvalkhof', + emoji: '🐧', + country: '🇳🇱', + computer: 'ubuntu', + phone: 'iphone', + tags: [ + 'Developer', + 'Designer', + 'Full stack', + 'Front-end', + 'Entrepreneur', + 'JavaScript', + 'React', + 'Node', + 'Electron', + 'Polypane', + 'Devtools', + ], } ]; diff --git a/src/images/ubuntu.svg b/src/images/ubuntu.svg new file mode 100644 index 00000000..eec47571 --- /dev/null +++ b/src/images/ubuntu.svg @@ -0,0 +1,4 @@ + + + +