mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
update
This commit is contained in:
@@ -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="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/about/brand/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/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://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/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">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1115,14 +1115,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
@@ -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="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/about/history/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/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://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/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">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1041,14 +1041,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
@@ -2,9 +2,9 @@
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="http://getbootstrap.com/docs/4.0/about/history/">
|
||||
<meta http-equiv="refresh" content="0; url=http://getbootstrap.com/docs/4.0/about/history/">
|
||||
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/about/history/">
|
||||
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.0/about/history/">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="http://getbootstrap.com/docs/4.0/about/history/">Click here if you are not redirected.</a>
|
||||
<script>location="http://getbootstrap.com/docs/4.0/about/history/"</script>
|
||||
<a href="https://getbootstrap.com/docs/4.0/about/history/">Click here if you are not redirected.</a>
|
||||
<script>location="https://getbootstrap.com/docs/4.0/about/history/"</script>
|
||||
</html>
|
||||
|
@@ -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="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/about/license/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/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://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/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">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1071,14 +1071,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
@@ -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="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/about/team/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/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://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/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">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1123,14 +1123,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
@@ -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="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/about/translations/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/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://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/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">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1049,14 +1049,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
Reference in New Issue
Block a user