mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-01 01:54:24 +01:00
add a thanks page to our doc
This commit is contained in:
parent
cfd00b5eeb
commit
1edfa50d1a
76
site/content/docs/5.0/thanks.md
Normal file
76
site/content/docs/5.0/thanks.md
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
title: Thanks
|
||||||
|
description: To say thanks to our sponsors and services which support us.
|
||||||
|
group: thanks
|
||||||
|
aliases: "/thanks/"
|
||||||
|
toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
{{< sponsors.inline >}}
|
||||||
|
{{- $ocURL := "https://opencollective.com/bootstrap/members/all.json" -}}
|
||||||
|
{{- $sponsors := getJSON $ocURL "?TierId=7193&limit=10&offset=0" -}}
|
||||||
|
<div class="row">
|
||||||
|
{{- range $sponsors }}
|
||||||
|
{{- if .isActive -}}
|
||||||
|
<div class="col-3 d-flex mb-2">
|
||||||
|
<div class="card w-100 text-center">
|
||||||
|
<img src="{{- .image -}}" class="card-img-top" alt="{{- .name -}}">
|
||||||
|
<div class="card-body border-top">
|
||||||
|
<h5 class="card-title">
|
||||||
|
<a href="{{- .website -}}">{{- .name -}}</a>
|
||||||
|
</h5>
|
||||||
|
<p class="card-text">{{- .description -}}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
</div>
|
||||||
|
{{< /sponsors.inline >}}
|
||||||
|
|
||||||
|
## Backers
|
||||||
|
|
||||||
|
{{< backers.inline >}}
|
||||||
|
{{- $ocURL := "https://opencollective.com/bootstrap/members/all.json" -}}
|
||||||
|
{{- $sponsors := getJSON $ocURL "?TierId=7192&limit=10&offset=0" -}}
|
||||||
|
<div class="row">
|
||||||
|
{{- range $sponsors }}
|
||||||
|
{{- if .isActive -}}
|
||||||
|
<div class="col-3 d-flex mb-2">
|
||||||
|
<div class="card w-100 text-center">
|
||||||
|
<img src="{{- .image -}}" class="card-img-top" alt="{{- .name -}}">
|
||||||
|
<div class="card-body border-top">
|
||||||
|
<h5 class="card-title">
|
||||||
|
<a href="{{- .website -}}">{{- .name -}}</a>
|
||||||
|
</h5>
|
||||||
|
<p class="card-text">{{- .description -}}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
</div>
|
||||||
|
{{< /backers.inline >}}
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
{{< services.inline >}}
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-3 d-flex mb-2">
|
||||||
|
<div class="card w-100 text-center">
|
||||||
|
<div style="background-color: #142433">
|
||||||
|
<img src="https://3fxtqy18kygf3on3bu39kh93-wpengine.netdna-ssl.com/wp-content/themes/browserstack/img/browserstack-logo.svg" class="card-img-top" alt="BrowserStack">
|
||||||
|
</div>
|
||||||
|
<div class="card-body border-top">
|
||||||
|
<h5 class="card-title">
|
||||||
|
<a href="https://www.browserstack.com/">BrowserStack</a>
|
||||||
|
</h5>
|
||||||
|
<p class="card-text">Instant access to 2000+ browsers and real iOS and Android devices for cross browser testing. Ship apps and websites that work for everyone, every time. Get Free Trial.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{< /services.inline >}}
|
Loading…
x
Reference in New Issue
Block a user