mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -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">
|
<a href="https://framer.com" target="_blank">
|
||||||
<img src="/resources/images/sponsors/framer.svg" alt="Framer" title="Framer" height="32">
|
<img src="/resources/images/sponsors/framer.svg" alt="Framer" title="Framer" height="32">
|
||||||
</a>
|
</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">
|
<a href="https://sourcegraph.com/" target="_blank">
|
||||||
<img src="/resources/images/sponsors/sourcegraph.svg" alt="Sourcegraph" title="Sourcegraph" height="30">
|
<img src="/resources/images/sponsors/sourcegraph.svg" alt="Sourcegraph" title="Sourcegraph" height="30">
|
||||||
</a>
|
</a>
|
||||||
|
@ -176,6 +179,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
<div class="cols">
|
||||||
|
<div class="col">
|
||||||
<div class="sponsorship-primer">
|
<div class="sponsorship-primer">
|
||||||
<h3>sponsored by <b>users like you</b></h3>
|
<h3>sponsored by <b>users like you</b></h3>
|
||||||
<p>
|
<p>
|
||||||
|
@ -184,6 +189,18 @@
|
||||||
<a href="/sponsor" class="button purple">See sponsorships</a>
|
<a href="/sponsor" class="button purple">See sponsorships</a>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
|
|
||||||
<section class="light">
|
<section class="light">
|
||||||
|
|
|
@ -567,6 +567,7 @@ div.ap-wrapper:fullscreen div.ap-player {
|
||||||
|
|
||||||
.sponsor-experience .experience-logo {
|
.sponsor-experience .experience-logo {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-experience .experience-credit {
|
.sponsor-experience .experience-credit {
|
||||||
|
@ -600,6 +601,10 @@ div.ap-wrapper:fullscreen div.ap-player {
|
||||||
background: linear-gradient(to right, #635bff 30%, #d4b8ff);
|
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