Commit fb2de043 authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'v4-dev' into malkomich-v4-dev

parents c6abb8ca e3b98c51
Showing with 4 additions and 4 deletions
+4 -4
File moved
File moved
File moved
File moved
...@@ -28,6 +28,6 @@ Utilize the `.text-hide` class or mixin to help replace an element's text conten ...@@ -28,6 +28,6 @@ Utilize the `.text-hide` class or mixin to help replace an element's text conten
Use the `.text-hide` class to maintain the accessibility and SEO benefits of heading tags, but want to utilize a `background-image` instead of text. Use the `.text-hide` class to maintain the accessibility and SEO benefits of heading tags, but want to utilize a `background-image` instead of text.
{% capture example %} {% capture example %}
<h1 class="text-hide" style="background-image: url('/assets/brand/bootstrap-solid.svg'); width: 50px; height: 50px;">Bootstrap</h1> <h1 class="text-hide" style="background-image: url('/docs/{{ site.docs_version }}/assets/brand/bootstrap-solid.svg'); width: 50px; height: 50px;">Bootstrap</h1>
{% endcapture %} {% endcapture %}
{% include example.html content=example %} {% include example.html content=example %}
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -6,7 +6,7 @@ layout: home ...@@ -6,7 +6,7 @@ layout: home
<div class="container"> <div class="container">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-6 mx-auto col-md-6 order-md-2"> <div class="col-6 mx-auto col-md-6 order-md-2">
<img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="" width="1024" height="860"> <img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-stack.png" alt="" width="1024" height="860">
</div> </div>
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5"> <div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
<h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1> <h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1>
...@@ -76,7 +76,7 @@ gem install bootstrap -v {{ site.current_ruby_version }} ...@@ -76,7 +76,7 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<p> <p>
Take Bootstrap 4 to the next level with official premium themes—toolkits built on Bootstrap with new components and plugins, docs, and build tools. Take Bootstrap 4 to the next level with official premium themes—toolkits built on Bootstrap with new components and plugins, docs, and build tools.
</p> </p>
<img class="img-fluid mt-3 mx-auto" src="{{ site.baseurl }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="1024" height="388"> <img class="img-fluid mt-3 mx-auto" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="1024" height="388">
<hr class="half-rule"> <hr class="half-rule">
<a href="{{ site.themes }}" class="btn btn-outline-primary">Browse themes</a> <a href="{{ site.themes }}" class="btn btn-outline-primary">Browse themes</a>
</div> </div>
......
File moved
/* global workbox:false */ /* global workbox:false */
self.importScripts('assets/js/vendor/{fileName}') self.importScripts('docs/4.1/assets/js/vendor/{fileName}')
workbox.precaching.precacheAndRoute([]) workbox.precaching.precacheAndRoute([])
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment