diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/ads.html | 1 | ||||
| -rw-r--r-- | docs/_includes/callout-warning-color-assistive-technologies.md | 5 | ||||
| -rw-r--r-- | docs/_includes/footer.html | 58 | ||||
| -rw-r--r-- | docs/_includes/header.html | 39 | ||||
| -rw-r--r-- | docs/_includes/nav-docs.html | 58 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html | 59 | ||||
| -rw-r--r-- | docs/_includes/page-headers.html | 46 | ||||
| -rw-r--r-- | docs/_includes/social.html | 31 |
8 files changed, 0 insertions, 297 deletions
diff --git a/docs/_includes/ads.html b/docs/_includes/ads.html deleted file mode 100644 index 662b62971..000000000 --- a/docs/_includes/ads.html +++ /dev/null @@ -1 +0,0 @@ -<script async type="text/javascript" src="https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=getbootstrapcom" id="_carbonads_js"></script> diff --git a/docs/_includes/callout-warning-color-assistive-technologies.md b/docs/_includes/callout-warning-color-assistive-technologies.md deleted file mode 100644 index b92a1c341..000000000 --- a/docs/_includes/callout-warning-color-assistive-technologies.md +++ /dev/null @@ -1,5 +0,0 @@ -{% callout warning %} -#### Conveying meaning to assistive technologies - -Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class. -{% endcallout %}
\ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html deleted file mode 100644 index bfd657efe..000000000 --- a/docs/_includes/footer.html +++ /dev/null @@ -1,58 +0,0 @@ -<footer class="bd-footer text-muted"> - <div class="container"> - <ul class="bd-footer-links"> - <li><a href="{{ site.repo }}">GitHub</a></li> - <li><a href="https://twitter.com/getbootstrap">Twitter</a></li> - <li><a href="{{ site.baseurl }}/examples/">Examples</a></li> - <li><a href="{{ site.baseurl }}/about/history/">About</a></li> - </ul> - <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> - <p>Currently v{{ site.current_version }}. Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p> - </div> -</footer> - -<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script> -<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script> - -<script src="{{ site.baseurl }}/assets/js/vendor/tether.min.js"></script> - -{% if site.github %} - <script src="{{ site.baseurl }}/dist/js/bootstrap.min.js"></script> -{% else %} - <script src="{{ site.baseurl }}/dist/js/bootstrap.js"></script> -{% endif %} - -{% if site.github %} - <script src="{{ site.baseurl }}/assets/js/docs.min.js"></script> -{% else %} - {% for file in site.data.configBridge.paths.docsJs %} - <script src="{{ site.baseurl }}/{{ file }}"></script> - {% endfor %} -{% endif %} - -<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script> -<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script> - -{% if page.layout == "docs" %} -<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.min.js"></script> - -<script> -SimpleJekyllSearch.init({ - searchInput: document.getElementById('search-input'), - resultsContainer: document.getElementById('search-results'), - searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>', - noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>', - json: '{{ site.baseurl }}/search.json' -}) -</script> -{% endif %} - -<script> -Holder.addTheme('gray', { - bg: '#777', - fg: 'rgba(255,255,255,.75)', - font: 'Helvetica', - fontweight: 'normal' -}) -</script> diff --git a/docs/_includes/header.html b/docs/_includes/header.html deleted file mode 100644 index 37e27cd07..000000000 --- a/docs/_includes/header.html +++ /dev/null @@ -1,39 +0,0 @@ -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - -<title> - {% if page.title %} - {{ page.title }} · {{ site.title }} - {% else %} - {{ site.title }} · {{ site.description }} - {% endif %} -</title> - -{% include social.html %} - -<!-- Bootstrap core CSS --> -{% if site.github %} - <link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet"> - {% if page.title == "Flexbox grid system" %} - <link href="{{ site.baseurl }}/assets/css/docs-flexbox.min.css" rel="stylesheet"> - {% endif %} -{% else %} - <link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet"> -{% endif %} - -<!-- Documentation extras --> -<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> - -<!-- Favicons --> -<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> -<link rel="icon" href="{{ site.baseurl }}/favicon.ico"> - -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-146052-10', 'getbootstrap.com'); - ga('send', 'pageview'); -</script> diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html deleted file mode 100644 index 005f96435..000000000 --- a/docs/_includes/nav-docs.html +++ /dev/null @@ -1,58 +0,0 @@ -<form class="bd-search hidden-sm-down"> - <input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off"> - <div class="dropdown-menu bd-search-results" id="search-results"></div> -</form> - -<nav class="bd-links" id="docsNavbarContent"> - {% for group in site.data.nav %} - {% assign link = group.pages | first %} - {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %} - {% assign active = nil %} - - {% if page.url contains slug %} - {% assign active = 'active' %} - {% endif %} - - <div class="bd-toc-item {{ active }}"> - {% if slug == "examples" %} - <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/"> - {% else %} - <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}{% if link.title || page.title %}/{% endif %}"> - {% endif %} - {{ group.title }} - </a> - - <ul class="nav bd-sidenav"> - {% for doc in group.pages %} - {% assign slug = doc.title | downcase | replace: ' ', '-' | replace:'-&-','-' %} - {% capture slug %}/{{ slug }}{% endcapture %} - {% assign active = nil %} - - {% if page.url contains slug %} - {% assign active = 'active bd-sidenav-active' %} - {% endif %} - - <li class="{{ active }}"> - <a href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' | replace:'-&-','-' }}/"> - {{ doc.title }} - </a> - - {% comment %} - {% unless doc.sections == nil %} - <ul class="nav"> - {% for section in doc.sections %} - <li> - <a href="#{{ section.title | downcase | replace: ' ', '-' }}"> - {{ section.title }} - </a> - </li> - {% endfor %} - </ul> - {% endunless %} - {% endcomment %} - </li> - {% endfor %} - </ul> - </div> - {% endfor %} -</nav> diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html deleted file mode 100644 index 8ba41c7b4..000000000 --- a/docs/_includes/nav-home.html +++ /dev/null @@ -1,59 +0,0 @@ -<header class="navbar navbar-light navbar-static-top bd-navbar"> - <div class="container"> - {% comment %} - <nav class="nav navbar-nav float-right"> - <div class="nav-item dropdown"> - <a class="nav-item nav-link dropdown-toggle" href="#" id="bd-versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - v{{ site.current_version }} - </a> - <div class="dropdown-menu dropdown-menu-right" aria-labelledby="bd-versions"> - <a class="dropdown-item" href="#">v4.0.0-alpha.2</a> - <a class="dropdown-item" href="#">v3.3.5</a> - <a class="dropdown-item" href="#">v3.3.4</a> - <a class="dropdown-item" href="#">v3.3.2</a> - <a class="dropdown-item" href="#">v3.3.1</a> - <a class="dropdown-item" href="#">v3.3.0</a> - <a class="dropdown-item" href="#">v3.2.0</a> - <a class="dropdown-item" href="#">v3.1.1</a> - <a class="dropdown-item" href="#">v3.1.0</a> - <a class="dropdown-item" href="#">v3.0.3</a> - <a class="dropdown-item" href="#">v3.0.2</a> - <a class="dropdown-item" href="#">v3.0.1</a> - <a class="dropdown-item" href="#">v3.0.0</a> - </div> - </div> - </nav> - {% endcomment %} - - <nav> - <div class="clearfix"> - <button class="navbar-toggler float-right hidden-sm-up" type="button" data-toggle="collapse" data-target="#bd-main-nav" aria-controls="bd-main-nav" aria-expanded="false" aria-label="Toggle navigation"></button> - <a class="navbar-brand hidden-sm-up" href="{{ site.baseurl }}/"> - Bootstrap - </a> - </div> - <div class="collapse navbar-toggleable" id="bd-main-nav"> - <ul class="nav navbar-nav"> - <li class="nav-item active"> - <a class="nav-item nav-link {% if page.layout == "home" %}active{% endif %}" href="{{ site.baseurl }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');">Bootstrap</a> - </li> - <li class="nav-item"> - <a class="nav-item nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/getting-started/introduction/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a> - </li> - <li class="nav-item"> - <a class="nav-item nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a> - </li> - <li class="nav-item"> - <a class="nav-item nav-link" href="{{ site.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');">Themes</a> - </li> - <li class="nav-item"> - <a class="nav-item nav-link" href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a> - </li> - <li class="nav-item"> - <a class="nav-item nav-link" href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a> - </li> - </ul> - </div> - </nav> - </div> -</header> diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html deleted file mode 100644 index 50b59a982..000000000 --- a/docs/_includes/page-headers.html +++ /dev/null @@ -1,46 +0,0 @@ -{% if page.group == "getting-started" %} - <h1>Getting started</h1> - <p class="lead"> - An overview of Bootstrap, including how to download and use it, some basic templates and examples, and more. - </p> -{% elsif page.group == "layout" %} - <h1>Layout</h1> - <p class="lead"> - Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more. - </p> -{% elsif page.group == "content" %} - <h1>Content</h1> - <p class="lead"> - Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more. - </p> -{% elsif page.group == "components" %} - <h1>Components</h1> - <p class="lead"> - Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more. - </p> -{% elsif page.group == "utilities" %} - <h1>Utilities</h1> - <p class="lead"> - Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations. - </p> -{% elsif page.group == "javascript" %} - <h1>JavaScript plugins</h1> - <p class="lead"> - Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one. - </p> -{% elsif page.group == "about" %} - <h1>About</h1> - <p class="lead"> - Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand. - </p> -{% elsif page.group == "migration" %} - <h1>Migration</h1> - <p class="lead"> - Guidance on how to upgrade from Bootstrap v3.x to v4.x with emphasis on major changes, what's new, and what's been removed. - </p> -{% elsif page.group == "browser-bugs" %} - <h1>Wall of browser bugs</h1> - <p class="lead"> - A list of the browser bugs that Bootstrap is currently grappling with. - </p> -{% endif %} diff --git a/docs/_includes/social.html b/docs/_includes/social.html deleted file mode 100644 index c488ea610..000000000 --- a/docs/_includes/social.html +++ /dev/null @@ -1,31 +0,0 @@ -<!-- Twitter --> -<meta name="twitter:site" content="@{{ site.twitter }}"> -<meta name="twitter:creator" content="@{{ site.twitter }}"> - -{% if page.title %} - <meta name="twitter:card" content="summary"> - <meta name="twitter:title" content="{{ page.title }}"> - <meta name="twitter:description" content="{{ page.description }}"> - <meta name="twitter:image" content="{{ site.url }}{{ site.social_logo_path }}"> -{% else %} - <meta name="twitter:card" content="summary_large_image"> - <meta name="twitter:title" content="{{ site.title }}"> - <meta name="twitter:description" content="{{ site.description }}"> - <meta name="twitter:image" content="{{ site.url }}{{ site.social_image_path }}"> -{% endif %} - -<!-- Facebook --> -{% if page.title %} - <meta property="og:url" content="{{ site.url }}{{ page.url }}"> - <meta property="og:title" content="{{ page.title }}"> - <meta property="og:description" content="{{ page.description }}"> -{% else %} - <meta property="og:url" content="{{ site.url }}"> - <meta property="og:title" content="{{ site.title }}"> - <meta property="og:description" content="{{ site.description }}"> -{% endif %} -<meta property="og:image" content="{{ site.url }}{{ site.social_image_path }}"> - -<!-- Meta --> -<meta name="description" content="{{ site.description }}"> -<meta name="author" content="{{ site.authors }}"> |
