From 35dcf16a20f070e681876ba897ec48c0865d5b4f Mon Sep 17 00:00:00 2001 From: Pierre Schweiger Date: Thu, 2 Dec 2021 16:07:52 +0700 Subject: [PATCH 1/4] Add Vue mastery banner winter promotion --- .../background-bubbles-vuemastery.svg | 109 +++++++ .../vuemastery/background-vuemastery.svg | 34 +++ .../images/vuemastery/lock-vuemastery.svg | 230 ++++++++++++++ .../images/vuemastery/logo-vuemastery.svg | 22 ++ .../images/vuemastery/unlock-vuemastery.svg | 283 ++++++++++++++++++ .../components/sponsors/VueMasteryBanner.vue | 18 ++ src/.vuepress/theme/layouts/Layout.vue | 77 ++++- src/.vuepress/theme/styles/index.styl | 1 + .../theme/styles/vuemastery-banner.styl | 243 +++++++++++++++ 9 files changed, 1006 insertions(+), 11 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/logo-vuemastery.svg create mode 100644 src/.vuepress/public/images/vuemastery/unlock-vuemastery.svg create mode 100644 src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue create mode 100644 src/.vuepress/theme/styles/vuemastery-banner.styl 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/logo-vuemastery.svg b/src/.vuepress/public/images/vuemastery/logo-vuemastery.svg new file mode 100644 index 0000000000..b4ce163d48 --- /dev/null +++ b/src/.vuepress/public/images/vuemastery/logo-vuemastery.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + 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 new file mode 100644 index 0000000000..7732da02fd --- /dev/null +++ b/src/.vuepress/theme/components/sponsors/VueMasteryBanner.vue @@ -0,0 +1,18 @@ + + + diff --git a/src/.vuepress/theme/layouts/Layout.vue b/src/.vuepress/theme/layouts/Layout.vue index 221813c679..25af9daceb 100644 --- a/src/.vuepress/theme/layouts/Layout.vue +++ b/src/.vuepress/theme/layouts/Layout.vue @@ -5,8 +5,11 @@ @touchstart="onTouchStart" @touchend="onTouchEnd" > - - +