Skip to content

Commit d7ec596

Browse files
committed
Add additional sponsor
1 parent afa91c1 commit d7ec596

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

content/welcome.mdx

+16-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,24 @@ $ npm install pg
1313

1414
## Supporters
1515

16-
node-postgres continued development and support is made possible by the many [supporters](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md) with a special thanks to our featured supporter:
17-
18-
<div>
19-
<a href="https://www.timescale.com">
20-
<img src="timescale.svg" style={{ height: 80 }} alt="timescale.com" />
21-
</a>
16+
node-postgres continued development and support is made possible by the many [supporters](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md) with a special thanks to our featured supporters:
17+
18+
<div class="sponsors">
19+
<div class="sponsor">
20+
<a href="https://www.timescale.com">
21+
<img src="timescale.svg" style={{ height: 80 }} alt="timescale.com" />
22+
</a>
23+
</div>
24+
<div class="sponsor">
25+
<a href="https://www.crate.io">
26+
<img src="crate-io.png" style={{ height: 80 }} alt="crate.io" />
27+
</a>
28+
</div>
2229
</div>
2330

31+
32+
If you or your company would like to sponsor node-postgres stop by [github sponsors](https://github.com/sponsors/brianc) and sign up!
33+
2434
## Getting started
2535

2636
This is the simplest possible way to connect, query, and disconnect with async/await:

src/components/styles.css

+9
Original file line numberDiff line numberDiff line change
@@ -577,3 +577,12 @@ span.code {
577577
transform: scale(1.4);
578578
}
579579
}
580+
581+
.sponsors {
582+
display: flex;
583+
margin-bottom: 30px;
584+
}
585+
586+
.sponsors .sponsor {
587+
flex: 1 1 auto;
588+
}

static/crate-io.png

5.1 KB
Loading

0 commit comments

Comments
 (0)