diff options
| author | XhmikosR <[email protected]> | 2021-01-19 18:16:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-19 18:16:38 +0200 |
| commit | 6ffb0b48e455430f8a5359ed689ad64c1143fac2 (patch) | |
| tree | 6262338881c32c3c19e4977152ecd0fca61a341c /site/content/docs/4.5/about/team.md | |
| parent | 9d87bd7a30c1874a9c3d60041a4042228753dd0e (diff) | |
| download | bootstrap-4.6.0.tar.xz bootstrap-4.6.0.zip | |
Release v4.6.0. (#32726)v4.6.0
* Bump version to v4.6.0.
* Dist
Diffstat (limited to 'site/content/docs/4.5/about/team.md')
| -rw-r--r-- | site/content/docs/4.5/about/team.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/site/content/docs/4.5/about/team.md b/site/content/docs/4.5/about/team.md deleted file mode 100644 index fd1d6bfa6..000000000 --- a/site/content/docs/4.5/about/team.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: docs -title: Team -description: An overview of the founding team and core contributors to Bootstrap. -group: about ---- - -Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. - -{{< team.inline >}} -<div class="list-group mb-3"> - {{- range (index $.Site.Data "core-team") }} - <a class="list-group-item list-group-item-action d-flex align-items-center" href="https://github.com/{{ .user }}"> - <img src="https://github.com/{{ .user }}.png" alt="@{{ .user }}" width="32" height="32" class="rounded mr-2" loading="lazy"> - <span> - <strong>{{ .name }}</strong> @{{ .user }} - </span> - </a> - {{ end -}} -</div> -{{< /team.inline >}} - -Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. |
