diff options
| -rw-r--r-- | site/content/docs/5.0/about/brand.md | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/site/content/docs/5.0/about/brand.md b/site/content/docs/5.0/about/brand.md index 3825595f5..80c613526 100644 --- a/site/content/docs/5.0/about/brand.md +++ b/site/content/docs/5.0/about/brand.md @@ -6,14 +6,14 @@ group: about toc: true --- -Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/). +Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. ## Logo When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. **Do not use the Twitter name or logo** in association with Bootstrap. <div class="bd-brand-item px-2 py-5 mb-3 bg-light rounded-lg"> - <img class="d-block mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="512" height="408"> + <img class="d-block img-fluid mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="256" height="204"> </div> Our logo mark is also available in black and white. All rules for our primary logo apply to these as well. @@ -45,15 +45,3 @@ Bootstrap should always be referred to as just **Bootstrap**. No Twitter before <strong class="text-danger">Incorrect</strong> </div> </div> - -## Bootstrap projects - -Official Bootstrap side projects use and extend our primary logo. - -<div class="bd-brand-item px-2 py-5 mb-3 bg-light rounded-lg"> - <img class="d-block mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-icons-logo.svg" alt="Bootstrap Icons" width="512" height="408" loading="lazy"> -</div> - -<div class="bd-brand-item px-2 py-5 mb-3 bg-light rounded-lg"> - <img class="d-block mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-npm-logo.svg" alt="Bootstrap Icons" width="512" height="408" loading="lazy"> -</div> |
