mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
word change
This commit is contained in:
parent
542fec7d53
commit
92c26af814
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ gems:
|
||||||
|
|
||||||
# Social
|
# Social
|
||||||
title: Bootstrap
|
title: Bootstrap
|
||||||
description: The most popular HTML, CSS, and JS framework in the world.
|
description: The most popular HTML, CSS, and JS library in the world.
|
||||||
twitter: getbootstrap
|
twitter: getbootstrap
|
||||||
authors: Mark Otto, Jacob Thornton, and Bootstrap contributors
|
authors: Mark Otto, Jacob Thornton, and Bootstrap contributors
|
||||||
social_logo_path: /assets/brand/bootstrap-social-logo.png
|
social_logo_path: /assets/brand/bootstrap-social-logo.png
|
||||||
|
|
|
@ -5,7 +5,7 @@ layout: home
|
||||||
<main class="bd-masthead" id="content" role="main">
|
<main class="bd-masthead" id="content" role="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include icons/bootstrap.svg class="mb-3" width="128" height="128" %}
|
{% include icons/bootstrap.svg class="mb-3" width="128" height="128" %}
|
||||||
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p>
|
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS library in the world for building responsive, mobile-first projects on the web.</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
<a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg btn-bd-yellow" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
|
<a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg btn-bd-yellow" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue