Add HopeTV sponsor

This commit is contained in:
Matthew Holt 2024-12-30 10:40:36 -07:00
parent 1325ce3cca
commit e103271b83
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 28 additions and 6 deletions

View file

@ -79,6 +79,9 @@
<a href="https://framer.com" target="_blank">
<img src="/resources/images/sponsors/framer.svg" alt="Framer" title="Framer" height="32">
</a>
<a href="https://hopetv.org/" target="_blank">
<img src="/resources/images/sponsors/hopetv.png" alt="Hope Channel" title="Hope Channel" height="44">
</a>
<a href="https://sourcegraph.com/" target="_blank">
<img src="/resources/images/sponsors/sourcegraph.svg" alt="Sourcegraph" title="Sourcegraph" height="30">
</a>
@ -176,12 +179,26 @@
</div>
<div class="wrapper">
<div class="sponsorship-primer">
<h3>sponsored by <b>users like you</b></h3>
<p>
Caddy is free software and relies on sponsorships to survive. Not just donations: sponsorships ensure ongoing development and provide your business with tangible benefits.
</p>
<a href="/sponsor" class="button purple">See sponsorships</a>
<div class="cols">
<div class="col">
<div class="sponsorship-primer">
<h3>sponsored by <b>users like you</b></h3>
<p>
Caddy is free software and relies on sponsorships to survive. Not just donations: sponsorships ensure ongoing development and provide your business with tangible benefits.
</p>
<a href="/sponsor" class="button purple">See sponsorships</a>
</div>
</div>
<div class="col">
<div class="sponsor-experience hopetv">
<img src="/resources/images/sponsors/hopetv.png" class="experience-logo">
<div class="experience-content">
<div class="experience-quote">
"Caddy's powerful technology has enabled Hope Channel International to deliver hope to millions, reaching people in every corner of the world."
</div>
</div>
</div>
</div>
</div>
</div>
</div>

View file

@ -567,6 +567,7 @@ div.ap-wrapper:fullscreen div.ap-player {
.sponsor-experience .experience-logo {
width: 150px;
margin: auto;
}
.sponsor-experience .experience-credit {
@ -600,6 +601,10 @@ div.ap-wrapper:fullscreen div.ap-player {
background: linear-gradient(to right, #635bff 30%, #d4b8ff);
}
.sponsor-experience.hopetv {
background: linear-gradient(to right, rgb(11, 77, 162) 30%, rgb(255, 212, 0));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB