From a9287bf0681db46edbc7e1be49fdceecbad81fbc Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sat, 13 Jan 2018 23:09:17 +0800 Subject: [PATCH 1/4] fixed video modal bug in guide/index.md --- src/v2/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 007a6f0d22..a19df7a4fa 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -377,4 +377,4 @@ You may have noticed that Vue components are very similar to **Custom Elements** We've briefly introduced the most basic features of Vue.js core - the rest of this guide will cover them and other advanced features with much finer details, so make sure to read through it all! - \ No newline at end of file + From 52e48ddb14255c2e5c911577c2916e98f67c9b93 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sat, 13 Jan 2018 23:11:47 +0800 Subject: [PATCH 2/4] removed unnecessary sponsors content which has been in theme layout now --- src/support-vuejs/index.md | 130 ------------------------------------- 1 file changed, 130 deletions(-) diff --git a/src/support-vuejs/index.md b/src/support-vuejs/index.md index 365b7f1c07..e010c9081d 100644 --- a/src/support-vuejs/index.md +++ b/src/support-vuejs/index.md @@ -1,133 +1,3 @@ --- sponsors: true --- - -# Support Vue.js Development - -Vue.js is an MIT licensed open source project and completely free to use. -However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support Vue.js development via the following methods: - -## One-time Donations - -We accept donations through these channels: - - - -{% raw %} -
-

{{ coins[type].name }} Address:
{{ coins[type].address }}

- -
-{% endraw %} - - - -## Recurring Pledges - -Recurring pledges come with exclusive perks, e.g. having your name listed in the Vue GitHub repository, or have your company logo placed on this website. - -- [Become a backer or sponsor via Patreon](https://www.patreon.com/evanyou) (goes directly to support Evan You's full-time work on Vue) - -- [Become a backer or sponsor via OpenCollective](https://opencollective.com/vuejs) (goes into a fund with transparent expense models supporting community efforts and events) - -## Current Premium Sponsors: - -### Platinum - -

- - - - - - - - - -

- -### OpenCollective Platinum - - - -### Patreon Gold - - - -### OpenCollective Gold - - - -If you run a business and are using Vue in a revenue-generating product, it makes business sense to sponsor Vue development: **it ensures the project that your product relies on stays healthy and actively maintained.** It can also help your exposure in the Vue community and makes it easier to attract Vue developers. - -If you are a business that is building core products using Vue.js, I am also open to conversations regarding custom sponsorship / consulting arrangements. [Get in touch on Twitter](https://twitter.com/youyuxi). - -If you are an individual user and have enjoyed the productivity of using Vue, consider donating as a sign of appreciation - like buying me coffee once in a while :) From f3f3557824688a32cbbadeb083a67e9bcba44161 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sat, 13 Jan 2018 23:17:32 +0800 Subject: [PATCH 3/4] fixed sponsors dropdown menu --- themes/vue/layout/partials/support_vue_dropdown.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/vue/layout/partials/support_vue_dropdown.ejs b/themes/vue/layout/partials/support_vue_dropdown.ejs index 2f16a9d9a2..6c59e09414 100644 --- a/themes/vue/layout/partials/support_vue_dropdown.ejs +++ b/themes/vue/layout/partials/support_vue_dropdown.ejs @@ -1,9 +1,9 @@