publish: fix: $spacer value

generated from commit 476f585920
This commit is contained in:
Federico Zivolo 2017-09-05 13:58:20 +02:00
parent 1faeb23df0
commit 6a96ea438f
96 changed files with 721 additions and 720 deletions

View File

@ -2,7 +2,7 @@
All bug reports must contain a test case using our Codepen template;
Bug reports without it will be summarily closed:
- Codepen template - http://codepen.io/rosskevin/pen/eJMMVB
- Codepen template - https://codepen.io/FezVrasta/pen/JyVWMo
Make sure to search for existing issues before opening a new one.
@ -14,13 +14,14 @@ More info at https://github.com/FezVrasta/bootstrap-material-design/issues/1004
-->
#### Test Case
_(Codepen URL here)_
<!-- Codepen URL here -->
#### Summary
_A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug._
<!-- A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug. -->
#### Expected result
_Description of expectation, mockup, etc._
<!-- Description of expectation, mockup, etc. -->
#### Additional Information
_Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits)._
<!-- Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits). -->

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/history/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/history/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/about/history/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/about/history/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/history/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/history/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/about/history/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/about/history/"</script>
</html>

View File

@ -52,7 +52,7 @@
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: .4rem .6rem;
background-position: .4rem 1.1rem;
background-size: .75rem .75rem; }
.bd-navbar .nav-item {
position: relative; }

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Brand guidelines">
<meta name="twitter:description" content="Documentation and examples for Bootstrap's logo and brand usage guidelines.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/about/brand/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/about/brand/">
<meta property="og:title" content="Brand guidelines">
<meta property="og:description" content="Documentation and examples for Bootstrap's logo and brand usage guidelines.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="History">
<meta name="twitter:description" content="A brief overview of the history of Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/about/history/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/about/history/">
<meta property="og:title" content="History">
<meta property="og:description" content="A brief overview of the history of Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="License FAQs">
<meta name="twitter:description" content="Commonly asked questions about Bootstrap's open source license.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/about/license/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/about/license/">
<meta property="og:title" content="License FAQs">
<meta property="og:description" content="Commonly asked questions about Bootstrap's open source license.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Team">
<meta name="twitter:description" content="An overview of the founding team and core contributors to Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/about/team/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/about/team/">
<meta property="og:title" content="Team">
<meta property="og:description" content="An overview of the founding team and core contributors to Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Translations">
<meta name="twitter:description" content="Links to community-translated Bootstrap documentation sites.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/about/translations/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/about/translations/">
<meta property="og:title" content="Translations">
<meta property="og:description" content="Links to community-translated Bootstrap documentation sites.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Wall of browser bugs">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/browser-bugs/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/browser-bugs/">
<meta property="og:title" content="Wall of browser bugs">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Alerts">
<meta name="twitter:description" content="Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/alerts/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/alerts/">
<meta property="og:title" content="Alerts">
<meta property="og:description" content="Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Badges">
<meta name="twitter:description" content="Documentation and examples for badges, our small count and labeling component.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/badge/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/badge/">
<meta property="og:title" content="Badges">
<meta property="og:description" content="Documentation and examples for badges, our small count and labeling component.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Breadcrumb">
<meta name="twitter:description" content="Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/breadcrumb/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/breadcrumb/">
<meta property="og:title" content="Breadcrumb">
<meta property="og:description" content="Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Button group">
<meta name="twitter:description" content="Group a series of buttons together on a single line with the button group, and super-power them with JavaScript.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/button-group/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/button-group/">
<meta property="og:title" content="Button group">
<meta property="og:description" content="Group a series of buttons together on a single line with the button group, and super-power them with JavaScript.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Buttons">
<meta name="twitter:description" content="Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/buttons/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/buttons/">
<meta property="og:title" content="Buttons">
<meta property="og:description" content="Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Cards">
<meta name="twitter:description" content="Bootstrap's cards provide a flexible and extensible content container with multiple variants and options.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/card/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/card/">
<meta property="og:title" content="Cards">
<meta property="og:description" content="Bootstrap's cards provide a flexible and extensible content container with multiple variants and options.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carousel">
<meta name="twitter:description" content="A slideshow component for cycling through elements—images or slides of text—like a carousel.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/carousel/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/carousel/">
<meta property="og:title" content="Carousel">
<meta property="og:description" content="A slideshow component for cycling through elements—images or slides of text—like a carousel.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Collapse">
<meta name="twitter:description" content="Toggle the visibility of content across your project with a few classes and our JavaScript plugins.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/collapse/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/collapse/">
<meta property="og:title" content="Collapse">
<meta property="og:description" content="Toggle the visibility of content across your project with a few classes and our JavaScript plugins.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Dropdowns">
<meta name="twitter:description" content="Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/dropdowns/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/dropdowns/">
<meta property="og:title" content="Dropdowns">
<meta property="og:description" content="Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Forms">
<meta name="twitter:description" content="Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/forms/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/forms/">
<meta property="og:title" content="Forms">
<meta property="og:description" content="Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/buttons/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/buttons/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/components/buttons/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/components/buttons/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/buttons/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/buttons/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/components/buttons/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/components/buttons/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Input group">
<meta name="twitter:description" content="Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/input-group/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/input-group/">
<meta property="og:title" content="Input group">
<meta property="og:description" content="Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jumbotron">
<meta name="twitter:description" content="Lightweight, flexible component for showcasing hero unit style content.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/jumbotron/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/jumbotron/">
<meta property="og:title" content="Jumbotron">
<meta property="og:description" content="Lightweight, flexible component for showcasing hero unit style content.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="List group">
<meta name="twitter:description" content="List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/list-group/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/list-group/">
<meta property="og:title" content="List group">
<meta property="og:description" content="List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Modal">
<meta name="twitter:description" content="Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/modal/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/modal/">
<meta property="og:title" content="Modal">
<meta property="og:description" content="Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Navbar">
<meta name="twitter:description" content="Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/navbar/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/navbar/">
<meta property="og:title" content="Navbar">
<meta property="og:description" content="Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Navs">
<meta name="twitter:description" content="Documentation and examples for how to use Bootstrap's included navigation components.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/navs/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/navs/">
<meta property="og:title" content="Navs">
<meta property="og:description" content="Documentation and examples for how to use Bootstrap's included navigation components.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pagination">
<meta name="twitter:description" content="Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/pagination/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/pagination/">
<meta property="og:title" content="Pagination">
<meta property="og:description" content="Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Popovers">
<meta name="twitter:description" content="Documentation and examples for adding Bootstrap popovers, like those found in iOS, to any element on your site.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/popovers/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/popovers/">
<meta property="og:title" content="Popovers">
<meta property="og:description" content="Documentation and examples for adding Bootstrap popovers, like those found in iOS, to any element on your site.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Progress">
<meta name="twitter:description" content="Documentation and examples for using Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/progress/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/progress/">
<meta property="og:title" content="Progress">
<meta property="og:description" content="Documentation and examples for using Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Scrollspy">
<meta name="twitter:description" content="Automatically update Bootstrap navigation or list group components based on scroll position to indicate which link is currently active in the viewport.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/scrollspy/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/scrollspy/">
<meta property="og:title" content="Scrollspy">
<meta property="og:description" content="Automatically update Bootstrap navigation or list group components based on scroll position to indicate which link is currently active in the viewport.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tooltips">
<meta name="twitter:description" content="Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 for animations and data-attributes for local title storage.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/components/tooltips/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/components/tooltips/">
<meta property="og:title" content="Tooltips">
<meta property="og:description" content="Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 for animations and data-attributes for local title storage.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Code">
<meta name="twitter:description" content="Documentation and examples for displaying inline and multiline blocks of code with Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/code/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/code/">
<meta property="og:title" content="Code">
<meta property="og:description" content="Documentation and examples for displaying inline and multiline blocks of code with Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Figures">
<meta name="twitter:description" content="Documentation and examples for displaying related images and text with the figure component in Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/figures/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/figures/">
<meta property="og:title" content="Figures">
<meta property="og:description" content="Documentation and examples for displaying related images and text with the figure component in Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Images">
<meta name="twitter:description" content="Documentation and examples for opting images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/images/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/images/">
<meta property="og:title" content="Images">
<meta property="og:description" content="Documentation and examples for opting images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/reboot/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/reboot/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/content/reboot/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/content/reboot/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/reboot/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/reboot/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/content/reboot/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/content/reboot/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Reboot">
<meta name="twitter:description" content="Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/reboot/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/reboot/">
<meta property="og:title" content="Reboot">
<meta property="og:description" content="Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tables">
<meta name="twitter:description" content="Documentation and examples for opt-in styling of tables (given their prevelant use in JavaScript plugins) with Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/tables/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/tables/">
<meta property="og:title" content="Tables">
<meta property="og:description" content="Documentation and examples for opt-in styling of tables (given their prevelant use in JavaScript plugins) with Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Typography">
<meta name="twitter:description" content="Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/content/typography/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/content/typography/">
<meta property="og:title" content="Typography">
<meta property="og:description" content="Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Examples">
<meta name="twitter:description" content="Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/examples/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/examples/">
<meta property="og:title" content="Examples">
<meta property="og:description" content="Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Approach">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/extend/approach/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/extend/approach/">
<meta property="og:title" content="Approach">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Icons">
<meta name="twitter:description" content="Guidance and suggestions for using external icon libraries with Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/extend/icons/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/extend/icons/">
<meta property="og:title" content="Icons">
<meta property="og:description" content="Guidance and suggestions for using external icon libraries with Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Extend">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/extend/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/extend/">
<meta property="og:title" content="Extend">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Accessibility">
<meta name="twitter:description" content="A brief overview of Bootstrap's features and limitations for the creation of accessible content.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/accessibility/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/accessibility/">
<meta property="og:title" content="Accessibility">
<meta property="og:description" content="A brief overview of Bootstrap's features and limitations for the creation of accessible content.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Best practices">
<meta name="twitter:description" content="Learn about some of the best practices we've gathered from years of working on and using Bootstrap.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/best-practices/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/best-practices/">
<meta property="og:title" content="Best practices">
<meta property="og:description" content="Learn about some of the best practices we've gathered from years of working on and using Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Browsers and devices">
<meta name="twitter:description" content="Learn about the browsers and devices, from modern to told, that are supported by Bootstrap, including known quirks and bugs for each.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/browsers-devices/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/browsers-devices/">
<meta property="og:title" content="Browsers and devices">
<meta property="og:description" content="Learn about the browsers and devices, from modern to told, that are supported by Bootstrap, including known quirks and bugs for each.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Build tools">
<meta name="twitter:description" content="Learn how to use Bootstrap's included npm scripts to build our documentation, compile source code, run tests, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/build-tools/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/build-tools/">
<meta property="og:title" content="Build tools">
<meta property="og:description" content="Learn how to use Bootstrap's included npm scripts to build our documentation, compile source code, run tests, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Contents">
<meta name="twitter:description" content="Discover what's included in Bootstrap, including our precompiled and source code flavors. Remember, Bootstrap's JavaScript plugins require jQuery.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/contents/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/contents/">
<meta property="og:title" content="Contents">
<meta property="og:description" content="Discover what's included in Bootstrap, including our precompiled and source code flavors. Remember, Bootstrap's JavaScript plugins require jQuery.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Download">
<meta name="twitter:description" content="Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, Bower, RubyGems, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/download/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/download/">
<meta property="og:title" content="Download">
<meta property="og:description" content="Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, Bower, RubyGems, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Introduction">
<meta name="twitter:description" content="Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with the Bootstrap CDN and a template starter page.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/introduction/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/introduction/">
<meta property="og:title" content="Introduction">
<meta property="og:description" content="Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with the Bootstrap CDN and a template starter page.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="JavaScript">
<meta name="twitter:description" content="Bring Bootstrap to life with our optional JavaScript plugins built on jQuery. Learn about each plugin, our data and programmatic API options, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/javascript/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/javascript/">
<meta property="og:title" content="JavaScript">
<meta property="og:description" content="Bring Bootstrap to life with our optional JavaScript plugins built on jQuery. Learn about each plugin, our data and programmatic API options, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Customization options">
<meta name="twitter:description" content="Customize Bootstrap 4 with our new built-in Sass variables for global style preferences for easy theming and component changes.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/options/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/options/">
<meta property="og:title" content="Customization options">
<meta property="og:description" content="Customize Bootstrap 4 with our new built-in Sass variables for global style preferences for easy theming and component changes.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Webpack">
<meta name="twitter:description" content="Learn how to include Bootstrap in your project using Webpack 2.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/getting-started/webpack/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/getting-started/webpack/">
<meta property="og:title" content="Webpack">
<meta property="og:description" content="Learn how to include Bootstrap in your project using Webpack 2.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Grid system">
<meta name="twitter:description" content="Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/layout/grid/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/layout/grid/">
<meta property="og:title" content="Grid system">
<meta property="og:description" content="Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/layout/overview/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/layout/overview/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/layout/overview/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/layout/overview/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Media object">
<meta name="twitter:description" content="Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/layout/media-object/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/layout/media-object/">
<meta property="og:title" content="Media object">
<meta property="og:description" content="Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Overview">
<meta name="twitter:description" content="Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/layout/overview/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/layout/overview/">
<meta property="og:title" content="Overview">
<meta property="og:description" content="Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Utilities for layout">
<meta name="twitter:description" content="For faster mobile-friendly and responsive development, Bootstrap includes dozens of utility classes for showing, hiding, aligning, and spacing content.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/layout/utilities-for-layout/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/layout/utilities-for-layout/">
<meta property="og:title" content="Utilities for layout">
<meta property="og:description" content="For faster mobile-friendly and responsive development, Bootstrap includes dozens of utility classes for showing, hiding, aligning, and spacing content.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Buttons">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/buttons/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/buttons/">
<meta property="og:title" content="Buttons">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Collapse inline">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/collapse-inline/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/collapse-inline/">
<meta property="og:title" content="Collapse inline">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Drawers">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/drawers/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/drawers/">
<meta property="og:title" content="Drawers">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Extensions">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/extensions/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/extensions/">
<meta property="og:title" content="Extensions">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Forms">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/forms/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/forms/">
<meta property="og:title" content="Forms">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Labels">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/labels/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/labels/">
<meta property="og:title" content="Labels">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="List groups">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/list-groups/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/list-groups/">
<meta property="og:title" content="List groups">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Menus">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/menus/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/menus/">
<meta property="og:title" content="Menus">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Navs">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/navs/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/navs/">
<meta property="og:title" content="Navs">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Selections">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/selections/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/selections/">
<meta property="og:title" content="Selections">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Snackbars">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/material-design/snackbars/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/material-design/snackbars/">
<meta property="og:title" content="Snackbars">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Migrating to v4">
<meta name="twitter:description" content="Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/migration/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/migration/">
<meta property="og:title" content="Migrating to v4">
<meta property="og:description" content="Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Borders">
<meta name="twitter:description" content="Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/borders/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/borders/">
<meta property="og:title" content="Borders">
<meta property="og:description" content="Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Clearfix">
<meta name="twitter:description" content="Quickly and easily clear floated content within a container by adding a clearfix utility.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/clearfix/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/clearfix/">
<meta property="og:title" content="Clearfix">
<meta property="og:description" content="Quickly and easily clear floated content within a container by adding a clearfix utility.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Close icon">
<meta name="twitter:description" content="Use a generic close icon for dismissing content like modals and alerts.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/close-icon/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/close-icon/">
<meta property="og:title" content="Close icon">
<meta property="og:description" content="Use a generic close icon for dismissing content like modals and alerts.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Colors">
<meta name="twitter:description" content="Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/colors/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/colors/">
<meta property="og:title" content="Colors">
<meta property="og:description" content="Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Display property">
<meta name="twitter:description" content="Quickly and responsively toggle the display value of components and more with our display utilities. Includes support for some of the more common values, as well as some extras for controlling display when printing.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/display/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/display/">
<meta property="og:title" content="Display property">
<meta property="og:description" content="Quickly and responsively toggle the display value of components and more with our display utilities. Includes support for some of the more common values, as well as some extras for controlling display when printing.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Embeds">
<meta name="twitter:description" content="Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/embed/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/embed/">
<meta property="og:title" content="Embeds">
<meta property="og:description" content="Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Flex">
<meta name="twitter:description" content="Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/flex/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/flex/">
<meta property="og:title" content="Flex">
<meta property="og:description" content="Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Float">
<meta name="twitter:description" content="Toggle floats on any element, across any breakpoint, using our responsive float utilities.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/float/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/float/">
<meta property="og:title" content="Float">
<meta property="og:description" content="Toggle floats on any element, across any breakpoint, using our responsive float utilities.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Image replacement">
<meta name="twitter:description" content="Swap text for background images with the image replacement class.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/image-replacement/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/image-replacement/">
<meta property="og:title" content="Image replacement">
<meta property="og:description" content="Swap text for background images with the image replacement class.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/borders/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/borders/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/borders/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/borders/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/borders/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/borders/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/borders/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/borders/"</script>
</html>

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Position">
<meta name="twitter:description" content="Use these shorthand utilities for quickly configuring the position of an element.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/position/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/position/">
<meta property="og:title" content="Position">
<meta property="og:description" content="Use these shorthand utilities for quickly configuring the position of an element.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Screenreaders">
<meta name="twitter:description" content="Use screenreader utilities to hide elements on all devices execept screen readers.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/screenreaders/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/screenreaders/">
<meta property="og:title" content="Screenreaders">
<meta property="og:description" content="Use screenreader utilities to hide elements on all devices execept screen readers.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Sizing">
<meta name="twitter:description" content="Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/sizing/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/sizing/">
<meta property="og:title" content="Sizing">
<meta property="og:description" content="Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Spacing">
<meta name="twitter:description" content="Bootstrap includes a wide range of shorthand responsive margin and padding utility classes to modify an element's appearance.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/spacing/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/spacing/">
<meta property="og:title" content="Spacing">
<meta property="og:description" content="Bootstrap includes a wide range of shorthand responsive margin and padding utility classes to modify an element's appearance.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Typography">
<meta name="twitter:description" content="Documentation and examples for common text utilities to control alignment, wrapping, weight, and more.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/text/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/text/">
<meta property="og:title" content="Typography">
<meta property="og:description" content="Documentation and examples for common text utilities to control alignment, wrapping, weight, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Vertical alignment">
<meta name="twitter:description" content="Easily change the vertical alignment of inline, inline-block, inline-table, and table cell elements.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/vertical-align/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/vertical-align/">
<meta property="og:title" content="Vertical alignment">
<meta property="og:description" content="Easily change the vertical alignment of inline, inline-block, inline-table, and table cell elements.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -18,18 +18,18 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Visibility">
<meta name="twitter:description" content="Control the visibility, without modifying the display, of elements with visibility utilities.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social-logo.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io/docs/4.0/utilities/visibility/">
<meta property="og:url" content="http://localhost:9001/docs/4.0/utilities/visibility/">
<meta property="og:title" content="Visibility">
<meta property="og:description" content="Control the visibility, without modifying the display, of elements with visibility utilities.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/"</script>
</html>

View File

@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/">
<meta http-equiv="refresh" content="0; url=https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/">
<link rel="canonical" href="http://localhost:9001/bootstrap-material-design/docs/4.0/examples/">
<meta http-equiv="refresh" content="0; url=http://localhost:9001/bootstrap-material-design/docs/4.0/examples/">
<h1>Redirecting…</h1>
<a href="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/">Click here if you are not redirected.</a>
<script>location="https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/"</script>
<a href="http://localhost:9001/bootstrap-material-design/docs/4.0/examples/">Click here if you are not redirected.</a>
<script>location="http://localhost:9001/bootstrap-material-design/docs/4.0/examples/"</script>
</html>

View File

@ -18,17 +18,17 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bootstrap Material Design">
<meta name="twitter:description" content="The most popular HTML, CSS, and JS Material Design library in the world.">
<meta name="twitter:image" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta name="twitter:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<!-- Facebook -->
<meta property="og:url" content="https://fezvrasta.github.io">
<meta property="og:url" content="http://localhost:9001">
<meta property="og:title" content="Bootstrap Material Design">
<meta property="og:description" content="The most popular HTML, CSS, and JS Material Design library in the world.">
<meta property="og:image" content="http://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="https://fezvrasta.github.io/assets/brand/bootstrap-social.png">
<meta property="og:image" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/bootstrap-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

View File

@ -1 +1 @@
Sitemap: https://fezvrasta.github.io/bootstrap-material-design/sitemap.xml
Sitemap: http://localhost:9001/bootstrap-material-design/sitemap.xml

View File

@ -1,315 +1,315 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/accessibility/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/accessibility/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/alerts/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/alerts/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/extend/approach/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/extend/approach/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/badge/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/badge/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/best-practices/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/best-practices/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/borders/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/borders/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/brand/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/about/brand/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/breadcrumb/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/breadcrumb/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/browser-bugs/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/browser-bugs/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/browsers-devices/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/browsers-devices/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/build-tools/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/build-tools/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/button-group/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/button-group/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/buttons/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/buttons/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/buttons/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/buttons/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/card/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/card/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/carousel/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/carousel/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/clearfix/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/clearfix/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/close-icon/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/close-icon/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/code/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/code/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/collapse-inline/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/collapse-inline/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/collapse/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/collapse/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/colors/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/colors/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/contents/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/contents/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/display/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/display/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/download/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/download/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/drawers/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/drawers/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/dropdowns/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/dropdowns/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/embed/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/embed/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/extensions/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/extensions/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/figures/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/figures/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/flex/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/flex/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/float/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/float/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/forms/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/forms/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/forms/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/forms/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/grid/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/layout/grid/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/history/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/about/history/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/extend/icons/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/extend/icons/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/image-replacement/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/image-replacement/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/images/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/images/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/</loc>
<loc>http://localhost:9001/bootstrap-material-design/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/extend/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/extend/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/input-group/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/input-group/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/introduction/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/javascript/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/javascript/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/jumbotron/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/jumbotron/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/labels/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/labels/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/license/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/about/license/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/list-group/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/list-group/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/list-groups/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/list-groups/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/media-object/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/layout/media-object/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/menus/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/menus/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/migration/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/migration/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/modal/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/modal/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/navbar/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/navbar/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/navs/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/navs/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/navs/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/navs/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/options/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/options/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/layout/overview/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/pagination/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/pagination/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/popovers/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/popovers/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/position/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/position/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/progress/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/progress/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/reboot/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/reboot/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/screenreaders/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/screenreaders/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/scrollspy/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/scrollspy/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/selections/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/selections/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/sizing/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/sizing/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/snackbars/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/material-design/snackbars/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/spacing/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/spacing/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/tables/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/tables/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/team/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/about/team/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/text/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/text/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/components/tooltips/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/components/tooltips/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/about/translations/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/about/translations/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/content/typography/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/content/typography/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/utilities-for-layout/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/layout/utilities-for-layout/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/vertical-align/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/vertical-align/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/utilities/visibility/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/utilities/visibility/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/webpack/</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/getting-started/webpack/</loc>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/album/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/album/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/blog/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/blog/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/carousel/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/carousel/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/cover/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/cover/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/dashboard/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/dashboard/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/grid/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/grid/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/jumbotron/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/jumbotron/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/justified-nav/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/justified-nav/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/narrow-jumbotron/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/narrow-jumbotron/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-top-fixed/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/navbar-top-fixed/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-top/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/navbar-top/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbars/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/navbars/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/offcanvas/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/offcanvas/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/signin/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/signin/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/starter-template/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/starter-template/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer-navbar/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/sticky-footer-navbar/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/sticky-footer/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
<url>
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/tooltip-viewport/index.html</loc>
<loc>http://localhost:9001/bootstrap-material-design/docs/4.0/examples/tooltip-viewport/index.html</loc>
<lastmod>2017-08-31T14:46:07+02:00</lastmod>
</url>
</urlset>