diff --git a/.browserslistrc b/.browserslistrc
index 650742cd1..4cf658861 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -1,10 +1,9 @@
-[production staging]
->5%
-last 2 versions
+>= 0.5%
+last 2 major versions
+not dead
+Chrome >= 60
+Firefox >= 60
Firefox ESR
-not ie < 11
-
-[development]
-last 1 chrome version
-last 1 firefox version
-last 1 edge version
+iOS >= 12
+Safari >= 12
+not Explorer <= 11
\ No newline at end of file
diff --git a/.eslintrc b/.eslintrc
index fe53a6179..7cc6954b5 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -3,254 +3,10 @@
"parser": "babel-eslint",
"env": {
"browser": true,
- "es6": true,
- "jquery": true,
- "jasmine": true,
- "amd": true
+ "amd": true,
+ "node": true,
+ "es6": true
},
- "ignorePatterns": ["src/js/bs/", "src/files/", "getBSsrc.js", "dist/", "site/", "src/css/", "src/js/bs-styles.js"],
- "extends": ["airbnb-base", "plugin:prettier/recommended"],
- "parserOptions": {
- "ecmaVersion": 8,
- "sourceType": "module"
- },
- "rules": {
- "no-await-in-loop": "error",
- "no-compare-neg-zero": "error",
- "no-extra-parens": "error",
- "no-prototype-builtins": "off",
- "no-template-curly-in-string": "error",
- "valid-jsdoc": "error",
- "accessor-pairs": "error",
- "array-callback-return": "error",
- "block-scoped-var": "error",
- "class-methods-use-this": "off",
- "complexity": "off",
- "consistent-return": "error",
- "curly": "error",
- "default-case": "error",
- "dot-location": ["error", "property"],
- "dot-notation": "error",
- "eqeqeq": "error",
- "guard-for-in": "error",
- "no-alert": "error",
- "no-caller": "error",
- "no-div-regex": "error",
- "no-else-return": "error",
- "no-empty-function": "error",
- "no-eq-null": "error",
- "no-eval": "error",
- "no-extend-native": "error",
- "no-extra-bind": "error",
- "no-extra-label": "error",
- "no-floating-decimal": "error",
- "no-implicit-coercion": "error",
- "no-implicit-globals": "error",
- "no-implied-eval": "error",
- "no-invalid-this": "off",
- "no-iterator": "error",
- "no-labels": "error",
- "no-lone-blocks": "error",
- "no-loop-func": "error",
- "no-multi-spaces": [
- "error",
- {
- "exceptions": {
- "AssignmentExpression": true,
- "ArrowFunctionExpression": true,
- "CallExpression": true,
- "VariableDeclarator": true
- }
- }
- ],
- "no-multi-str": "error",
- "no-new": "error",
- "no-new-func": "error",
- "no-new-wrappers": "error",
- "no-octal-escape": "error",
- "no-param-reassign": "off",
- "no-proto": "error",
- "no-restricted-properties": "error",
- "no-return-assign": "off",
- "no-return-await": "error",
- "no-script-url": "error",
- "no-self-compare": "error",
- "no-sequences": "error",
- "no-throw-literal": "error",
- "no-unmodified-loop-condition": "error",
- "no-unused-expressions": "error",
- "no-useless-call": "error",
- "no-useless-concat": "error",
- "no-useless-escape": "error",
- "no-useless-return": "off",
- "no-void": "error",
- "no-warning-comments": "off",
- "no-with": "error",
- "prefer-promise-reject-errors": "error",
- "radix": "error",
- "require-await": "error",
- "vars-on-top": "error",
- "wrap-iife": "error",
- "yoda": "error",
- "strict": "error",
- "init-declarations": "off",
- "no-catch-shadow": "error",
- "no-label-var": "error",
- "no-restricted-globals": "error",
- "no-shadow": "off",
- "no-shadow-restricted-names": "error",
- "no-undef-init": "error",
- "no-undefined": "off",
- "no-use-before-define": "off",
- "callback-return": "off",
- "global-require": "error",
- "handle-callback-err": "error",
- "no-mixed-requires": "error",
- "no-new-require": "error",
- "no-path-concat": "error",
- "no-process-env": "error",
- "no-process-exit": "error",
- "no-restricted-modules": "error",
- "no-sync": "error",
- "array-bracket-spacing": "error",
- "block-spacing": "error",
- "brace-style": "error",
- "camelcase": "error",
- "capitalized-comments": "off",
- "comma-dangle": "off",
- "comma-spacing": "error",
- "comma-style": "error",
- "computed-property-spacing": "error",
- "consistent-this": "error",
- "eol-last": "error",
- "func-call-spacing": "error",
- "func-name-matching": "error",
- "func-names": "off",
- "func-style": [
- "error",
- "declaration",
- {
- "allowArrowFunctions": true
- }
- ],
- "id-blacklist": "error",
- "id-length": "off",
- "id-match": "error",
- "indent": [
- "error",
- 2,
- {
- "SwitchCase": 1
- }
- ],
- "jsx-quotes": "error",
- "key-spacing": "off",
- "keyword-spacing": "error",
- "line-comment-position": "off",
- "lines-around-comment": "off",
- "lines-around-directive": "error",
- "max-depth": ["error", 10],
- "max-len": "off",
- "max-lines": "off",
- "max-nested-callbacks": "error",
- "max-params": "off",
- "max-statements": "off",
- "max-statements-per-line": "error",
- "multiline-ternary": "off",
- "new-cap": [
- "error",
- {
- "capIsNewExceptionPattern": "$.*"
- }
- ],
- "new-parens": "error",
- "newline-after-var": "off",
- "newline-before-return": "off",
- "newline-per-chained-call": [
- "error",
- {
- "ignoreChainWithDepth": 5
- }
- ],
- "no-array-constructor": "error",
- "no-bitwise": "error",
- "no-continue": "off",
- "no-inline-comments": "off",
- "no-lonely-if": "error",
- "no-mixed-operators": "off",
- "no-multi-assign": "error",
- "no-multiple-empty-lines": "error",
- "no-negated-condition": "off",
- "no-nested-ternary": "error",
- "no-new-object": "error",
- "no-plusplus": "off",
- "no-restricted-syntax": "error",
- "no-tabs": "error",
- "no-ternary": "off",
- "no-trailing-spaces": "error",
- "no-underscore-dangle": "off",
- "no-unneeded-ternary": "error",
- "no-whitespace-before-property": "error",
- "nonblock-statement-body-position": "error",
- "object-curly-newline": [
- "error",
- {
- "consistent": true,
- "multiline": true
- }
- ],
- "object-curly-spacing": ["error", "always"],
- "object-property-newline": "error",
- "one-var": ["error", "never"],
- "one-var-declaration-per-line": "error",
- "operator-assignment": "error",
- "operator-linebreak": "off",
- "padded-blocks": "off",
- "quote-props": ["error", "as-needed"],
- "quotes": ["error", "single"],
- "require-jsdoc": "off",
- "semi": ["off"],
- "semi-spacing": "error",
- "sort-keys": "off",
- "sort-vars": "error",
- "space-before-blocks": "error",
- "space-before-function-paren": [
- "error",
- {
- "anonymous": "always",
- "named": "never"
- }
- ],
- "space-in-parens": "error",
- "space-infix-ops": "error",
- "space-unary-ops": "error",
- "spaced-comment": "error",
- "template-tag-spacing": "error",
- "unicode-bom": "error",
- "wrap-regex": "off",
- "arrow-body-style": "off",
- "arrow-spacing": "error",
- "generator-star-spacing": "error",
- "no-confusing-arrow": "error",
- "no-duplicate-imports": "error",
- "no-restricted-imports": "error",
- "no-useless-computed-key": "error",
- "no-useless-constructor": "error",
- "no-useless-rename": "error",
- "no-var": "error",
- "object-shorthand": "error",
- "prefer-arrow-callback": "error",
- "prefer-const": "error",
- "prefer-destructuring": "off",
- "prefer-numeric-literals": "error",
- "prefer-rest-params": "error",
- "prefer-spread": "error",
- "prefer-template": "error",
- "rest-spread-spacing": "error",
- // "sort-imports": "error",
- "symbol-description": "error",
- "template-curly-spacing": "error",
- "yield-star-spacing": "error",
- "import/prefer-default-export": "off"
- }
+ "ignorePatterns": ["src/files/" , "dist/", "site/", "src/js/plugin.js"],
+ "extends": ["eslint:recommended", "prettier"]
}
diff --git a/.gitignore b/.gitignore
index 63c47844f..95a540796 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,12 @@
# Hugo default output directory
/site/public
+/site/resources
+
+# Compiled files
+/site/assets/css/style.css
+/site/static/js/index.min.js
+/site/static/js/index.min.js.map
+/site/static/js/plugin.js
## OS Files
# Windows
@@ -17,7 +24,7 @@ node_modules
# production
/dist
-/site/tw-starter.zip
+/site/te-starter.zip
# demo
/dist-demo
diff --git a/.prettierignore b/.prettierignore
index d5e149b80..e25b0d098 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,7 +1,7 @@
dist/
dist-demo/
-mdb/
-site/
-src/js/mdb
-src/css/
-src/js/bs-styles.js
\ No newline at end of file
+site/static/
+site/public/
+site/resources/
+site/assets/
+site/layouts/shortcodes/
\ No newline at end of file
diff --git a/.prettierrc b/.prettierrc
index 0946a496a..3aceb6338 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,8 +1,11 @@
{
- "bracketSpacing": true,
- "semi": true,
- "singleQuote": true,
- "trailingComma": "es5",
- "printWidth": 100,
- "endOfLine": "auto"
-}
\ No newline at end of file
+ "overrides": [
+ {
+ "files": ["*.html"],
+ "options": {
+ "parser": "go-template",
+ "bracketSameLine": true
+ }
+ }
+ ]
+}
diff --git a/.stylelintrc b/.stylelintrc
deleted file mode 100644
index c6e25ade2..000000000
--- a/.stylelintrc
+++ /dev/null
@@ -1,297 +0,0 @@
-{
- "extends": [
- "stylelint-prettier/recommended",
- "stylelint-config-standard",
- "stylelint-config-recommended-scss"
- ],
- "plugins": [
- "stylelint-order"
- ],
- "ignoreFiles": [
- "src/css/**/*.css"
- ],
- "rules": {
- "at-rule-empty-line-before": null,
- "at-rule-name-space-after": "always",
- "at-rule-semicolon-space-before": "never",
- "block-closing-brace-empty-line-before": null,
- "block-closing-brace-newline-after": null,
- "block-opening-brace-space-before": null,
- "color-named": "never",
- "declaration-block-semicolon-newline-after": "always-multi-line",
- "declaration-block-semicolon-newline-before": "never-multi-line",
- "declaration-block-semicolon-space-after": "always-single-line",
- "declaration-empty-line-before": null,
- "font-family-name-quotes": "always-where-recommended",
- "font-weight-notation": [
- "numeric",
- {
- "ignore": [
- "relative"
- ]
- }
- ],
- "function-url-no-scheme-relative": true,
- "function-url-quotes": "always",
- "length-zero-no-unit": true,
- "max-empty-lines": 2,
- "max-line-length": null,
- "media-feature-name-no-vendor-prefix": true,
- "media-feature-parentheses-space-inside": "never",
- "media-feature-range-operator-space-after": "always",
- "media-feature-range-operator-space-before": "never",
- "no-descending-specificity": null,
- "no-duplicate-selectors": true,
- "number-leading-zero": "never",
- "media-feature-name-no-unknown": [
- true,
- {
- "ignoreMediaFeatureNames": [
- "prefers-reduced-motion"
- ]
- }
- ],
- "order/properties-order": [
- "position",
- "top",
- "right",
- "bottom",
- "left",
- "z-index",
- "box-sizing",
- "display",
- "flex",
- "flex-align",
- "flex-basis",
- "flex-direction",
- "flex-wrap",
- "flex-flow",
- "flex-shrink",
- "flex-grow",
- "flex-order",
- "flex-pack",
- "align-content",
- "align-items",
- "align-self",
- "justify-content",
- "order",
- "float",
- "width",
- "min-width",
- "max-width",
- "height",
- "min-height",
- "max-height",
- "padding",
- "padding-top",
- "padding-right",
- "padding-bottom",
- "padding-left",
- "margin",
- "margin-top",
- "margin-right",
- "margin-bottom",
- "margin-left",
- "overflow",
- "overflow-x",
- "overflow-y",
- "-webkit-overflow-scrolling",
- "-ms-overflow-x",
- "-ms-overflow-y",
- "-ms-overflow-style",
- "columns",
- "column-count",
- "column-fill",
- "column-gap",
- "column-rule",
- "column-rule-width",
- "column-rule-style",
- "column-rule-color",
- "column-span",
- "column-width",
- "orphans",
- "widows",
- "clip",
- "clear",
- "font",
- "font-family",
- "font-size",
- "font-style",
- "font-weight",
- "font-variant",
- "font-size-adjust",
- "font-stretch",
- "font-effect",
- "font-emphasize",
- "font-emphasize-position",
- "font-emphasize-style",
- "font-smooth",
- "src",
- "hyphens",
- "line-height",
- "color",
- "text-align",
- "text-align-last",
- "text-emphasis",
- "text-emphasis-color",
- "text-emphasis-style",
- "text-emphasis-position",
- "text-decoration",
- "text-indent",
- "text-justify",
- "text-outline",
- "-ms-text-overflow",
- "text-overflow",
- "text-overflow-ellipsis",
- "text-overflow-mode",
- "text-shadow",
- "text-transform",
- "text-wrap",
- "-webkit-text-size-adjust",
- "-ms-text-size-adjust",
- "letter-spacing",
- "-ms-word-break",
- "word-break",
- "word-spacing",
- "-ms-word-wrap",
- "word-wrap",
- "overflow-wrap",
- "tab-size",
- "white-space",
- "vertical-align",
- "direction",
- "unicode-bidi",
- "list-style",
- "list-style-position",
- "list-style-type",
- "list-style-image",
- "pointer-events",
- "-ms-touch-action",
- "touch-action",
- "cursor",
- "visibility",
- "zoom",
- "table-layout",
- "empty-cells",
- "caption-side",
- "border-spacing",
- "border-collapse",
- "content",
- "quotes",
- "counter-reset",
- "counter-increment",
- "resize",
- "user-select",
- "nav-index",
- "nav-up",
- "nav-right",
- "nav-down",
- "nav-left",
- "background",
- "background-color",
- "background-image",
- "filter",
- "background-repeat",
- "background-attachment",
- "background-position",
- "background-position-x",
- "background-position-y",
- "background-clip",
- "background-origin",
- "background-size",
- "border",
- "border-color",
- "border-style",
- "border-width",
- "border-top",
- "border-top-color",
- "border-top-style",
- "border-top-width",
- "border-right",
- "border-right-color",
- "border-right-style",
- "border-right-width",
- "border-bottom",
- "border-bottom-color",
- "border-bottom-style",
- "border-bottom-width",
- "border-left",
- "border-left-color",
- "border-left-style",
- "border-left-width",
- "border-radius",
- "border-top-left-radius",
- "border-top-right-radius",
- "border-bottom-right-radius",
- "border-bottom-left-radius",
- "border-image",
- "border-image-source",
- "border-image-slice",
- "border-image-width",
- "border-image-outset",
- "border-image-repeat",
- "outline",
- "outline-width",
- "outline-style",
- "outline-color",
- "outline-offset",
- "box-shadow",
- "opacity",
- "-ms-interpolation-mode",
- "page-break-after",
- "page-break-before",
- "page-break-inside",
- "transition",
- "transition-delay",
- "transition-timing-function",
- "transition-duration",
- "transition-property",
- "transform",
- "transform-origin",
- "perspective",
- "appearance",
- "animation",
- "animation-name",
- "animation-duration",
- "animation-play-state",
- "animation-timing-function",
- "animation-delay",
- "animation-iteration-count",
- "animation-direction",
- "animation-fill-mode",
- "fill",
- "stroke"
- ],
- "rule-empty-line-before": null,
- "selector-attribute-quotes": "always",
- "selector-list-comma-newline-after": null,
- "selector-list-comma-newline-before": null,
- "selector-list-comma-space-after": "always-single-line",
- "selector-list-comma-space-before": "never-single-line",
- "selector-max-attribute": 2,
- "selector-max-class": 8,
- "selector-max-combinators": 8,
- "selector-max-compound-selectors": 8,
- "selector-max-empty-lines": 1,
- "selector-max-id": 1,
- "selector-max-specificity": null,
- "selector-max-type": 4,
- "selector-max-universal": 1,
- "selector-no-qualifying-type": [
- true,
- {
- "ignore": [
- "attribute",
- "class"
- ]
- }
- ],
- "selector-pseudo-element-colon-notation": null,
- "string-quotes": "double",
- "value-keyword-case": "lower",
- "value-list-comma-newline-after": "never-multi-line",
- "value-list-comma-newline-before": "never-multi-line",
- "value-list-comma-space-after": "always",
- "value-no-vendor-prefix": true
- }
-}
\ No newline at end of file
diff --git a/README.md b/README.md
index 8ae4e1ec7..846223b38 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-# Tailwind Elements [ ](https://tailwind-elements.com/)
-
+# Tailwind Elements [ ](https://tailwind-elements.com/)
Tailwind Elements **is a plugin** that extends the functionality of the library with many interactive components.
In some dynamic components (like dropdowns or modals) we add Font Awesome icons and custom JavaScript. However, they do not require any additional installation, all the necessary code is always included in the example and copied to any Tailwind project - it will work.
-
@@ -280,12 +278,11 @@ Responsive Landing page blocks built with Tailwind CSS. Plenty of design blocks
-
## Quick Start tutorial
##### NPM
-1. Before starting the project make sure to install [Node.js (LTS)](https://nodejs.org/en/ 'Node.js (LTS)') and [TailwindCSS](https://tailwindcss.com/ 'TailwindCSS').
+1. Before starting the project make sure to install [Node.js (LTS)](https://nodejs.org/en/ "Node.js (LTS)") and [TailwindCSS](https://tailwindcss.com/ "TailwindCSS").
2. Run the following command to install the package via NPM:
@@ -297,8 +294,11 @@ npm install tw-elements
```javascript
module.exports = {
- content: ['./src/**/*.{html,js}', './node_modules/tw-elements/dist/js/**/*.js'],
- plugins: [require('tw-elements/dist/plugin')],
+ content: [
+ "./src/**/*.{html,js}",
+ "./node_modules/tw-elements/dist/js/**/*.js",
+ ],
+ plugins: [require("tw-elements/dist/plugin")],
};
```
@@ -362,7 +362,7 @@ Add the stylesheet files below in the _head_ section:
```
-
+
diff --git a/demo/paths.json b/demo/paths.json
index b79fb7885..38cb8a827 100644
--- a/demo/paths.json
+++ b/demo/paths.json
@@ -1,199 +1,199 @@
[
{
- "fileName": "sites/main/home.html",
- "pathToFile": "../demo/sites/main/home.html"
+ "fileName": "sites/content-styles/animations.html",
+ "pathToFile": "../demo/sites/content-styles/animations.html"
},
{
- "fileName": "sites/bs/buttons.html",
- "pathToFile": "../demo/sites/bs/buttons.html"
+ "fileName": "sites/components/buttons.html",
+ "pathToFile": "../demo/sites/components/buttons.html"
},
{
- "fileName": "sites/bs/cards.html",
- "pathToFile": "../demo/sites/bs/cards.html"
+ "fileName": "sites/components/cards.html",
+ "pathToFile": "../demo/sites/components/cards.html"
},
{
- "fileName": "sites/bs/badges.html",
- "pathToFile": "../demo/sites/bs/badges.html"
+ "fileName": "sites/content-styles/colors.html",
+ "pathToFile": "../demo/sites/content-styles/colors.html"
},
{
- "fileName": "sites/bs/button-group.html",
- "pathToFile": "../demo/sites/bs/button-group.html"
+ "fileName": "sites/components/badges.html",
+ "pathToFile": "../demo/sites/components/badges.html"
},
{
- "fileName": "sites/bs/alerts.html",
- "pathToFile": "../demo/sites/bs/alerts.html"
+ "fileName": "sites/components/button-group.html",
+ "pathToFile": "../demo/sites/components/button-group.html"
},
{
- "fileName": "sites/bs/list-group.html",
- "pathToFile": "../demo/sites/bs/list-group.html"
+ "fileName": "sites/components/alerts.html",
+ "pathToFile": "../demo/sites/components/alerts.html"
},
{
- "fileName": "sites/bs/tables.html",
- "pathToFile": "../demo/sites/bs/tables.html"
+ "fileName": "sites/components/list-group.html",
+ "pathToFile": "../demo/sites/components/list-group.html"
},
{
- "fileName": "sites/bs/accordion.html",
- "pathToFile": "../demo/sites/bs/accordion.html"
+ "fileName": "sites/components/tables.html",
+ "pathToFile": "../demo/sites/components/tables.html"
},
{
- "fileName": "sites/bs/carousel.html",
- "pathToFile": "../demo/sites/bs/carousel.html"
+ "fileName": "sites/components/accordion.html",
+ "pathToFile": "../demo/sites/components/accordion.html"
},
{
- "fileName": "sites/bs/chips.html",
- "pathToFile": "../demo/sites/bs/chips.html"
+ "fileName": "sites/components/carousel.html",
+ "pathToFile": "../demo/sites/components/carousel.html"
},
{
- "fileName": "sites/bs/dropdown.html",
- "pathToFile": "../demo/sites/bs/dropdown.html"
+ "fileName": "sites/components/chips.html",
+ "pathToFile": "../demo/sites/components/chips.html"
},
{
- "fileName": "sites/bs/gallery.html",
- "pathToFile": "../demo/sites/bs/gallery.html"
+ "fileName": "sites/components/dropdown.html",
+ "pathToFile": "../demo/sites/components/dropdown.html"
},
{
- "fileName": "sites/bs/headings.html",
- "pathToFile": "../demo/sites/bs/headings.html"
+ "fileName": "sites/components/gallery.html",
+ "pathToFile": "../demo/sites/components/gallery.html"
},
{
- "fileName": "sites/bs/headers.html",
- "pathToFile": "../demo/sites/bs/headers.html"
+ "fileName": "sites/components/headings.html",
+ "pathToFile": "../demo/sites/components/headings.html"
},
{
- "fileName": "sites/bs/images.html",
- "pathToFile": "../demo/sites/bs/images.html"
+ "fileName": "sites/components/headers.html",
+ "pathToFile": "../demo/sites/components/headers.html"
},
{
- "fileName": "sites/bs/modal.html",
- "pathToFile": "../demo/sites/bs/modal.html"
+ "fileName": "sites/components/bs_images.html",
+ "pathToFile": "../demo/sites/components/bs_images.html"
},
{
- "fileName": "sites/bs/paragraphs.html",
- "pathToFile": "../demo/sites/bs/paragraphs.html"
+ "fileName": "sites/components/modal.html",
+ "pathToFile": "../demo/sites/components/modal.html"
},
{
- "fileName": "sites/bs/popover.html",
- "pathToFile": "../demo/sites/bs/popover.html"
+ "fileName": "sites/components/paragraphs.html",
+ "pathToFile": "../demo/sites/components/paragraphs.html"
},
{
- "fileName": "sites/bs/progress.html",
- "pathToFile": "../demo/sites/bs/progress.html"
+ "fileName": "sites/components/popover.html",
+ "pathToFile": "../demo/sites/components/popover.html"
},
{
- "fileName": "sites/bs/toast.html",
- "pathToFile": "../demo/sites/bs/toast.html"
+ "fileName": "sites/components/progress.html",
+ "pathToFile": "../demo/sites/components/progress.html"
},
{
- "fileName": "sites/bs/tooltip.html",
- "pathToFile": "../demo/sites/bs/tooltip.html"
+ "fileName": "sites/components/toast.html",
+ "pathToFile": "../demo/sites/components/toast.html"
},
{
- "fileName": "sites/bs/breadcrumbs.html",
- "pathToFile": "../demo/sites/bs/breadcrumbs.html"
+ "fileName": "sites/components/tooltip.html",
+ "pathToFile": "../demo/sites/components/tooltip.html"
},
{
- "fileName": "sites/bs/footer.html",
- "pathToFile": "../demo/sites/bs/footer.html"
+ "fileName": "sites/navigation/breadcrumbs.html",
+ "pathToFile": "../demo/sites/navigation/breadcrumbs.html"
},
{
- "fileName": "sites/bs/pills.html",
- "pathToFile": "../demo/sites/bs/pills.html"
+ "fileName": "sites/navigation/footer.html",
+ "pathToFile": "../demo/sites/navigation/footer.html"
},
{
- "fileName": "sites/bs/tabs.html",
- "pathToFile": "../demo/sites/bs/tabs.html"
+ "fileName": "sites/navigation/pills.html",
+ "pathToFile": "../demo/sites/navigation/pills.html"
},
{
- "fileName": "sites/bs/spinners.html",
- "pathToFile": "../demo/sites/bs/spinners.html"
+ "fileName": "sites/navigation/tabs.html",
+ "pathToFile": "../demo/sites/navigation/tabs.html"
},
{
- "fileName": "sites/bs/navbar.html",
- "pathToFile": "../demo/sites/bs/navbar.html"
+ "fileName": "sites/components/spinners.html",
+ "pathToFile": "../demo/sites/components/spinners.html"
},
{
- "fileName": "sites/bs/pagination.html",
- "pathToFile": "../demo/sites/bs/pagination.html"
+ "fileName": "sites/navigation/navbar.html",
+ "pathToFile": "../demo/sites/navigation/navbar.html"
},
{
- "fileName": "sites/bs/inputs.html",
- "pathToFile": "../demo/sites/bs/inputs.html"
+ "fileName": "sites/forms/inputs.html",
+ "pathToFile": "../demo/sites/forms/inputs.html"
},
{
- "fileName": "sites/bs/file-input.html",
- "pathToFile": "../demo/sites/bs/file-input.html"
+ "fileName": "sites/forms/file-input.html",
+ "pathToFile": "../demo/sites/forms/file-input.html"
},
{
- "fileName": "sites/bs/checkbox.html",
- "pathToFile": "../demo/sites/bs/checkbox.html"
+ "fileName": "sites/forms/checkbox.html",
+ "pathToFile": "../demo/sites/forms/checkbox.html"
},
{
- "fileName": "sites/bs/radio.html",
- "pathToFile": "../demo/sites/bs/radio.html"
+ "fileName": "sites/forms/radio.html",
+ "pathToFile": "../demo/sites/forms/radio.html"
},
{
- "fileName": "sites/bs/switch.html",
- "pathToFile": "../demo/sites/bs/switch.html"
+ "fileName": "sites/forms/switch.html",
+ "pathToFile": "../demo/sites/forms/switch.html"
},
{
- "fileName": "sites/bs/form-templates.html",
- "pathToFile": "../demo/sites/bs/form-templates.html"
+ "fileName": "sites/forms/form-templates.html",
+ "pathToFile": "../demo/sites/forms/form-templates.html"
},
{
- "fileName": "sites/bs/search.html",
- "pathToFile": "../demo/sites/bs/search.html"
+ "fileName": "sites/forms/search.html",
+ "pathToFile": "../demo/sites/forms/search.html"
},
{
- "fileName": "sites/bs/range.html",
- "pathToFile": "../demo/sites/bs/range.html"
+ "fileName": "sites/forms/range.html",
+ "pathToFile": "../demo/sites/forms/range.html"
},
{
- "fileName": "sites/bs/select.html",
- "pathToFile": "../demo/sites/bs/select.html"
+ "fileName": "sites/forms/select.html",
+ "pathToFile": "../demo/sites/forms/select.html"
},
{
- "fileName": "sites/bs/textarea.html",
- "pathToFile": "../demo/sites/bs/textarea.html"
+ "fileName": "sites/forms/textarea.html",
+ "pathToFile": "../demo/sites/forms/textarea.html"
},
{
- "fileName": "sites/bs/input-group.html",
- "pathToFile": "../demo/sites/bs/input-group.html"
+ "fileName": "sites/forms/input-group.html",
+ "pathToFile": "../demo/sites/forms/input-group.html"
},
{
- "fileName": "sites/bs/offcanvas.html",
- "pathToFile": "../demo/sites/bs/offcanvas.html"
+ "fileName": "sites/components/offcanvas.html",
+ "pathToFile": "../demo/sites/components/offcanvas.html"
},
{
- "fileName": "sites/bs/rating.html",
- "pathToFile": "../demo/sites/bs/rating.html"
+ "fileName": "sites/components/rating.html",
+ "pathToFile": "../demo/sites/components/rating.html"
},
{
- "fileName": "sites/bs/icons.html",
- "pathToFile": "../demo/sites/bs/icons.html"
+ "fileName": "sites/components/icons.html",
+ "pathToFile": "../demo/sites/components/icons.html"
},
{
- "fileName": "sites/bs/typography.html",
- "pathToFile": "../demo/sites/bs/typography.html"
+ "fileName": "sites/components/typography.html",
+ "pathToFile": "../demo/sites/components/typography.html"
},
{
- "fileName": "sites/bs/collapse.html",
- "pathToFile": "../demo/sites/bs/collapse.html"
+ "fileName": "sites/components/collapse.html",
+ "pathToFile": "../demo/sites/components/collapse.html"
},
{
- "fileName": "sites/bs/notification.html",
- "pathToFile": "../demo/sites/bs/notification.html"
+ "fileName": "sites/components/notification.html",
+ "pathToFile": "../demo/sites/components/notification.html"
},
{
- "fileName": "sites/bs/link.html",
- "pathToFile": "../demo/sites/bs/link.html"
+ "fileName": "sites/components/link.html",
+ "pathToFile": "../demo/sites/components/link.html"
},
{
- "fileName": "sites/bs/mask.html",
- "pathToFile": "../demo/sites/bs/mask.html"
+ "fileName": "sites/components/mask.html",
+ "pathToFile": "../demo/sites/components/mask.html"
},
{
- "fileName": "sites/bs/avatar.html",
- "pathToFile": "../demo/sites/bs/avatar.html"
+ "fileName": "sites/components/avatar.html",
+ "pathToFile": "../demo/sites/components/avatar.html"
},
{
"fileName": "sites/db/intro-1.html",
@@ -208,20 +208,20 @@
"pathToFile": "../demo/sites/db/intro-3.html"
},
{
- "fileName": "sites/mdb/ripple.html",
- "pathToFile": "../demo/sites/mdb/ripple.html"
+ "fileName": "sites/methods/ripple.html",
+ "pathToFile": "../demo/sites/methods/ripple.html"
},
{
- "fileName": "sites/mdb/datepicker.html",
- "pathToFile": "../demo/sites/mdb/datepicker.html"
+ "fileName": "sites/forms/datepicker.html",
+ "pathToFile": "../demo/sites/forms/datepicker.html"
},
{
- "fileName": "sites/mdb/timepicker.html",
- "pathToFile": "../demo/sites/mdb/timepicker.html"
+ "fileName": "sites/forms/timepicker.html",
+ "pathToFile": "../demo/sites/forms/timepicker.html"
},
{
- "fileName": "sites/mdb/stepper.html",
- "pathToFile": "../demo/sites/mdb/stepper.html"
+ "fileName": "sites/components/stepper.html",
+ "pathToFile": "../demo/sites/components/stepper.html"
},
{
"fileName": "sites/db/pricing-1.html",
@@ -460,8 +460,8 @@
"pathToFile": "../demo/sites/db/projects-3.html"
},
{
- "fileName": "sites/mdb/timeline.html",
- "pathToFile": "../demo/sites/mdb/timeline.html"
+ "fileName": "sites/components/timeline.html",
+ "pathToFile": "../demo/sites/components/timeline.html"
},
{
"fileName": "sites/db/admin-navigation-1.html",
@@ -548,40 +548,92 @@
"pathToFile": "../demo/sites/db/admin-complex-3.html"
},
{
- "fileName": "sites/mdb/sidenav.html",
- "pathToFile": "../demo/sites/mdb/sidenav.html"
+ "fileName": "sites/navigation/sidenav.html",
+ "pathToFile": "../demo/sites/navigation/sidenav.html"
},
{
- "fileName": "sites/bs/hover-effects.html",
- "pathToFile": "../demo/sites/bs/hover-effects.html"
+ "fileName": "sites/navigation/preview/sidenav-1.html",
+ "pathToFile": "../demo/sites/navigation/preview/sidenav-1.html"
},
{
- "fileName": "sites/bs/video-carousel.html",
- "pathToFile": "../demo/sites/bs/video-carousel.html"
+ "fileName": "sites/navigation/preview/sidenav-2.html",
+ "pathToFile": "../demo/sites/navigation/preview/sidenav-2.html"
},
{
- "fileName": "sites/bs/social-buttons.html",
- "pathToFile": "../demo/sites/bs/social-buttons.html"
+ "fileName": "sites/navigation/preview/sidenav-3.html",
+ "pathToFile": "../demo/sites/navigation/preview/sidenav-3.html"
},
{
- "fileName": "sites/bs/video.html",
- "pathToFile": "../demo/sites/bs/video.html"
+ "fileName": "sites/navigation/preview/sidenav-4.html",
+ "pathToFile": "../demo/sites/navigation/preview/sidenav-4.html"
},
{
- "fileName": "sites/bs/jumbotron.html",
- "pathToFile": "../demo/sites/bs/jumbotron.html"
+ "fileName": "sites/navigation/preview/sidenav-5.html",
+ "pathToFile": "../demo/sites/navigation/preview/sidenav-5.html"
},
{
- "fileName": "sites/bs/scroll-button.html",
- "pathToFile": "../demo/sites/bs/scroll-button.html"
+ "fileName": "sites/components/hover-effects.html",
+ "pathToFile": "../demo/sites/components/hover-effects.html"
},
{
- "fileName": "sites/bs/login-form.html",
- "pathToFile": "../demo/sites/bs/login-form.html"
+ "fileName": "sites/components/video-carousel.html",
+ "pathToFile": "../demo/sites/components/video-carousel.html"
},
{
- "fileName": "sites/bs/register-form.html",
- "pathToFile": "../demo/sites/bs/register-form.html"
+ "fileName": "sites/components/social-buttons.html",
+ "pathToFile": "../demo/sites/components/social-buttons.html"
+ },
+ {
+ "fileName": "sites/components/video.html",
+ "pathToFile": "../demo/sites/components/video.html"
+ },
+ {
+ "fileName": "sites/components/jumbotron.html",
+ "pathToFile": "../demo/sites/components/jumbotron.html"
+ },
+ {
+ "fileName": "sites/components/scroll-button.html",
+ "pathToFile": "../demo/sites/components/scroll-button.html"
+ },
+ {
+ "fileName": "sites/navigation/scrollspy.html",
+ "pathToFile": "../demo/sites/navigation/scrollspy.html"
+ },
+ {
+ "fileName": "sites/components/login-form.html",
+ "pathToFile": "../demo/sites/components/login-form.html"
+ },
+ {
+ "fileName": "sites/components/register-form.html",
+ "pathToFile": "../demo/sites/components/register-form.html"
+ },
+ {
+ "fileName": "sites/components/placeholder.html",
+ "pathToFile": "../demo/sites/components/placeholder.html"
+ },
+ {
+ "fileName": "sites/components/dividers.html",
+ "pathToFile": "../demo/sites/components/dividers.html"
+ },
+ {
+ "fileName": "sites/components/figures.html",
+ "pathToFile": "../demo/sites/components/figures.html"
+ },
+ {
+ "fileName": "sites/components/shadows.html",
+ "pathToFile": "../demo/sites/components/shadows.html"
+ },
+ {
+ "fileName": "sites/components/images.html",
+ "pathToFile": "../demo/sites/components/images.html"
+ },
+ {
+ "fileName": "sites/components/masks.html",
+ "pathToFile": "../demo/sites/components/masks.html"
+ },
+ {
+ "fileName": "sites/navigation/pagination.html",
+ "pathToFile": "../demo/sites/navigation/pagination.html"
},
{
"fileName": "sites/db/hero-1.html",
diff --git a/demo/sites/bs/_blank.html b/demo/sites/_blank.html
similarity index 68%
rename from demo/sites/bs/_blank.html
rename to demo/sites/_blank.html
index 2604e0602..43bda95fd 100644
--- a/demo/sites/bs/_blank.html
+++ b/demo/sites/_blank.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -21,13 +20,17 @@
-
+
+
+
-
+
diff --git a/demo/sites/bs/accordion.html b/demo/sites/bs/accordion.html
deleted file mode 100644
index 1fd83ba79..000000000
--- a/demo/sites/bs/accordion.html
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This is the first item's accordion body. It is shown by default,
- until the collapse plugin adds the appropriate classes that we use to style each
- element. These classes control the overall appearance, as well as the showing and
- hiding via CSS transitions. You can modify any of this with custom CSS or overriding
- our default variables. It's also worth noting that just about any HTML can go within
- the .accordion-body
, though the transition does limit overflow.
-
-
-
-
-
-
-
- This is the second item's accordion body. It is hidden by default,
- until the collapse plugin adds the appropriate classes that we use to style each
- element. These classes control the overall appearance, as well as the showing and
- hiding via CSS transitions. You can modify any of this with custom CSS or overriding
- our default variables. It's also worth noting that just about any HTML can go within
- the .accordion-body
, though the transition does limit overflow.
-
-
-
-
-
-
-
- This is the third item's accordion body. It is hidden by default,
- until the collapse plugin adds the appropriate classes that we use to style each
- element. These classes control the overall appearance, as well as the showing and
- hiding via CSS transitions. You can modify any of this with custom CSS or overriding
- our default variables. It's also worth noting that just about any HTML can go within
- the .accordion-body
, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Placeholder content for this accordion, which is intended to demonstrate the
- .accordion-flush
class. This is the first item's accordion body.
-
-
-
-
-
-
-
- Placeholder content for this accordion, which is intended to demonstrate the
- .accordion-flush
class. This is the second item's accordion body. Let's
- imagine this being filled with some actual content.
-
-
-
-
-
-
-
- Placeholder content for this accordion, which is intended to demonstrate the
- .accordion-flush
class. This is the third item's accordion body. Nothing
- more exciting happening here in terms of content, but just filling up the space to
- make it look, at least at first glance, a bit more representative of how this would
- look in a real-world application.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/alerts.html b/demo/sites/bs/alerts.html
deleted file mode 100644
index 166fb1a5d..000000000
--- a/demo/sites/bs/alerts.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Basic
-
- A simple primary alert—check it out!
-
-
-
-
-
-
-
Link
-
- A simple primary alert with
-
an example link . Give it a click if you like.
-
-
-
-
-
-
-
With icon
-
-
-
-
- A simple primary alert—check it out!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/badges.html b/demo/sites/bs/badges.html
deleted file mode 100644
index 08389b341..000000000
--- a/demo/sites/bs/badges.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New
-
-
-
-
-
- New
-
-
-
-
-
-
- Example heading
- New
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/breadcrumbs.html b/demo/sites/bs/breadcrumbs.html
deleted file mode 100644
index 50fa9dc86..000000000
--- a/demo/sites/bs/breadcrumbs.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Home
-
-
-
-
-
-
-
- Home
- /
- Library
-
-
-
-
-
-
-
- Home
- /
- Library
- /
- Data
-
-
-
-
-
-
-
-
-
- Home
- Library
- Data
-
-
-
-
-
-
-
- Home
- >
- Library
- >
- Data
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/button-group.html b/demo/sites/bs/button-group.html
deleted file mode 100644
index 5b1c99afd..000000000
--- a/demo/sites/bs/button-group.html
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Standard
-
-
- Left
-
-
- Middle
-
-
- Right
-
-
-
-
-
-
-
-
Active example
-
-
-
-
-
-
-
Outline
-
-
- Left
-
-
- Middle
-
-
- Right
-
-
-
-
-
-
-
-
Outline with icon
-
-
-
-
-
- Left
-
-
-
-
-
- Middle
-
-
-
-
-
- Right
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/buttons.html b/demo/sites/bs/buttons.html
deleted file mode 100644
index 2b455b200..000000000
--- a/demo/sites/bs/buttons.html
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Basic
-
- Button
-
-
-
-
-
-
-
Sizing
-
- Button
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
Rounded
-
- Button
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
Outline
-
- Button
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
Outline rounded
-
- Button
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
Floating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Floating outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Button block
-
- Button
-
-
- Button
-
-
-
-
-
-
-
With icon
-
-
-
-
- Button
-
-
-
-
-
-
-
Disabled
-
- Button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/cards.html b/demo/sites/bs/cards.html
deleted file mode 100644
index cf839a5dd..000000000
--- a/demo/sites/bs/cards.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Card title
-
- Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
- Button
-
-
-
-
-
-
-
-
-
-
-
-
-
Card title
-
- Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
- Button
-
-
-
-
-
-
-
-
-
-
-
-
Card title
-
- Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
- Button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/carousel.html b/demo/sites/bs/carousel.html
deleted file mode 100644
index 418e67980..000000000
--- a/demo/sites/bs/carousel.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
First slide label
-
Some representative placeholder content for the first slide.
-
-
-
-
-
-
Second slide label
-
Some representative placeholder content for the second slide.
-
-
-
-
-
-
Third slide label
-
Some representative placeholder content for the third slide.
-
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/checkbox.html b/demo/sites/bs/checkbox.html
deleted file mode 100644
index dd872cb53..000000000
--- a/demo/sites/bs/checkbox.html
+++ /dev/null
@@ -1,263 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Checkbox
-
-
-
-
-
-
Default
-
-
-
-
- Default checkbox
-
-
-
-
-
- Checked checkbox
-
-
-
-
-
-
-
-
Indeterminate
-
-
-
-
- Indeterminate checkbox
-
-
-
-
-
-
-
-
Disabled
-
-
-
-
- Disabled checkbox
-
-
-
-
-
- Disabled checked checkbox
-
-
-
-
-
-
-
-
Inline
-
-
-
- 1
-
-
-
- 2
-
-
-
- 3 (disabled)
-
-
-
-
-
-
-
Without labels
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/chips.html b/demo/sites/bs/chips.html
deleted file mode 100644
index ef53772a2..000000000
--- a/demo/sites/bs/chips.html
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Text
-
-
-
- Text
-
-
-
-
-
-
-
-
-
- John Doe
-
-
-
-
-
-
-
-
-
- John Doe
-
-
-
-
-
-
-
-
-
- John Doe
-
-
-
-
-
-
-
-
- Text
-
-
-
- Text
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/collapse.html b/demo/sites/bs/collapse.html
deleted file mode 100644
index 5653f3154..000000000
--- a/demo/sites/bs/collapse.html
+++ /dev/null
@@ -1,185 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Link with href
-
-
- Button with data-bs-target
-
-
-
-
- Some placeholder content for the collapse component. This panel is hidden by default but
- revealed when the user activates the relevant trigger.
-
-
-
-
-
-
-
-
-
- Toggle width collapse
-
-
-
-
-
- This is some placeholder content for a horizontal collapse. It's hidden by default and
- shown when triggered.
-
-
-
-
-
-
-
-
-
- Toggle first element
-
- Toggle second element
-
-
- Toggle both elements
-
-
-
-
-
-
- Some placeholder content for the first collapse component of this multi-collapse
- example. This panel is hidden by default but revealed when the user activates the
- relevant trigger.
-
-
-
-
-
-
- Some placeholder content for the second collapse component of this multi-collapse
- example. This panel is hidden by default but revealed when the user activates the
- relevant trigger.
-
-
-
-
-
-
-
-
-
-
- Longer content
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/datepicker.html b/demo/sites/bs/datepicker.html
deleted file mode 100644
index a5489cd13..000000000
--- a/demo/sites/bs/datepicker.html
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Form templates
-
-
-
-
-
-
Basic
-
-
-
-
-
-
-
-
Login form
-
-
-
-
-
-
-
-
Register form
-
-
-
-
-
-
-
-
Contact form
-
-
-
-
-
-
-
-
Subscription form
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/dropdown.html b/demo/sites/bs/dropdown.html
deleted file mode 100644
index 42915e5f2..000000000
--- a/demo/sites/bs/dropdown.html
+++ /dev/null
@@ -1,603 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Dropdown
-
-
-
-
-
-
Dark dropdowns
-
-
-
-
-
-
-
-
Basic example
-
-
-
- Dropdown button
-
-
-
-
-
-
-
-
-
-
-
-
Dropup
-
-
-
-
-
-
-
-
Dropright
-
-
-
-
-
-
-
-
Dropleft
-
-
-
-
-
-
- Dropstart
-
-
-
-
-
-
-
-
-
Dropdown divider
-
-
-
- Dropdown divider
-
-
-
-
-
-
-
-
-
-
-
-
Dropdown disabled
-
-
-
- Dropdown item disabled
-
-
-
-
-
-
-
-
-
-
-
-
Dropdown header
-
-
-
-
-
-
-
-
Dropdown item text
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/file-input.html b/demo/sites/bs/file-input.html
deleted file mode 100644
index 4a1f72999..000000000
--- a/demo/sites/bs/file-input.html
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
File input
-
-
-
-
-
-
- Default file input example
-
-
-
- Default file input example
-
-
-
-
-
-
-
-
- Multiple files input example
-
-
-
- Multiple files input example
-
-
-
-
-
-
-
-
- Disabled file input example
-
-
-
- Disabled file input example
-
-
-
-
-
-
-
-
Small file input example
-
-
- Small file input example
-
-
-
-
-
-
-
-
Large file input example
-
-
- Large file input example
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/form-templates.html b/demo/sites/bs/form-templates.html
deleted file mode 100644
index a5489cd13..000000000
--- a/demo/sites/bs/form-templates.html
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Form templates
-
-
-
-
-
-
Basic
-
-
-
-
-
-
-
-
Login form
-
-
-
-
-
-
-
-
Register form
-
-
-
-
-
-
-
-
Contact form
-
-
-
-
-
-
-
-
Subscription form
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/headers.html b/demo/sites/bs/headers.html
deleted file mode 100644
index 7b5bb3b34..000000000
--- a/demo/sites/bs/headers.html
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Heading
- Subeading
-
- Get started
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/headings.html b/demo/sites/bs/headings.html
deleted file mode 100644
index a5b855008..000000000
--- a/demo/sites/bs/headings.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tailwind Elements
- Tailwind Elements
- Tailwind Elements
- Tailwind Elements
- Tailwind Elements
- Tailwind Elements
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/hover-effects.html b/demo/sites/bs/hover-effects.html
deleted file mode 100644
index 8cfcebe61..000000000
--- a/demo/sites/bs/hover-effects.html
+++ /dev/null
@@ -1,181 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/input-group.html b/demo/sites/bs/input-group.html
deleted file mode 100644
index 29796a26a..000000000
--- a/demo/sites/bs/input-group.html
+++ /dev/null
@@ -1,689 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Input group
-
-
-
-
-
-
Basic example
-
-
- @
-
-
-
-
-
- @example.com
-
-
-
Your vanity URL
-
- https://example.com/users/
-
-
-
-
- $
-
- .00
-
-
-
-
- @
-
-
-
-
- With textarea
-
-
-
-
-
-
-
-
Wrapping
-
-
- @
-
-
-
-
-
-
-
-
Sizing
-
-
- Small
-
-
-
-
- Default
-
-
-
-
- Large
-
-
-
-
-
-
-
-
Checkboxes and radios
-
-
-
-
-
-
-
-
-
-
Multiple inputs
-
-
- First and last name
-
-
-
-
-
-
-
-
-
Multiple addons
-
-
- $
- 0.00
-
-
-
-
-
- $
- 0.00
-
-
-
-
-
-
-
Button addons
-
-
-
- Button
-
-
-
-
-
-
-
- Button
-
-
-
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
- Button
-
-
- Button
-
-
-
-
-
-
-
-
Buttons and dropdowns
-
-
-
-
-
-
-
-
-
-
-
-
Custom select
-
-
- Options
-
- Choose...
- One
- Two
- Three
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/inputs.html b/demo/sites/bs/inputs.html
deleted file mode 100644
index 94862a998..000000000
--- a/demo/sites/bs/inputs.html
+++ /dev/null
@@ -1,251 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Inputs
-
-
-
-
-
-
Floating
-
-
-
- Email address
-
-
-
- Password
-
-
-
-
-
-
-
Basic example
-
-
- Example label
-
-
-
-
-
-
-
-
Sizing
-
-
- Form control lg
-
-
-
-
- Default input
-
-
-
-
- Form control sm
-
-
-
-
-
-
-
-
Disabled
-
-
- Disabled input
-
-
-
-
-
-
-
-
Readonly
-
-
- Disabled input
-
-
-
-
-
-
-
-
Password
-
-
- Password
-
-
-
-
-
-
-
-
Layout
-
-
-
- Email
-
-
-
- Password
-
-
-
-
- Confirm identity
-
-
-
-
-
-
-
-
-
Textarea
-
-
- Example textarea
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/jumbotron.html b/demo/sites/bs/jumbotron.html
deleted file mode 100644
index d29d510b9..000000000
--- a/demo/sites/bs/jumbotron.html
+++ /dev/null
@@ -1,841 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Hello world!
-
- This is a simple hero unit, a simple jumbotron-style component for calling extra attention
- to featured content or information.
-
-
-
- It uses utility classes for typography and spacing to space content out within the larger
- container.
-
-
- Learn more
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The background photo shows Lido di Ostia
-
-
- It is a coastal town in Italy that is part of Rome
-
-
Learn more about Rome
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Heading
- Subheading
-
- Call to action
-
-
-
-
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
- Scroll down
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/list-group.html b/demo/sites/bs/list-group.html
deleted file mode 100644
index 9bd8b6845..000000000
--- a/demo/sites/bs/list-group.html
+++ /dev/null
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Basic
-
- An item
- A second item
- A third item
- A fourth item
- And a fifth one
-
-
-
-
-
-
-
Active item
-
-
- An active item
-
- A second item
- A third item
- A fourth item
- And a fifth one
-
-
-
-
-
-
-
Disabled
-
-
- A disabled item
-
- A second item
- A third item
- A fourth item
- And a fifth one
-
-
-
-
-
-
-
Links
-
-
-
-
-
-
-
Buttons
-
-
- The current link item
-
-
- A second link item
-
-
- A third link item
-
-
- A fourth link item
-
-
- A disabled link item
-
-
-
-
-
-
-
-
Flush
-
- An item
- A second item
- A third item
- A fourth item
- And a fifth one
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/login-form.html b/demo/sites/bs/login-form.html
deleted file mode 100644
index d729a86c9..000000000
--- a/demo/sites/bs/login-form.html
+++ /dev/null
@@ -1,414 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Login forms
-
-
-
-
-
-
v.1
-
-
-
-
-
-
-
-
-
-
-
Sign in with
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Login
-
-
- Don't have an account?
- Register
-
-
-
-
-
-
-
-
-
-
-
-
-
v.2
-
-
-
-
-
-
-
-
v.3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
v.4
-
-
-
-
-
-
v.5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/mask.html b/demo/sites/bs/mask.html
deleted file mode 100644
index 31eae80ea..000000000
--- a/demo/sites/bs/mask.html
+++ /dev/null
@@ -1,297 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/modal.html b/demo/sites/bs/modal.html
deleted file mode 100644
index f55c744a0..000000000
--- a/demo/sites/bs/modal.html
+++ /dev/null
@@ -1,653 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Launch demo modal
-
-
-
-
-
-
-
-
Modal body text goes here.
-
-
-
-
-
-
-
-
-
-
-
- Launch static backdrop modal
-
-
-
-
-
-
-
-
-
-
-
- Launch demo modal long
-
-
-
-
-
-
-
-
- This is some placeholder content to show the scrolling behavior for modals. Instead of
- repeating the text the modal, we use an inline style set a minimum height, thereby
- extending the length of the overall modal and demonstrating the overflow scrolling.
- When content becomes longer than the height of the viewport, scrolling will move the
- modal as needed.
-
-
-
-
-
-
-
-
-
-
-
-
- Launch demo modal dialog scrollable
-
-
-
-
-
-
-
-
-
-
-
- Vertically centered modal
-
-
- Vertically centered scrollable modal
-
-
-
-
-
-
-
-
-
This is a vertically centered modal.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Extra large modal
-
-
- Large modal
-
-
- Small modal
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Launch demo modal full screen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/navbar.html b/demo/sites/bs/navbar.html
deleted file mode 100644
index 610f3c8c8..000000000
--- a/demo/sites/bs/navbar.html
+++ /dev/null
@@ -1,454 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Navbar
-
-
-
-
-
-
Basic example
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Navbar dark
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/notification.html b/demo/sites/bs/notification.html
deleted file mode 100644
index 51eed2d46..000000000
--- a/demo/sites/bs/notification.html
+++ /dev/null
@@ -1,624 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
You have a message!
-
-
-
-
-
-
-
-
-
-
- New
-
-
-
-
-
-
-
Anne just posted a photo
-
-
-
-
-
-
-
-
-
-
-
- Tab 1 content
-
-
- Tab 2 content
-
-
- Tab 3 content
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Text Here
-
-
-
-
-
-
-
-
-
-
- typing…
-
-
-
-
-
-
-
-
-
-
-
-
-
- Apply
-
-
-
-
Card title
-
- Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Unread notifications
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 2
-
-
- 3
-
-
- 4
-
-
- 5
-
-
- 6
-
-
- 7
-
-
- 8
-
-
- 9
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/offcanvas.html b/demo/sites/bs/offcanvas.html
deleted file mode 100644
index 659b82d14..000000000
--- a/demo/sites/bs/offcanvas.html
+++ /dev/null
@@ -1,252 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Offcanvas
-
-
-
-
-
-
Basic
-
-
- Link with href
-
-
- Button with data-bs-target
-
-
-
-
-
-
- Some text as placeholder. In real life you can have the elements you have chosen. Like,
- text, images, lists, etc.
-
-
-
- Dropdown button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Placement
-
-
- Toggle top offcanvas
-
-
-
-
-
-
-
-
-
- Toggle right offcanvas
-
-
-
-
-
-
-
-
-
- Toggle bottom offcanvas
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/pagination.html b/demo/sites/bs/pagination.html
deleted file mode 100644
index 06efb0b3a..000000000
--- a/demo/sites/bs/pagination.html
+++ /dev/null
@@ -1,333 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Pagination
-
-
-
-
-
-
Basic example
-
-
-
-
-
-
-
-
-
-
Icons
-
-
-
-
-
-
-
-
-
-
- Disabled and active states
-
-
-
-
-
-
-
-
-
-
-
Sizing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Shape
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/paragraphs.html b/demo/sites/bs/paragraphs.html
deleted file mode 100644
index 4a5bdb40d..000000000
--- a/demo/sites/bs/paragraphs.html
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- I will be the leader of a company that ends up being worth billions of dollars, because I
- got the answers. I understand culture. I am the nucleus. I think that’s a responsibility
- that I have, to push possibilities, to show people, this is the level that things could be
- at.
-
-
-
-
-
-
-
- I will be the leader of a company that ends up being worth billions of dollars, because I
- got the answers. I understand culture. I am the nucleus. I think that’s a responsibility
- that I have, to push possibilities, to show people, this is the level that things could be
- at.
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
-
-
- Someone famous in Source Title
-
-
-
-
-
-
- I will be the leader of a company that ends up being worth billions of dollars, because I
- got the answers. I understand culture. I am the nucleus. I think that’s a responsibility
- that I have, to push possibilities, to show people, this is the level that things could be
- at.
-
-
-
-
-
-
-
You can use the mark tag to highlight text.
-
This line of text is meant to be treated as deleted text.
-
This line of text is meant to be treated as no longer accurate.
-
This line of text is meant to be treated as an addition to the document.
-
This line of text will render as underlined.
-
This line of text is meant to be treated as fine print.
-
This line rendered as bold text.
-
This line rendered as italicized text.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/pills.html b/demo/sites/bs/pills.html
deleted file mode 100644
index a5e3a32c0..000000000
--- a/demo/sites/bs/pills.html
+++ /dev/null
@@ -1,464 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Pills
-
-
-
-
-
-
Basic example
-
-
-
-
- Tab 1 content
-
-
- Tab 2 content
-
-
- Tab 3 content
-
-
- Tab 4 disabled
-
-
-
-
-
-
-
-
Fill
-
-
-
-
- Tab 1 content fill
-
-
- Tab 2 content fill
-
-
- Tab 3 content fill
-
-
-
-
-
-
-
-
Justify
-
-
-
-
- Tab 1 content justify
-
-
- Tab 2 content justify
-
-
- Tab 3 content justify
-
-
-
-
-
-
-
-
Vertical
-
-
-
-
-
- Tab 1 content vertical
-
-
- Tab 2 content vertical
-
-
- Tab 3 content vertical
-
-
-
-
-
-
-
-
-
Pills with buttons
-
-
-
-
- Home
-
-
-
-
- Profile
-
-
-
-
- Contact
-
-
-
-
-
- Tab 1 content button version
-
-
- Tab 2 content button version
-
-
- Tab 3 content button version
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/popover.html b/demo/sites/bs/popover.html
deleted file mode 100644
index e4d16f38d..000000000
--- a/demo/sites/bs/popover.html
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Click to toggle popover
-
-
-
-
-
-
-
- Popover on top
-
-
- Popover on right
-
-
- Popover on bottom
-
-
- Popover on left
-
-
-
-
-
-
-
Dismissible popover
-
-
-
-
-
-
-
- Disabled button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/progress.html b/demo/sites/bs/progress.html
deleted file mode 100644
index 5ee641ba1..000000000
--- a/demo/sites/bs/progress.html
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Small
-
-
-
Default
-
-
-
Large
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/radio.html b/demo/sites/bs/radio.html
deleted file mode 100644
index df64a0aa3..000000000
--- a/demo/sites/bs/radio.html
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Radio
-
-
-
-
-
-
Default
-
-
-
-
- Default radio
-
-
-
-
-
- Default checked radio
-
-
-
-
-
-
-
-
Disabled
-
-
-
-
- Disabled radio
-
-
-
-
-
- Disabled checked radio
-
-
-
-
-
-
-
-
Inline
-
-
-
- 1
-
-
-
- 2
-
-
-
- 3 (disabled)
-
-
-
-
-
-
-
Without labels
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/range.html b/demo/sites/bs/range.html
deleted file mode 100644
index e35db6f87..000000000
--- a/demo/sites/bs/range.html
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Range
-
-
-
-
-
- Basic
-
- Example range
-
-
-
-
-
-
- Disabled
-
- Disabled range
-
-
-
-
-
-
- Min and max
-
- Example range
-
-
-
-
-
-
- Steps
-
- Example range
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/search.html b/demo/sites/bs/search.html
deleted file mode 100644
index b19f1ca41..000000000
--- a/demo/sites/bs/search.html
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Search
-
-
-
-
-
-
Basic example
-
-
-
-
-
-
-
-
Search with icon
-
-
-
-
-
-
-
-
Search with button
-
-
-
-
-
-
-
-
- Search without additional elements
-
-
-
-
-
-
-
-
-
-
-
Search with label
-
-
- Search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/select.html b/demo/sites/bs/select.html
deleted file mode 100644
index 1eca41ee1..000000000
--- a/demo/sites/bs/select.html
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Select
-
-
-
-
-
- Default
-
-
- Open this select menu
- One
- Two
- Three
-
-
-
-
-
-
- Sizing
-
-
- Open this select menu
- One
- Two
- Three
-
-
-
- Open this select menu
- One
- Two
- Three
-
-
-
-
-
-
- Disabled
-
-
- Open this select menu
- One
- Two
- Three
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/spinners.html b/demo/sites/bs/spinners.html
deleted file mode 100644
index 60bf15c11..000000000
--- a/demo/sites/bs/spinners.html
+++ /dev/null
@@ -1,260 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Spinners
-
-
-
-
-
-
Basic example
-
-
- Loading...
-
-
-
-
-
-
-
Size
-
-
- Loading...
-
-
-
- Loading...
-
-
-
-
-
-
-
Grow
-
-
- Loading...
-
-
-
-
-
-
-
Small
-
-
- Loading...
-
-
-
-
-
-
-
Large
-
-
- Loading...
-
-
-
-
-
-
-
Margin
-
-
- Loading...
-
-
-
-
-
-
-
Flex
-
-
-
-
-
-
-
-
Floats
-
-
-
-
-
-
-
-
Colors
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
-
-
-
-
-
Colors growing
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
- Loading...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/switch.html b/demo/sites/bs/switch.html
deleted file mode 100644
index 4782c398b..000000000
--- a/demo/sites/bs/switch.html
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Switch
-
-
-
-
-
-
Default
-
-
-
- Default switch checkbox input
-
-
-
-
-
-
-
Checked
-
-
-
- Checked switch checkbox input
-
-
-
-
-
-
-
Disabled
-
-
-
- Disabled switch checkbox input
-
-
-
-
-
-
-
Disabled checked
-
-
-
- Disabled checked switch checkbox input
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/tables.html b/demo/sites/bs/tables.html
deleted file mode 100644
index e3e9882b3..000000000
--- a/demo/sites/bs/tables.html
+++ /dev/null
@@ -1,1305 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- First
-
-
- Last
-
-
- Handle
-
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry
-
-
- Wild
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class
- Heading
- Heading
-
-
-
-
-
- Default
-
-
- Cell
-
-
- Cell
-
-
-
-
- Primary
-
-
- Cell
-
-
- Cell
-
-
-
-
- Secondary
-
-
- Cell
-
-
- Cell
-
-
-
-
- Success
-
-
- Cell
-
-
- Cell
-
-
-
-
- Danger
-
-
- Cell
-
-
- Cell
-
-
-
-
- Warning
-
-
- Cell
-
-
- Cell
-
-
-
-
- Info
-
-
- Cell
-
-
- Cell
-
-
-
-
- Light
-
-
- Cell
-
-
- Cell
-
-
-
- Dark
- Cell
- Cell
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- First
-
-
- Last
-
-
- Handle
-
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- First
-
-
- Last
-
-
- Handle
-
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry
-
-
- Wild
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- First
-
-
- Last
-
- Handle
-
-
-
-
-
- 1
-
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
-
- 2
-
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
-
- 3
-
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
- First
- Last
- Handle
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
- First
- Last
- Handle
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
- First
- Last
- Handle
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
- First
- Last
- Handle
-
-
-
-
- 1
-
- Mark
-
-
- Otto
-
-
- @mdo
-
-
-
- 2
-
- Jacob
-
-
- Thornton
-
-
- @fat
-
-
-
- 3
-
- Larry the Bird
-
-
- @twitter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
- Heading
-
-
-
-
-
- 1
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
-
- 2
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
-
- 3
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
- Cell
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
- Title
-
-
- Status
-
-
- Role
-
-
- Edit
-
-
-
-
-
-
-
-
-
-
-
-
Flora Wu
-
flora.wu@example.com
-
-
-
-
- Software engineer
- IT
-
-
-
- Active
-
-
- Admin
-
- Edit
-
-
-
-
-
-
-
-
-
-
Nida Povey
-
nida.povey@example.com
-
-
-
-
- CMO
- Marketing
-
-
-
- Active
-
-
- Member
-
- Edit
-
-
-
-
-
-
-
-
-
-
Warren Nixon
-
warren.nixon@example.com
-
-
-
-
- Designer
- UI/UX
-
-
-
- Active
-
-
- Owner
-
- Edit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
- Title
-
-
- Email
-
-
- Role
-
-
- Edit
-
-
-
-
-
-
-
-
-
- Software engineer, IT
-
-
- flora.wu@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- CMO, Marketing
-
-
- nida.povey@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Designer, UI/UX
-
-
- warren.nixon@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Software engineer, IT
-
-
- flora.wu@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- CMO, Marketing
-
-
- nida.povey@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Designer, UI/UX
-
-
- warren.nixon@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
- Title
-
-
- Email
-
-
- Role
-
-
- Edit
-
-
-
-
-
-
-
-
-
- Software engineer, IT
-
-
- flora.wu@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- CMO, Marketing
-
-
- nida.povey@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Designer, UI/UX
-
-
- warren.nixon@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Software engineer, IT
-
-
- flora.wu@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- CMO, Marketing
-
-
- nida.povey@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
- Designer, UI/UX
-
-
- warren.nixon@example.com
-
- Admin
-
- Edit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/tabs.html b/demo/sites/bs/tabs.html
deleted file mode 100644
index 1e9d06302..000000000
--- a/demo/sites/bs/tabs.html
+++ /dev/null
@@ -1,460 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tabs
-
-
-
-
-
-
Basic example
-
-
-
-
- Tab 1 content
-
-
- Tab 2 content
-
-
- Tab 3 content
-
-
- Tab 4 content
-
-
-
-
-
-
-
-
Fill
-
-
-
-
- Tab 1 content fill
-
-
- Tab 2 content fill
-
-
- Tab 3 content fill
-
-
-
-
-
-
-
-
Justify
-
-
-
-
- Tab 1 content justify
-
-
- Tab 2 content justify
-
-
- Tab 3 content justify
-
-
-
-
-
-
-
-
Vertical
-
-
-
-
-
- Tab 1 content vertical
-
-
- Tab 2 content vertical
-
-
- Tab 3 content vertical
-
-
-
-
-
-
-
-
-
Tabs with buttons
-
-
-
-
- Tab 1 content button version
-
-
- Tab 2 content button version
-
-
- Tab 3 content button version
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/textarea.html b/demo/sites/bs/textarea.html
deleted file mode 100644
index bc7a520cc..000000000
--- a/demo/sites/bs/textarea.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Textarea
-
-
-
-
-
-
Basic
-
-
- Example textarea
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/toast.html b/demo/sites/bs/toast.html
deleted file mode 100644
index ccd4e5a38..000000000
--- a/demo/sites/bs/toast.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/tooltip.html b/demo/sites/bs/tooltip.html
deleted file mode 100644
index 473fc82f8..000000000
--- a/demo/sites/bs/tooltip.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hover the link to see the
- tooltip
-
-
-
-
-
-
-
- Tooltip on top
-
-
- Tooltip on right
-
-
- Tooltip on bottom
-
-
- Tooltip on left
-
-
-
-
-
-
-
- Tooltip with html
-
-
-
-
-
-
-
-
- Disabled button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/typography.html b/demo/sites/bs/typography.html
deleted file mode 100644
index 8a2a8b80a..000000000
--- a/demo/sites/bs/typography.html
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tailwind Elements
-
Tailwind Elements
-
Tailwind Elements
-
Tailwind Elements
-
Tailwind Elements
-
Tailwind Elements
-
-
-
-
-
-
- Fancy display heading
- With faded secondary text
-
-
-
-
-
-
-
Display 1
-
Display 2
-
Display 3
-
Display 4
-
Display 5
-
Display 6
-
-
-
-
-
-
- Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non
- commodo luctus.
-
-
-
-
-
-
-
You can use the mark tag to highlight text.
-
This line of text is meant to be treated as deleted text.
-
- This line of text is meant to be treated as no longer accurate.
-
-
- This line of text is meant to be treated as an addition to the document.
-
-
This line of text will render as underlined
-
- This line of text is meant to be treated as fine print.
-
-
This line rendered as bold text.
-
This line rendered as italicized text.
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
-
-
-
- - Someone famous in Source Title
-
-
-
-
-
-
-
-
Start aligned text on all viewport sizes.
-
Center aligned text on all viewport sizes.
-
End aligned text on all viewport sizes.
-
-
Start aligned text on viewports sized SM (small) or wider.
-
Start aligned text on viewports sized MD (medium) or wider.
-
Start aligned text on viewports sized LG (large) or wider.
-
Start aligned text on viewports sized XL (extra-large) or wider.
-
-
-
-
-
-
- This text should wrap.
-
-
-
-
-
-
-
This text should overflow the parent.
-
-
-
-
-
-
Lowercased text.
-
Uppercased text.
-
capitalized text.
-
-
-
-
-
-
Bold text.
-
Bolder weight text (relative to the parent element).
-
Normal weight text.
-
Light weight text.
-
Italic text.
-
-
-
-
-
-
- This is a long paragraph written to show how the line-height of an element is affected by
- our utilities. Classes are applied to the element itself or sometimes the parent element.
- These classes can be customized as needed with our utility API.
-
-
- This is a long paragraph written to show how the line-height of an element is affected by
- our utilities. Classes are applied to the element itself or sometimes the parent element.
- These classes can be customized as needed with our utility API.
-
-
- This is a long paragraph written to show how the line-height of an element is affected by
- our utilities. Classes are applied to the element itself or sometimes the parent element.
- These classes can be customized as needed with our utility API.
-
-
- This is a long paragraph written to show how the line-height of an element is affected by
- our utilities. Classes are applied to the element itself or sometimes the parent element.
- These classes can be customized as needed with our utility API.
-
-
-
-
-
-
-
- This is a list.
- It appears completely unstyled.
- Structurally, it's still a list.
- However, this style only applies to immediate child elements.
-
- Nested lists:
-
- are unaffected by this style
- will still show a bullet
- and have appropriate left margin
-
-
- This may still come in handy in some situations.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/video-carousel.html b/demo/sites/bs/video-carousel.html
deleted file mode 100644
index 4a2cb4a00..000000000
--- a/demo/sites/bs/video-carousel.html
+++ /dev/null
@@ -1,295 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
First slide label
-
Some representative placeholder content for the first slide.
-
-
-
-
-
-
-
-
Second slide label
-
Some representative placeholder content for the second slide.
-
-
-
-
-
-
-
-
Third slide label
-
Some representative placeholder content for the third slide.
-
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Learn Tailwind Elements
-
- Best & free guide of responsive web design
-
-
-
-
-
-
-
-
-
-
-
-
-
-
You can place here any content
-
-
-
-
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/bs/video.html b/demo/sites/bs/video.html
deleted file mode 100644
index 9547bbc16..000000000
--- a/demo/sites/bs/video.html
+++ /dev/null
@@ -1,277 +0,0 @@
-
-
-
-
-
-
-
- Album example · Bootstrap v5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ratio 21 x 9
-
-
- VIDEO
-
-
-
-
-
-
-
Ratio 16 x 9
-
-
- VIDEO
-
-
-
-
-
-
-
Ratio 4 x 3
-
-
- VIDEO
-
-
-
-
-
-
-
Ratio 1 x 1
-
-
- VIDEO
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Light purple mask
-
-
-
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Hover to play
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demo/sites/components/accordion.html b/demo/sites/components/accordion.html
new file mode 100644
index 000000000..9f308e4c8
--- /dev/null
+++ b/demo/sites/components/accordion.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Accordion Item #1
+
+
+
+
+
+
+
+
+
+ This is the first item's accordion body. It is
+ shown by default, until the collapse plugin adds the appropriate
+ classes that we use to style each element. These classes control
+ the overall appearance, as well as the showing and hiding via CSS
+ transitions. You can modify any of this with custom CSS or
+ overriding our default variables. It's also worth noting that just
+ about any HTML can go within the .accordion-body
,
+ though the transition does limit overflow.
+
+
+
+
+
+
+ Accordion Item #2
+
+
+
+
+
+
+
+
+
+ This is the second item's accordion body. It is
+ hidden by default, until the collapse plugin adds the appropriate
+ classes that we use to style each element. These classes control
+ the overall appearance, as well as the showing and hiding via CSS
+ transitions. You can modify any of this with custom CSS or
+ overriding our default variables. It's also worth noting that just
+ about any HTML can go within the .accordion-body
,
+ though the transition does limit overflow.
+
+
+
+
+
+
+ Accordion Item #3
+
+
+
+
+
+
+
+
+
+ This is the third item's accordion body. It is
+ hidden by default, until the collapse plugin adds the appropriate
+ classes that we use to style each element. These classes control
+ the overall appearance, as well as the showing and hiding via CSS
+ transitions. You can modify any of this with custom CSS or
+ overriding our default variables. It's also worth noting that just
+ about any HTML can go within the .accordion-body
,
+ though the transition does limit overflow.
+
+
+
+
+
+
+
+
+
+
+
+
+ Accordion Item #1
+
+
+
+
+
+
+
+
+
+ Placeholder content for this accordion, which is intended to
+ demonstrate the
+ .accordion-flush
class. This is the first item's
+ accordion body.
+
+
+
+
+
+
+ Accordion Item #2
+
+
+
+
+
+
+
+
+
+ Placeholder content for this accordion, which is intended to
+ demonstrate the
+ .accordion-flush
class. This is the second item's
+ accordion body. Let's imagine this being filled with some actual
+ content.
+
+
+
+
+
+
+ Accordion Item #3
+
+
+
+
+
+
+
+
+
+ Placeholder content for this accordion, which is intended to
+ demonstrate the
+ .accordion-flush
class. This is the third item's
+ accordion body. Nothing more exciting happening here in terms of
+ content, but just filling up the space to make it look, at least
+ at first glance, a bit more representative of how this would look
+ in a real-world application.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/alerts.html b/demo/sites/components/alerts.html
new file mode 100644
index 000000000..8b288e7ec
--- /dev/null
+++ b/demo/sites/components/alerts.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic
+
+ A simple primary alert—check it out!
+
+
+
+
+
+
+
Link
+
+ A simple primary alert with
+
an example link . Give it a click if
+ you like.
+
+
+
+
+
+
+
With icon
+
+
+
+
+
+
+ A simple primary alert—check it out!
+
+
+
+
+
+
+
+ Open alert
+
+
+
+
Holy guacamole! You should check in on
+ some of those fields below.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/avatar.html b/demo/sites/components/avatar.html
similarity index 67%
rename from demo/sites/bs/avatar.html
rename to demo/sites/components/avatar.html
index ba2414238..996f5ef0c 100644
--- a/demo/sites/bs/avatar.html
+++ b/demo/sites/components/avatar.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,7 +19,7 @@
-
+
@@ -29,9 +28,8 @@
+ class="w-32 rounded-full"
+ alt="Avatar" />
@@ -39,9 +37,8 @@
+ class="w-32 rounded-full shadow-lg"
+ alt="Avatar" />
@@ -49,9 +46,8 @@
+ class="w-32 rounded-lg"
+ alt="Avatar" />
@@ -60,11 +56,10 @@
-
John Doe
-
Web designer
+ class="mx-auto mb-4 w-32 rounded-full"
+ alt="Avatar" />
+
John Doe
+
Web designer
@@ -81,12 +76,16 @@
John Doe
+
+
-
+
diff --git a/demo/sites/components/badges.html b/demo/sites/components/badges.html
new file mode 100644
index 000000000..0ac53caa7
--- /dev/null
+++ b/demo/sites/components/badges.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+
+
+
+
Button
+
+ Notifications
+ 7
+
+
+
+
+
+
+
Colors
+
+
+ Primary
+
+
+ Secondary
+
+
+ Success
+
+
+ Danger
+
+
+ Warning
+
+
+ Info
+
+
+ Light
+
+
+ Dark
+
+
+
+
+
+
+
Pills
+
+
+ Primary
+
+
+ Secondary
+
+
+ Success
+
+
+ Danger
+
+
+ Warning
+
+
+ Info
+
+
+ Light
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/images.html b/demo/sites/components/bs_images.html
similarity index 67%
rename from demo/sites/bs/images.html
rename to demo/sites/components/bs_images.html
index 192676d8e..2c1a03d36 100644
--- a/demo/sites/bs/images.html
+++ b/demo/sites/components/bs_images.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,7 +19,7 @@
-
+
@@ -29,9 +28,8 @@
+ class="h-auto max-w-full"
+ alt="..." />
@@ -39,9 +37,8 @@
+ class="max-w-sm rounded border bg-white p-1"
+ alt="..." />
@@ -49,9 +46,8 @@
+ class="h-auto max-w-sm shadow-lg"
+ alt="" />
@@ -59,9 +55,8 @@
+ class="h-auto max-w-sm shadow-none transition-shadow duration-300 ease-in-out hover:shadow-xl"
+ alt="" />
@@ -69,12 +64,16 @@
+
+
-
+
diff --git a/demo/sites/components/button-group.html b/demo/sites/components/button-group.html
new file mode 100644
index 000000000..be119ee8b
--- /dev/null
+++ b/demo/sites/components/button-group.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Standard
+
+
+ Left
+
+
+ Middle
+
+
+ Right
+
+
+
+
+
+
+
+
Active example
+
+
+
+
+
+
+
Outline
+
+
+ Left
+
+
+ Middle
+
+
+ Right
+
+
+
+
+
+
+
+
Outline with icon
+
+
+
+
+
+ Left
+
+
+
+
+
+ Middle
+
+
+
+
+
+ Right
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/buttons.html b/demo/sites/components/buttons.html
new file mode 100644
index 000000000..91e48ad54
--- /dev/null
+++ b/demo/sites/components/buttons.html
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic
+
+ Button
+
+
+
+
+
+
+
Hierarchy
+
+ Primary
+
+
+ Secondary
+
+
+ Tetriary
+
+
+
+
+
+
+
Contextual
+
+ Success
+
+
+ Danger
+
+
+ Warning
+
+
+ Info
+
+
+
+
+
+
+
Neutral
+
+ Light
+
+
+ Dark
+
+
+
+
+
+
+
Sizing
+
+ Button
+
+
+ Button
+
+
+ Button
+
+
+
+
+
+
+
Rounded
+
+ Button
+
+
+ Button
+
+
+ Button
+
+
+
+
+
+
+
Outline
+
+ Button
+
+
+ Button
+
+
+ Button
+
+
+
+
+
+
+
Outline rounded
+
+ Button
+
+
+ Button
+
+
+ Button
+
+
+
+
+
+
+
Floating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Floating outline
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Button block
+
+ Button
+
+
+ Button
+
+
+
+
+
+
+
With icon
+
+
+
+
+ Button
+
+
+
+
+
+
+
Disabled
+
+ Button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/cards.html b/demo/sites/components/cards.html
new file mode 100644
index 000000000..7644daf6d
--- /dev/null
+++ b/demo/sites/components/cards.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Card title
+
+ Some quick example text to build on the card title and make up the
+ bulk of the card's content.
+
+
+ Button
+
+
+
+
+
+
+
+
+
+
+
+
+
Card title
+
+ Some quick example text to build on the card title and make up the
+ bulk of the card's content.
+
+
+ Button
+
+
+
+
+
+
+
+
+
+
+
+
Card title
+
+ Some quick example text to build on the card title and make up the
+ bulk of the card's content.
+
+
+
+ Button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/carousel.html b/demo/sites/components/carousel.html
new file mode 100644
index 000000000..f4c665d93
--- /dev/null
+++ b/demo/sites/components/carousel.html
@@ -0,0 +1,652 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
Slides only
+
+
+
+
+
+
+
+
+
+
With controls
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
With indicators
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
Crossfade
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
Dark variant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/chips.html b/demo/sites/components/chips.html
new file mode 100644
index 000000000..632ba593f
--- /dev/null
+++ b/demo/sites/components/chips.html
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic example
+
+
+ Text
+
+
+
+ John Doe
+
+
+
+
+
+
+
+
+
+
+ John Doe
+
+
+
+
+
+
+
+
+
+
+ John Doe
+
+
+
+
+
+
+
+
+
+
+
+
Outline
+
+
+ Primary
+
+
+
+
+
+
+
+
+
+ Secondary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Placeholder
+
+
+
+
+
Initial Values
+
+
+
+
+
Editable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/collapse.html b/demo/sites/components/collapse.html
new file mode 100644
index 000000000..b97d079f9
--- /dev/null
+++ b/demo/sites/components/collapse.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Link with href
+
+
+ Button with data-te-target
+
+
+
+
+ Some placeholder content for the collapse component. This panel is
+ hidden by default but revealed when the user activates the relevant
+ trigger.
+
+
+
+
+
+
+
+
+
+ Toggle width collapse
+
+
+
+
+
+ This is some placeholder content for a horizontal collapse. It's
+ hidden by default and shown when triggered.
+
+
+
+
+
+
+
+
+
+ Toggle first element
+
+ Toggle second element
+
+
+ Toggle both elements
+
+
+
+
+
+
+ Some placeholder content for the first collapse component of this
+ multi-collapse example. This panel is hidden by default but
+ revealed when the user activates the relevant trigger.
+
+
+
+
+
+
+ Some placeholder content for the second collapse component of this
+ multi-collapse example. This panel is hidden by default but
+ revealed when the user activates the relevant trigger.
+
+
+
+
+
+
+
+
+
+
+ Longer content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/dividers.html b/demo/sites/components/dividers.html
new file mode 100644
index 000000000..a5f7961a9
--- /dev/null
+++ b/demo/sites/components/dividers.html
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+ Dividers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vertical divider within div
tag
+
+
+
+
+
+
+
+
+
+ Vertical divider within hr
tag
+
+
+
+
+
+
+
+
+
+ Vertical blurry divider within div
tag
+
+
+
+
+
+
+
+
+
+ Vertical blurry divider within hr
tag
+
+
+
+
+
+
+
+
+
+ Vertical divider within hr
tag
+
+
+
+
+
+
+
+
5000+
+ Components
+
+
+
+
+
+
490+
+ Design blocks
+
+
+
+
+
+
100+
+ Templates
+
+
+
+
+
+
28
+ Plugins
+
+
+
+
+
+
+
+
+
+
+ Vertical divider within div
tag
+
+
+
+
+
+
+
+
5000+
+
Components
+
+
+
+
+
+
490+
+
Design blocks
+
+
+
+
+
+
+
+
28
+ Plugins
+
+
+
+
+
+
+
+
+
+
+ Vertical blurry divider within hr
tag
+
+
+
+
+
+
+
+
5000+
+ Components
+
+
+
+
+
+
490+
+ Design blocks
+
+
+
+
+
+
100+
+ Templates
+
+
+
+
+
+
28
+ Plugins
+
+
+
+
+
+
+
+
+
+
+ Vertical blurry divider within div
tag
+
+
+
+
+
+
+
+
5000+
+
Components
+
+
+
+
+
+
490+
+
Design blocks
+
+
+
+
+
+
+
+
28
+ Plugins
+
+
+
+
+
+
+
+
+
+
+ Blurry divider
+
+
+
+ Standard divider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/dropdown.html b/demo/sites/components/dropdown.html
new file mode 100644
index 000000000..70f528397
--- /dev/null
+++ b/demo/sites/components/dropdown.html
@@ -0,0 +1,637 @@
+
+
+
+
+
+
+
+ Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropdown
+
+
+
+
+
+
+
+ Dark dropdowns
+
+
+
+
+
+
+
+
+
+ Basic example
+
+
+
+
+ Dropdown button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropup
+
+
+
+
+ Dropup
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropright
+
+
+
+
+ Dropend
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropleft
+
+
+
+
+
+
+
+
+
+ Dropstart
+
+
+
+
+
+
+
+
+
+ Dropdown divider
+
+
+
+
+ Dropdown divider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropdown disabled
+
+
+
+
+ Dropdown item disabled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropdown header
+
+
+
+
+
+
+
+
+
+ Dropdown item text
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/figures.html b/demo/sites/components/figures.html
new file mode 100644
index 000000000..7910c1af9
--- /dev/null
+++ b/demo/sites/components/figures.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+ Figures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic example
+
+
+
+
+
+ A caption for the above image.
+
+
+
+
+
+
+
+
+ Aligning the figure's caption is easy with our text utilities.
+
+
+
+
+
+
+ A caption for the above image.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/gallery.html b/demo/sites/components/gallery.html
similarity index 79%
rename from demo/sites/bs/gallery.html
rename to demo/sites/components/gallery.html
index 1c7dab127..c5d338dde 100644
--- a/demo/sites/bs/gallery.html
+++ b/demo/sites/components/gallery.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,37 +19,34 @@
-
+
-
+
+ style="cursor: zoom-in" />
+ style="cursor: zoom-in" />
+ style="cursor: zoom-in" />
@@ -58,30 +54,27 @@
-
+
+ style="cursor: zoom-in" />
+ style="cursor: zoom-in" />
+ style="cursor: zoom-in" />
@@ -89,22 +82,20 @@
-
+
+ class="mb-2 w-full md:mb-4" />
+ class="w-full" />
+ class="w-full" />
@@ -122,15 +112,14 @@
-
+
+ style="cursor: zoom-in" />
+ style="cursor: zoom-in" />
+ class="w-full" />
+ style="cursor: zoom-in" />
@@ -167,12 +153,16 @@
+
+
-
+
diff --git a/demo/sites/components/headers.html b/demo/sites/components/headers.html
new file mode 100644
index 000000000..638f0699f
--- /dev/null
+++ b/demo/sites/components/headers.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Heading
+ Subeading
+
+ Get started
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/headings.html b/demo/sites/components/headings.html
new file mode 100644
index 000000000..e4aa38601
--- /dev/null
+++ b/demo/sites/components/headings.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tailwind Elements
+
+
+ Tailwind Elements
+
+
+ Tailwind Elements
+
+
+ Tailwind Elements
+
+
+ Tailwind Elements
+
+
+ Tailwind Elements
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/hover-effects.html b/demo/sites/components/hover-effects.html
new file mode 100644
index 000000000..81e1910aa
--- /dev/null
+++ b/demo/sites/components/hover-effects.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/icons.html b/demo/sites/components/icons.html
similarity index 85%
rename from demo/sites/bs/icons.html
rename to demo/sites/components/icons.html
index ed49c495c..7e7a8eb12 100644
--- a/demo/sites/bs/icons.html
+++ b/demo/sites/components/icons.html
@@ -12,15 +12,14 @@
+ href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.17/tailwind.min.css" />
-
-
+
+
@@ -33,225 +32,195 @@
focusable="false"
data-prefix="fas"
data-icon="graduation-cap"
- class="w-7 h-7"
+ class="h-7 w-7"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 640 512"
- >
+ viewBox="0 0 640 512">
+ d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z">
+ viewBox="0 0 512 512">
+ d="M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z">
+ viewBox="0 0 512 512">
+ d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z">
+ viewBox="0 0 512 512">
+ d="M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z">
+ viewBox="0 0 512 512">
+ d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z">
+ viewBox="0 0 512 512">
+ d="M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z">
+ viewBox="0 0 512 512">
+ d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z">
+ viewBox="0 0 512 512">
+ d="M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z">
+ viewBox="0 0 496 512">
+ d="M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z">
+ viewBox="0 0 576 512">
+ d="M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z">
+ viewBox="0 0 640 512">
+ d="M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z">
+ viewBox="0 0 448 512">
+ d="M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z">
+ viewBox="0 0 512 512">
+ d="M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z">
+ viewBox="0 0 512 512">
+ d="M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z">
+ viewBox="0 0 512 512">
+ d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z">
@@ -259,231 +228,201 @@
-
+
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
+ viewBox="0 0 512 512">
+ d="M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z">
@@ -501,12 +440,16 @@
+
+
-
+
diff --git a/demo/sites/components/images.html b/demo/sites/components/images.html
new file mode 100644
index 000000000..8a892ec89
--- /dev/null
+++ b/demo/sites/components/images.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
Images
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Responsive images
+
+
+
+
+
+
+ Thumbnails
+
+
+
+
+
+
+ Shadows
+
+
+
+
+
+
+ Hover shadow
+
+
+
+
+
+
+
+ Ripple (biorę z dokumentacji ripple, ale nie działa, nie wiem czemu)
+
+
+
+
+
+
+
+
+
+ Masks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/jumbotron.html b/demo/sites/components/jumbotron.html
new file mode 100644
index 000000000..e1f371db2
--- /dev/null
+++ b/demo/sites/components/jumbotron.html
@@ -0,0 +1,883 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hello world!
+
+ This is a simple hero unit, a simple jumbotron-style component for
+ calling extra attention to featured content or information.
+
+
+
+ It uses utility classes for typography and spacing to space content
+ out within the larger container.
+
+
+ Learn more
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The background photo shows Lido di Ostia
+
+
+ It is a coastal town in Italy that is part of Rome
+
+
Learn more about Rome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Heading
+ Subheading
+
+ Call to act
+
+
+
+
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+ Scroll down
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/link.html b/demo/sites/components/link.html
similarity index 53%
rename from demo/sites/bs/link.html
rename to demo/sites/components/link.html
index d7d730d5d..b0204aa08 100644
--- a/demo/sites/bs/link.html
+++ b/demo/sites/components/link.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,7 +19,7 @@
-
+
@@ -33,8 +32,10 @@
-
This is a classic web blue link example without underline This is a classic web primary link example without underline
@@ -42,13 +43,16 @@
- This is an example of how the basic link looks in the
- middle of the sentence.
+ This is an example of how the basic
+ link looks in the middle of the
+ sentence.
This is an example of how the
- classic blue link classic primary link
looks in the middle of the sentence.
@@ -59,7 +63,7 @@
This is the primary link
@@ -69,7 +73,7 @@
This is the secondary link
@@ -79,7 +83,7 @@
This is a success link
@@ -89,7 +93,7 @@
This is a danger link
@@ -99,7 +103,7 @@
This is a warning link
@@ -109,7 +113,7 @@
This is an info link
@@ -119,7 +123,7 @@
This is a light link
@@ -129,7 +133,7 @@
This is a dark link
@@ -137,10 +141,10 @@
-
+
@@ -151,7 +155,7 @@
A link with underline on hover
@@ -161,8 +165,7 @@
+ class="inline-block rounded bg-transparent px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-primary transition duration-300 ease-in-out hover:bg-neutral-100 focus:bg-neutral-100 focus:text-primary-700 focus:outline-none focus:ring-0 active:bg-neutral-200 active:text-primary-800">
Link
@@ -172,12 +175,16 @@
+
+
-
+
diff --git a/demo/sites/components/list-group.html b/demo/sites/components/list-group.html
new file mode 100644
index 000000000..f720983fb
--- /dev/null
+++ b/demo/sites/components/list-group.html
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic
+
+
+ An item
+
+
+ A second item
+
+
+ A third item
+
+
+ A fourth item
+
+ And a fifth one
+
+
+
+
+
+
+
Active item
+
+
+ An active item
+
+
+ A second item
+
+
+ A third item
+
+
+ A fourth item
+
+ And a fifth one
+
+
+
+
+
+
+
Disabled
+
+
+ A disabled item
+
+
+ A second item
+
+
+ A third item
+
+
+ A fourth item
+
+ And a fifth one
+
+
+
+
+
+
+
Links
+
+
+
+
+
+
+
Buttons
+
+
+ The current link item
+
+
+ A second link item
+
+
+ A third link item
+
+
+ A fourth link item
+
+
+ A disabled link item
+
+
+
+
+
+
+
+
Flush
+
+
+ An item
+
+
+ A second item
+
+
+ A third item
+
+
+ A fourth item
+
+ And a fifth one
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/login-form.html b/demo/sites/components/login-form.html
new file mode 100644
index 000000000..f8ade86a6
--- /dev/null
+++ b/demo/sites/components/login-form.html
@@ -0,0 +1,449 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Login forms
+
+
+
+
+
+
+
v.1
+
+
+
+
+
+
+
+
+
+
+
Sign in with
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Email address
+
+
+
+
+
+
+ Password
+
+
+
+
+
+
+
+ Login
+
+
+ Don't have an account?
+ Register
+
+
+
+
+
+
+
+
+
+
+
+
+
v.2
+
+
+
+
+
+
+
+
v.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
v.4
+
+
+
+
+
+
v.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/mask.html b/demo/sites/components/mask.html
new file mode 100644
index 000000000..5288f6264
--- /dev/null
+++ b/demo/sites/components/mask.html
@@ -0,0 +1,304 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/masks.html b/demo/sites/components/masks.html
new file mode 100644
index 000000000..32c883caf
--- /dev/null
+++ b/demo/sites/components/masks.html
@@ -0,0 +1,408 @@
+
+
+
+
+
+
+
+
Masks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Basic example
+
+
+
+
+
+
+
+
+
+ Rgba color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gradient
+
+
+
+
+
+
+
+
+
+ Opacity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content
+
+
+
+
+
+
+
+
+
+ Ripple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content
+
+
+
+
+
+
+
+
+
+
+
+ Link with ripple
+
+
+
+
+
+
+ Gradient compositon
+
+
+
+
+
+
+
+
+
+
+
+
+ Can you see me?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Can you see me?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Can you see me?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/modal.html b/demo/sites/components/modal.html
new file mode 100644
index 000000000..cf360842c
--- /dev/null
+++ b/demo/sites/components/modal.html
@@ -0,0 +1,1048 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Launch demo modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ Modal body text goes here.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+
+
+
+
+ Launch static backdrop modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
...
+
+
+ Close
+
+
+ Understood
+
+
+
+
+
+
+
+
+
+
+
+
+ Launch demo modal long
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ This is some placeholder content to show the scrolling behavior
+ for modals. Instead of repeating the text the modal, we use an
+ inline style set a minimum height, thereby extending the length of
+ the overall modal and demonstrating the overflow scrolling. When
+ content becomes longer than the height of the viewport, scrolling
+ will move the modal as needed.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+
+
+
+
+ Launch demo modal dialog scrollable
+
+
+
+
+
+
+
+
+
+
+
+ Vertically centered modal
+
+
+ Vertically centered scrollable modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+
This is a vertically centered modal.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Extra large modal
+
+
+ Large modal
+
+
+ Small modal
+
+
+
+
+
+
+
+
+ Extra large modal
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+
+
+ Large modal
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+
+
+ Small modal
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+
+
+
+ Launch demo modal full screen
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit.
+ Similique nesciunt repellat consectetur rem nam, facere,
+ expedita perspiciatis accusamus beatae aliquid dicta fugit ab
+ minima qui inventore. Animi tenetur tempore consequuntur!
+ Ducimus, praesentium, debitis iusto repellendus deleniti
+ molestias quod vero laboriosam deserunt itaque, voluptatum
+ labore nihil vitae repudiandae doloribus exercitationem at
+ aliquam! Nesciunt voluptatum temporibus excepturi dolores
+ incidunt laudantium odio debitis. Dicta totam sunt quo corrupti
+ accusamus et animi ratione consequatur molestias explicabo hic
+ eligendi necessitatibus laudantium, neque velit beatae magni.
+ Nemo vero blanditiis illum numquam libero necessitatibus fugiat
+ officiis repellendus. Optio, quis. Earum corporis vero debitis
+ unde rerum quod fuga, modi culpa veniam quos, quisquam soluta ea
+ voluptatum aliquam aperiam, vitae sint molestias? Cupiditate
+ quibusdam repudiandae, sapiente distinctio nihil sunt.
+ Aspernatur quas sapiente saepe quo autem ullam voluptatem
+ deleniti dolorum fugit tenetur incidunt obcaecati suscipit
+ adipisci in nulla quam ipsam enim facilis, corrupti alias rem?
+ Velit voluptatum recusandae officiis modi. Minus molestiae
+ consequatur assumenda reiciendis aperiam, eius iure repellendus.
+ Vel fugiat fuga quasi eos adipisci rem, necessitatibus odit
+ eius, quidem mollitia eum nesciunt officiis assumenda ab
+ laudantium reprehenderit quia! Consequuntur? Porro, nostrum et
+ dicta quo sint non sed officia voluptatem labore, laborum
+ dolores quos dolorem corporis iusto libero vel voluptate aliquid
+ obcaecati distinctio itaque optio, nihil magni temporibus.
+ Error, temporibus? Dolor, non? Adipisci nesciunt deleniti beatae
+ esse fugiat, quisquam minus eaque animi dolor aliquam aperiam.
+ Consequatur tempora amet fugit praesentium iste culpa quo,
+ quaerat perspiciatis deserunt quia nisi dolores ipsum? Nemo
+ incidunt quae nulla inventore aliquam alias natus iure!
+ Similique omnis enim esse praesentium est veniam dolor maxime.
+ Reprehenderit molestias cumque fugit dignissimos sunt sequi
+ enim. Adipisci beatae blanditiis dolores. Laudantium placeat,
+ asperiores tenetur praesentium beatae dignissimos magni
+ voluptate iusto dicta unde iste, ratione est sint eius fuga
+ consequatur eligendi iure provident. Consequuntur nobis quaerat
+ error est quos obcaecati exercitationem. Necessitatibus sunt
+ praesentium reiciendis tempora maiores? Asperiores similique,
+ natus sed quasi ut repudiandae aliquid deserunt tempore eligendi
+ repellat hic iusto eveniet neque quisquam, nulla porro, eum
+ magni repellendus minima eaque! Perspiciatis omnis odio
+ architecto recusandae quaerat harum vel ducimus ullam. Officiis
+ dolores sapiente nihil architecto veritatis quos provident
+ necessitatibus! Nostrum fugiat nisi placeat aspernatur deleniti
+ explicabo ab omnis odio. Ratione. Temporibus sunt nihil expedita
+ corrupti reiciendis, asperiores nostrum amet quam, totam ut
+ maiores magni saepe dolore at consectetur. Autem illum quos cum
+ perferendis quia voluptatibus tempore beatae quidem accusantium
+ temporibus. Magnam fugiat vero maiores, repellendus, ex quaerat
+ esse sunt eum itaque nihil pariatur laborum expedita veniam
+ dolorum reprehenderit nostrum accusantium autem! Consequatur
+ animi, quam numquam pariatur et quia odit ad. Porro provident
+ excepturi veniam exercitationem cumque deleniti aperiam!
+ Laudantium fugit magni, accusantium velit ipsa nostrum minima
+ temporibus distinctio cum minus quis voluptas expedita ad porro
+ quam earum fugiat, suscipit eius! Culpa vitae dolores labore
+ fugit necessitatibus similique ex ipsa? Dolorem earum quia
+ debitis quod suscipit aut nesciunt, necessitatibus error laborum
+ quasi nisi a cumque asperiores voluptate, expedita, officiis
+ perspiciatis ex! Ipsam optio quo deserunt magni cupiditate
+ exercitationem voluptas? Animi in asperiores quos minima a,
+ deleniti, facere vel ratione aut recusandae est voluptate minus.
+ Reiciendis eius doloremque magni, sit harum voluptatem?
+ Consectetur ad cum, rerum itaque veniam laudantium eligendi ut
+ tenetur mollitia nihil praesentium voluptatem, aspernatur,
+ dolorem modi?
+
+
+
+
+ Close
+
+
+
+
+
+
+
+
+
+
+
+
+ Launch left top modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ Modal body text goes here.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+ Launch right top modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ Modal body text goes here.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+ Launch right bottom modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ Modal body text goes here.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+ Launch left bottom modal
+
+
+
+
+
+
+
+
+ Modal title
+
+
+
+
+
+
+
+
+ Modal body text goes here.
+
+
+
+ Close
+
+
+ Save changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/notification.html b/demo/sites/components/notification.html
new file mode 100644
index 000000000..2308e752d
--- /dev/null
+++ b/demo/sites/components/notification.html
@@ -0,0 +1,590 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ You have a message!
+
+
+
+
+
+
+
+
+
+
+
+ New
+
+
+
+
+
+
+
+ Anne just posted a photo
+
+
+
+
+
+
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Text Here
+
+
+
+
+
+
+
+
+
+
+ typing…
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Apply
+
+
+
+
Card title
+
+ Some quick example text to build on the card title and make up the
+ bulk of the card's content.
+
+
+
+
+
+
+
+
+
+
+ Available
+
+
+
Username
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 2
+
+
+ 3
+
+
+ 4
+
+
+ 5
+
+
+ 6
+
+
+ 7
+
+
+ 8
+
+
+ 9
+
+
+
+ Unread notifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/offcanvas.html b/demo/sites/components/offcanvas.html
new file mode 100644
index 000000000..cf81ab3d5
--- /dev/null
+++ b/demo/sites/components/offcanvas.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Offcanvas
+
+
+
+
+
+
+
+ Basic
+
+
+
+ Link with href
+
+
+ Button with data-te-target
+
+
+
+
+
+ Offcanvas
+
+
+
+
+
+
+
+
+
+
+
+ Some text as placeholder. In real life you can have the elements you
+ have chosen. Like, text, images, lists, etc.
+
+
+
+ Dropdown button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Placement
+
+
+
+ Toggle top offcanvas
+
+
+
+
+
+ Offcanvas top
+
+
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+ Toggle right offcanvas
+
+
+
+
+
+ Offcanvas right
+
+
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+ Toggle bottom offcanvas
+
+
+
+
+
+ Offcanvas bottom
+
+
+
+
+
+
+
+
+
+
...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/paragraphs.html b/demo/sites/components/paragraphs.html
new file mode 100644
index 000000000..456899332
--- /dev/null
+++ b/demo/sites/components/paragraphs.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ I will be the leader of a company that ends up being worth billions of
+ dollars, because I got the answers. I understand culture. I am the
+ nucleus. I think that’s a responsibility that I have, to push
+ possibilities, to show people, this is the level that things could be
+ at.
+
+
+
+
+
+
+
+ I will be the leader of a company that ends up being worth billions of
+ dollars, because I got the answers. I understand culture. I am the
+ nucleus. I think that’s a responsibility that I have, to push
+ possibilities, to show people, this is the level that things could be
+ at.
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere
+ erat a ante.
+
+
+ - Someone famous in Source Title
+
+
+
+
+
+
+
+ I will be the leader of a company that ends up being worth billions of
+ dollars, because I got the answers. I understand culture. I am the
+ nucleus. I think that’s a responsibility that I have, to push
+ possibilities, to show people, this is the level that things could be
+ at.
+
+
+
+
+
+
+
You can use the mark tag to highlight text.
+
+ This line of text is meant to be treated as deleted text.
+
+
+ This line of text is meant to be treated as no longer accurate.
+
+
+ This line of text is meant to be treated as an addition to the
+ document.
+
+
This line of text will render as underlined.
+
+ This line of text is meant to be treated as fine print.
+
+
This line rendered as bold text.
+
This line rendered as italicized text.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/placeholder.html b/demo/sites/components/placeholder.html
new file mode 100644
index 000000000..4ebe2d724
--- /dev/null
+++ b/demo/sites/components/placeholder.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
Placeholder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic example
+
+
+
+
+
+
+
+ Card title
+
+
+ Some quick example text to build on the card title and make up the
+ bulk of the card's content.
+
+
Go somewhere
+
+
+
+
+
+
+
+
+
+
+
+
+
How it works
+
+
+
+
+
+
+
+
+
+
+
+
Width
+
+
+
+
+
+
+
+
+
+
+
Colors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sizing
+
+
+
+
+
+
+
+
+
+
+
+
Animation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/popover.html b/demo/sites/components/popover.html
new file mode 100644
index 000000000..e7072cbee
--- /dev/null
+++ b/demo/sites/components/popover.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Click to toggle popover
+
+
+
+
+
+
+
+ Popover on top
+
+
+ Popover on right
+
+
+ Popover on bottom
+
+
+ Popover on left
+
+
+
+
+
+
+
Dismissible popover
+
+
+
+
+
+
+
+ Disabled button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/progress.html b/demo/sites/components/progress.html
new file mode 100644
index 000000000..b0513aedc
--- /dev/null
+++ b/demo/sites/components/progress.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Small
+
+
+
Default
+
+
+
Large
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/rating.html b/demo/sites/components/rating.html
similarity index 84%
rename from demo/sites/bs/rating.html
rename to demo/sites/components/rating.html
index 3ad7284bc..eb0aae025 100644
--- a/demo/sites/bs/rating.html
+++ b/demo/sites/components/rating.html
@@ -12,22 +12,23 @@
+ href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.17/tailwind.min.css" />
-
-
+
+
-
+
@@ -36,15 +37,13 @@
focusable="false"
data-prefix="far"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -53,15 +52,13 @@
focusable="false"
data-prefix="far"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -70,15 +67,13 @@
focusable="false"
data-prefix="far"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -87,15 +82,13 @@
focusable="false"
data-prefix="far"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -107,12 +100,10 @@
class="w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -128,15 +119,13 @@
focusable="false"
data-prefix="fas"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
@@ -145,15 +134,13 @@
focusable="false"
data-prefix="fas"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
@@ -162,15 +149,13 @@
focusable="false"
data-prefix="fas"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
@@ -179,15 +164,13 @@
focusable="false"
data-prefix="far"
data-icon="star"
- class="w-4 text-yellow-500 mr-1"
+ class="mr-1 w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -199,12 +182,10 @@
class="w-4 text-yellow-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
@@ -220,15 +201,13 @@
focusable="false"
data-prefix="fas"
data-icon="heart"
- class="w-3.5 text-red-500 mr-1"
+ class="mr-1 w-3.5 text-red-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z">
@@ -237,15 +216,13 @@
focusable="false"
data-prefix="fas"
data-icon="heart"
- class="w-3.5 text-red-500 mr-1"
+ class="mr-1 w-3.5 text-red-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z">
@@ -254,15 +231,13 @@
focusable="false"
data-prefix="fas"
data-icon="heart"
- class="w-3.5 text-red-500 mr-1"
+ class="mr-1 w-3.5 text-red-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z">
@@ -271,15 +246,13 @@
focusable="false"
data-prefix="far"
data-icon="heart"
- class="w-3.5 text-red-500 mr-1"
+ class="mr-1 w-3.5 text-red-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z">
@@ -291,12 +264,10 @@
class="w-3.5 text-red-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z">
@@ -312,15 +283,13 @@
focusable="false"
data-prefix="far"
data-icon="angry"
- class="w-5 text-blue-500 mr-1"
+ class="mr-1 w-5 text-primary-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 496 512"
- >
+ viewBox="0 0 496 512">
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z">
@@ -329,15 +298,13 @@
focusable="false"
data-prefix="far"
data-icon="frown"
- class="w-5 text-blue-500 mr-1"
+ class="mr-1 w-5 text-primary-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 496 512"
- >
+ viewBox="0 0 496 512">
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z">
@@ -346,15 +313,13 @@
focusable="false"
data-prefix="far"
data-icon="meh"
- class="w-5 text-blue-500 mr-1"
+ class="mr-1 w-5 text-primary-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 496 512"
- >
+ viewBox="0 0 496 512">
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z">
@@ -363,15 +328,13 @@
focusable="false"
data-prefix="far"
data-icon="smile"
- class="w-5 text-blue-500 mr-1"
+ class="mr-1 w-5 text-primary-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 496 512"
- >
+ viewBox="0 0 496 512">
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z">
@@ -380,15 +343,13 @@
focusable="false"
data-prefix="far"
data-icon="grin-stars"
- class="w-5 text-blue-500"
+ class="w-5 text-primary-500"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 496 512"
- >
+ viewBox="0 0 496 512">
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z">
@@ -399,12 +360,16 @@
+
+
-
+
diff --git a/demo/sites/bs/register-form.html b/demo/sites/components/register-form.html
similarity index 52%
rename from demo/sites/bs/register-form.html
rename to demo/sites/components/register-form.html
index 7ff11b21e..223997def 100644
--- a/demo/sites/bs/register-form.html
+++ b/demo/sites/components/register-form.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -24,148 +23,138 @@
-
+
-
Registration form
+
+ Registration form
+
-
Basic
+
+ Basic
+
-
+
-
-
-
+
+
+
-
Sign up
+ class="order-2 shrink-0 grow-0 basis-auto md:w-10/12 lg:order-1 lg:w-6/12 xl:w-5/12">
+
+ Sign up
+
-
+
-
+
-
+
-
@@ -179,25 +168,25 @@
Basic
-
v.2
+
v.2
-
v.3
+
v.3
-
v.4
+
v.4
-
v.5
+
v.5
@@ -205,12 +194,16 @@
v.5
+
+
-
+
diff --git a/demo/sites/bs/scroll-button.html b/demo/sites/components/scroll-button.html
similarity index 59%
rename from demo/sites/bs/scroll-button.html
rename to demo/sites/components/scroll-button.html
index 21cef9e27..1a76fa063 100644
--- a/demo/sites/bs/scroll-button.html
+++ b/demo/sites/components/scroll-button.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,14 +19,14 @@
-
+
-
+
Scroll back to top button
@@ -38,32 +37,32 @@
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="fixed bottom-5 right-5 inline-block hidden rounded-full bg-red-600 p-3 text-xs font-medium uppercase leading-tight text-white shadow-md transition duration-150 ease-in-out hover:bg-red-700 hover:shadow-lg focus:bg-red-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-red-800 active:shadow-lg"
+ id="btn-back-to-top">
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
-
+
- Start scrolling the page and a strong "Back to top" button will appear
- in the bottom right corner of the screen.
+ Start scrolling the page and a strong
+ "Back to top" button will appear in the
+ bottom right corner of the screen.
Click this button and you will be taken to the top of the page.
@@ -74,16 +73,20 @@
+
+
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/bs/social-buttons.html b/demo/sites/components/social-buttons.html
similarity index 77%
rename from demo/sites/bs/social-buttons.html
rename to demo/sites/components/social-buttons.html
index 35668e0e5..d74f4c887 100644
--- a/demo/sites/bs/social-buttons.html
+++ b/demo/sites/components/social-buttons.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,201 +19,243 @@
-
+
-
+
-
+
+ d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" />
-
+
+ d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" />
-
+
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
-
+
+ d="M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z" />
-
+
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
-
+
+ d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
-
+
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
-
+
+ d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
-
+
+ d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" />
-
+
+ d="M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z" />
-
+
+ d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z" />
-
+
+ d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" />
-
+
+ d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
-
+
+ d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" />
-
+
+ d="M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z" />
-
+
+ d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" />
-
+
+ d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
-
+
+ d="M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z" />
-
+
+ d="M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z" />
-
+
+ d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" />
-
+
+ d="M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" />
@@ -227,294 +268,252 @@
+ class="h-7 w-7"
+ style="color: #1769ff">
+ d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" />
+ class="h-7 w-7"
+ style="color: #7289da">
+ d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" />
+ class="h-7 w-7"
+ style="color: #333">
+ d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
+ class="h-7 w-7"
+ style="color: #1877f2">
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
+ class="h-7 w-7"
+ style="color: #c13584">
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
+ class="h-7 w-7"
+ style="color: #ea4335">
+ d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
+ class="h-7 w-7"
+ style="color: #0077b5">
+ d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
+ class="h-7 w-7"
+ style="color: #e60023">
+ d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" />
+ class="h-7 w-7"
+ style="color: #45668e">
+ d="M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z" />
+ class="h-7 w-7"
+ style="color: #f48024">
+ d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z" />
+ class="h-7 w-7"
+ style="color: #0088cc">
+ d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" />
+ class="h-7 w-7"
+ style="color: #ff0000">
+ d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
+ class="h-7 w-7"
+ style="color: #6a76ac">
+ d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" />
+ class="h-7 w-7"
+ style="color: #f8cc1b">
+ d="M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z" />
+ class="h-7 w-7"
+ style="color: #3eb991">
+ d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" />
+ class="h-7 w-7"
+ style="color: #0084ff">
+ d="M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z" />
+ class="h-7 w-7"
+ style="color: #ea4c89">
+ d="M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z" />
+ class="h-7 w-7"
+ style="color: #ff4500">
+ d="M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z" />
+ class="h-7 w-7"
+ style="color: #1da1f2">
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
+ class="h-7 w-7"
+ style="color: #128c7e">
+ d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" />
+ class="h-7 w-7"
+ style="color: #9146ff">
+ d="M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" />
@@ -525,16 +524,17 @@
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #1877f2">
+
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
@@ -543,319 +543,340 @@
-
+
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #1769ff">
+
+ d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #7289da">
+
+ d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #333">
+
+ d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #1877f2">
+
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #c13584">
+
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #ea4335">
+
+ d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #0077b5">
+
+ d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #e60023">
+
+ d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #45668e">
+
+ d="M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #f48024">
+
+ d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #0088cc">
+
+ d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #ff0000">
+
+ d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #6a76ac">
+
+ d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #f8cc1b">
+
+ d="M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #3eb991">
+
+ d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #0084ff">
+
+ d="M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #ea4c89">
+
+ d="M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #ff4500">
+
+ d="M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #1da1f2">
+
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #128c7e">
+
+ d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" />
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #9146ff">
+
+ d="M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" />
@@ -867,16 +888,17 @@
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 inline-block rounded-full p-3 text-xs font-medium uppercase leading-tight text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #c13584">
+
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
@@ -888,16 +910,17 @@
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="mb-2 flex items-center rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: #1da1f2">
+
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
Twitter
@@ -913,14 +936,12 @@
+ class="h-7 w-7"
+ style="color: #1877f2">
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
@@ -929,14 +950,12 @@
+ class="h-7 w-7"
+ style="color: #c13584">
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
@@ -945,14 +964,12 @@
+ class="h-7 w-7"
+ style="color: #ea4335">
+ d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
@@ -961,14 +978,12 @@
+ class="h-7 w-7"
+ style="color: #1da1f2">
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
@@ -980,61 +995,62 @@
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="ripple-surface-light mb-2 flex items-center rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: rgb(24, 119, 242)">
+
+ d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z">
1
-
+
+ class="absolute top-0 right-0 bottom-auto left-auto z-10 inline-block translate-x-2/4 -translate-y-1/2 rotate-0 skew-x-0 skew-y-0 scale-x-100 scale-y-100 whitespace-nowrap rounded-full bg-red-600 py-1 px-1.5 text-center align-baseline text-xs font-bold leading-none text-white">
99+
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="ripple-surface-light mb-2 inline-block rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: rgb(62, 185, 145)">
+
+ d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z">
-
+
+ class="absolute top-0 right-0 bottom-auto left-auto z-10 inline-block translate-x-2/4 -translate-y-1/2 rotate-0 skew-x-0 skew-y-0 scale-x-100 scale-y-100 rounded-full bg-red-600 p-2 text-xs">
-
+ data-te-ripple-init
+ data-te-ripple-color="light"
+ class="ripple-surface-light mb-2 flex items-center rounded px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:shadow-lg focus:shadow-lg focus:outline-none focus:ring-0 active:shadow-lg"
+ style="background-color: rgb(29, 161, 242)">
+
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
Twitter
@@ -1047,12 +1063,16 @@
+
+
-
+
diff --git a/demo/sites/components/spinners.html b/demo/sites/components/spinners.html
new file mode 100644
index 000000000..0801d05de
--- /dev/null
+++ b/demo/sites/components/spinners.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spinners
+
+
+
+
+
+
+
+ Basic example
+
+
+
+ Loading...
+
+
+
+
+
+
+
Size
+
+
+ Loading...
+
+
+
+ Loading...
+
+
+
+
+
+
+
Grow
+
+
+ Loading...
+
+
+
+
+
+
+
+ Small
+
+
+
+ Loading...
+
+
+
+
+
+
+
+ Large
+
+
+
+ Loading...
+
+
+
+
+
+
+
+ Margin
+
+
+
+ Loading...
+
+
+
+
+
+
+
Flex
+
+
+
+
+
+
+
+
+ Floats
+
+
+
+
+
+
+
+
+
+ Colors
+
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+
+
+
+
+
+ Colors growing
+
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+ Loading...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/stepper.html b/demo/sites/components/stepper.html
new file mode 100644
index 000000000..9b2ff6435
--- /dev/null
+++ b/demo/sites/components/stepper.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
Stepper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Basic example
+
+
+
+
+ 1
+
+
+ step1
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
+ eiusmod tempor incididunt ut labore et dolore magna aliqua.
+
+
+
+
+
+ 2
+
+
+ step2
+
+
+
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+ nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
+ 3
+
+
+ step3
+
+
+
+ Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+
+
+
+
+
+
+
+
+
Vertical stepper
+
+
+
+
+ 1
+
+
+ step1
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
+ eiusmod tempor incididunt ut labore et dolore magna aliqua.
+
+
+
+
+
+ 2
+
+
+ step2
+
+
+
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+ nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
+ 3
+
+
+ step3
+
+
+
+ Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/tables.html b/demo/sites/components/tables.html
new file mode 100644
index 000000000..c366219b4
--- /dev/null
+++ b/demo/sites/components/tables.html
@@ -0,0 +1,1761 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry
+
+
+ Wild
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class
+
+
+ Heading
+
+
+ Heading
+
+
+
+
+
+
+ Default
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Primary
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Secondary
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Success
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Danger
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Warning
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Info
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Light
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ Dark
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry
+
+
+ Wild
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ First
+
+
+ Last
+
+
+ Handle
+
+
+
+
+
+
+ 1
+
+
+ Mark
+
+
+ Otto
+
+
+ @mdo
+
+
+
+
+ 2
+
+
+ Jacob
+
+
+ Thornton
+
+
+ @fat
+
+
+
+
+ 3
+
+
+ Larry the Bird
+
+
+ @twitter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+ Heading
+
+
+
+
+
+
+ 1
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ 2
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+ 3
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+ Cell
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ Title
+
+
+ Status
+
+
+ Role
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+
+
+ Flora Wu
+
+
+ flora.wu@example.com
+
+
+
+
+
+
+ Software engineer
+
+ IT
+
+
+
+ Active
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+ Nida Povey
+
+
+ nida.povey@example.com
+
+
+
+
+
+ CMO
+ Marketing
+
+
+
+ Active
+
+
+
+ Member
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+ Warren Nixon
+
+
+ warren.nixon@example.com
+
+
+
+
+
+ Designer
+ UI/UX
+
+
+
+ Active
+
+
+
+ Owner
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ Title
+
+
+ Email
+
+
+ Role
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+ Software engineer, IT
+
+
+
+
+ flora.wu@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+ CMO, Marketing
+
+
+
+ nida.povey@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Designer, UI/UX
+
+
+
+
+ warren.nixon@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Software engineer, IT
+
+
+
+
+ flora.wu@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+ CMO, Marketing
+
+
+
+ nida.povey@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Designer, UI/UX
+
+
+
+
+ warren.nixon@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ Title
+
+
+ Email
+
+
+ Role
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+ Software engineer, IT
+
+
+
+
+ flora.wu@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+ CMO, Marketing
+
+
+
+ nida.povey@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Designer, UI/UX
+
+
+
+
+ warren.nixon@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Software engineer, IT
+
+
+
+
+ flora.wu@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+ CMO, Marketing
+
+
+
+ nida.povey@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+ Designer, UI/UX
+
+
+
+
+ warren.nixon@example.com
+
+
+
+ Admin
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/timeline.html b/demo/sites/components/timeline.html
new file mode 100644
index 000000000..ea0fbc19b
--- /dev/null
+++ b/demo/sites/components/timeline.html
@@ -0,0 +1,420 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Title of section 1
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque
+ scelerisque diam non nisi semper, et elementum lorem ornare.
+ Maecenas placerat facilisis mollis. Duis sagittis ligula in
+ sodales vehicula.
+
+
+
+
+
+
+
+ Title of section 2
+
+
+ Libero expedita explicabo eius fugiat quia aspernatur autem
+ laudantium error architecto recusandae natus sapiente sit nam
+ eaque, consectetur porro molestiae ipsam an deleniti.
+
+
+
+
+
+
+
+ Title of section 3
+
+
+ Voluptatibus temporibus esse illum eum aspernatur, fugiat suscipit
+ natus! Eum corporis illum nihil officiis tempore. Excepturi illo
+ natus libero sit doloremque, laborum molestias rerum pariatur quam
+ ipsam necessitatibus incidunt, explicabo.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Title of section 1
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque
+ scelerisque diam non nisi semper, et elementum lorem ornare.
+ Maecenas placerat facilisis mollis. Duis sagittis ligula in
+ sodales vehicula.
+
+
+
+
+
+
+
+ Title of section 2
+
+
+ Libero expedita explicabo eius fugiat quia aspernatur autem
+ laudantium error architecto recusandae natus sapiente sit nam
+ eaque, consectetur porro molestiae ipsam an deleniti.
+
+
+
+
+
+
+
+ Title of section 3
+
+
+ Voluptatibus temporibus esse illum eum aspernatur, fugiat suscipit
+ natus! Eum corporis illum nihil officiis tempore. Excepturi illo
+ natus libero sit doloremque, laborum molestias rerum pariatur quam
+ ipsam necessitatibus incidunt, explicabo.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Title of section 1
+
+
+
+
4 February, 2022
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
+ eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
+ enim ad minim veniam, quis nostrud exercitation ullamco laboris
+ nisi ut aliquip ex ea commodo consequat.
+
+
+ Read more
+
+
+
+
+
+
+
+ Title of section 2
+
+
+
+
12 January, 2022
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem
+ accusantium doloremque laudantium, totam rem aperiam, eaque ipsa
+ quae ab illo inventore veritatis et quasi architecto beatae vitae
+ dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit
+ aspernatur aut odit aut fugit, sed quia consequuntur magni dolores
+ eos qui ratione voluptatem sequi nesciunt.
+
+
+ Read more
+
+
+
+
+
+
+
+ Title of section 3
+
+
+
+
27 December, 2021
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui
+ blanditiis praesentium voluptatum deleniti atque corrupti quos
+ dolores et quas molestias excepturi sint occaecati cupiditate non
+ provident, similique sunt in culpa qui officia deserunt mollitia
+ animi, id est laborum et dolorum fuga. Et harum quidem rerum
+ facilis est et expedita distinctio.
+
+
+ Read more
+
+
+
+
+
+
+
+
+
+
+ Latest News
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque
+ scelerisque diam non nisi semper, et elementum lorem ornare.
+ Maecenas placerat facilisis mollis. Duis sagittis ligula in
+ sodales vehicula.
+
+
+ Preview
+
+
+ See demo
+
+
+
+
+
+
+
+
+
+
+ Libero expedita explicabo eius fugiat quia aspernatur autem
+ laudantium error architecto recusandae natus sapiente sit nam
+ eaque, consectetur porro molestiae ipsam an deleniti.
+
+
+ Preview
+
+
+ See demo
+
+
+
+
+
+
+
+
+
+
+ Voluptatibus temporibus esse illum eum aspernatur, fugiat
+ suscipit natus! Eum corporis illum nihil officiis tempore.
+ Excepturi illo natus libero sit doloremque, laborum molestias
+ rerum pariatur quam ipsam necessitatibus incidunt, explicabo.
+
+
+ Preview
+
+
+ See demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/toast.html b/demo/sites/components/toast.html
new file mode 100644
index 000000000..145ebe3a9
--- /dev/null
+++ b/demo/sites/components/toast.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
MDBootstrap
+
+
11 mins ago
+
+
+
+
+
+
+
+
+
+
+ Static Example
+
+
+
+
+
+
+
+
+ Open toast - 2 sec delay
+
+
+
+
+
MDBootstrap
+
+
11 mins ago
+
+
+
+
+
+
+
+
+
+
+ Toast Example
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/tooltip.html b/demo/sites/components/tooltip.html
new file mode 100644
index 000000000..1c6d088e7
--- /dev/null
+++ b/demo/sites/components/tooltip.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hover the link to see the
+ tooltip
+
+
+
+
+
+
+
+ Tooltip on top
+
+
+ Tooltip on right
+
+
+ Tooltip on bottom
+
+
+ Tooltip on left
+
+
+
+
+
+
+
+ Tooltip with html
+
+
+
+
+
+
+
+
+ Disabled button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/typography.html b/demo/sites/components/typography.html
new file mode 100644
index 000000000..f97d73a7f
--- /dev/null
+++ b/demo/sites/components/typography.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tailwind Elements
+
Tailwind Elements
+
Tailwind Elements
+
Tailwind Elements
+
Tailwind Elements
+
Tailwind Elements
+
+
+
+
+
+
+ Fancy display heading
+ With faded secondary text
+
+
+
+
+
+
+
Display 1
+
Display 2
+
Display 3
+
Display 4
+
Display 5
+
Display 6
+
+
+
+
+
+
+ Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
+ Duis mollis, est non commodo luctus.
+
+
+
+
+
+
+
You can use the mark tag to highlight text.
+
+ This line of text is meant to be treated as deleted text.
+
+
+ This line of text is meant to be treated as no longer accurate.
+
+
+ This line of text is meant to be treated as an addition to the
+ document.
+
+
This line of text will render as underlined
+
+ This line of text is meant to be treated as fine print.
+
+
This line rendered as bold text.
+
This line rendered as italicized text.
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
+ posuere erat a ante.
+
+
+
+ - Someone famous in Source Title
+
+
+
+
+
+
+
+
Start aligned text on all viewport sizes.
+
Center aligned text on all viewport sizes.
+
End aligned text on all viewport sizes.
+
+
+ Start aligned text on viewports sized SM (small) or wider.
+
+
+ Start aligned text on viewports sized MD (medium) or wider.
+
+
+ Start aligned text on viewports sized LG (large) or wider.
+
+
+ Start aligned text on viewports sized XL (extra-large) or wider.
+
+
+
+
+
+
+
+ This text should wrap.
+
+
+
+
+
+
+
+ This text should overflow the parent.
+
+
+
+
+
+
+
Lowercased text.
+
Uppercased text.
+
capitalized text.
+
+
+
+
+
+
Bold text.
+
+ Bolder weight text (relative to the parent element).
+
+
Normal weight text.
+
Light weight text.
+
Italic text.
+
+
+
+
+
+
+ This is a long paragraph written to show how the line-height of an
+ element is affected by our utilities. Classes are applied to the element
+ itself or sometimes the parent element. These classes can be customized
+ as needed with our utility API.
+
+
+ This is a long paragraph written to show how the line-height of an
+ element is affected by our utilities. Classes are applied to the element
+ itself or sometimes the parent element. These classes can be customized
+ as needed with our utility API.
+
+
+ This is a long paragraph written to show how the line-height of an
+ element is affected by our utilities. Classes are applied to the element
+ itself or sometimes the parent element. These classes can be customized
+ as needed with our utility API.
+
+
+ This is a long paragraph written to show how the line-height of an
+ element is affected by our utilities. Classes are applied to the element
+ itself or sometimes the parent element. These classes can be customized
+ as needed with our utility API.
+
+
+
+
+
+
+
+ This is a list.
+ It appears completely unstyled.
+ Structurally, it's still a list.
+ However, this style only applies to immediate child elements.
+
+ Nested lists:
+
+ are unaffected by this style
+ will still show a bullet
+ and have appropriate left margin
+
+
+ This may still come in handy in some situations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/video-carousel.html b/demo/sites/components/video-carousel.html
new file mode 100644
index 000000000..b7c89f316
--- /dev/null
+++ b/demo/sites/components/video-carousel.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/components/video.html b/demo/sites/components/video.html
new file mode 100644
index 000000000..f9834e5a1
--- /dev/null
+++ b/demo/sites/components/video.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ratio 21 x 9
+
+
+ VIDEO
+
+
+
+
+
+
+
Ratio 16 x 9
+
+
+ VIDEO
+
+
+
+
+
+
+
Ratio 4 x 3
+
+
+ VIDEO
+
+
+
+
+
+
+
Ratio 1 x 1
+
+
+ VIDEO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Previous
+
+
+
+
+
+
+
+ Next
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hover to play
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/content-styles/animations.html b/demo/sites/content-styles/animations.html
new file mode 100644
index 000000000..0dad314bc
--- /dev/null
+++ b/demo/sites/content-styles/animations.html
@@ -0,0 +1,485 @@
+
+
+
+
+
+
+
+
Animations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fadeIn
+
+
+ fadeInDown
+
+
+ fadeInLeft
+
+
+ fadeInRight
+
+
+ fadeInUp
+
+
+ fadeOut
+
+
+ fadeOutDown
+
+
+ fadeOutLeft
+
+
+ fadeOutRight
+
+
+ fadeOutUp
+
+
+ slideInDown
+
+
+ slideInLeft
+
+
+ slideInRight
+
+
+ slideInUp
+
+
+ slideOutDown
+
+
+ slideOutLeft
+
+
+ slideOutRight
+
+
+ slideOutUp
+
+
+ slideDown
+
+
+ slideLeft
+
+
+ slideRight
+
+
+ slideUp
+
+
+ zoomIn
+
+
+ zoomOut
+
+
+ tada
+
+
+ spinnerGrow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/content-styles/colors.html b/demo/sites/content-styles/colors.html
new file mode 100644
index 000000000..4a5e3b2a3
--- /dev/null
+++ b/demo/sites/content-styles/colors.html
@@ -0,0 +1,2313 @@
+
+
+
+
+
+
+
+
Album example · Bootstrap v5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
Lorem ipsum dolor sit amet
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+
Primary
+
+
+
+
+
+
+
+
+
+
+
+
+
Secondary
+
+
+
+
+
+
+
+
+
+
+
+
+
Success
+
+
+
+
+
+
+
+
+
+
+
+
+
Danger
+
+
+
+
+
+
+
+
+
+
+
+
+
Warning
+
+
+
+
+
+
+
+
+
+
+
+
+
Info
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Alerts
+
+ A simple primary alert—check it out!
+
+
+ A simple secondary alert—check it out!
+
+
+ A simple success alert—check it out!
+
+
+ A simple danger alert—check it out!
+
+
+ A simple warning alert—check it out!
+
+
+ A simple info alert—check it out!
+
+
+ A simple light alert—check it out!
+
+
+ A simple dark alert—check it out!
+
+
+
+
+
Badges
+
+ Primary
+
+
+ Secondary
+
+
+ Success
+
+
+ Danger
+
+
+ Warning
+
+
+ Info
+
+
+ Light
+
+
+ Dark
+
+
+
+
+
Buttons hierarchy
+
+ Primary
+
+
+ Secondary
+
+
+ Tetriary
+
+
+
+
+
Buttons contextual
+
+ Success
+
+
+ Danger
+
+
+ Warning
+
+
+ Info
+
+
+
+
+
Buttons neutral
+
+ Light
+
+
+ Dark
+
+
+
+
+
Pagination
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pills
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 disabled
+
+
+
+
+
+
Tabs
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+ Tab 1 content
+
+
+ Tab 2 content
+
+
+ Tab 3 content
+
+
+ Tab 4 content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sites/db/admin-charts-1.html b/demo/sites/db/admin-charts-1.html
index 86c3793f0..6f5efa378 100644
--- a/demo/sites/db/admin-charts-1.html
+++ b/demo/sites/db/admin-charts-1.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -24,34 +23,34 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
Users
+
+ Users
+
- 23 456
-
+ 23 456
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
13,48%
@@ -60,10 +59,9 @@
+ class="inline-block rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg"
+ data-te-ripple-init
+ data-te-ripple-color="light">
Details
@@ -74,12 +72,11 @@
-
+
+ class="form-select m-0 block w-full appearance-none rounded border border-solid border-neutral-300 bg-white bg-clip-padding bg-no-repeat px-3 py-[0.32rem] text-base font-normal text-neutral-700 transition ease-in-out focus:border-primary focus:bg-white focus:text-neutral-700 focus:outline-none"
+ aria-label="Default select example">
Today
Yesterday
Last 7 days
@@ -88,14 +85,19 @@
@@ -103,18 +105,22 @@
-
+
+
+
-
+
@@ -122,26 +128,29 @@
diff --git a/demo/sites/db/admin-charts-2.html b/demo/sites/db/admin-charts-2.html
index 1168de131..b390f4693 100644
--- a/demo/sites/db/admin-charts-2.html
+++ b/demo/sites/db/admin-charts-2.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -24,34 +23,34 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
Users
+
+ Users
+
- 78 901
-
+ 78 901
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
26,59%
@@ -60,10 +59,9 @@
+ class="inline-block rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg"
+ data-te-ripple-init
+ data-te-ripple-color="light">
Details
@@ -74,12 +72,11 @@
+
+
-
+
@@ -123,33 +129,36 @@
diff --git a/demo/sites/db/admin-charts-3.html b/demo/sites/db/admin-charts-3.html
index 0e2af2df7..6979873fc 100644
--- a/demo/sites/db/admin-charts-3.html
+++ b/demo/sites/db/admin-charts-3.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -24,25 +23,26 @@
-
+
-
-
-
-
+
+
+
+
+
+
-
+
@@ -200,86 +205,108 @@
diff --git a/demo/sites/db/admin-complex-1.html b/demo/sites/db/admin-complex-1.html
index 489fc1a6d..37fe05af0 100644
--- a/demo/sites/db/admin-complex-1.html
+++ b/demo/sites/db/admin-complex-1.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -24,34 +23,34 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
Sales
+
+ Sales
+
- $231 456
-
+ $231 456
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
31,48%
@@ -60,10 +59,9 @@
+ class="inline-block rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg"
+ data-te-ripple-init
+ data-te-ripple-color="light">
Details
@@ -71,145 +69,221 @@
-
+
-
-
+
+
+ class="rounded-tl-lg px-6 py-4 text-sm font-semibold">
Country
- Sales
- Value
-
+
+ Sales
+
+
+ Value
+
+
Purchased?
- Norway
- $72.63
- 8
-
+
+ Norway
+
+
+ $72.63
+
+
+ 8
+
+
Yes
- Barbados
- $81.52
- 4
-
+
+ Barbados
+
+
+ $81.52
+
+
+ 4
+
+
Yes
- France
- $76.02
- 3
-
+
+ France
+
+
+ $76.02
+
+
+ 3
+
+
No
- Egipt
- $53.21
- 6
-
+
+ Egipt
+
+
+ $53.21
+
+
+ 6
+
+
Pending
- South Korea
- $3.93
- 6
-
+
+ South Korea
+
+
+ $3.93
+
+
+ 6
+
+
Yes
- Finland
- $31.58
- 9
-
+
+ Finland
+
+
+ $31.58
+
+
+ 9
+
+
No
- Mayotte
- $11.20
- 5
-
+
+ Mayotte
+
+
+ $11.20
+
+
+ 5
+
+
No
- Netherlands
- $75.94
- 7
-
+
+ Netherlands
+
+
+ $75.94
+
+
+ 7
+
+
Pending
- Slovenia
- $48.54
- 10
-
+
+ Slovenia
+
+
+ $48.54
+
+
+ 10
+
+
Yes
- Spain
- $64.32
- 5
-
+
+ Spain
+
+
+ $64.32
+
+
+ 5
+
+
Yes
- Italy
- $52.15
- 7
-
+
+ Italy
+
+
+ $52.15
+
+
+ 7
+
+
Pending
@@ -221,12 +295,13 @@
-
-
-
+
+
+
-
@@ -235,18 +310,22 @@
-
+
+
+
-
+
@@ -256,63 +335,78 @@
diff --git a/demo/sites/db/admin-complex-2.html b/demo/sites/db/admin-complex-2.html
index df06b9c14..b76702504 100644
--- a/demo/sites/db/admin-complex-2.html
+++ b/demo/sites/db/admin-complex-2.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,20 +19,20 @@
-
+
-
-
-
-
+
+
+
+
-
+
+ class="form-select m-0 block w-full appearance-none rounded border border-solid border-neutral-300 bg-white bg-clip-padding bg-no-repeat px-3 py-1.5 text-base font-normal text-neutral-700 transition ease-in-out focus:border-primary focus:bg-white focus:text-neutral-700 focus:outline-none"
+ aria-label="Default select example">
Product 1
Product 2
Product 3
@@ -43,11 +42,11 @@
-
+
+ class="form-select m-0 block w-full appearance-none rounded border border-solid border-neutral-300 bg-white bg-clip-padding bg-no-repeat px-3 py-1.5 text-base font-normal text-neutral-700 transition ease-in-out focus:border-primary focus:bg-white focus:text-neutral-700 focus:outline-none"
+ aria-label="Default select example">
Today
Yesterday
Last 7 days
@@ -57,325 +56,289 @@
-
-
-
+
+
-
+
-
+
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
Product Detail Views
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
Unique Purchases
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
Quantity
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
Product Revenue
+ class="px-6 py-4 text-left text-sm font-medium text-neutral-900">
Avg. Price
+ class="border-b bg-white transition duration-300 ease-in-out hover:bg-neutral-100">
+ class="whitespace-nowrap px-6 py-4 text-sm font-medium text-neutral-900">
Value
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
18,492
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
228
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
350
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
$4,787.64
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
$13.68
+ class="border-b bg-white transition duration-300 ease-in-out hover:bg-neutral-100">
+ class="whitespace-nowrap px-6 py-4 text-sm font-medium text-neutral-900">
Percentage change
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-48.8%%
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
14.0%
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
46.4%
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
29.6%
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-48.8%%
+ class="border-b bg-white transition duration-300 ease-in-out hover:bg-neutral-100">
+ class="whitespace-nowrap px-6 py-4 text-sm font-medium text-neutral-900">
Absolute change
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-17,654
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
28
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
111
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
$1,092.72
-
+ class="whitespace-nowrap px-6 py-4 text-sm font-light text-neutral-900">
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
$-1.78
@@ -391,9 +354,11 @@
-
-
-
+
+
-
+
+
-
+
@@ -432,57 +401,71 @@
diff --git a/demo/sites/db/admin-complex-3.html b/demo/sites/db/admin-complex-3.html
index 459c5d64a..578e9dcf9 100644
--- a/demo/sites/db/admin-complex-3.html
+++ b/demo/sites/db/admin-complex-3.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,39 +19,39 @@
-
+
-
-
-
-
+
+
+
+
-
-
+
+
Visibility
-
+
Impr. Top
-
+
90%
-
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
3.0%
@@ -60,22 +59,21 @@
Impr. Abs Top
-
+
86.3%
-
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
4.5%
@@ -88,30 +86,30 @@
-
-
+
+
Acquisition
-
+
Clicks
-
+
4.9K
-
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-71.9%
@@ -119,22 +117,21 @@
CTR
-
+
31.13%
-
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-2.6%
@@ -147,32 +144,32 @@
-
+
-
-
+
+
Conversion
-
+
Conversions
-
+
859.5
-
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
72.0%
@@ -180,22 +177,21 @@
Conversion rate
-
+
17.7%
-
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
3.0%
@@ -203,22 +199,21 @@
Cost / conv.
-
+
$1.86
-
+
+ viewBox="0 0 448 512">
+ d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
4.5%
@@ -231,30 +226,30 @@
-
-
+
+
Cost
-
+
Cost
-
+
$1.60K
-
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-31.0%
@@ -262,22 +257,21 @@
Avg. CPC
-
+
$0.3
-
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
11.1%
@@ -285,22 +279,21 @@
Avg. CPM
-
+
$102.55
-
+
+ viewBox="0 0 448 512">
+ d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z">
-13.4.5%
@@ -313,18 +306,22 @@
-
+
+
+
-
+
@@ -332,114 +329,142 @@
diff --git a/demo/sites/db/admin-forms-1.html b/demo/sites/db/admin-forms-1.html
index 151415936..e09aa856e 100644
--- a/demo/sites/db/admin-forms-1.html
+++ b/demo/sites/db/admin-forms-1.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,68 +19,79 @@
-
+
-
-
-
+
+
+
-
+
-
Sign in to your account
-
+ class="mx-auto" />
+
+ Sign in to your account
+
+
Or
start your 14-day free trial
-
+
+ placeholder="Email address" />
+ Email address
+
-
+
+ class="peer block min-h-[auto] w-full rounded border-0 bg-transparent py-[0.32rem] px-3 leading-[1.6] outline-none transition-all duration-200 ease-linear focus:placeholder:opacity-100 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-neutral-200 dark:placeholder:text-neutral-200 [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0"
+ id="exampleFormControlInput2"
+ placeholder="Password" />
+ Password
+
-
+
+ class="inline-block w-full rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg">
Sign in
@@ -89,18 +99,22 @@
Sign in to your account
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-forms-2.html b/demo/sites/db/admin-forms-2.html
index 26a87737f..0d91d58b9 100644
--- a/demo/sites/db/admin-forms-2.html
+++ b/demo/sites/db/admin-forms-2.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,15 +19,15 @@
-
+
-
-
+
+
-
+
-
+
-
Sign in to your account
-
+ class="mx-auto" />
+
+ Sign in to your account
+
+
Or
start your 14-day free trial
-
-
+
+
+ placeholder="Email address" />
+ Email address
+
-
+
+ class="peer block min-h-[auto] w-full rounded border-0 bg-transparent py-[0.32rem] px-3 leading-[1.6] outline-none transition-all duration-200 ease-linear focus:placeholder:opacity-100 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-neutral-200 dark:placeholder:text-neutral-200 [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0"
+ id="exampleFormControlInput2"
+ placeholder="Password" />
+ Password
+
-
+
+ class="inline-block w-full rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg">
Sign in
+ class="inline-block flex-auto rounded border-2 border-neutral-800 px-6 py-2 text-xs font-medium uppercase leading-tight text-neutral-800 transition duration-150 ease-in-out hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 dark:border-primary-400 dark:text-primary-400"
+ data-te-ripple-init>
+ viewBox="0 0 512 512">
+ d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
+ class="mx-2 inline-block flex-auto rounded border-2 border-neutral-800 px-6 py-2 text-xs font-medium uppercase leading-tight text-neutral-800 transition duration-150 ease-in-out hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 dark:border-primary-400 dark:text-primary-400"
+ data-te-ripple-init>
+ viewBox="0 0 512 512">
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
+ class="inline-block flex-auto rounded border-2 border-neutral-800 px-6 py-2 text-xs font-medium uppercase leading-tight text-neutral-800 transition duration-150 ease-in-out hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 dark:border-primary-400 dark:text-primary-400"
+ data-te-ripple-init>
+ viewBox="0 0 496 512">
+ d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
@@ -165,16 +168,20 @@
Sign in to your account
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-forms-3.html b/demo/sites/db/admin-forms-3.html
index b179672ca..e09654dac 100644
--- a/demo/sites/db/admin-forms-3.html
+++ b/demo/sites/db/admin-forms-3.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,22 +19,22 @@
-
+
-
-
+
+
-
-
-
Delete your account
-
- Once you delete account, you will lose all data associated with it.
+
+
+
Delete your account
+
+ Once you delete account, you will lose all data associated
+ with it.
+ class="inline-block rounded bg-red-600 px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-red-700 hover:shadow-lg focus:bg-red-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-red-800 active:shadow-lg">
Delete account
@@ -46,12 +45,16 @@
Delete your account
+
+
-
+
diff --git a/demo/sites/db/admin-maps-1.html b/demo/sites/db/admin-maps-1.html
index f4c6a2f97..d6c271b72 100644
--- a/demo/sites/db/admin-maps-1.html
+++ b/demo/sites/db/admin-maps-1.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,106 +19,123 @@
-
+
-
-
-
- Contact us
+
+
+
+ Contact us
-
+
+ loading="lazy">
-
+
-
-
-
+
+
+
+ placeholder="First name" />
+ First name
+
-
-
+
+ placeholder="Subject" />
+ Subject
+
-
+
+ placeholder="Message">
+ Message
+
+ class="mb-12 inline-block rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-md transition duration-150 ease-in-out hover:bg-primary-700 hover:shadow-lg focus:bg-primary-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-primary-800 active:shadow-lg md:mb-0">
Send
-
+
@@ -146,18 +162,22 @@
Contact us
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-maps-2.html b/demo/sites/db/admin-maps-2.html
index 9ae8eb800..a0b252a03 100644
--- a/demo/sites/db/admin-maps-2.html
+++ b/demo/sites/db/admin-maps-2.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,93 +19,86 @@
-
+
-
-
-
+
+
+
-
-
+
-
+
+ class="flex h-full items-center rounded-lg bg-primary p-6 py-12 text-white lg:py-0 lg:pl-12"
+ style="z-index: -10">
-
Contact us
-
Address:
+
+ Contact us
+
+
Address:
Lafayette St &, E Houston, st New
York, 10012, USA
-
Follow us:
+
Follow us:
+ viewBox="0 0 512 512">
+ d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
+ viewBox="0 0 448 512">
+ d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
+ viewBox="0 0 512 512">
+ d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
+ viewBox="0 0 496 512">
+ d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
@@ -114,18 +106,22 @@
Follow us:
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-maps-3.html b/demo/sites/db/admin-maps-3.html
index 7ed34d665..8b0f2c8d2 100644
--- a/demo/sites/db/admin-maps-3.html
+++ b/demo/sites/db/admin-maps-3.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,35 +19,36 @@
-
+
-
-
-
- Get in touch
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit qui eveniet quibusdam molestias
- quis dolor nostrum, dolores aut esse explicabo corrupti animi autem odit doloribus.
+
+
+
+ Get in touch
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit qui eveniet
+ quibusdam molestias quis dolor nostrum, dolores aut esse explicabo
+ corrupti animi autem odit doloribus.
-
+
+ loading="lazy">
-
-
+
+
+ class="flex h-14 w-14 items-center justify-center rounded-md bg-primary p-4 shadow-md">
Get in touch
class="w-5 text-white"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z">
-
-
Technical support
-
support@example.com
-
+1 234-567-89
+
+
Technical support
+
support@example.com
+
+1 234-567-89
@@ -77,8 +75,7 @@
Get in touch
+ class="flex h-14 w-14 items-center justify-center rounded-md bg-primary p-4 shadow-md">
Get in touch
class="w-3 text-white"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 288 512"
- >
+ viewBox="0 0 288 512">
+ d="M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z">
-
-
Sales questions
-
sales@example.com
-
+1 234-567-89
+
+
Sales questions
+
sales@example.com
+
+1 234-567-89
-
+
+ class="flex h-14 w-14 items-center justify-center rounded-md bg-primary p-4 shadow-md">
Get in touch
class="w-5 text-white"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 576 512"
- >
+ viewBox="0 0 576 512">
+ d="M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z">
-
-
Press
-
press@example.com
-
+1 234-567-89
+
+
Press
+
press@example.com
+
+1 234-567-89
-
+
+ class="flex h-14 w-14 items-center justify-center rounded-md bg-primary p-4 shadow-md">
Get in touch
class="w-5 text-white"
role="img"
xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 512 512"
- >
+ viewBox="0 0 512 512">
+ d="M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z">
-
-
Bug report
-
bugs@example.com
-
+1 234-567-89
+
+
Bug report
+
bugs@example.com
+
+1 234-567-89
@@ -167,18 +156,22 @@
Get in touch
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-navigation-1.html b/demo/sites/db/admin-navigation-1.html
index 2815f1808..5bcbfa5a5 100644
--- a/demo/sites/db/admin-navigation-1.html
+++ b/demo/sites/db/admin-navigation-1.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,75 +19,76 @@
-
+
-
+ class="relative flex w-full flex-nowrap items-center justify-between bg-neutral-100 py-2 text-neutral-500 shadow-lg hover:text-neutral-700 focus:text-neutral-700 md:flex-wrap md:justify-start"
+ data-te-navbar-ref>
+
-
-
-
+ aria-label="Toggle navigation">
+
+
+
+
+
+ class="!visible hidden flex-grow basis-[100%] items-center md:!flex md:basis-auto"
+ data-te-collapse-item
+ id="navbarSupportedContent">
+ class="mt-2 mr-1 mb-2 flex items-center text-neutral-900 hover:text-neutral-900 focus:text-neutral-900 md:mt-0 md:mb-0"
+ href="#">
+ loading="lazy" />
-
-
+
+
Dashboard
-
+
Team
-
+
Projects
@@ -98,102 +98,105 @@
-
-
+
+
-
+
+
+
-
+
diff --git a/demo/sites/db/admin-navigation-2.html b/demo/sites/db/admin-navigation-2.html
index f62699ca3..3a83b211a 100644
--- a/demo/sites/db/admin-navigation-2.html
+++ b/demo/sites/db/admin-navigation-2.html
@@ -7,11 +7,10 @@
Album example · Bootstrap v5.1
-
+
+ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap"
+ rel="stylesheet" />
@@ -20,84 +19,85 @@
-
+