mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix the remaining instances using the old logos.
This commit is contained in:
parent
135c78a043
commit
ea5d555139
7 changed files with 9 additions and 9 deletions
|
@ -35,8 +35,8 @@ sh.cp('-Rf', `_gh_pages/docs/${versionShort}/examples/*`, folderName)
|
||||||
sh.cp('-Rf', `_gh_pages/docs/${versionShort}/dist/`, `${folderName}/assets/`)
|
sh.cp('-Rf', `_gh_pages/docs/${versionShort}/dist/`, `${folderName}/assets/`)
|
||||||
// also copy the two brand images we use in the examples
|
// also copy the two brand images we use in the examples
|
||||||
sh.cp('-f', [
|
sh.cp('-f', [
|
||||||
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-outline.svg`,
|
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo.svg`,
|
||||||
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-solid.svg`
|
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo-white.svg`
|
||||||
], `${folderName}/assets/brand/`)
|
], `${folderName}/assets/brand/`)
|
||||||
sh.rm(`${folderName}/index.html`)
|
sh.rm(`${folderName}/index.html`)
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
|
||||||
<nav class="navbar navbar-light bg-light">
|
<nav class="navbar navbar-light bg-light">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="#">
|
<a class="navbar-brand" href="#">
|
||||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="" loading="lazy">
|
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" loading="lazy">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -115,7 +115,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
|
||||||
<nav class="navbar navbar-light bg-light">
|
<nav class="navbar navbar-light bg-light">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="#">
|
<a class="navbar-brand" href="#">
|
||||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
|
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top" loading="lazy">
|
||||||
Bootstrap
|
Bootstrap
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@ body_class: "bg-light"
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="py-5 text-center">
|
<div class="py-5 text-center">
|
||||||
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
|
<img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
|
||||||
<h2>Checkout form</h2>
|
<h2>Checkout form</h2>
|
||||||
<p class="lead">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
|
<p class="lead">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,7 +8,7 @@ include_js: false
|
||||||
|
|
||||||
<form class="form-signin">
|
<form class="form-signin">
|
||||||
<div class="text-center mb-4">
|
<div class="text-center mb-4">
|
||||||
<img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
|
<img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
|
||||||
<h1 class="h3 mb-3 font-weight-normal">Floating labels</h1>
|
<h1 class="h3 mb-3 font-weight-normal">Floating labels</h1>
|
||||||
<p>Build form controls with floating labels via the <code>:placeholder-shown</code> pseudo-element. <a href="https://caniuse.com/#feat=css-placeholder-shown">Works in latest Chrome, Safari, and Firefox.</a></p>
|
<p>Build form controls with floating labels via the <code>:placeholder-shown</code> pseudo-element. <a href="https://caniuse.com/#feat=css-placeholder-shown">Works in latest Chrome, Safari, and Firefox.</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,7 +65,7 @@ body_class: "bg-light"
|
||||||
|
|
||||||
<main class="container">
|
<main class="container">
|
||||||
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded shadow-sm">
|
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded shadow-sm">
|
||||||
<img class="mr-3" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-outline.svg" alt="" width="48" height="48">
|
<img class="mr-3" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo-white.svg" alt="" width="48" height="38">
|
||||||
<div class="lh-1">
|
<div class="lh-1">
|
||||||
<h6 class="mb-0 text-white lh-1">Bootstrap</h6>
|
<h6 class="mb-0 text-white lh-1">Bootstrap</h6>
|
||||||
<small>Since 2011</small>
|
<small>Since 2011</small>
|
||||||
|
|
|
@ -80,7 +80,7 @@ include_js: false
|
||||||
<footer class="pt-4 my-md-5 pt-md-5 border-top">
|
<footer class="pt-4 my-md-5 pt-md-5 border-top">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-md">
|
<div class="col-12 col-md">
|
||||||
<img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
|
<img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
|
||||||
<small class="d-block mb-3 text-muted">© 2017-{{< year >}}</small>
|
<small class="d-block mb-3 text-muted">© 2017-{{< year >}}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 col-md">
|
<div class="col-6 col-md">
|
||||||
|
|
|
@ -8,7 +8,7 @@ include_js: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<form class="form-signin">
|
<form class="form-signin">
|
||||||
<img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
|
<img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
|
||||||
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
|
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
|
||||||
<label for="inputEmail" class="visually-hidden">Email address</label>
|
<label for="inputEmail" class="visually-hidden">Email address</label>
|
||||||
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
|
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
|
||||||
|
|
Loading…
Reference in a new issue