add a couple more sites
This commit is contained in:
+5
-2
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 46%;
|
top: 40%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
@@ -112,8 +112,11 @@
|
|||||||
Clock.init();
|
Clock.init();
|
||||||
Commander.init([
|
Commander.init([
|
||||||
{ key: 'i', url: 'https://inbox.google.com' },
|
{ key: 'i', url: 'https://inbox.google.com' },
|
||||||
|
{ key: 'k', url: 'https://keep.google.com' },
|
||||||
{ key: 'g', url: 'https://github.com' },
|
{ key: 'g', url: 'https://github.com' },
|
||||||
{ key: 'r', url: 'https://www.reddit.com' }
|
{ key: 'r', url: 'https://www.reddit.com' },
|
||||||
|
{ key: 't', url: 'https://twitter.com' },
|
||||||
|
{ key: 'f', url: 'https://www.facebook.com' }
|
||||||
]);
|
]);
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user