Skip to content

Commit

Permalink
chore: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 30, 2023
1 parent 374f173 commit ca75921
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
<p align="center">
<a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Stanislas Ormières" />
<img src="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" height="26px" alt="Stanislas Ormières" />
<source srcset="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Stanislas Ormières" />
<img src="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" height="26px" alt="Stanislas Ormières" />
</picture>
</a>
<a href="https://www.vuejs.de" target="_blank" rel="noopener noreferrer">
Expand All @@ -42,10 +42,16 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
<img src="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" height="26px" alt="Antony Konstantinidis" />
</picture>
</a>
<a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
<a href="https://storyblok.com" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
<img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
<source srcset="https://posva-sponsors.pages.dev/logos/storyblok.png" media="(prefers-color-scheme: dark)" height="26px" alt="Storyblok" />
<img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
</picture>
</a>
<a href="https://ui.nuxt.com/pro" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://avatars.githubusercontent.com/u/81570812?v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Nuxt UI Pro Templates" />
<img src="https://avatars.githubusercontent.com/u/81570812?v=4" height="26px" alt="Nuxt UI Pro Templates" />
</picture>
</a>
</p>
Expand Down
24 changes: 15 additions & 9 deletions packages/docs/.vitepress/theme/components/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"gold": [],
"silver": [
{
"href": "https://www.vuemastery.com/",
"alt": "VueMastery",
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg",
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png"
"href": "https://www.vuemastery.com/",
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
},
{
"alt": "Prefect",
"href": "https://www.prefect.io/",
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg",
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg",
"alt": "Prefect"
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg"
}
],
"bronze": [
Expand All @@ -29,10 +29,16 @@
"imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4"
},
{
"href": "https://nuxtlabs.com",
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg",
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg",
"alt": "Nuxt Labs"
"alt": "Storyblok",
"href": "https://storyblok.com",
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/storyblok.png",
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png"
},
{
"alt": "Nuxt UI Pro Templates",
"href": "https://ui.nuxt.com/pro",
"imgSrcDark": "https://avatars.githubusercontent.com/u/81570812?v=4",
"imgSrcLight": "https://avatars.githubusercontent.com/u/81570812?v=4"
}
]
}

0 comments on commit ca75921

Please sign in to comment.