From cb6e8cfc58502a1df767cd88e28c8babfb08379e Mon Sep 17 00:00:00 2001 From: Pierre Schweiger Date: Thu, 8 Apr 2021 17:51:32 +0700 Subject: [PATCH 1/2] Add banner for vuemastery free weekend --- .../background-bubbles-vuemastery.svg | 109 +++++ .../vuemastery/background-vuemastery.svg | 34 ++ .../images/vuemastery/lock-vuemastery.svg | 230 +++++++++++ .../images/vuemastery/unlock-vuemastery.svg | 283 +++++++++++++ .../components/sponsors/VueMasteryBanner.vue | 19 +- src/.vuepress/theme/layouts/Layout.vue | 72 +++- src/.vuepress/theme/styles/index.styl | 1 + .../theme/styles/vuemastery-banner.styl | 391 +++++++++--------- 8 files changed, 929 insertions(+), 210 deletions(-) create mode 100644 src/.vuepress/public/images/vuemastery/background-bubbles-vuemastery.svg create mode 100644 src/.vuepress/public/images/vuemastery/background-vuemastery.svg create mode 100644 src/.vuepress/public/images/vuemastery/lock-vuemastery.svg create mode 100644 src/.vuepress/public/images/vuemastery/unlock-vuemastery.svg diff --git a/src/.vuepress/public/images/vuemastery/background-bubbles-vuemastery.svg b/src/.vuepress/public/images/vuemastery/background-bubbles-vuemastery.svg new file mode 100644 index 0000000000..8f5ec7e888 --- /dev/null +++ b/src/.vuepress/public/images/vuemastery/background-bubbles-vuemastery.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/.vuepress/public/images/vuemastery/background-vuemastery.svg b/src/.vuepress/public/images/vuemastery/background-vuemastery.svg new file mode 100644 index 0000000000..fdb8488e2c --- /dev/null +++ b/src/.vuepress/public/images/vuemastery/background-vuemastery.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/.vuepress/public/images/vuemastery/lock-vuemastery.svg b/src/.vuepress/public/images/vuemastery/lock-vuemastery.svg new file mode 100644 index 0000000000..c9583a1a0b --- /dev/null +++ b/src/.vuepress/public/images/vuemastery/lock-vuemastery.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/.vuepress/public/images/vuemastery/unlock-vuemastery.svg b/src/.vuepress/public/images/vuemastery/unlock-vuemastery.svg new file mode 100644 index 0000000000..917b2bd2ae --- /dev/null +++ b/src/.vuepress/public/images/vuemastery/unlock-vuemastery.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue b/src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue index d29bd1a022..109d95662f 100644 --- a/src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue +++ b/src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue @@ -1,15 +1,14 @@