From 9dc949b62c6b5e3c8872211f71b11714d9d22b22 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:05:15 +0000 Subject: native dark theme initial checkin --- .../docs/5.3/examples/features/features.css | 36 +++ .../content/docs/5.3/examples/features/index.html | 346 +++++++++++++++++++++ .../5.3/examples/features/unsplash-photo-1.jpg | Bin 0 -> 10451 bytes .../5.3/examples/features/unsplash-photo-2.jpg | Bin 0 -> 113018 bytes .../5.3/examples/features/unsplash-photo-3.jpg | Bin 0 -> 40607 bytes 5 files changed, 382 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/features.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/examples/features') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/features.css b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/features.css new file mode 100644 index 000000000..b5d658f6b --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/features.css @@ -0,0 +1,36 @@ +.feature-icon { + width: 4rem; + height: 4rem; + border-radius: .75rem; +} + +.icon-link > .bi { + margin-top: .125rem; + margin-left: .125rem; + fill: currentcolor; + transition: transform .25s ease-in-out; +} +.icon-link:hover > .bi { + transform: translate(.25rem); +} + +.icon-square { + width: 3rem; + height: 3rem; + border-radius: .75rem; +} + +.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); } +.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); } +.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); } + +.card-cover { + background-repeat: no-repeat; + background-position: center center; + background-size: cover; +} + +.feature-icon-small { + width: 3rem; + height: 3rem; +} diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/index.html b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/index.html new file mode 100644 index 000000000..35a4ef5da --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/index.html @@ -0,0 +1,346 @@ +--- +layout: examples +title: Features +extra_css: + - "features.css" +body_class: "" +--- + + + + Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Features examples

+ + + +
+ +
+

Hanging icons

+
+
+
+ +
+
+

Featured title

+

Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.

+ + Primary button + +
+
+
+
+ +
+
+

Featured title

+

Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.

+ + Primary button + +
+
+
+
+ +
+
+

Featured title

+

Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.

+ + Primary button + +
+
+
+
+ +
+ +
+

Custom cards

+ +
+
+
+
+

Short title, long jacket

+
    +
  • + Bootstrap +
  • +
  • + + Earth +
  • +
  • + + 3d +
  • +
+
+
+
+ +
+
+
+

Much longer title that wraps to multiple lines

+
    +
  • + Bootstrap +
  • +
  • + + Pakistan +
  • +
  • + + 4d +
  • +
+
+
+
+ +
+
+
+

Another longer title belongs here

+
    +
  • + Bootstrap +
  • +
  • + + California +
  • +
  • + + 5d +
  • +
+
+
+
+
+
+ +
+ +
+

Icon grid

+ +
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+ +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+
+ +
+ +
+

Features with title

+ +
+
+

Left-aligned title explaining these awesome features

+

Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.

+ Primary button +
+ +
+
+
+
+ + + +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+ +
+
+ + + +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+ +
+
+ + + +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+ +
+
+ + + +
+

Featured title

+

Paragraph of text beneath the heading to explain the heading.

+
+
+
+
+
+
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg new file mode 100644 index 000000000..ed2e36a78 Binary files /dev/null and b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg differ diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg new file mode 100644 index 000000000..b66864a00 Binary files /dev/null and b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg differ diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg new file mode 100644 index 000000000..c411b17ec Binary files /dev/null and b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg differ -- cgit v1.2.3