diff options
| author | Mark Otto <[email protected]> | 2014-03-09 22:01:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 22:01:38 -0700 |
| commit | ccb17f110de8e90773a6ebfda9e35306d625dc78 (patch) | |
| tree | ad1bc7e6bc41eb9805b6a2531c5c37df7a92cb87 /docs/about.html | |
| parent | bdd7651e323a93a4e3d207463451dd374b0a70fa (diff) | |
| parent | b1f71e5292017aca978fabb74d256989e1eeea07 (diff) | |
| download | bootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.tar.xz bootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.zip | |
Merge branch 'master' into fix-8869
Diffstat (limited to 'docs/about.html')
| -rw-r--r-- | docs/about.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/about.html b/docs/about.html index 9ffcd1f40..70a6717e4 100644 --- a/docs/about.html +++ b/docs/about.html @@ -80,6 +80,20 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o </div> </div> + <h2>Download mark</h2> + <p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p> + <div class="bs-brand-logos"> + <div class="bs-brand-item"> + <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap"> + </div> + <div class="bs-brand-item inverse"> + <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap"> + </div> + <div class="bs-brand-item inverse"> + <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap"> + </div> + </div> + <h2>Name</h2> <p>The project and framework should always be referred to as <strong>Bootstrap</strong>. No Twitter before it, no capital <em>s</em>, and no abbreviations except for one, a capital <strong>B</strong>.</p> <div class="bs-brand-logos"> |
