Skip to content

Commit 45631e2

Browse files
committed
Added cloudflare to sponsors lists
1 parent 91283af commit 45631e2

2 files changed

Lines changed: 26 additions & 13 deletions

File tree

23.5 KB
Loading

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

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,34 @@
7979
<section class="mx-auto my-10 px-2">
8080
<h2 class="font-bold text-5xl mb-5">Sponsors</h2>
8181

82-
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 p-4 shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
83-
<div class="text-center">
84-
<a href="https://blackfire.io/" target="_blank" class="inline-block">
85-
<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]" />
86-
</a>
82+
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 p-4">
83+
<div class="text-center h-[250px] text-center shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
84+
<div class="h-full w-full flex items-center justify-center">
85+
<a href="https://www.digitalocean.com/?refcode=0313c3031eb9&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank">
86+
<img src="{{ asset('images/sponsors/digital-ocean.svg') }}" alt="Digital Ocean" class="inline-block min-w-[350px] max-w-full max-h-full"/>
87+
</a>
88+
</div>
8789
</div>
88-
<div class="text-center">
89-
<a href="https://www.digitalocean.com/?refcode=0313c3031eb9&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank">
90-
<img src="{{ asset('images/sponsors/digital-ocean.svg') }}" alt="Digital Ocean" class="inline-block !w-[450px] !h-[150px]"/>
91-
</a>
90+
<div class="text-center h-[250px] text-center shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
91+
<div class="h-full w-full flex items-center justify-center bg-white">
92+
<a href="https://blackfire.io/" target="_blank" class="inline-block">
93+
<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 max-w-full max-h-full" />
94+
</a>
95+
</div>
9296
</div>
93-
<div class="text-center">
94-
<a href="https://sentry.io" target="_blank">
95-
<img src="{{ asset('images/sponsors/sentry.svg') }}" alt="Sentry" class="inline-block !w-[450px] !h-[150px]"/>
96-
</a>
97+
<div class="text-center h-[250px] text-center shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
98+
<div class="h-full w-full flex items-center justify-center">
99+
<a href="https://sentry.io" target="_blank">
100+
<img src="{{ asset('images/sponsors/sentry.svg') }}" alt="Sentry" class="inline-block max-w-full max-h-full"/>
101+
</a>
102+
</div>
103+
</div>
104+
<div class="text-center h-[250px] text-center shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
105+
<div class="h-full w-full flex items-center justify-center">
106+
<a href="https://sentry.io" target="_blank">
107+
<img src="{{ asset('images/sponsors/cloudflare.png') }}" alt="Cloudflare" class="inline-block max-w-full max-h-full"/>
108+
</a>
109+
</div>
97110
</div>
98111
</div>
99112
</section>

0 commit comments

Comments
 (0)