Skip to content

Commit 73f046b

Browse files
authored
chore(docs): add partners section to landing page (#5282)
1 parent 53e309e commit 73f046b

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/assets/vercel.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/pages/index.vue

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,21 @@
368368
</b-button>
369369

370370
<BVContributors></BVContributors>
371+
372+
<hr style="withd: 90%">
373+
374+
<div class="text-center mb-n4" aria-labeledby="parners-heading">
375+
<h3 id="partners-heading" class="mx-auto mt-4">Partners</h3>
376+
<p class="text-muted mb-4"><b>BootstrapVue</b> would like to thank our partners</p>
377+
<a
378+
href="https://vercel.com/?utm_source=bootstrapvue"
379+
target="_blank"
380+
rel="noopener follow"
381+
class="bvd-partner d-inline-block p-1"
382+
>
383+
<b-img-lazy src="~/assets/vercel.svg" alt="Vercel logo"></b-img-lazy>
384+
</a>
385+
</div>
371386
</b-container>
372387
</section>
373388

@@ -418,6 +433,20 @@
418433
color: #42b883;
419434
}
420435
436+
.bvd-partner {
437+
opacity: 0.6;
438+
transition: opacity 0.15s ease-in-out;
439+
440+
img {
441+
height: 2.5rem;
442+
}
443+
444+
&:hover,
445+
&:focus {
446+
opacity: 1;
447+
}
448+
}
449+
421450
// Depth of section angle
422451
$bv-angle-depth: 4rem;
423452
$bv-angle-padding: 3rem;

0 commit comments

Comments
 (0)