Skip to content

Commit 7cc1e9f

Browse files
committed
Sponsor tiers
1 parent c35aa3c commit 7cc1e9f

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ can be checked before you run the actual line.
2424

2525
## Sponsors
2626

27+
### Gold Sponsor
28+
29+
<a href="https://ma.tt/"><img src="website/src/images/sponsor/matt.png" alt="Matt Mullenweg" width="290" height="64"></a>
30+
31+
### Silver Sponsor
32+
33+
<a href="https://www.startupjobs.cz/startup/shipmonk"><img src="website/src/images/sponsor/shipmonk.jpg" alt="ShipMonk" width="290" height="64"></a>
34+
35+
### Bronze Sponsors
36+
2737
<a href="https://coders.thecodingmachine.com/phpstan"><img src="website/src/images/sponsor/tcm.png" alt="TheCodingMachine" width="247" height="64"></a>
2838
&nbsp;&nbsp;&nbsp;
2939
<a href="https://packagist.com/?utm_source=phpstan&utm_medium=readme&utm_campaign=sponsorlogo"><img src="website/src/images/sponsor/packagist.png" alt="Private Packagist" width="283" height="64"></a>
@@ -36,7 +46,7 @@ can be checked before you run the actual line.
3646
&nbsp;&nbsp;&nbsp;
3747
<a href="https://www.fame.fi/"><img src="website/src/images/sponsor/fame.png" alt="Fame Helsinki" width="283" height="64"></a>
3848
<br>
39-
<a href="https://www.startupjobs.cz/startup/shipmonk"><img src="website/src/images/sponsor/shipmonk.jpg" alt="ShipMonk" width="290" height="64"></a>
49+
<a href="https://werkenbijbelsimpel.nl/en/about-us/"><img src="website/src/images/sponsor/belsimpel.png" alt="Belsimpel" width="284" height="64"></a>
4050
&nbsp;&nbsp;&nbsp;
4151
<a href="https://togetter.com/"><img src="website/src/images/sponsor/togetter.png" alt="Togetter" width="283" height="64"></a>
4252
<br>
@@ -63,14 +73,9 @@ can be checked before you run the actual line.
6373
<a href="https://www.shoptet.cz/"><img src="website/src/images/sponsor/shoptet.png" alt="Shoptet" width="283" height="64"></a>
6474
&nbsp;&nbsp;&nbsp;
6575
<a href="https://route4me.com/"><img src="website/src/images/sponsor/route4me.png" alt="Route4Me: Route Optimizer and Route Planner Software" width="283" height="64"></a>
66-
<br>
67-
<a href="https://werkenbijbelsimpel.nl/en/about-us/"><img src="website/src/images/sponsor/belsimpel.png" alt="Belsimpel" width="284" height="64"></a>
68-
&nbsp;&nbsp;&nbsp;
69-
7076

71-
[**You can now sponsor my open-source work on PHPStan through GitHub Sponsors.**](https://github.com/sponsors/ondrejmirtes)
7277

73-
Does GitHub already have your 💳? Do you use PHPStan to find 🐛 before they reach production? [Send a couple of 💸 a month my way too.](https://github.com/sponsors/ondrejmirtes) Thank you!
78+
[**You can now sponsor my open-source work on PHPStan through GitHub Sponsors and also directly.**](https://phpstan.org/sponsor)
7479

7580
One-time donations [through Revolut.me](https://revolut.me/ondrejmirtes) are also accepted. To request an invoice, [contact me](mailto:[email protected]) through e-mail.
7681

website/src/images/sponsor/matt.png

58.5 KB
Loading

website/src/index.njk

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,29 @@ pageType: home
125125
</div>
126126
</div>
127127

128-
<div class="bg-white rounded-lg px-16 py-8 mt-16 border border-slate-200">
128+
<div class="bg-white rounded-lg px-16 py-8 mt-16 border border-slate-200 exclude-from-dark">
129129
<div class="relative">
130-
<h2 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Sponsors</h2>
131130
<p class="mt-4 max-w-3xl mx-auto text-center text-xl text-gray-500">The development of PHPStan is made possible thanks to these generous companies and individuals.</p>
132131
<p class="mt-2 max-w-3xl mx-auto text-center text-base text-gray-500">Want your logo here? <a href="/sponsor" class="underline hover:no-underline">Learn more</a></p>
133132
</div>
134133

135-
<div class="grid grid-flow-row-dense grid-cols-2 lg:grid-cols-3 gap-8 items-center mt-8 p-8 rounded-lg exclude-from-dark">
134+
<h2 class="mt-8 text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Gold Sponsor</h2>
135+
<div class="flex flex-wrap justify-center gap-8 items-center mt-4 p-8 rounded-lg">
136+
<a href="https://ma.tt/"><img src="/tmp/images/sponsor/matt.png" alt="Matt Mullenweg" width="290" height="64"></a>
137+
</div>
138+
139+
<h2 class="mt-8 text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Silver Sponsor</h2>
140+
<div class="flex flex-wrap justify-center gap-8 items-center mt-4 p-8 rounded-lg">
141+
<a href="https://www.startupjobs.cz/startup/shipmonk"><img src="/tmp/images/sponsor/shipmonk.jpg" alt="ShipMonk" width="290" height="64"></a>
142+
</div>
143+
144+
145+
<h2 class="mt-8 text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Bronze Sponsors</h2>
146+
<div class="grid grid-flow-row-dense grid-cols-2 lg:grid-cols-3 gap-8 items-center mt-4 p-8 rounded-lg">
136147
<a href="https://coders.thecodingmachine.com/phpstan"><img src="/tmp/images/sponsor/tcm.png" alt="TheCodingMachine" width="247" height="64"></a>
137148
<a href="https://packagist.com/?utm_source=phpstan&utm_medium=readme&utm_campaign=sponsorlogo"><img src="/tmp/images/sponsor/packagist.png" alt="Private Packagist" width="283" height="64"></a>
138149
<a href="https://blackfire.io/docs/introduction?utm_source=phpstan&utm_medium=github_readme&utm_campaign=logo"><img src="/tmp/images/sponsor/blackfire.png" alt="Blackfire.io" width="254" height="64"></a>
139150
<a href="https://www.iodigital.com/"><img src="/tmp/images/sponsor/io.png" alt="iO" width="254" height="65"></a>
140-
<a href="https://www.startupjobs.cz/startup/shipmonk"><img src="/tmp/images/sponsor/shipmonk.jpg" alt="ShipMonk" width="290" height="64"></a>
141151
<a href="https://jobs.ticketswap.com/"><img src="/tmp/images/sponsor/ticketswap.png" alt="TicketSwap" width="269" height="64"></a>
142152
<a href="https://togetter.com/"><img src="/tmp/images/sponsor/togetter.png" alt="Togetter" width="283" height="64"></a>
143153
<a href="https://join.rightcapital.com/?utm_source=phpstan&utm_medium=github&utm_campaign=sponsorship"><img src="/tmp/images/sponsor/rightcapital.png" alt="RightCapital" width="283" height="64"></a>

0 commit comments

Comments
 (0)