From cf9454caa00872899215603e5e036d9a824b1b11 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 24 Dec 2022 18:37:22 +0200 Subject: Release v5.3.0-alpha1 (#37661) * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto --- .../docs/5.3/examples/features/features.css | 36 +++ site/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 site/content/docs/5.3/examples/features/features.css create mode 100644 site/content/docs/5.3/examples/features/index.html create mode 100644 site/content/docs/5.3/examples/features/unsplash-photo-1.jpg create mode 100644 site/content/docs/5.3/examples/features/unsplash-photo-2.jpg create mode 100644 site/content/docs/5.3/examples/features/unsplash-photo-3.jpg (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/features.css b/site/content/docs/5.3/examples/features/features.css new file mode 100644 index 000000000..b5d658f6b --- /dev/null +++ b/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/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html new file mode 100644 index 000000000..35a4ef5da --- /dev/null +++ b/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/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg new file mode 100644 index 000000000..ed2e36a78 Binary files /dev/null and b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg new file mode 100644 index 000000000..b66864a00 Binary files /dev/null and b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg new file mode 100644 index 000000000..c411b17ec Binary files /dev/null and b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg differ -- cgit v1.2.3 From d70b5db2e0aee9ea9a7255d28395278876bf53ba Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2023 22:23:46 -0800 Subject: Add new link utilities, icon link helper, and update colored link helpers (#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback --- site/content/docs/5.3/examples/features/features.css | 10 ---------- site/content/docs/5.3/examples/features/index.html | 12 ++++++------ 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/features.css b/site/content/docs/5.3/examples/features/features.css index b5d658f6b..debc26364 100644 --- a/site/content/docs/5.3/examples/features/features.css +++ b/site/content/docs/5.3/examples/features/features.css @@ -4,16 +4,6 @@ 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; diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index 35a4ef5da..a60a98b33 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -76,9 +76,9 @@ body_class: ""

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.

- + Call to action - +
@@ -87,9 +87,9 @@ body_class: ""

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.

- + Call to action - +
@@ -98,9 +98,9 @@ body_class: ""

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.

- + Call to action - + -- cgit v1.2.3 From f40e76d1f77c020be337d4244c7cfb13a2b5bd9c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jan 2023 16:33:33 -0800 Subject: Update snippet examples for dark mode (#37834) * Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR --- site/content/docs/5.3/examples/features/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index a60a98b33..a93af64d5 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -112,7 +112,7 @@ body_class: ""

Hanging icons

-
+
@@ -124,7 +124,7 @@ body_class: ""
-
+
@@ -136,7 +136,7 @@ body_class: ""
-
+
-- cgit v1.2.3 From 9042efd0f86dd571386f62bacc8738ac975517fc Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Tue, 17 Jan 2023 00:55:28 +0100 Subject: Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) --- site/content/docs/5.3/examples/features/index.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index a93af64d5..d471ed847 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -228,56 +228,56 @@ body_class: ""
- +

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.

@@ -294,7 +294,7 @@ body_class: ""

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.

+

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
@@ -307,7 +307,7 @@ body_class: ""

Featured title

-

Paragraph of text beneath the heading to explain the heading.

+

Paragraph of text beneath the heading to explain the heading.

@@ -317,7 +317,7 @@ body_class: ""

Featured title

-

Paragraph of text beneath the heading to explain the heading.

+

Paragraph of text beneath the heading to explain the heading.

@@ -327,7 +327,7 @@ body_class: ""

Featured title

-

Paragraph of text beneath the heading to explain the heading.

+

Paragraph of text beneath the heading to explain the heading.

@@ -337,7 +337,7 @@ body_class: ""

Featured title

-

Paragraph of text beneath the heading to explain the heading.

+

Paragraph of text beneath the heading to explain the heading.

-- cgit v1.2.3 From 78f879eb57e56fc708f1e23d3643f8cecb813227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 23 Feb 2023 07:55:56 +0100 Subject: Docs: drop unused icons (#38103) --- site/content/docs/5.3/examples/features/index.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index d471ed847..8754ceced 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -25,9 +25,6 @@ body_class: "" - - - @@ -35,9 +32,6 @@ body_class: "" - - - -- cgit v1.2.3 From e468daac252b9935baaa35cf22d83a3cd89bba88 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Apr 2023 18:13:35 -0700 Subject: More darkmode examples (#38058) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond --- site/content/docs/5.3/examples/features/index.html | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index 8754ceced..02fad75fc 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -68,7 +68,7 @@ body_class: ""
-

Featured title

+

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.

Call to action @@ -79,7 +79,7 @@ body_class: ""
-

Featured title

+

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.

Call to action @@ -90,7 +90,7 @@ body_class: ""
-

Featured title

+

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.

Call to action @@ -110,7 +110,7 @@ body_class: ""
-

Featured title

+

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 @@ -224,56 +224,56 @@ body_class: ""
-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

@@ -287,7 +287,7 @@ body_class: ""
-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

@@ -310,7 +310,7 @@ body_class: ""
-

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

@@ -320,7 +320,7 @@ body_class: "" -

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

@@ -330,7 +330,7 @@ body_class: "" -

Featured title

+

Featured title

Paragraph of text beneath the heading to explain the heading.

-- cgit v1.2.3 From b5772d4ec27149bb44ed4d4a45667d3452ab3ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 2 May 2023 22:57:48 +0200 Subject: Use `.d-none` instead of inline styling --- site/content/docs/5.3/examples/features/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/index.html b/site/content/docs/5.3/examples/features/index.html index 02fad75fc..a2d4b73a8 100644 --- a/site/content/docs/5.3/examples/features/index.html +++ b/site/content/docs/5.3/examples/features/index.html @@ -6,7 +6,7 @@ extra_css: body_class: "" --- - + Bootstrap -- cgit v1.2.3 From 18a400a32907836d31a9319c598a78e1df55dda9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Aug 2023 11:23:43 +0300 Subject: Further improve image compression with oxipng and the latest jpegoptim (#39037) --- .../5.3/examples/features/unsplash-photo-1.jpg | Bin 10451 -> 10433 bytes .../5.3/examples/features/unsplash-photo-2.jpg | Bin 113018 -> 113000 bytes .../5.3/examples/features/unsplash-photo-3.jpg | Bin 40607 -> 40589 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'site/content/docs/5.3/examples/features') diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg index ed2e36a78..283acd0b4 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg index b66864a00..81eae64d8 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg index c411b17ec..0f401d1e1 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg differ -- cgit v1.2.3