diff --git a/docs/assets/img/examples/browser-icon-chrome.png b/docs/assets/img/examples/browser-icon-chrome.png deleted file mode 100644 index 8c846c54e0d623fab50aac814ba547b5f621c9cc..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/browser-icon-chrome.png and /dev/null differ diff --git a/docs/assets/img/examples/browser-icon-firefox.png b/docs/assets/img/examples/browser-icon-firefox.png deleted file mode 100644 index 2af3cd856004fd85900e3a32414b9e8fe055c764..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/browser-icon-firefox.png and /dev/null differ diff --git a/docs/assets/img/examples/browser-icon-safari.png b/docs/assets/img/examples/browser-icon-safari.png deleted file mode 100644 index 880e31daaa9cdb2e232bbe0b4a0195ba7dcb796a..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/browser-icon-safari.png and /dev/null differ diff --git a/docs/assets/img/examples/slide-01.jpg b/docs/assets/img/examples/slide-01.jpg deleted file mode 100644 index bedab7d81cc8875f48c3fe7032228cea7ba87e10..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/slide-01.jpg and /dev/null differ diff --git a/docs/assets/img/examples/slide-02.jpg b/docs/assets/img/examples/slide-02.jpg deleted file mode 100644 index 4ed12cc07c4ac27227727a90895abee0e7755b10..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/slide-02.jpg and /dev/null differ diff --git a/docs/assets/img/examples/slide-03.jpg b/docs/assets/img/examples/slide-03.jpg deleted file mode 100644 index 37415da3ebfd5c143aa07e6a932ba32bbcab777e..0000000000000000000000000000000000000000 Binary files a/docs/assets/img/examples/slide-03.jpg and /dev/null differ diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index be75a5cc363c4b891549b2efe27e79d5dd57dea5..e86029221cdb4e676a5560015c17884024f90e70 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -189,6 +189,18 @@ body { font-size: 18px; line-height: 1.5; } + + .navbar-wrapper { + margin-top: 0; + } + + .navbar { + border-radius: 0; + } + + #myCarousel { + margin-top: 54px; + } } </style> @@ -245,7 +257,7 @@ body { </ol> <div class="carousel-inner"> <div class="item active"> - <img src="../../assets/img/examples/slide-01.jpg" alt=""> + <img data-src="holder.js/1500x550/auto/#777:#fff/text:First slide" alt=""> <div class="container"> <div class="carousel-caption"> <h1>Example headline.</h1> @@ -255,7 +267,7 @@ body { </div> </div> <div class="item"> - <img src="../../assets/img/examples/slide-02.jpg" alt=""> + <img data-src="holder.js/1500x550/auto/#777:#fff/text:Second slide" alt=""> <div class="container"> <div class="carousel-caption"> <h1>Another example headline.</h1> @@ -265,7 +277,7 @@ body { </div> </div> <div class="item"> - <img src="../../assets/img/examples/slide-03.jpg" alt=""> + <img data-src="holder.js/1500x550/auto/#777:#fff/text:Third slide" alt=""> <div class="container"> <div class="carousel-caption"> <h1>One more for good measure.</h1> @@ -315,7 +327,7 @@ body { <hr class="featurette-divider"> <div class="featurette"> - <img class="featurette-image pull-right" src="../../assets/img/examples/browser-icon-chrome.png"> + <img class="featurette-image img-circle pull-right" data-src="holder.js/512x512"> <h2 class="featurette-heading">First featurette headling. <span class="text-muted">It'll blow your mind.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> @@ -323,7 +335,7 @@ body { <hr class="featurette-divider"> <div class="featurette"> - <img class="featurette-image pull-left" src="../../assets/img/examples/browser-icon-firefox.png"> + <img class="featurette-image img-circle pull-left" data-src="holder.js/512x512"> <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> @@ -331,7 +343,7 @@ body { <hr class="featurette-divider"> <div class="featurette"> - <img class="featurette-image pull-right" src="../../assets/img/examples/browser-icon-safari.png"> + <img class="featurette-image img-circle pull-right" data-src="holder.js/512x512"> <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> diff --git a/docs/examples/navbar-fixed-top.html b/docs/examples/navbar-fixed-top.html index e1f1c882adb09ce37b122224720f57992c8d44cc..06ed424c2cdc496cccf9d8f3aea1ddb61817f36c 100644 --- a/docs/examples/navbar-fixed-top.html +++ b/docs/examples/navbar-fixed-top.html @@ -60,7 +60,7 @@ title: Fixed navbar template <h1>Navbar example</h1> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p> - <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> + <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs »</a> </p> </div> diff --git a/docs/examples/navbar-static-top.html b/docs/examples/navbar-static-top.html index 2679a670b802c00f6df712857f9e32c6b14b0d19..9a234114f77efe5d558ba1e12cdaba76e1c57b4c 100644 --- a/docs/examples/navbar-static-top.html +++ b/docs/examples/navbar-static-top.html @@ -57,7 +57,7 @@ title: Static navbar template <h1>Navbar example</h1> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p> - <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> + <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs »</a> </p> </div> diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html index 6cba51dc537d30285e316bd5efea23ef10bbf419..5b5ffb77bc80ceb3c01bddc56c6b392a91550b08 100644 --- a/docs/examples/navbar.html +++ b/docs/examples/navbar.html @@ -60,7 +60,7 @@ title: Navbar template <h1>Navbar example</h1> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p> - <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> + <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs »</a> </p> </div> diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html index 96b228212d01438b3d563a080135db829f65677d..716412a9d5d65c30a7a49318be9229510c877d27 100644 --- a/docs/examples/sticky-footer-navbar.html +++ b/docs/examples/sticky-footer-navbar.html @@ -104,7 +104,7 @@ title: Sticky footer with navbar template <h1>Sticky footer with fixed navbar</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within <code>#wrap</code> with <code>padding-top: 60px;</code> on the <code>.container</code>.</p> - <p>Back to <a href="./sticky-footer.html">the default sticky footer</a> minus the navbar.</p> + <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p> </div> <div id="push"></div> diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html index 1f27ffabcda559b2ac98e6277b60130f5a098695..62c1088123d8800c9de9133b1f319ddd3d26033b 100644 --- a/docs/examples/sticky-footer.html +++ b/docs/examples/sticky-footer.html @@ -69,7 +69,7 @@ title: Sticky footer template <h1>Sticky footer</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p> - <p>Use <a href="./sticky-footer-navbar.html">the sticky footer with a fixed navbar</a> if need be, too.</p> + <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> </div> <div id="push"></div>