Skip to content

Commit e709231

Browse files
committed
update sponsors
1 parent 069eb8d commit e709231

File tree

8 files changed

+56
-15
lines changed

8 files changed

+56
-15
lines changed

BACKERS.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,50 @@ You can join them in supporting vue-i18n development by [pledging on Patreon](ht
44

55
<h2 align="center">Gold Sponsors</h2>
66

7-
[Currently vacant. It could be you!](https://www.patreon.com/bePatron?c=1597144&patAmt=500.0)
7+
<p align="center">
8+
<a href="https://nuxtjs.org/" target="_blank">
9+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png">
10+
</a>
11+
</p>
12+
13+
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
814

915
<h2 align="center">Sliver Sponsors</h2>
1016

1117
<p align="center">
1218
<a href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01" target="_blank">
13-
<img src="https://raw.githubusercontent.com/kazupon/vue-i18n/dev/vuepress/.vuepress/public/patrons/babeledit.png">
19+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/babeledit.png">
1420
</a>
1521
</p>
1622

17-
[It could be you!](https://www.patreon.com/bePatron?c=1597144&patAmt=250.0)
23+
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
1824

1925
<h2 align="center">Bronze Sponsors</h2>
2026

2127
<p align="center">
2228
<a href="https://zenarchitects.co.jp/" target="_blank">
23-
<img src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/zenarchitects.png">
29+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png" width="200px">
30+
</a>
31+
</p>
32+
33+
<br />
34+
<br />
35+
36+
<p align="center">
37+
<a href="https://www.sendcloud.com/" target="_blank">
38+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.svg" width="200px">
2439
</a>
2540
</p>
2641

27-
[It could be you!](https://www.patreon.com/bePatron?c=1597144&patAmt=100.0)
42+
43+
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
2844

2945
<h2 align="center">Generous Supporters</h2>
3046

31-
[Currently vacant. It could be you!](https://www.patreon.com/bePatron?c=1597144&patAmt=50.0)
47+
[Currently vacant. It could be you!](https://github.com/sponsors/kazupon?o=esc)
3248

3349
<h2 align="center">Awesome Supporters</h2>
3450

3551
- Shinya Katayama
3652

37-
[It could be you!](https://www.patreon.com/bePatron?c=1597144&patAmt=20.0)
53+
[It could be you!](https://github.com/sponsors/kazupon?o=esc)

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
22

33
Internationalization plugin for Vue.js
44

5+
<h3>🥇 Gold Sponsors<h3>
6+
7+
<p>
8+
<a href="https://nuxtjs.org/" target="_blank">
9+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png">
10+
</a>
11+
</p>
12+
513
<h3>🥈 Silver Sponsors</h3>
614

715
<p>
816
<a href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01" target="_blank">
9-
<img src="https://raw.githubusercontent.com/kazupon/vue-i18n/dev/vuepress/.vuepress/public/patrons/babeledit.png">
17+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/babeledit.png">
1018
</a>
1119
</p>
1220

1321
<h3>🥉 Bronze Sponsors</h3>
1422

1523
<p>
1624
<a href="https://zenarchitects.co.jp/" target="_blank">
17-
<img src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/zenarchitects.png" width="200px">
25+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png" width="200px">
1826
</a>
1927
</p>
2028

@@ -23,7 +31,7 @@ Internationalization plugin for Vue.js
2331

2432
<p>
2533
<a href="https://www.sendcloud.com/" target="_blank">
26-
<img src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/sendcloud.png" width="200px">
34+
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.svg" width="200px">
2735
</a>
2836
</p>
2937

docs/.vitepress/theme/Layout.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ export default {
2727
<template #home-hero>
2828
<div class="sponsors">
2929
<div class="level">
30-
<h4>🥈 Silver Sponsors</h4>
30+
<h4 class="sponsor-title">🥇 Gold Sponsors</h4>
31+
<Sponsor v-for="gold in golds" v-bind="gold" />
32+
</div>
33+
<div class="level">
34+
<h4 class="sponsor-title">🥈 Silver Sponsors</h4>
3135
<Sponsor v-for="silver in silvers" v-bind="silver" />
3236
</div>
3337
<div class="level">
@@ -55,7 +59,7 @@ form {
5559
padding: 24px 0 0 0;
5660
}
5761
.sponsor-title {
58-
padding: 12px 0 0 0;
62+
padding: 12px 0;
5963
}
6064
.hero .action .nav-item {
6165
margin-left: 0;

docs/.vitepress/theme/components/Sponsor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineComponent({
3939

4040
<template>
4141
<a :href="link" :class="[tierClass]" class="base" target="_blank" rel="noopener">
42-
<img :alt="name" :src="source" :class="[tierClass]" class="base" />
42+
<img :alt="name" :src="source" />
4343
</a>
4444
</template>
4545

@@ -49,10 +49,10 @@ export default defineComponent({
4949
vertical-align: middle;
5050
}
5151
.gold {
52-
width: 440px;
52+
width: 400px;
5353
}
5454
.sliver {
55-
width: 320px;
55+
width: 300px;
5656
}
5757
.bronze {
5858
width: 200px;

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default {
88
...DefaultTheme,
99
Layout,
1010
enhanceApp({ app, router, siteData }) {
11+
app.component('GoldSponsors', () => sponsors.golds.map(prop => h(Sponsor, prop)))
1112
app.component('SilverSponsors', () => sponsors.silvers.map(prop => h(Sponsor, prop)))
1213
app.component('BronzeSponsors', () => sponsors.bronzes.map(prop => h(Sponsor, prop)))
1314
// test

docs/.vitepress/theme/state.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ export const enum TierLevel {
55
}
66

77
export const sponsors = {
8+
golds: [{
9+
name: 'NuxtJS',
10+
tier: TierLevel.Gold,
11+
link: 'https://nuxtjs.org/',
12+
source: '/nuxt.png'
13+
}],
814
silvers: [{
915
name: 'Babel Edit',
1016
tier: TierLevel.Silver,

docs/introduction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Go to [Get Started](./guide/)
1414

1515
## Sponsors
1616

17+
### 🥇 Gold
18+
19+
<p style="text-align: center;">
20+
<GoldSponsors />
21+
</p>
22+
1723
### 🥈 Silver
1824

1925
<p style="text-align: center;">

docs/public/nuxt.png

37.6 KB
Loading

0 commit comments

Comments
 (0)