Skip to content

Commit 0161078

Browse files
committed
docs: add prisma as a premium sponsor
1 parent 09f9532 commit 0161078

File tree

4 files changed

+41
-32
lines changed

4 files changed

+41
-32
lines changed
Lines changed: 24 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,44 @@
11
<template>
22
<div>
3-
<h4 class="text-base font-semibold mb-2">Premium sponsors</h4>
3+
<h4 class="text-base font-semibold">Premium sponsors</h4>
44
</div>
5+
<a
6+
href="https://www.prisma.io"
7+
target="_blank"
8+
rel="noopener"
9+
>
10+
<div class="my-4 py-6 px-6 bg-white/5">
11+
<img
12+
src="/logos/prisma-full.svg"
13+
alt="Prisma"
14+
class="object-cover"
15+
>
16+
</div>
17+
</a>
518
<a
619
href="https://github.com/sponsors/privatenumber/sponsorships?pay_prorated=false&tier_id=388346"
720
target="_blank"
8-
class="sponsor-placeholder"
21+
rel="noopener"
22+
class="sponsor-button"
923
>
10-
Your logo + link here
11-
12-
<button type="button" class="sponsor-button mt-4">
13-
Become a sponsor
14-
</button>
24+
Become a premium sponsor
1525
</a>
1626
</template>
1727

1828
<style scoped>
19-
.sponsor-placeholder {
20-
@apply
21-
block
22-
border-2
23-
border-dashed
24-
rounded
25-
py-6
26-
text-center
27-
text-sm
28-
transition-colors
29-
text-zinc-500
30-
border-zinc-400
31-
hover:text-zinc-800
32-
hover:border-zinc-700;
33-
}
34-
35-
html.dark .sponsor-placeholder {
36-
@apply
37-
border-zinc-500
38-
text-zinc-500
39-
hover:border-zinc-200
40-
hover:text-zinc-200;
41-
}
42-
4329
.sponsor-button {
4430
@apply
31+
block
32+
w-fit
33+
mx-auto
4534
text-xs
4635
rounded-full
36+
transition-colors
4737
bg-pink-500
38+
hover:bg-pink-600
4839
text-white
49-
py-1
40+
mt-5
41+
py-1.5
5042
px-4;
5143
}
5244
</style>

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ _tsx_ is recognized by both [Node.js](https://nodejs.org/en/learn/getting-starte
189189
href="https://github.com/arktypeio/arktype/blob/1820e86e93e1ccaabda7f8de28fb7f04320d6fc8/package.json#L59"
190190
img-src="/logos/arktype.svg"
191191
/>
192+
<ImageLink
193+
alt="Prisma"
194+
href="https://github.com/prisma/prisma/blob/f19a3e28a37327eb0a5e45941c0e4abf3dbab136/package.json#L94"
195+
img-src="/logos/prisma.svg"
196+
/>
192197
</div>
193198

194199
To find more examples of where & how _tsx_ is used, [search on GitHub](https://github.com/search?q=path%3Apackage.json+%22%5C%22tsx%5C%22%3A+%5C%22%22&type=code).

docs/public/logos/prisma-full.svg

Lines changed: 9 additions & 0 deletions
Loading

docs/public/logos/prisma.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)