Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/data
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-03-22 23:59:14 +0300
committerGitHub <noreply@github.com>2021-03-22 23:59:14 +0300
commita3ad7327f233cac4bf1c9431bf99e47ab8d5f551 (patch)
treedb3e9bad4481a49a4cdb5c998fac7ca5e93c4f6d /site/data
parente775c494f2d54d21204f9449a232ec096f702b77 (diff)
Update examples (#33214)
* Add updated Jumbotron example made from utilities * Update starter template example with new design and links * Update some existing examples and their screenshots * Add four new snippet-based examples * Update layout to improve things a bit * WIP * Add d-block to images * Fix horizontal scroll * move d-block to the anchor Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/data')
-rw-r--r--site/data/examples.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/site/data/examples.yml b/site/data/examples.yml
index d243bdad0d..9898363d60 100644
--- a/site/data/examples.yml
+++ b/site/data/examples.yml
@@ -1,3 +1,15 @@
+- category: Snippets
+ description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
+ examples:
+ - name: Headers
+ description: "Display your branding, navigation, search, and more with these header components"
+ - name: Heroes
+ description: "Set the stage on your homepage with heroes that feature clear calls to action."
+ - name: Features
+ description: "Explain the features, benefits, or other details in your marketing content."
+ - name: Sidebars
+ description: "Common navigation patterns ideal for offcanvas or multi-column layouts."
+
- category: Custom Components
description: "Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
examples:
@@ -23,6 +35,8 @@
description: "Attach a footer to the bottom of the viewport when page content is short."
- name: Sticky footer navbar
description: "Attach a footer to the bottom of the viewport with a fixed top navbar."
+ - name: Jumbotron
+ description: "Use utilities to recreate and enhance Bootstrap 4's jumbotron."
- category: Framework
description: "Examples that focus on implementing uses of built-in components provided by Bootstrap."