Skip to content

Commit 102283d

Browse files
committed
Add XBRL logo
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 3084942 commit 102283d

File tree

2 files changed

+135
-17
lines changed

2 files changed

+135
-17
lines changed

content/products/std/_index.html

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,23 +148,30 @@ <h3 class="h4 mb-0 fw-bold">After</h3>
148148
<h2 class="h3 fw-bold mb-3">Built on the foundations of our digital world</h2>
149149
<p class="lead text-muted mb-0">Every schema in this library represents careful implementation of the standards that power the modern internet (many behind expensive paywalls), ensuring your APIs are built on proven, battle-tested, and compliant foundations.</p>
150150
</div>
151-
<div class="col-12 col-lg-6">
152-
<div class="d-flex flex-wrap justify-content-center align-items-center gap-4 gap-lg-5 h-100">
153-
<a href="https://www.ietf.org" target="_blank" rel="noopener noreferrer">
154-
<img src="/products/std/ietf.svg" alt="IETF" height="50" class="opacity-75" style="height: 50px;">
155-
</a>
156-
<a href="https://www.iso.org" target="_blank" rel="noopener noreferrer">
157-
<img src="/products/std/iso.svg" alt="ISO" height="50" class="opacity-75" style="height: 50px;">
158-
</a>
159-
<a href="https://www.ieee.org" target="_blank" rel="noopener noreferrer">
160-
<img src="/products/std/ieee.svg" alt="IEEE" height="40" class="opacity-75" style="height: 40px;">
161-
</a>
162-
<a href="https://www.iec.ch" target="_blank" rel="noopener noreferrer">
163-
<img src="/products/std/iec.svg" alt="IEC" height="50" class="opacity-75" style="height: 50px;">
164-
</a>
165-
<a href="https://www.w3.org" target="_blank" rel="noopener noreferrer">
166-
<img src="/products/std/w3c.svg" alt="W3C" height="50" class="opacity-75" style="height: 50px;">
167-
</a>
151+
<div class="col-12 col-lg-6 mt-4 mt-lg-0">
152+
<div class="d-flex flex-column justify-content-center align-items-center gap-4 h-100">
153+
<div class="d-flex flex-wrap justify-content-center align-items-center gap-4 gap-lg-5">
154+
<a href="https://www.ietf.org" target="_blank" rel="noopener noreferrer">
155+
<img src="/products/std/ietf.svg" alt="IETF" height="75" class="opacity-75">
156+
</a>
157+
<a href="https://www.iso.org" target="_blank" rel="noopener noreferrer">
158+
<img src="/products/std/iso.svg" alt="ISO" height="75" class="opacity-75">
159+
</a>
160+
<a href="https://www.ieee.org" target="_blank" rel="noopener noreferrer">
161+
<img src="/products/std/ieee.svg" alt="IEEE" height="60" class="opacity-75">
162+
</a>
163+
</div>
164+
<div class="d-flex flex-wrap justify-content-center align-items-center gap-4 gap-lg-5">
165+
<a href="https://www.iec.ch" target="_blank" rel="noopener noreferrer">
166+
<img src="/products/std/iec.svg" alt="IEC" height="75" class="opacity-75">
167+
</a>
168+
<a href="https://www.w3.org" target="_blank" rel="noopener noreferrer">
169+
<img src="/products/std/w3c.svg" alt="W3C" height="75" class="opacity-75">
170+
</a>
171+
<a href="https://www.xbrl.org" target="_blank" rel="noopener noreferrer">
172+
<img src="/products/std/xbrl.svg" alt="XBRL" height="75" class="opacity-75">
173+
</a>
174+
</div>
168175
</div>
169176
</div>
170177
</div>

0 commit comments

Comments
 (0)