diff options
| author | Mark Otto <[email protected]> | 2014-03-04 13:32:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 13:32:02 -0800 |
| commit | 5193f9f607affbb5c01f5215ed19168ce3530ca5 (patch) | |
| tree | 203490bee091de2628e3a2e9610ad7e7f9dc9562 /docs/about.html | |
| parent | caf332080e7dfa7818ab57fe04028ece60fdf975 (diff) | |
| download | bootstrap-5193f9f607affbb5c01f5215ed19168ce3530ca5.tar.xz bootstrap-5193f9f607affbb5c01f5215ed19168ce3530ca5.zip | |
add svg logos to brand guidelines
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"> |
