2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
Files
bootstrap/site/content/docs/5.0/thanks.md
T
2020-12-02 20:43:10 +02:00

2.5 KiB

layout, title, group, aliases, toc
layout title group aliases toc
docs Support the team thanks /thanks/ true

Through donations and sponsorships we are able to maintain & improve Bootstrap. Feel free to show your support on our Open Collective page.

Sponsors

{{< sponsors.inline >}} {{- $ocURL := "https://opencollective.com/bootstrap/members/all.json" -}} {{- $sponsors := getJSON $ocURL "?TierId=7193&limit=10&offset=0" -}}

{{- range $sponsors }} {{- if .isActive -}}
{{- .name -}}

{{ if .website -}} {{- .name -}} {{ else -}} {{- .name -}} {{ end -}}

{{- end -}} {{- end -}}
{{< /sponsors.inline >}}

Backers

{{< backers.inline >}} {{- $ocURL := "https://opencollective.com/bootstrap/members/all.json" -}} {{- $sponsors := getJSON $ocURL "?TierId=7192&limit=10&offset=0" -}}

{{- range $sponsors }} {{- if .isActive -}}
{{ if .website -}} {{ end -}} {{- .name -}} {{ if .website -}} {{ end -}}
{{- end -}} {{- end -}}
{{< /backers.inline >}}

Services

{{< services.inline >}}

{{- range (index $.Site.Data "services") }}
{{ if .website -}} {{ end -}} {{- .name -}} {{ if .website -}} {{ end -}}
{{ end -}}
{{< /services.inline >}}