Skip to content

Commit d755ea2

Browse files
committed
Added 1password logo
1 parent 8ba302a commit d755ea2

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Flow PHP is sponsored by:
7777

7878
| [![Blackfire](https://res.cloudinary.com/df2cy8zhc/image/upload/c_scale,h_300/blackfire_xiugzv.png)](https://blackfire.io/) | [![DigitalOcean Referral Badge](https://res.cloudinary.com/df2cy8zhc/image/upload/c_scale,h_146,w_450/digital-ocean_slmm2i.svg)](https://www.digitalocean.com/?refcode=0313c3031eb9&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge) | [![Sentry](https://res.cloudinary.com/df2cy8zhc/image/upload/c_scale,h_200,w_350/sentry_ai9hi6.svg)](https://sentry.io/) |
7979
|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
80-
| [![Cloudflare](https://res.cloudinary.com/df2cy8zhc/image/upload/c_scale,h_200,w_350/cloudflare_logjlf.png)](https://cloudflare.com/) | ![Tailscale VPN](https://res.cloudinary.com/df2cy8zhc/image/upload/c_fill,h_200/tailscale_biexgf.png) | |
80+
| [![Cloudflare](https://res.cloudinary.com/df2cy8zhc/image/upload/c_scale,h_200,w_350/cloudflare_logjlf.png)](https://cloudflare.com/) | ![Tailscale VPN](https://res.cloudinary.com/df2cy8zhc/image/upload/c_fill,h_200/tailscale_biexgf.png) | ![1Password](https://res.cloudinary.com/df2cy8zhc/image/upload/c_fill,h_200/1Password_sjoj4n.png) |
29.3 KB
Loading

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@
122122
</a>
123123
</div>
124124
</div>
125+
<div class="text-center h-[250px] text-center shadow-2xl shadow-gray rounded border-gray border-2 p-4 rounded">
126+
<div class="h-full w-full flex items-center justify-center">
127+
<a href="https://1password.com/" target="_blank">
128+
<img src="https://res.cloudinary.com/df2cy8zhc/image/upload/c_fill,h_200/1Password_sjoj4n.png" alt="1Password" class="inline-block max-w-full max-h-full"/>
129+
</a>
130+
</div>
131+
</div>
125132
</div>
126133
</section>
127134
</div>

0 commit comments

Comments
 (0)