Skip to content

Commit 19c6b11

Browse files
authored
Update sponsors (#2406)
* [Doc]: chore: update sponsor image #2388 * cherry-pick vuejs/v2.vuejs.org@5f24d37 * [Doc]: chore: update sponsors #2389 * cherry-pick vuejs/v2.vuejs.org@3ea02bb * [Doc]: chore: update sponsors #2390 * cherry-pick vuejs/v2.vuejs.org@eb385c4 * [Doc]: chore: update sponsors #2391 * cherry-pick vuejs/v2.vuejs.org@c875f98 * [Doc]: chore: update sponsors #2394 * cherry-pick vuejs/v2.vuejs.org@c9d23a3 * [Doc]: chore: update sponsors #2396 * cherry-pick vuejs/v2.vuejs.org@9ad75ec * [Doc]: update china special sponsors list #2398 * cherry-pick vuejs/v2.vuejs.org@be4a746 * [Doc]: update china special sponsors #2399 * cherry-pick vuejs/v2.vuejs.org@2ec2ab6 * [Doc]: chore: update authing link #2403 * cherry-pick vuejs/v2.vuejs.org@fda236f * [Doc]: chore: update sponsors #2404 * cherry-pick vuejs/v2.vuejs.org@d1eaa4f * [Doc]: add qingfuwu sponsor #2405 * cherry-pick vuejs/v2.vuejs.org@20476de
1 parent 9ae58e8 commit 19c6b11

13 files changed

+92
-11
lines changed

themes/vue/_config.yml

+37-9
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ special_sponsors:
88
name: HBuilder
99
description: An IDE for Vue
1010
platinum_sponsors_china:
11-
- url: 'http://www.dcloud.io/?hmsr=vuejsorg&hmpl=&hmcu=&hmkw=&hmci='
12-
img: dcloud.gif
11+
- url: 'https://www.dcloud.io/hbuilderx.html?hmsr=vue-en&hmpl=&hmcu=&hmkw=&hmci='
12+
img: hbuilder.png
13+
name: HBuilder
14+
description: An IDE for Vue
15+
- name: authing
16+
url: >-
17+
https://www.authing.cn/welcome?utm_source=Vuejs&utm_medium=CPT&utm_campaign=EN&utm_term=page-EN
18+
img: authing.svg
19+
- name: qingfuwu
20+
url: https://qingfuwu.cn?utm_campaign=TR_eSJH7nqW&utm_content=&utm_medium=Web&utm_source=CH_53OxwryD&utm_term=
21+
img: qingfuwu-v2.svg
1322
platinum_sponsors:
1423
- url: >-
1524
https://vueschool.io/?utm_source=Vuejs.org&utm_medium=Banner&utm_campaign=Sponsored%20Banner&utm_content=V1
@@ -18,9 +27,6 @@ platinum_sponsors:
1827
- url: 'https://vehikl.com/'
1928
img: vehikl.png
2029
name: Vehikl
21-
- url: 'https://retool.com/?utm_source=sponsor&utm_campaign=vue'
22-
img: retool.png
23-
name: Retool
2430
- url: 'https://passionatepeople.io/'
2531
img: passionate_people.png
2632
name: Passionate People
@@ -34,10 +40,9 @@ platinum_sponsors:
3440
- url: 'https://nuxtjs.org/'
3541
img: nuxt.png
3642
name: Nuxt
37-
- url: 'https://www.daskeyboard.com/?utm_source=vuejs&utm_medium=sponsorship'
38-
img: das_keyboard.png
39-
name: Das Keyboard
40-
inline_style: 'margin-top: 15px'
43+
- url: 'https://www.refurbed.org/?utm_source=vuejs'
44+
img: refurbed.png
45+
name: Refurbed
4146
gold_sponsors:
4247
- url: 'https://www.vuemastery.com/'
4348
img: vuemastery.png
@@ -151,6 +156,26 @@ gold_sponsors:
151156
- url: 'https://www.emqx.com'
152157
img: emq.png
153158
name: EMQ
159+
- url: >-
160+
https://www.tatvasoft.com/software-development-technology/vue-js-development-services
161+
img: tatvasoft.png
162+
name: TatvaSoft
163+
- url: 'https://www.aceonlinecasino.co.uk'
164+
img: onyx_gaming_limited.svg
165+
name: Onyx Gaming Limited
166+
- url: 'http://www.lendio.com'
167+
img: lendio.png
168+
name: Lendio
169+
- url: >-
170+
https://flowdash.com/?utm_source=vue&utm_medium=sponsor&utm_campaign=open-source
171+
img: flowdash.png
172+
name: Flowdash
173+
- url: 'https://www.fenetre.nl/english/'
174+
img: fen_tre_online_solutions.png
175+
name: Fenêtre Online Solutions
176+
- url: 'https://finclip.com/?from=vue'
177+
img: finclip.png
178+
name: FinClip
154179
silver_sponsors:
155180
- url: 'https://roadster.com'
156181
img: roadster.png
@@ -176,6 +201,9 @@ silver_sponsors:
176201
- url: 'https://technology.doximity.com/'
177202
img: doximity.png
178203
name: Doximity
204+
- url: 'https://www.empiricus.com.br/'
205+
img: empiricus.png
206+
name: Empiricus
179207
bronze_sponsors:
180208
- url: 'https://www.accelebrate.com/'
181209
img: accelebrate.png

themes/vue/layout/index.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<h3>Special Sponsor</h3>
3535
<% var specialSponsor = theme.special_sponsors[0]; %>
3636
<a href="<%- specialSponsor.url %>" target="_blank" rel="noopener sponsored">
37-
<img src="<%- url_for(`/images/${specialSponsor.img}`) %>" style="width:160px" alt="Code.xyz Logo">
37+
<img src="<%- url_for(`/images/${specialSponsor.img}`) %>" style="width:160px" alt="Special sponsor <%- specialSponsor.name %>">
3838
<br>
39-
<span><%- specialSponsor.description %></span>
39+
<!-- <span><%- specialSponsor.description %></span> -->
4040
</a>
4141
</div>
4242
<%_ } _%>

themes/vue/source/images/authing.svg

+13
Loading
5.97 KB
Loading
Loading

themes/vue/source/images/finclip.png

13.6 KB
Loading

themes/vue/source/images/flowdash.png

23.2 KB
Loading

themes/vue/source/images/hbuilder.png

-1.04 KB
Loading

themes/vue/source/images/lendio.png

27.1 KB
Loading
Loading

0 commit comments

Comments
 (0)