diff options
| author | Mark Otto <[email protected]> | 2014-03-07 01:30:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-07 01:30:28 -0800 |
| commit | 0143e38a672335b7ca2d73d0de5b2a2b4618f9e9 (patch) | |
| tree | 7188809b7c2194fc0aca9a65b7d07725ee4206d5 /docs/about.html | |
| parent | 642fd5100293755a6003448d4a481f3b314edf15 (diff) | |
| parent | 1f148427de6d35a06e225deeee0b162b11955232 (diff) | |
| download | bootstrap-0143e38a672335b7ca2d73d0de5b2a2b4618f9e9.tar.xz bootstrap-0143e38a672335b7ca2d73d0de5b2a2b4618f9e9.zip | |
Merge branch 'master' into document_popover_focus
Conflicts:
docs/assets/js/docs.min.js
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"> |
