From c26dede97f626b52b7bf8962ed55d1dbda86abe8 Mon Sep 17 00:00:00 2001 From: Hilmar R Date: Sun, 28 Feb 2021 21:06:16 +0100 Subject: get dev --- .../layouts/partials/home/masthead-followup.html | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html (limited to 'vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html') diff --git a/vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html b/vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html new file mode 100644 index 000000000..1ee8b19b8 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html @@ -0,0 +1,90 @@ +
+
+
+
+
+ {{ partial "icons/code.svg" (dict "class" "masthead-followup-svg" "width" "32" "height" "32") }} +
+

Installation

+

+ Install Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor. +

+

Package managed installs don’t include documentation or our full build scripts. You can also use our npm template repo to quickly generate a Bootstrap project via npm.

+ Read installation docs +
+
+ {{ highlight "npm install bootstrap" "sh" "" }} + {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }} +
+
+ +
+
+
+ {{ partial "icons/cloud-fill.svg" (dict "class" "masthead-followup-svg" "width" "32" "height" "32") }} +
+

jsDelivr

+

+ When you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr. +

+

+ See it in action with our simple starter template, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately. +

+ Explore the docs +
+
+ {{ highlight (printf (` + +`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }} + {{ highlight (printf (` + + +`) .Site.Params.cdn.jquery (.Site.Params.cdn.jquery_hash | safeHTMLAttr) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }} +
+
+ +
+
+
+ {{ partial "icons/circle-square.svg" (dict "class" "masthead-followup-svg" "width" "32" "height" "32") }} +
+

Bootstrap Icons

+

+ For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation. +

+

+ Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implemented in several ways, and can be styled with CSS. +

+ Get Bootstrap Icons +
+
+ Bootstrap Icons +
+
+ +
+
+
+ {{ partial "icons/droplet-fill.svg" (dict "class" "masthead-followup-svg" "width" "32" "height" "32") }} +
+

Official Themes

+

+ Take Bootstrap to the next level with premium themes from the official Bootstrap Themes marketplace. +

+

+ Themes are built on Bootstrap as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools. +

+ Browse themes +
+
+ Bootstrap Themes +
+
+
+
-- cgit v1.2.3