From 0c8a1a4092c25e670c38d4b01313a5a9ca4fe98f Mon Sep 17 00:00:00 2001 From: Julien Date: Sun, 9 Sep 2018 23:05:03 +0200 Subject: [PATCH] feat(cheatsheet): set up images + adjustments --- components/BaseCheatsheet.vue | 67 ++++++++---- components/BaseShare.vue | 47 ++++++++ components/TheCopyright.vue | 2 - components/TheGithub.vue | 2 +- layouts/default.vue | 5 + pages/index.vue | 100 ++++++++++++++---- .../components/BaseCheatsheet/angular.jpg | Bin 0 -> 23311 bytes .../components/BaseCheatsheet/angularjs.jpg | Bin 0 -> 21083 bytes .../images/components/BaseCheatsheet/bash.jpg | Bin 0 -> 18390 bytes .../components/BaseCheatsheet/c-sharp.jpg | Bin 0 -> 14656 bytes static/images/components/BaseCheatsheet/c.jpg | Bin 0 -> 19610 bytes .../components/BaseCheatsheet/django.jpg | Bin 0 -> 18115 bytes .../components/BaseCheatsheet/docker.jpg | Bin 0 -> 14886 bytes .../components/BaseCheatsheet/ember.jpg | Bin 0 -> 25115 bytes .../components/BaseCheatsheet/feathers.jpg | Bin 0 -> 13210 bytes .../components/BaseCheatsheet/html5.jpg | Bin 0 -> 15488 bytes .../components/BaseCheatsheet/javascript.jpg | Bin 0 -> 13256 bytes .../components/BaseCheatsheet/kubernetes.jpg | Bin 0 -> 14352 bytes .../components/BaseCheatsheet/moleculer.jpg | Bin 0 -> 10707 bytes .../images/components/BaseCheatsheet/node.jpg | Bin 0 -> 12928 bytes .../images/components/BaseCheatsheet/php.jpg | Bin 0 -> 17150 bytes .../components/BaseCheatsheet/react.jpg | Bin 0 -> 20403 bytes .../components/BaseCheatsheet/redis.jpg | Bin 0 -> 14232 bytes .../components/BaseCheatsheet/sails.jpg | Bin 0 -> 10351 bytes .../images/components/BaseCheatsheet/vim.jpg | Bin 0 -> 24057 bytes .../images/components/BaseCheatsheet/vue.jpg | Bin 0 -> 11294 bytes .../components/BaseCheatsheet/xcode.jpg | Bin 0 -> 24369 bytes .../images/components/BaseShare/linkedin.svg | 17 +++ .../images/components/BaseShare/messenger.svg | 22 ++++ static/images/components/BaseShare/slack.svg | 26 +++++ .../images/components/BaseShare/telegram.svg | 28 +++++ .../images/components/BaseShare/twitter.svg | 17 +++ 32 files changed, 292 insertions(+), 41 deletions(-) create mode 100644 components/BaseShare.vue create mode 100644 static/images/components/BaseCheatsheet/angular.jpg create mode 100644 static/images/components/BaseCheatsheet/angularjs.jpg create mode 100644 static/images/components/BaseCheatsheet/bash.jpg create mode 100644 static/images/components/BaseCheatsheet/c-sharp.jpg create mode 100644 static/images/components/BaseCheatsheet/c.jpg create mode 100644 static/images/components/BaseCheatsheet/django.jpg create mode 100644 static/images/components/BaseCheatsheet/docker.jpg create mode 100644 static/images/components/BaseCheatsheet/ember.jpg create mode 100644 static/images/components/BaseCheatsheet/feathers.jpg create mode 100644 static/images/components/BaseCheatsheet/html5.jpg create mode 100644 static/images/components/BaseCheatsheet/javascript.jpg create mode 100644 static/images/components/BaseCheatsheet/kubernetes.jpg create mode 100644 static/images/components/BaseCheatsheet/moleculer.jpg create mode 100644 static/images/components/BaseCheatsheet/node.jpg create mode 100644 static/images/components/BaseCheatsheet/php.jpg create mode 100644 static/images/components/BaseCheatsheet/react.jpg create mode 100644 static/images/components/BaseCheatsheet/redis.jpg create mode 100644 static/images/components/BaseCheatsheet/sails.jpg create mode 100644 static/images/components/BaseCheatsheet/vim.jpg create mode 100644 static/images/components/BaseCheatsheet/vue.jpg create mode 100644 static/images/components/BaseCheatsheet/xcode.jpg create mode 100644 static/images/components/BaseShare/linkedin.svg create mode 100644 static/images/components/BaseShare/messenger.svg create mode 100644 static/images/components/BaseShare/slack.svg create mode 100644 static/images/components/BaseShare/telegram.svg create mode 100644 static/images/components/BaseShare/twitter.svg diff --git a/components/BaseCheatsheet.vue b/components/BaseCheatsheet.vue index f8505e5..34e2318 100644 --- a/components/BaseCheatsheet.vue +++ b/components/BaseCheatsheet.vue @@ -3,23 +3,30 @@ ************************************************************************* --> @@ -28,7 +35,14 @@ a( ************************************************************************* --> + + + + diff --git a/components/TheCopyright.vue b/components/TheCopyright.vue index d2ed09f..4185ab5 100644 --- a/components/TheCopyright.vue +++ b/components/TheCopyright.vue @@ -43,8 +43,6 @@ $c: ".c-the-copyright"; border-left: 1px solid #313d4f; border-top-left-radius: 4px; background-color: #171e29; - text-decoration: none; - cursor: pointer; #{$c}__name { margin-right: 6px; diff --git a/components/TheGithub.vue b/components/TheGithub.vue index 260f4d6..2eb27e5 100644 --- a/components/TheGithub.vue +++ b/components/TheGithub.vue @@ -4,7 +4,7 @@