Skip to content

Commit bfdd289

Browse files
committed
Added digital ocean to sponsors list
1 parent a710e5f commit bfdd289

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ Join us in shaping the future of data processing in PHP — every contribution,
6262

6363
Flow PHP is sponsored by:
6464

65-
- [Blackfire](https://blackfire.io/) - the best PHP profiling and monitoring tool!
66-
65+
[![Blackfire](https://www.blackfire.io/static/b73011a539f8d0af0ba02077b77f174e/1144f/blackfire-logo-positive.webp)](https://blackfire.io/)
66+
67+
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=0313c3031eb9&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)

‎web/landing/templates/main/sponsor.html.twig‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% endblock %}
1818

1919
{% block main %}
20-
<div class="max-w-screen-xl mx-auto" data-controller="cookie-fallback">
20+
<div class="max-w-screen-xl mx-auto">
2121
<section class="mx-auto my-10 px-2">
2222
<h1 class="font-bold text-6xl">Sponsor Flow <img src="{{ asset('images/icons/heart.svg') }}" alt="external resource" width="64" height="64" class="ml-1 inline"></h1>
2323
<p class="mt-4">
@@ -44,6 +44,25 @@
4444
<p>
4545
Please find more at <a href="https://norbert.tech/consulting" target="_blank">https://norbert.tech/consulting</a>
4646
</p>
47+
<hr class="mt-4" />
48+
</section>
49+
</div>
50+
<div class="max-w-screen-xl mx-auto">
51+
<section class="mx-auto my-10 px-2">
52+
<h2 class="font-bold text-5xl mb-5">Sponsors</h2>
53+
54+
<div class="grid grid-cols-2 p-4">
55+
<div class="text-center">
56+
<a href="https://blackfire.io/" target="_blank" class="bg-white inline-block">
57+
<img src="https://i0.wp.com/blog.blackfire.io/wp-content/uploads/2023/06/BFlogo_aPSHproduct_Color_H.png?fit=3650%2C1599&ssl=1" alt="Blackfire.io" class="inline-block !w-[450px] !h-[150px]" />
58+
</a>
59+
</div>
60+
<div class="text-center">
61+
<a href="https://www.digitalocean.com/?refcode=0313c3031eb9&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank">
62+
<img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%203.svg" alt="Digital Ocean" class="inline-block !w-[450px] !h-[150px]"/>
63+
</a>
64+
</div>
65+
</div>
4766
</section>
4867
</div>
4968
{% endblock %}

0 commit comments

Comments
 (0)