mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
rename classes from .bs-docs and .bs to .bd
This commit is contained in:
+7
-7
@@ -3,11 +3,11 @@ layout: home
|
||||
title: Bootstrap · The world's most popular mobile-first and responsive front-end framework.
|
||||
---
|
||||
|
||||
<main class="bs-docs-masthead" id="content" role="main" tabindex="-1">
|
||||
<main class="bd-masthead" id="content" role="main" tabindex="-1">
|
||||
<div class="container">
|
||||
{% include nav-home.html %}
|
||||
|
||||
<span class="bs-docs-booticon outline">B</span>
|
||||
<span class="bd-booticon outline">B</span>
|
||||
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>
|
||||
<p class="lead">
|
||||
<a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
|
||||
@@ -17,9 +17,9 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="bs-docs-featurette hidden">
|
||||
<div class="bd-featurette hidden">
|
||||
<div class="container">
|
||||
<h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2>
|
||||
<h2 class="bd-featurette-title">Designed for everyone, everywhere.</h2>
|
||||
<p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p>
|
||||
|
||||
<hr class="half-rule">
|
||||
@@ -49,14 +49,14 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bs-docs-featurette hidden">
|
||||
<div class="bd-featurette hidden">
|
||||
<div class="container">
|
||||
<h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
|
||||
<h2 class="bd-featurette-title">Built with Bootstrap.</h2>
|
||||
<p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>
|
||||
|
||||
<hr class="half-rule">
|
||||
|
||||
<div class="row bs-docs-featured-sites">
|
||||
<div class="row bd-featured-sites">
|
||||
{% for showcase in site.data.showcase %}
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
|
||||
|
||||
Reference in New Issue
Block a user