Skip to content

Commit ad0545f

Browse files
committed
Add logos
1 parent 1c1cc8d commit ad0545f

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

www/assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
gap: 2rem;
128128
}
129129

130+
.gap-16 {
131+
gap: 4rem;
132+
}
133+
130134
.text-center {
131135
text-align: center;
132136
}

www/assets/images/logo-datadog.png

11.5 KB
Loading
5.79 KB
Loading

www/pages/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ permalink: /
1919
</div>
2020
</section>
2121

22+
<section class="py-8 bg-white">
23+
<div class="container mx-auto px-4">
24+
<p class="text-center text-sm font-medium mb-6" style="color: var(--color-text-light); text-transform: uppercase; letter-spacing: 0.1em;">Deployed by</p>
25+
<div class="flex justify-center items-center gap-16 flex-wrap">
26+
<a href="https://www.datadoghq.com/" target="_blank" rel="noopener" style="opacity: 0.7;">
27+
<img src="{{ site.baseurl }}/assets/images/logo-datadog.png" alt="Datadog" style="height: 36px; width: auto;">
28+
</a>
29+
<a href="https://www.powerdns.com/" target="_blank" rel="noopener" style="opacity: 0.7;">
30+
<img src="{{ site.baseurl }}/assets/images/logo-powerdns.png" alt="PowerDNS" style="height: 36px; width: auto;">
31+
</a>
32+
</div>
33+
</div>
34+
</section>
35+
2236
<section class="py-12 bg-white">
2337
<div class="container mx-auto px-4">
2438
<div class="max-w-3xl mx-auto">

0 commit comments

Comments
 (0)