mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 04:12:55 +01:00
This commit is contained in:
parent
ef1c729156
commit
0d14fe9e88
@ -8,11 +8,6 @@ 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. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/).
|
||||||
|
|
||||||
## Contents
|
|
||||||
|
|
||||||
* Will be replaced with the ToC, excluding the "Contents" header
|
|
||||||
{:toc}
|
|
||||||
|
|
||||||
## Mark and logo
|
## Mark and logo
|
||||||
|
|
||||||
Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap.
|
Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap.
|
||||||
@ -27,10 +22,10 @@ Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Boo
|
|||||||
</div>
|
</div>
|
||||||
<div class="bd-brand-logos">
|
<div class="bd-brand-logos">
|
||||||
<div class="bd-brand-item">
|
<div class="bd-brand-item">
|
||||||
<h1>Bootstrap</h1>
|
<span class="h1">Bootstrap</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bd-brand-item inverse">
|
<div class="bd-brand-item inverse">
|
||||||
<h1>Bootstrap</h1>
|
<span class="h1">Bootstrap</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -56,15 +51,15 @@ The project and framework should always be referred to as **Bootstrap**. No Twit
|
|||||||
|
|
||||||
<div class="bd-brand-logos">
|
<div class="bd-brand-logos">
|
||||||
<div class="bd-brand-item">
|
<div class="bd-brand-item">
|
||||||
<h3>Bootstrap</h3>
|
<span class="h3">Bootstrap</span>
|
||||||
<strong class="text-success">Right</strong>
|
<strong class="text-success">Right</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="bd-brand-item">
|
<div class="bd-brand-item">
|
||||||
<h3 class="text-muted">BootStrap</h3>
|
<span class="h3 text-muted">BootStrap</span>
|
||||||
<strong class="text-warning">Wrong</strong>
|
<strong class="text-warning">Wrong</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="bd-brand-item">
|
<div class="bd-brand-item">
|
||||||
<h3 class="text-muted">Twitter Bootstrap</h3>
|
<span class="h3 text-muted">Twitter Bootstrap</span>
|
||||||
<strong class="text-warning">Wrong</strong>
|
<strong class="text-warning">Wrong</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user