diff options
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"> |
