]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove sibling projects and fix image dimensions
authorMark Otto <markdotto@gmail.com>
Thu, 10 Sep 2020 04:58:41 +0000 (07:58 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 10 Sep 2020 08:56:02 +0000 (11:56 +0300)
site/content/docs/5.0/about/brand.md

index 3825595f5e9d11874dfff143915b1418ff5860b7..80c613526e2db66bc861de86acb3ff0df12ac8a6 100644 (file)
@@ -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>