forked from twbs/bootstrap
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format documents with Prettier to fix lint (#12)
- Loading branch information
1 parent
3653abc
commit 2a6c6d9
Showing
10 changed files
with
207 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
--- | ||
<script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJL&placement=getbootstrapcom" id="_carbonads_js"></script> | ||
|
||
<script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJL&placement=getbootstrapcom" id="_carbonads_js" | ||
></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
import { getVersionedDocsPath } from '../../libs/config' | ||
--- | ||
|
||
<section class="row g-3 g-md-5 pb-md-5 mb-5 align-items-center"> | ||
<div class="col-lg-6"> | ||
<div class="masthead-followup-icon d-inline-block mb-3" style="--bg-rgb: var(--bd-teal-rgb);"> | ||
|
@@ -23,9 +24,15 @@ import { getVersionedDocsPath } from '../../libs/config' | |
</p> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img class="img-fluid mt-3 mx-auto" srcset={`${getVersionedDocsPath('assets/img/bootstrap-icons.png')}, | ||
<img | ||
class="img-fluid mt-3 mx-auto" | ||
srcset={`${getVersionedDocsPath('assets/img/bootstrap-icons.png')}, | ||
${getVersionedDocsPath('assets/img/[email protected]')} 2x" | ||
src=${getVersionedDocsPath('assets/img/bootstrap-icons.png')}`} | ||
alt="Bootstrap Icons" width="700" height="425" loading="lazy"> | ||
alt="Bootstrap Icons" | ||
width="700" | ||
height="425" | ||
loading="lazy" | ||
/> | ||
</div> | ||
</section> |
Oops, something went wrong.