Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new bronze sponsor - DotcomMonitor #679

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/assets/img/sponsors/dotcom-monitor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/assets/less/pages/sponsors.less
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@
height: 40px;
}
}

&.dotcom-monitor {
height: 25px;

@media (min-width: 576px) {
height: 30px;
}
}
}

.sp-text {
Expand Down
26 changes: 20 additions & 6 deletions src/views/pages/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@ <h3 class="sp-header bronze-header" id="bronze">BRONZE</h3>

<div class="sp-row row-bronze">
<div class="sp-item">
<div class="sp">
<div class="sp" title="Clever Cloud">
<a target="_blank" rel="noopener noreferrer" href="https://www.clever-cloud.com">
<img class="sp-img" width="231" height="60" src="{{@shared.assetsHost}}/img/sponsors/clever-cloud.png" srcset="{{@shared.assetsHost}}/img/sponsors/[email protected] 2x" loading="lazy">
</a>
</div>
</div>

<div class="sp-item">
<div class="sp">
<div class="sp" title="Prebid">
<a target="_blank" rel="noopener noreferrer" href="https://prebid.org">
{{! filename is "pb" because "prebid" keyword is commonly blocked by ad blockers }}
<img class="sp-img" width="201" height="60" src="{{@shared.assetsHost}}/img/sponsors/pb.png" srcset="{{@shared.assetsHost}}/img/sponsors/[email protected] 2x" loading="lazy">
Expand All @@ -235,36 +235,50 @@ <h3 class="sp-header bronze-header" id="bronze">BRONZE</h3>
</div>

<div class="sp-item">
<div class="sp">
<div class="sp" title="SpeedCurve">
<a target="_blank" rel="noopener noreferrer" href="https://www.speedcurve.com">
<img class="sp-img" width="265" height="60" src="{{@shared.assetsHost}}/img/sponsors/speedcurve.png" srcset="{{@shared.assetsHost}}/img/sponsors/[email protected] 2x" loading="lazy">
</a>
</div>
</div>

<div class="sp-item">
<div class="sp">
<div class="sp" title="PackageCloud">
<a target="_blank" rel="noopener noreferrer" href="https://packagecloud.io">
<img class="sp-img packagecloud" width="223" height="30" src="{{@shared.assetsHost}}/img/sponsors/packagecloud.png" srcset="{{@shared.assetsHost}}/img/sponsors/[email protected] 2x" loading="lazy">
</a>
</div>
</div>

<div class="sp-item">
<div class="sp">
<div class="sp" title="BairesDev">
<a target="_blank" rel="noopener noreferrer" href="https://www.bairesdev.com/sponsoring-open-source-projects/">
<img class="sp-img" width="223" height="60" src="{{@shared.assetsHost}}/img/sponsors/bairesdev.svg" loading="lazy">
</a>
</div>
</div>

<div class="sp-item">
<div class="sp">
<div class="sp" title="Route4Me">
<a target="_blank" rel="noopener noreferrer" href="https://route4me.com/">
<img class="sp-img" width="250" height="60" src="{{@shared.assetsHost}}/img/sponsors/route_4_me.svg" alt="Route Planner and Route Optimizer" loading="lazy">
</a>
</div>
</div>

<div class="sp-item">
<div class="sp"
title="Dotcom-Monitor is a trusted leader in website and network monitoring, providing a comprehensive suite of tools to keep digital assets secure, optimized, and available 24/7. With over two decades of experience, Dotcom-Monitor serves thousands of organizations globally.">
<a target="_blank" rel="noopener noreferrer" href="https://www.dotcom-monitor.com/sponsoring-open-source-projects/">
<img class="sp-img dotcom-monitor"
width="245"
height="25"
src="{{@shared.assetsHost}}/img/sponsors/dotcom-monitor.svg"
alt="Advanced Website Monitoring Solutions"
loading="lazy">
</a>
</div>
</div>
</div>

<div class="be-a-sp">
Expand Down
Loading