Skip to content

Commit

Permalink
update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 3, 2022
1 parent 74df08e commit 9291b57
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Head over to the [discussions](https://github.com/egoist/tsup/discussions) to sh

## Sponsors

<a href="https://browserku.com" target="_blank"><img src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/upic/ETF2kP.png" alt="browserku"></a>
<a href="https://chromatic.com" target="_blank"><img src="https://fastly.jsdelivr.net/gh/egoist-bot/images@main/uPic/Frame%203.png" width="700" alt="chromatic"></a>

[![sponsors](https://sponsors-images.egoist.dev/sponsors.svg)](https://github.com/sponsors/egoist)

Expand Down
31 changes: 25 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
rel="stylesheet"
href="https://unpkg.com/@egoist/docup@2/dist/docup.min.css"
/>
<style>
.logo-dark {
display: none;
}
@media (prefers-color-scheme: dark) {
.logo {
display: none;
}
.logo-dark {
display: block;
}
}
</style>
</head>
<body>
<script type="module">
Expand All @@ -37,15 +50,21 @@
link: `https://github.com/sponsors/egoist`,
},
],
beforeSidebar: `<div style="background:#f9f9f9;padding: 20px;">
<div>
beforeSidebar: `<div style="padding: 20px;">
<div style="margin-bottom:10px">
<strong style="font-size: 0.8rem;color:#ccc;">SPONSOR</strong>
</div>
<a href="https://browserku.com" rel="nofollow noopener" target="_blank"
<a href="https://chromatic.com" rel="nofollow noopener" target="_blank"
><img
title="API for web scraping, screenshots, PDF generation and more"
alt="browserku logo"
src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/upic/b38Wz1.png"
title="Ship UIs faster with automated workflows for Storybook"
alt="chromatic logo"
class="logo"
src="https://fastly.jsdelivr.net/gh/egoist-bot/images@main/uPic/Group 2 (1).png"
/><img
title="Ship UIs faster with automated workflows for Storybook"
alt="chromatic logo"
class="logo logo-dark"
src="https://fastly.jsdelivr.net/gh/egoist-bot/images@main/uPic/Group 2 (2).png"
/></a>
</div>`,
})
Expand Down

1 comment on commit 9291b57

@vercel
Copy link

@vercel vercel bot commented on 9291b57 Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.