File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 127127 gap : 2rem ;
128128}
129129
130+ .gap-16 {
131+ gap : 4rem ;
132+ }
133+
130134.text-center {
131135 text-align : center;
132136}
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments