Skip to content

Commit dd6c987

Browse files
committed
update sponsors
1 parent d0e1564 commit dd6c987

File tree

7 files changed

+110
-16
lines changed

7 files changed

+110
-16
lines changed

BACKERS.md

Lines changed: 58 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ You can join them in supporting vue-i18n development by [pledging on Patreon](ht
55
<h2 align="center">Gold Sponsors</h2>
66

77
<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">
8+
<a
9+
href="https://nuxtjs.org/"
10+
style="margin: 1rem 1rem 0 1rem; width: 15rem; height: auto; display: inline-block; vertical-align: middle;"
11+
target="_blank"
12+
rel="noopener"
13+
>
14+
<img
15+
style="max-width: 100%; vertical-align: midele;"
16+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png"
17+
alt="Nuxt.js"
18+
>
1019
</a>
1120
</p>
1221

@@ -15,8 +24,17 @@ You can join them in supporting vue-i18n development by [pledging on Patreon](ht
1524
<h2 align="center">Sliver Sponsors</h2>
1625

1726
<p align="center">
18-
<a href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01" target="_blank">
19-
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/babeledit.png">
27+
<a
28+
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
29+
style="margin: 1rem 1rem 0 1rem; width: 12rem; height: auto; display: inline-block; vertical-align: middle;"
30+
target="_blank"
31+
rel="noopener"
32+
>
33+
<img
34+
style="max-width: 100%; vertical-align: midele;"
35+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/babeledit.png"
36+
alt="Babel Edit"
37+
>
2038
</a>
2139
</p>
2240

@@ -25,20 +43,49 @@ You can join them in supporting vue-i18n development by [pledging on Patreon](ht
2543
<h2 align="center">Bronze Sponsors</h2>
2644

2745
<p align="center">
28-
<a href="https://zenarchitects.co.jp/" target="_blank">
29-
<img src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png" width="200px">
46+
<a
47+
href="https://zenarchitects.co.jp/"
48+
style="margin: 1rem 1rem 0 1rem; width: 9rem; height: auto; display: inline-block; vertical-align: middle;"
49+
target="_blank"
50+
rel="noopener"
51+
>
52+
<img
53+
style="max-width: 100%; vertical-align: midele;"
54+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
55+
alt="Zen Architects"
56+
>
3057
</a>
3158
</p>
3259

33-
<br />
34-
<br />
35-
3660
<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">
61+
<a
62+
href="https://www.sendcloud.com/"
63+
style="margin: 1rem 1rem 0 1rem; width: 9rem; height: auto; display: inline-block; vertical-align: middle;"
64+
target="_blank"
65+
rel="noopener"
66+
>
67+
<img
68+
style="max-width: 100%; vertical-align: midele;"
69+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.png"
70+
alt="Send Cloud"
71+
>
3972
</a>
4073
</p>
4174

75+
<p align="center">
76+
<a
77+
href="https://www.vuemastery.com/"
78+
style="margin: 1rem 1rem 0 1rem; width: 9rem; height: auto; display: inline-block; vertical-align: middle;"
79+
target="_blank"
80+
rel="noopener"
81+
>
82+
<img
83+
style="max-width: 100%; vertical-align: midele;"
84+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
85+
alt="Vue Mastery"
86+
>
87+
</a>
88+
</p>
4289

4390
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
4491

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,28 @@ export default defineComponent({
3939

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

4646
<style scoped>
4747
.base {
48+
margin: 1rem 1rem 0 1rem;
49+
height: auto;
4850
display: inline-block;
4951
vertical-align: middle;
5052
}
5153
.gold {
52-
width: 400px;
54+
width: 15rem;
5355
}
5456
.sliver {
55-
width: 300px;
57+
width: 12rem;
5658
}
5759
.bronze {
58-
width: 200px;
60+
width: 9rem;
61+
}
62+
.banner {
63+
max-width: 100%;
64+
vertical-align: midele;
5965
}
6066
</style>

docs/.vitepress/theme/state.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export const sponsors = {
2626
name: 'SendCloud',
2727
tier: TierLevel.Bronze,
2828
link: 'https://www.sendcloud.com/',
29-
source: '/sendcloud.svg'
29+
source: '/sendcloud.png'
30+
}, {
31+
name: 'Vue Mastery',
32+
tier: TierLevel.Bronze,
33+
link: 'https://www.vuemastery.com/',
34+
source: '/vuemastery.png'
3035
}]
3136
} as const

docs/public/nuxt.png

-32.2 KB
Loading

docs/public/vuemastery.png

41.7 KB
Loading

docs/public/vuemastery.svg

Lines changed: 36 additions & 0 deletions
Loading

docs/public/zenarchitects.png

14.5 KB
Loading

0 commit comments

Comments
 (0)