Skip to content

Commit

Permalink
docs: show Vladimir's sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 12, 2023
1 parent 1ac4bb8 commit d622576
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -81,6 +81,14 @@ $ npx vitest
</a>
</p>

### Vladimir Sponsors

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg'/>
</a>
</p>

### Patak Sponsors

<p align="center">
Expand Down
14 changes: 14 additions & 0 deletions docs/.vitepress/components/HomePage.vue
Expand Up @@ -41,6 +41,20 @@ import { teamMembers } from '../contributors'
>
</a>
</div>
<div class="flex flex-col">
<a text-lg h="32px" href="https://github.com/sponsors/sheremet-va" rel="noopener noreferrer">Vladimir's Sponsors</a>
<a href="https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg" target="_blank" rel="noopener noreferrer">
<img
crossorigin="anonymous"
inline-block
width="768" height="1464"
class="resizable-img"
loading="lazy"
src="/sponsors/sheremet-va.svg"
alt="Vladimir's sponsors"
>
</a>
</div>
<div class="flex flex-col">
<a text-lg h="32px" href="https://github.com/sponsors/patak-dev" rel="noopener noreferrer">Patak's Sponsors</a>
<a href="https://cdn.jsdelivr.net/gh/patak-dev/static/sponsors.svg" target="_blank" rel="noopener noreferrer">
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/scripts/fetch-avatars.ts
Expand Up @@ -32,6 +32,7 @@ async function fetchSponsors() {
await fs.ensureDir(dirSponsors)
await download('https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg', join(dirSponsors, 'antfu.svg'))
await download('https://cdn.jsdelivr.net/gh/patak-dev/static/sponsors.svg', join(dirSponsors, 'patak-dev.svg'))
await download('https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg', join(dirSponsors, 'sheremet-va.svg'))
}

fetchAvatars()
Expand Down

0 comments on commit d622576

Please sign in to comment.