From 1edfa50d1a60b13a4dc6c726ef7abe2da35bb625 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 8 May 2019 15:01:03 +0200 Subject: [PATCH] add a thanks page to our doc --- site/content/docs/5.0/thanks.md | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 site/content/docs/5.0/thanks.md diff --git a/site/content/docs/5.0/thanks.md b/site/content/docs/5.0/thanks.md new file mode 100644 index 0000000000..cc1aa5a2f8 --- /dev/null +++ b/site/content/docs/5.0/thanks.md @@ -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" -}} +
+ {{- range $sponsors }} + {{- if .isActive -}} +
+
+ {{- .name -}} +
+
+ {{- .name -}} +
+

{{- .description -}}

+
+
+
+ {{- 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 -}} +
+
+ {{- .name -}} +
+
+ {{- .name -}} +
+

{{- .description -}}

+
+
+
+ {{- end -}} + {{- end -}} +
+{{< /backers.inline >}} + +## Services + +{{< services.inline >}} +
+
+
+
+ BrowserStack +
+
+
+ BrowserStack +
+

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.

+
+
+
+
+{{< /services.inline >}}