mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
Add HopeTV sponsor
This commit is contained in:
parent
1325ce3cca
commit
e103271b83
3 changed files with 28 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
BIN
src/resources/images/sponsors/hopetv.png
Normal file
BIN
src/resources/images/sponsors/hopetv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue