diff --git a/README.md b/README.md
index fef761b5..b4773913 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
502 Bytes
1023 Bytes
286 Bytes
-
+
286 Bytes
@@ -132,5 +132,6 @@ The majority of these vector logos are based on someone else's work.
* [Steam](https://commons.wikimedia.org/wiki/File:Steam_icon_logo.svg)
* [Symantec](https://commons.wikimedia.org/wiki/File:Symantec_logo10.svg)
* [Yubico](https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png) - BSD
+* [Keybase](https://github.com/keybase/client/blob/master/shared/images/iconfont/kb-iconfont-keybase-16.svg) - BSD
Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise.
diff --git a/javascript.js b/javascript.js
index 0178fc3b..c8019032 100644
--- a/javascript.js
+++ b/javascript.js
@@ -1,10 +1,13 @@
var items = [
- 'amazon', 'github', 'html5', 'mastodon', 'reddit', 'soundcloud', 'tox', 'wechat', 'youtube',
- 'dropbox', 'gitlab', 'instagram', 'paypal', 'rss', 'spotify', 'tumblr', 'whatsapp',
- 'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia',
- 'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire',
- 'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line',
- 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket', 'apple', 'npm', 'docker', 'symantec', 'yubico'
+ 'amazon', 'github', 'html5', 'mastodon', 'reddit', 'soundcloud',
+ 'tox', 'wechat', 'youtube', 'dropbox', 'gitlab', 'instagram',
+ 'paypal', 'rss', 'spotify', 'tumblr', 'whatsapp', 'email',
+ 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter',
+ 'wikipedia', 'facebook', 'google', 'lock', 'phone', 'slideshare',
+ 'steam', 'vimeo', 'wire', 'flickr', 'hackernews', 'mail',
+ 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup',
+ 'line', 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket',
+ 'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase'
];
var container = document.querySelector('.icons');
diff --git a/tiny/keybase.svg b/tiny/keybase.svg
new file mode 100644
index 00000000..07961b8f
--- /dev/null
+++ b/tiny/keybase.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file