Skip to content

Commit 4d3275f

Browse files
committed
chore: up sponsors
1 parent b974f47 commit 4d3275f

File tree

2 files changed

+77
-4
lines changed

2 files changed

+77
-4
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,55 @@
2121

2222
[**📚 Documentation**](https://vuefire.vuejs.org/)
2323

24+
## Help me keep working on this project 💚
25+
26+
- [Become a Sponsor on GitHub](https://github.com/sponsors/posva)
27+
- [One-time donation via PayPal](https://paypal.me/posva)
28+
29+
<!--sponsors start-->
30+
31+
<h4 align="center">Silver Sponsors</h4>
32+
<p align="center">
33+
<a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
34+
<picture>
35+
<source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
36+
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
37+
</picture>
38+
</a>
39+
<a href="https://www.prefect.io/" target="_blank" rel="noopener noreferrer">
40+
<picture>
41+
<source srcset="https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Prefect" />
42+
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
43+
</picture>
44+
</a>
45+
</p>
46+
47+
<h4 align="center">Bronze Sponsors</h4>
48+
<p align="center">
49+
<a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">
50+
<picture>
51+
<source srcset="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Stanislas Ormières" />
52+
<img src="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" height="26px" alt="Stanislas Ormières" />
53+
</picture>
54+
</a>
55+
<a href="https://www.vuejs.de" target="_blank" rel="noopener noreferrer">
56+
<picture>
57+
<source srcset="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Antony Konstantinidis" />
58+
<img src="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" height="26px" alt="Antony Konstantinidis" />
59+
</picture>
60+
</a>
61+
<a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
62+
<picture>
63+
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
64+
<img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
65+
</picture>
66+
</a>
67+
</p>
68+
69+
<!--sponsors end-->
70+
71+
---
72+
2473
## Status
2574

2675
- VueFire is currently stable
Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,38 @@
11
{
2+
"platinum": [],
3+
"gold": [],
24
"silver": [
35
{
46
"href": "https://www.vuemastery.com/",
57
"alt": "VueMastery",
6-
"imgSrc": "https://www.vuemastery.com/images/vuemastery.svg"
8+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg",
9+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png"
710
},
811
{
9-
"imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg",
10-
"href": "https://www.vuetifyjs.com/",
11-
"alt": "Vuetify"
12+
"href": "https://www.prefect.io/",
13+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg",
14+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg",
15+
"alt": "Prefect"
16+
}
17+
],
18+
"bronze": [
19+
{
20+
"alt": "Stanislas Ormières",
21+
"href": "https://stormier.ninja",
22+
"imgSrcDark": "https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4",
23+
"imgSrcLight": "https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4"
24+
},
25+
{
26+
"alt": "Antony Konstantinidis",
27+
"href": "https://www.vuejs.de",
28+
"imgSrcDark": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4",
29+
"imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4"
30+
},
31+
{
32+
"href": "https://nuxtlabs.com",
33+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg",
34+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg",
35+
"alt": "Nuxt Labs"
1236
}
1337
]
1438
}

0 commit comments

Comments
 (0)