Skip to content

Commit 0048666

Browse files
committed
Add Warp banner
1 parent 2540287 commit 0048666

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

src/sponsors/sponsors.pug

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
section.sponsors
22
h2.sponsors_title Sponsors
3-
ul.sponsors_items
4-
li.sponsors_item.is-tailwindcss
5-
a.sponsors_link( target="_blank" rel="noopener" href="https://tailwindcss.com/" )
6-
img.sponsors_logo( alt="Tailwind" src="./sponsors/tailwind.svg" )
7-
li.sponsors_item.is-themeisle
8-
a.sponsors_link( target="_blank" rel="noopener" href="https://themeisle.com/" )
9-
img.sponsors_logo( alt="Tailwind" src="./sponsors/themeisle.png" )
10-
p.sponsors_join
11-
| Is your company using PostCSS? #[a.sponsors_fund( href="https://opencollective.com/postcss/" ) Join this list!]
3+
br
4+
br
5+
div( align="center" )
6+
a( href="https://go.warp.dev/postcss" )
7+
img( alt="Warp sponsorship" width="400" src="https://github.com/user-attachments/assets/ab8dd143-b0fd-4904-bdc5-dd7ecac94eae" )
8+
br
9+
| Warp is the agentic development environment,
10+
br
11+
| built for coding with multiple AI agents
12+
ul.sponsors_items
13+
li.sponsors_item.is-tailwindcss
14+
a.sponsors_link( target="_blank" rel="noopener" href="https://tailwindcss.com/" )
15+
img.sponsors_logo( alt="Tailwind" src="./sponsors/tailwind.svg" )
16+
li.sponsors_item.is-themeisle
17+
a.sponsors_link( target="_blank" rel="noopener" href="https://themeisle.com/" )
18+
img.sponsors_logo( alt="Tailwind" src="./sponsors/themeisle.png" )
19+
p.sponsors_join
20+
| Is your company using PostCSS? #[a.sponsors_fund( href="https://opencollective.com/postcss/" ) Join this list!]

0 commit comments

Comments
 (0)