mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
Remove sibling projects and fix image dimensions
This commit is contained in:
@@ -6,14 +6,14 @@ group: about
|
|||||||
toc: true
|
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
|
## 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.
|
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">
|
<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>
|
</div>
|
||||||
|
|
||||||
Our logo mark is also available in black and white. All rules for our primary logo apply to these as well.
|
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>
|
<strong class="text-danger">Incorrect</strong>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
|
||||||
|
Reference in New Issue
Block a user