diff options
| author | Mark Otto <[email protected]> | 2020-09-10 07:58:41 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-10 11:56:02 +0300 |
| commit | fe31971552d76d2e3e58754407ff7d544d45a67b (patch) | |
| tree | 6f78d393872fb7223b4a33a94f79bca8a0a95e09 | |
| parent | b7b470683f311c13b99dad782f956f9c635e6c8a (diff) | |
| download | bootstrap-fe31971552d76d2e3e58754407ff7d544d45a67b.tar.xz bootstrap-fe31971552d76d2e3e58754407ff7d544d45a67b.zip | |
Remove sibling projects and fix image dimensions
| -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> |
