mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-14 02:24:00 +01:00
24 lines
1.4 KiB
HTML
24 lines
1.4 KiB
HTML
<main class="bd-masthead" id="content" role="main">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-6 mx-auto col-md-4 order-md-2">
|
||
{{ partial "icons/bootstrap-stack.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "512" "height" "430") }}
|
||
</div>
|
||
<div class="col-md-8 order-md-1 text-center text-md-left pr-md-5">
|
||
<h1 class="mb-3">Build fast, responsive sites with Bootstrap</h1>
|
||
<p class="lead mb-4">
|
||
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
|
||
</p>
|
||
<div class="d-flex flex-column flex-md-row">
|
||
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-bd-primary mb-3 mr-md-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a>
|
||
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/" class="btn btn-lg btn-outline-secondary mb-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ .Site.Params.current_version }}');">Download</a>
|
||
</div>
|
||
<p class="text-muted mb-0">
|
||
Currently v{{ .Site.Params.current_version }}
|
||
</p>
|
||
</div>
|
||
</div>
|
||
{{ partial "ads" . }}
|
||
</div>
|
||
</main>
|