diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9187e99..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -node_modules -.cache -public/** -vendor/ -components/_preview.twig -build \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a0eb8bf..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "attach", - "name": "Attach by Process ID", - "processId": "${command:PickProcess}", - "skipFiles": [ - "/**" - ] - } - - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6ec66dd..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "files.associations": { - "*.html":"twig" - }, - "emmet.includeLanguages": { - "twig": "html" - } -} \ No newline at end of file diff --git a/assets/images/3-m-logo.svg b/3-m-logo.svg similarity index 100% rename from assets/images/3-m-logo.svg rename to 3-m-logo.svg diff --git a/assets/fonts/Gotham-Bold.woff b/Gotham-Bold.e0086ceb.woff similarity index 100% rename from assets/fonts/Gotham-Bold.woff rename to Gotham-Bold.e0086ceb.woff diff --git a/assets/fonts/Gotham-Book.woff b/Gotham-Book.cbd028d1.woff similarity index 100% rename from assets/fonts/Gotham-Book.woff rename to Gotham-Book.cbd028d1.woff diff --git a/assets/fonts/Gotham-Light.woff b/Gotham-Light.a4815ad0.woff similarity index 100% rename from assets/fonts/Gotham-Light.woff rename to Gotham-Light.a4815ad0.woff diff --git a/assets/fonts/Gotham-Medium.woff b/Gotham-Medium.3fafac78.woff similarity index 100% rename from assets/fonts/Gotham-Medium.woff rename to Gotham-Medium.3fafac78.woff diff --git a/assets/fonts/Gotham-Thin.woff b/Gotham-Thin.40a22451.woff similarity index 100% rename from assets/fonts/Gotham-Thin.woff rename to Gotham-Thin.40a22451.woff diff --git a/assets/fonts/Gotham-Ultra.woff b/Gotham-Ultra.e0d48fcb.woff similarity index 100% rename from assets/fonts/Gotham-Ultra.woff rename to Gotham-Ultra.e0d48fcb.woff diff --git a/README.md b/README.md deleted file mode 100644 index 64be78a..0000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -#alldata components - -## requires -* nodejs >= 8.12.0 - -## install dependencies -```js -npm install -``` - -## run in dev mode -```js -npm run startdev -``` - -# how to create a component - - - -## install yeoman globally -```js - npm install -g yeoman -``` - -## open the folder -```js - cd generator-fractal-component/ -``` - -## run the command -```js - npm link -``` - -## go back to the root folder and run -```js - yo fractal-component -``` diff --git a/_preview.twig b/_preview.twig deleted file mode 100644 index d305fc5..0000000 --- a/_preview.twig +++ /dev/null @@ -1,15 +0,0 @@ - - - - - kykyn - - - - - - {{ yield | raw }} - - - - \ No newline at end of file diff --git a/_previewprod.html b/_previewprod.html index a1280d8..10b258c 100644 --- a/_previewprod.html +++ b/_previewprod.html @@ -1,18 +1,16 @@ - + + + + kykyn + + + + + - - - kykyn - - - - - - - - {{ yield | raw }} - - - - \ No newline at end of file + + {{ yield | raw }} + + + diff --git a/assets/images/asa-logo.svg b/asa-logo.svg similarity index 100% rename from assets/images/asa-logo.svg rename to asa-logo.svg diff --git a/assets.html b/assets.html new file mode 100644 index 0000000..e8604ea --- /dev/null +++ b/assets.html @@ -0,0 +1,13 @@ + + + + + + Redirecting… + + + +

Redirecting to / …

+ + + diff --git a/assets/js/bootstrap.js b/assets/js/bootstrap.js deleted file mode 100644 index 6d97d3c..0000000 --- a/assets/js/bootstrap.js +++ /dev/null @@ -1,34 +0,0 @@ -// import Alert from 'bootstrap/js/src/alert' -// import Button from 'bootstrap/js/src/button' -import Carousel from 'bootstrap/js/src/carousel' -// import Collapse from 'bootstrap/js/src/collapse' -// import Dropdown from 'bootstrap/js/src/dropdown' -// import Modal from 'bootstrap/js/src/modal' -// import Popover from 'bootstrap/js/src/popover' -// import Scrollspy from 'bootstrap/js/src/scrollspy' -// import Tab from 'bootstrap/js/src/tab' -// import Toast from 'bootstrap/js/src/toast' -// import Tooltip from 'bootstrap/js/src/tooltip' -// import Util from 'bootstrap/js/src/util' - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.4.1): index.js - * Licensed under MIT (https://github.com/twbs/bootstrap/js/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -export { -// Util, -// Alert, -// Button, - Carousel, -// Collapse, -// Dropdown, -// Modal, -// Popover, -// Scrollspy, -// Tab, -// Toast, -// Tooltip -} diff --git a/assets/js/index.js b/assets/js/index.js deleted file mode 100644 index cdc17f2..0000000 --- a/assets/js/index.js +++ /dev/null @@ -1,41 +0,0 @@ -import "../favicon.ico"; -import "./bootstrap"; -import "../../components/groups/header/header"; -import "../../components/01-units/button/button"; -import "../../components/blocks/jumbo/jumbo"; -import "../../components/01-units/skew/skew"; -import "../../components/01-units/threelines/threelines"; -import "../../components/01-units/heading/heading"; -import "../../components/01-units/simpletext/simpletext"; -import "../../components/02-layout/cols/cols"; -import "../../components/blocks/brandingcard/brandingcard"; -import "../../components/01-units/image/image"; -import "../../components/01-units/unitmacros/unitmacros"; -import "../../components/groups/branding/branding"; -import "../../components/groups/hero/hero"; -import "../../components/01-units/tricolor/tricolor"; -import "../../components/01-units/slider/slider"; -import "../../components/pages/homePage/homePage"; -import "../../components/blocks/shadow-box/shadow-box"; -import "../../components/01-units/quote/quote"; -import "../../components/groups/testimonial/testimonial"; -import "../../components/groups/servicescards/servicescards"; -import "../../components/blocks/servcard/servcard"; -import "../../components/blocks/imageblue/imageblue"; -import "../../components/01-units/cardlink/cardlink"; -import "../../components/01-units/companies/companies"; -import "../../components/groups/latest/latest"; -import "../../components/blocks/latestCard/latestCard"; -import "../../components/01-units/latestHeading/latestHeading"; -import "../../components/groups/whatwedo/whatwedo"; -import "../../components/01-units/video/video"; -import "../../components/groups/footer/footer"; -import "../../components/blocks/collapse-list/collapse-list"; -import "../../components/groups/Affilliations/Affilliations"; -import "../../components/01-units/drupalitemsfacade/drupalitemsfacade"; -import "../../components/groups/whoweserve/whoweserve"; -import "../../components/01-units/servcard2/servcard2"; -import "../../components/groups/serve-wedo/serve-wedo"; -import "../../components/groups/whoweserve/whoweserve"; -import "../../components/01-units/servcard2/servcard2"; -import "../../components/pages/demo01172020/demo01172020"; diff --git a/assets/scss/_customVariables.scss b/assets/scss/_customVariables.scss deleted file mode 100644 index 6918fb1..0000000 --- a/assets/scss/_customVariables.scss +++ /dev/null @@ -1,11 +0,0 @@ -.shadow-box{ - box-shadow: 0 42px 44px 0 rgba(0, 0, 0, 0.05); -} - -.fill-relative-parent{ - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; -} \ No newline at end of file diff --git a/assets/scss/_fonts.scss b/assets/scss/_fonts.scss deleted file mode 100644 index 933f434..0000000 --- a/assets/scss/_fonts.scss +++ /dev/null @@ -1,65 +0,0 @@ - -/* ======================= */ - -@font-face { - font-family: 'Gotham'; - src: local('Gotham Medium'), local('Gotham-Medium'), - url(../fonts/Gotham-Medium.woff); - font-weight: 500; - font-style: normal; - } - - @font-face { - font-family: 'Gotham Ultra'; - src: local('Gotham Ultra'), local('Gotham-Ultra'), - url(../fonts/Gotham-Ultra.woff); - font-weight: normal; - font-style: normal; - } - - @font-face { - font-family: 'Gotham Book'; - src: local('Gotham Book'), local('Gotham-Book'), - url(../fonts/Gotham-Book.woff); - font-weight: normal; - font-style: normal; - } - - @font-face { - font-family: 'Gotham'; - src: local('Gotham Light'), local('Gotham-Light'), - url(../fonts/Gotham-Light.woff); - font-weight: 300; - font-style: normal; - } - - @font-face { - font-family: 'Gotham'; - src: local('Gotham Thin'), local('Gotham-Thin'), - url(../fonts/Gotham-Thin.woff); - font-weight: 100; - font-style: normal; - } - - @font-face { - font-family: 'Gotham'; - src: local('Gotham Bold'), local('Gotham-Bold'), - url(../fonts/Gotham-Bold.woff); - font-weight: bold; - font-style: normal; - } - - - html, body{ - font-family: 'Gotham'; - } - - @function fromPxtoRem($px) { - $result: ( $px / 16 ) * 1rem ; - @return $result; - } - - @mixin fontSize($size ) { - // convert from px to rem $size is an integert without px example 18 - font-size: ($size / 16) * 1rem; - } \ No newline at end of file diff --git a/assets/scss/_spacing.scss b/assets/scss/_spacing.scss deleted file mode 100644 index c9f40a1..0000000 --- a/assets/scss/_spacing.scss +++ /dev/null @@ -1,65 +0,0 @@ -// stylelint-disable declaration-no-important - -// Margin and Padding in vw -$spacersvw: () !default; -$oneColumn: 4.16; -// stylelint-disable-next-line scss/dollar-variable-default -$spacersvw: map-merge( - ( - 4vw: ($oneColumn * 1vw), - 8vw: ($oneColumn * 2vw), - 16vw: ($oneColumn * 4vw), - ), - $spacersvw -); - -@each $breakpoint in map-keys($grid-breakpoints) { - @include media-breakpoint-up($breakpoint) { - $infix: breakpoint-infix($breakpoint, $grid-breakpoints); - - @each $prop, $abbrev in (margin: m, padding: p) { - @each $size, $length in $spacersvw { - .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length ; } - .#{$abbrev}t#{$infix}-#{$size}, - .#{$abbrev}y#{$infix}-#{$size} { - #{$prop}-top: $length ; - } - .#{$abbrev}r#{$infix}-#{$size}, - .#{$abbrev}x#{$infix}-#{$size} { - #{$prop}-right: $length ; - } - .#{$abbrev}b#{$infix}-#{$size}, - .#{$abbrev}y#{$infix}-#{$size} { - #{$prop}-bottom: $length ; - } - .#{$abbrev}l#{$infix}-#{$size}, - .#{$abbrev}x#{$infix}-#{$size} { - #{$prop}-left: $length ; - } - } - } - - // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`) - @each $size, $length in $spacers { - @if $size != 0 { - .m#{$infix}-n#{$size} { margin: -$length ; } - .mt#{$infix}-n#{$size}, - .my#{$infix}-n#{$size} { - margin-top: -$length ; - } - .mr#{$infix}-n#{$size}, - .mx#{$infix}-n#{$size} { - margin-right: -$length ; - } - .mb#{$infix}-n#{$size}, - .my#{$infix}-n#{$size} { - margin-bottom: -$length ; - } - .ml#{$infix}-n#{$size}, - .mx#{$infix}-n#{$size} { - margin-left: -$length ; - } - } - } - } -} diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss deleted file mode 100644 index fe36fe4..0000000 --- a/assets/scss/_variables.scss +++ /dev/null @@ -1,1144 +0,0 @@ -// Variables -// -// Variables should follow the `$component-state-property-size` formula for -// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. - -// Color system - -$white: #fff !default; -$gray-100: #f8f9fa !default; -$gray-200: #e9ecef !default; -$gray-300: #dee2e6 !default; -$gray-400: #ced4da !default; -$gray-500: #adb5bd !default; -$gray-600: #6c757d !default; -$gray-650: #54565a !default; -$gray-700: #495057 !default; -$gray-800: #343a40 !default; -$gray-900: #212529 !default; -$black: #000 !default; - -$grays: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$grays: map-merge( - ( - "100": $gray-100, - "200": $gray-200, - "300": $gray-300, - "400": $gray-400, - "500": $gray-500, - "600": $gray-600, - "700": $gray-700, - "800": $gray-800, - "900": $gray-900 - ), - $grays -); - -$blue: #1b3d6e !default; -$indigo: #6610f2 !default; -$purple: #6f42c1 !default; -$pink: #e83e8c !default; -$red: #dc3545 !default; -$orange: #f16824 !default; -$yellow: #ffc107 !default; -$green: #28a745 !default; -$teal: #20c997 !default; -$cyan: #17a2b8 !default; - -$colors: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$colors: map-merge( - ( - "blue": $blue, - "indigo": $indigo, - "purple": $purple, - "pink": $pink, - "red": $red, - "orange": $orange, - "yellow": $yellow, - "green": $green, - "teal": $teal, - "cyan": $cyan, - "white": $white, - "gray": $gray-600, - "gray-dark": $gray-800 - ), - $colors -); - -$primary: $blue !default; -$secondary: $orange !default; -$success: $green !default; -$info: $cyan !default; -$warning: $yellow !default; -$danger: $red !default; -$light: $gray-100 !default; -$dark: $gray-800 !default; - -$theme-colors: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$theme-colors: map-merge( - ( - "primary": $primary, - "secondary": $secondary, - "success": $success, - "info": $info, - "warning": $warning, - "danger": $danger, - "light": $light, - "dark": $dark - ), - $theme-colors -); - -// Set a specific jump point for requesting color jumps -$theme-color-interval: 8% !default; - -// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255. -$yiq-contrasted-threshold: 150 !default; - -// Customize the light and dark text colors for use in our YIQ color contrast function. -$yiq-text-dark: $gray-900 !default; -$yiq-text-light: $white !default; - -// Characters which are escaped by the escape-svg function -$escaped-characters: ( - ("<","%3c"), - (">","%3e"), - ("#","%23"), -) !default; - - -// Options -// -// Quickly modify global styling by enabling or disabling optional features. - -$enable-caret: true !default; -$enable-rounded: false !default; -$enable-shadows: false !default; -$enable-gradients: false !default; -$enable-transitions: true !default; -$enable-prefers-reduced-motion-media-query: true !default; -$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS -$enable-grid-classes: true !default; -$enable-pointer-cursor-for-buttons: true !default; -$enable-print-styles: true !default; -$enable-responsive-font-sizes: false !default; -$enable-validation-icons: true !default; -$enable-deprecation-messages: true !default; - - -// Spacing -// -// Control the default styling of most Bootstrap elements by modifying these -// variables. Mostly focused on spacing. -// You can add more entries to the $spacers map, should you need more variation. - -$spacer: 1rem !default; -$spacers: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$spacers: map-merge( - ( - 0: 0, - 1: ($spacer * .25), - 2: ($spacer * .5), - 3: $spacer, - 4: ($spacer * 1.5), - 5: ($spacer * 3) - ), - $spacers -); - -// This variable affects the `.h-*` and `.w-*` classes. -$sizes: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$sizes: map-merge( - ( - 25: 25%, - 50: 50%, - 75: 75%, - 100: 100%, - auto: auto - ), - $sizes -); - - -// Body -// -// Settings for the `` element. - -$body-bg: $white !default; -$body-color: $gray-900 !default; - - -// Links -// -// Style anchor elements. - -$link-color: theme-color("primary") !default; -$link-decoration: none !default; -$link-hover-color: darken($link-color, 15%) !default; -$link-hover-decoration: underline !default; -// Darken percentage for links with `.text-*` class (e.g. `.text-success`) -$emphasized-link-hover-darken-percentage: 15% !default; - -// Paragraphs -// -// Style p element. - -$paragraph-margin-bottom: 1rem !default; - - -// Grid breakpoints -// -// Define the minimum dimensions at which your layout will change, -// adapting to different screen sizes, for use in media queries. - -$grid-breakpoints: ( - xs: 0, - sm: 576px, - md: 768px, - lg: 992px, - xl: 1200px -) !default; - -@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); -@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); - - -// Grid containers -// -// Define the maximum width of `.container` for different screen sizes. - -$container-max-widths: ( - sm: 540px, - md: 720px, - lg: 960px, - xl: 1140px -) !default; - -@include _assert-ascending($container-max-widths, "$container-max-widths"); - - -// Grid columns -// -// Set the number of columns and specify the width of the gutters. - -$grid-columns: 12 !default; -$grid-gutter-width: 30px !default; -$grid-row-columns: 6 !default; - - -// Components -// -// Define common padding and border radius sizes and more. - -$line-height-lg: 1.5 !default; -$line-height-sm: 1.5 !default; - -$border-width: 1px !default; -$border-color: $gray-300 !default; - -$border-radius: .25rem !default; -$border-radius-lg: .3rem !default; -$border-radius-sm: .2rem !default; - -$rounded-pill: 50rem !default; - -$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default; -$box-shadow: 0 .5rem 1rem rgba($black, .15) !default; -$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default; - -$component-active-color: $white !default; -$component-active-bg: theme-color("primary") !default; - -$caret-width: .3em !default; -$caret-vertical-align: $caret-width * .85 !default; -$caret-spacing: $caret-width * .85 !default; - -$transition-base: all .2s ease-in-out !default; -$transition-fade: opacity .15s linear !default; -$transition-collapse: height .35s ease !default; - -$embed-responsive-aspect-ratios: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$embed-responsive-aspect-ratios: join( - ( - (21 9), - (16 9), - (4 3), - (1 1), - ), - $embed-responsive-aspect-ratios -); - -// Typography -// -// Font, line-height, and color for body text, headings, and more. - -// stylelint-disable value-keyword-case -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; -$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; -$font-family-base: $font-family-sans-serif !default; -// stylelint-enable value-keyword-case - -$font-size-base: 1rem !default; // Assumes the browser default, typically `16px` -$font-size-lg: $font-size-base * 1.25 !default; -$font-size-sm: $font-size-base * .875 !default; - -$font-weight-lighter: lighter !default; -$font-weight-light: 300 !default; -$font-weight-normal: 400 !default; -$font-weight-bold: 700 !default; -$font-weight-bolder: bolder !default; - -$font-weight-base: $font-weight-normal !default; -$line-height-base: 1.5 !default; - -$h1-font-size: $font-size-base * 2.5 !default; -$h2-font-size: $font-size-base * 2 !default; -$h3-font-size: $font-size-base * 1.75 !default; -$h4-font-size: $font-size-base * 1.5 !default; -$h5-font-size: $font-size-base * 1.25 !default; -$h6-font-size: $font-size-base !default; - -$headings-margin-bottom: $spacer / 2 !default; -$headings-font-family: null !default; -$headings-font-weight: 500 !default; -$headings-line-height: 1.2 !default; -$headings-color: null !default; - -$display1-size: 6rem !default; -$display2-size: 5.5rem !default; -$display3-size: 4.5rem !default; -$display4-size: 3.5rem !default; - -$display1-weight: 300 !default; -$display2-weight: 300 !default; -$display3-weight: 300 !default; -$display4-weight: 300 !default; -$display-line-height: $headings-line-height !default; - -$lead-font-size: $font-size-base * 1.25 !default; -$lead-font-weight: 300 !default; - -$small-font-size: 80% !default; - -$text-muted: $gray-600 !default; - -$blockquote-small-color: $gray-600 !default; -$blockquote-small-font-size: $small-font-size !default; -$blockquote-font-size: $font-size-base * 1.25 !default; - -$hr-border-color: rgba($black, .1) !default; -$hr-border-width: $border-width !default; - -$mark-padding: .2em !default; - -$dt-font-weight: $font-weight-bold !default; - -$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default; -$nested-kbd-font-weight: $font-weight-bold !default; - -$list-inline-padding: .5rem !default; - -$mark-bg: #fcf8e3 !default; - -$hr-margin-y: $spacer !default; - - -// Tables -// -// Customizes the `.table` component with basic values, each used across all table variations. - -$table-cell-padding: .75rem !default; -$table-cell-padding-sm: .3rem !default; - -$table-color: $body-color !default; -$table-bg: null !default; -$table-accent-bg: rgba($black, .05) !default; -$table-hover-color: $table-color !default; -$table-hover-bg: rgba($black, .075) !default; -$table-active-bg: $table-hover-bg !default; - -$table-border-width: $border-width !default; -$table-border-color: $border-color !default; - -$table-head-bg: $gray-200 !default; -$table-head-color: $gray-700 !default; - -$table-dark-color: $white !default; -$table-dark-bg: $gray-800 !default; -$table-dark-accent-bg: rgba($white, .05) !default; -$table-dark-hover-color: $table-dark-color !default; -$table-dark-hover-bg: rgba($white, .075) !default; -$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; - -$table-striped-order: odd !default; - -$table-caption-color: $text-muted !default; - -$table-bg-level: -9 !default; -$table-border-level: -6 !default; - - -// Buttons + Forms -// -// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. - -$input-btn-padding-y: .375rem !default; -$input-btn-padding-x: .75rem !default; -$input-btn-font-family: null !default; -$input-btn-font-size: $font-size-base !default; -$input-btn-line-height: $line-height-base !default; - -$input-btn-focus-width: .2rem !default; -$input-btn-focus-color: rgba($component-active-bg, .25) !default; -$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default; - -$input-btn-padding-y-sm: .25rem !default; -$input-btn-padding-x-sm: .5rem !default; -$input-btn-font-size-sm: $font-size-sm !default; -$input-btn-line-height-sm: $line-height-sm !default; - -$input-btn-padding-y-lg: .5rem !default; -$input-btn-padding-x-lg: 1rem !default; -$input-btn-font-size-lg: $font-size-lg !default; -$input-btn-line-height-lg: $line-height-lg !default; - -$input-btn-border-width: $border-width !default; - - -// Buttons -// -// For each of Bootstrap's buttons, define text, background, and border color. - -$btn-padding-y: $input-btn-padding-y !default; -$btn-padding-x: $input-btn-padding-x !default; -$btn-font-family: $input-btn-font-family !default; -$btn-font-size: $input-btn-font-size !default; -$btn-line-height: $input-btn-line-height !default; -$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping - -$btn-padding-y-sm: $input-btn-padding-y-sm !default; -$btn-padding-x-sm: $input-btn-padding-x-sm !default; -$btn-font-size-sm: $input-btn-font-size-sm !default; -$btn-line-height-sm: $input-btn-line-height-sm !default; - -$btn-padding-y-lg: $input-btn-padding-y-lg !default; -$btn-padding-x-lg: $input-btn-padding-x-lg !default; -$btn-font-size-lg: $input-btn-font-size-lg !default; -$btn-line-height-lg: $input-btn-line-height-lg !default; - -$btn-border-width: $input-btn-border-width !default; - -$btn-font-weight: $font-weight-normal !default; -$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default; -$btn-focus-width: $input-btn-focus-width !default; -$btn-focus-box-shadow: $input-btn-focus-box-shadow !default; -$btn-disabled-opacity: .65 !default; -$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default; - -$btn-link-disabled-color: $gray-600 !default; - -$btn-block-spacing-y: .5rem !default; - -// Allows for customizing button radius independently from global border radius -$btn-border-radius: $border-radius !default; -$btn-border-radius-lg: $border-radius-lg !default; -$btn-border-radius-sm: $border-radius-sm !default; - -$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default; - - -// Forms - -$label-margin-bottom: .5rem !default; - -$input-padding-y: $input-btn-padding-y !default; -$input-padding-x: $input-btn-padding-x !default; -$input-font-family: $input-btn-font-family !default; -$input-font-size: $input-btn-font-size !default; -$input-font-weight: $font-weight-base !default; -$input-line-height: $input-btn-line-height !default; - -$input-padding-y-sm: $input-btn-padding-y-sm !default; -$input-padding-x-sm: $input-btn-padding-x-sm !default; -$input-font-size-sm: $input-btn-font-size-sm !default; -$input-line-height-sm: $input-btn-line-height-sm !default; - -$input-padding-y-lg: $input-btn-padding-y-lg !default; -$input-padding-x-lg: $input-btn-padding-x-lg !default; -$input-font-size-lg: $input-btn-font-size-lg !default; -$input-line-height-lg: $input-btn-line-height-lg !default; - -$input-bg: $white !default; -$input-disabled-bg: $gray-200 !default; - -$input-color: $gray-700 !default; -$input-border-color: $gray-400 !default; -$input-border-width: $input-btn-border-width !default; -$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default; - -$input-border-radius: $border-radius !default; -$input-border-radius-lg: $border-radius-lg !default; -$input-border-radius-sm: $border-radius-sm !default; - -$input-focus-bg: $input-bg !default; -$input-focus-border-color: lighten($component-active-bg, 25%) !default; -$input-focus-color: $input-color !default; -$input-focus-width: $input-btn-focus-width !default; -$input-focus-box-shadow: $input-btn-focus-box-shadow !default; - -$input-placeholder-color: $gray-600 !default; -$input-plaintext-color: $body-color !default; - -$input-height-border: $input-border-width * 2 !default; - -$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default; -$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default; -$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default; - -$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default; -$input-height-sm: add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default; -$input-height-lg: add($input-line-height-lg * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default; - -$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default; - -$form-text-margin-top: .25rem !default; - -$form-check-input-gutter: 1.25rem !default; -$form-check-input-margin-y: .3rem !default; -$form-check-input-margin-x: .25rem !default; - -$form-check-inline-margin-x: .75rem !default; -$form-check-inline-input-margin-x: .3125rem !default; - -$form-grid-gutter-width: 10px !default; -$form-group-margin-bottom: 1rem !default; - -$input-group-addon-color: $input-color !default; -$input-group-addon-bg: $gray-200 !default; -$input-group-addon-border-color: $input-border-color !default; - -$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default; - -$custom-control-gutter: .5rem !default; -$custom-control-spacer-x: 1rem !default; -$custom-control-cursor: null !default; - -$custom-control-indicator-size: 1rem !default; -$custom-control-indicator-bg: $input-bg !default; - -$custom-control-indicator-bg-size: 50% 50% !default; -$custom-control-indicator-box-shadow: $input-box-shadow !default; -$custom-control-indicator-border-color: $gray-500 !default; -$custom-control-indicator-border-width: $input-border-width !default; - -$custom-control-label-color: null !default; - -$custom-control-indicator-disabled-bg: $input-disabled-bg !default; -$custom-control-label-disabled-color: $gray-600 !default; - -$custom-control-indicator-checked-color: $component-active-color !default; -$custom-control-indicator-checked-bg: $component-active-bg !default; -$custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5) !default; -$custom-control-indicator-checked-box-shadow: none !default; -$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default; - -$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default; -$custom-control-indicator-focus-border-color: $input-focus-border-color !default; - -$custom-control-indicator-active-color: $component-active-color !default; -$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default; -$custom-control-indicator-active-box-shadow: none !default; -$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default; - -$custom-checkbox-indicator-border-radius: $border-radius !default; -$custom-checkbox-indicator-icon-checked: url("data:image/svg+xml,") !default; - -$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default; -$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default; -$custom-checkbox-indicator-icon-indeterminate: url("data:image/svg+xml,") !default; -$custom-checkbox-indicator-indeterminate-box-shadow: none !default; -$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default; - -$custom-radio-indicator-border-radius: 50% !default; -$custom-radio-indicator-icon-checked: url("data:image/svg+xml,") !default; - -$custom-switch-width: $custom-control-indicator-size * 1.75 !default; -$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default; -$custom-switch-indicator-size: subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4) !default; - -$custom-select-padding-y: $input-padding-y !default; -$custom-select-padding-x: $input-padding-x !default; -$custom-select-font-family: $input-font-family !default; -$custom-select-font-size: $input-font-size !default; -$custom-select-height: $input-height !default; -$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator -$custom-select-font-weight: $input-font-weight !default; -$custom-select-line-height: $input-line-height !default; -$custom-select-color: $input-color !default; -$custom-select-disabled-color: $gray-600 !default; -$custom-select-bg: $input-bg !default; -$custom-select-disabled-bg: $gray-200 !default; -$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions -$custom-select-indicator-color: $gray-800 !default; -$custom-select-indicator: url("data:image/svg+xml,") !default; -$custom-select-background: escape-svg($custom-select-indicator) no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon) - -$custom-select-feedback-icon-padding-right: add(1em * .75, (2 * $custom-select-padding-y * .75) + $custom-select-padding-x + $custom-select-indicator-padding) !default; -$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default; -$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default; - -$custom-select-border-width: $input-border-width !default; -$custom-select-border-color: $input-border-color !default; -$custom-select-border-radius: $border-radius !default; -$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default; - -$custom-select-focus-border-color: $input-focus-border-color !default; -$custom-select-focus-width: $input-focus-width !default; -$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default; - -$custom-select-padding-y-sm: $input-padding-y-sm !default; -$custom-select-padding-x-sm: $input-padding-x-sm !default; -$custom-select-font-size-sm: $input-font-size-sm !default; -$custom-select-height-sm: $input-height-sm !default; - -$custom-select-padding-y-lg: $input-padding-y-lg !default; -$custom-select-padding-x-lg: $input-padding-x-lg !default; -$custom-select-font-size-lg: $input-font-size-lg !default; -$custom-select-height-lg: $input-height-lg !default; - -$custom-range-track-width: 100% !default; -$custom-range-track-height: .5rem !default; -$custom-range-track-cursor: pointer !default; -$custom-range-track-bg: $gray-300 !default; -$custom-range-track-border-radius: 1rem !default; -$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default; - -$custom-range-thumb-width: 1rem !default; -$custom-range-thumb-height: $custom-range-thumb-width !default; -$custom-range-thumb-bg: $component-active-bg !default; -$custom-range-thumb-border: 0 !default; -$custom-range-thumb-border-radius: 1rem !default; -$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default; -$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default; -$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge -$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default; -$custom-range-thumb-disabled-bg: $gray-500 !default; - -$custom-file-height: $input-height !default; -$custom-file-height-inner: $input-height-inner !default; -$custom-file-focus-border-color: $input-focus-border-color !default; -$custom-file-focus-box-shadow: $input-focus-box-shadow !default; -$custom-file-disabled-bg: $input-disabled-bg !default; - -$custom-file-padding-y: $input-padding-y !default; -$custom-file-padding-x: $input-padding-x !default; -$custom-file-line-height: $input-line-height !default; -$custom-file-font-family: $input-font-family !default; -$custom-file-font-weight: $input-font-weight !default; -$custom-file-color: $input-color !default; -$custom-file-bg: $input-bg !default; -$custom-file-border-width: $input-border-width !default; -$custom-file-border-color: $input-border-color !default; -$custom-file-border-radius: $input-border-radius !default; -$custom-file-box-shadow: $input-box-shadow !default; -$custom-file-button-color: $custom-file-color !default; -$custom-file-button-bg: $input-group-addon-bg !default; -$custom-file-text: ( - en: "Browse" -) !default; - - -// Form validation - -$form-feedback-margin-top: $form-text-margin-top !default; -$form-feedback-font-size: $small-font-size !default; -$form-feedback-valid-color: theme-color("success") !default; -$form-feedback-invalid-color: theme-color("danger") !default; - -$form-feedback-icon-valid-color: $form-feedback-valid-color !default; -$form-feedback-icon-valid: url("data:image/svg+xml,") !default; -$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default; -$form-feedback-icon-invalid: url("data:image/svg+xml,") !default; - -$form-validation-states: () !default; -// stylelint-disable-next-line scss/dollar-variable-default -$form-validation-states: map-merge( - ( - "valid": ( - "color": $form-feedback-valid-color, - "icon": $form-feedback-icon-valid - ), - "invalid": ( - "color": $form-feedback-invalid-color, - "icon": $form-feedback-icon-invalid - ), - ), - $form-validation-states -); - -// Z-index master list -// -// Warning: Avoid customizing these values. They're used for a bird's eye view -// of components dependent on the z-axis and are designed to all work together. - -$zindex-dropdown: 1000 !default; -$zindex-sticky: 1020 !default; -$zindex-fixed: 1030 !default; -$zindex-modal-backdrop: 1040 !default; -$zindex-modal: 1050 !default; -$zindex-popover: 1060 !default; -$zindex-tooltip: 1070 !default; - - -// Navs - -$nav-link-padding-y: .5rem !default; -$nav-link-padding-x: 1rem !default; -$nav-link-disabled-color: $gray-600 !default; - -$nav-tabs-border-color: $gray-300 !default; -$nav-tabs-border-width: $border-width !default; -$nav-tabs-border-radius: $border-radius !default; -$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default; -$nav-tabs-link-active-color: $gray-700 !default; -$nav-tabs-link-active-bg: $body-bg !default; -$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default; - -$nav-pills-border-radius: $border-radius !default; -$nav-pills-link-active-color: $component-active-color !default; -$nav-pills-link-active-bg: $component-active-bg !default; - -$nav-divider-color: $gray-200 !default; -$nav-divider-margin-y: $spacer / 2 !default; - - -// Navbar - -$navbar-padding-y: $spacer / 2 !default; -$navbar-padding-x: $spacer !default; - -$navbar-nav-link-padding-x: .5rem !default; - -$navbar-brand-font-size: $font-size-lg !default; -// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link -$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default; -$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default; -$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default; - -$navbar-toggler-padding-y: .25rem !default; -$navbar-toggler-padding-x: .75rem !default; -$navbar-toggler-font-size: $font-size-lg !default; -$navbar-toggler-border-radius: $btn-border-radius !default; - -$navbar-dark-color: rgba($white, .5) !default; -$navbar-dark-hover-color: rgba($white, .75) !default; -$navbar-dark-active-color: $white !default; -$navbar-dark-disabled-color: rgba($white, .25) !default; -$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,") !default; -$navbar-dark-toggler-border-color: rgba($white, .1) !default; - -$navbar-light-color: rgba($black, .5) !default; -$navbar-light-hover-color: rgba($black, .7) !default; -$navbar-light-active-color: rgba($black, .9) !default; -$navbar-light-disabled-color: rgba($black, .3) !default; -$navbar-light-toggler-icon-bg: url("data:image/svg+xml,") !default; -$navbar-light-toggler-border-color: rgba($black, .1) !default; - -$navbar-light-brand-color: $navbar-light-active-color !default; -$navbar-light-brand-hover-color: $navbar-light-active-color !default; -$navbar-dark-brand-color: $navbar-dark-active-color !default; -$navbar-dark-brand-hover-color: $navbar-dark-active-color !default; - - -// Dropdowns -// -// Dropdown menu container and contents. - -$dropdown-min-width: 10rem !default; -$dropdown-padding-y: .5rem !default; -$dropdown-spacer: .125rem !default; -$dropdown-font-size: $font-size-base !default; -$dropdown-color: $body-color !default; -$dropdown-bg: $white !default; -$dropdown-border-color: rgba($black, .15) !default; -$dropdown-border-radius: $border-radius !default; -$dropdown-border-width: $border-width !default; -$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default; -$dropdown-divider-bg: $gray-200 !default; -$dropdown-divider-margin-y: $nav-divider-margin-y !default; -$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default; - -$dropdown-link-color: $gray-900 !default; -$dropdown-link-hover-color: darken($gray-900, 5%) !default; -$dropdown-link-hover-bg: $gray-100 !default; - -$dropdown-link-active-color: $component-active-color !default; -$dropdown-link-active-bg: $component-active-bg !default; - -$dropdown-link-disabled-color: $gray-600 !default; - -$dropdown-item-padding-y: .25rem !default; -$dropdown-item-padding-x: 1.5rem !default; - -$dropdown-header-color: $gray-600 !default; - - -// Pagination - -$pagination-padding-y: .5rem !default; -$pagination-padding-x: .75rem !default; -$pagination-padding-y-sm: .25rem !default; -$pagination-padding-x-sm: .5rem !default; -$pagination-padding-y-lg: .75rem !default; -$pagination-padding-x-lg: 1.5rem !default; -$pagination-line-height: 1.25 !default; - -$pagination-color: $link-color !default; -$pagination-bg: $white !default; -$pagination-border-width: $border-width !default; -$pagination-border-color: $gray-300 !default; - -$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default; -$pagination-focus-outline: 0 !default; - -$pagination-hover-color: $link-hover-color !default; -$pagination-hover-bg: $gray-200 !default; -$pagination-hover-border-color: $gray-300 !default; - -$pagination-active-color: $component-active-color !default; -$pagination-active-bg: $component-active-bg !default; -$pagination-active-border-color: $pagination-active-bg !default; - -$pagination-disabled-color: $gray-600 !default; -$pagination-disabled-bg: $white !default; -$pagination-disabled-border-color: $gray-300 !default; - - -// Jumbotron - -$jumbotron-padding: 2rem !default; -$jumbotron-color: null !default; -$jumbotron-bg: $gray-200 !default; - - -// Cards - -$card-spacer-y: .75rem !default; -$card-spacer-x: 1.25rem !default; -$card-border-width: $border-width !default; -$card-border-radius: $border-radius !default; -$card-border-color: rgba($black, .125) !default; -$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default; -$card-cap-bg: rgba($black, .03) !default; -$card-cap-color: null !default; -$card-height: null !default; -$card-color: null !default; -$card-bg: $white !default; - -$card-img-overlay-padding: 1.25rem !default; - -$card-group-margin: $grid-gutter-width / 2 !default; -$card-deck-margin: $card-group-margin !default; - -$card-columns-count: 3 !default; -$card-columns-gap: 1.25rem !default; -$card-columns-margin: $card-spacer-y !default; - - -// Tooltips - -$tooltip-font-size: $font-size-sm !default; -$tooltip-max-width: 200px !default; -$tooltip-color: $white !default; -$tooltip-bg: $black !default; -$tooltip-border-radius: $border-radius !default; -$tooltip-opacity: .9 !default; -$tooltip-padding-y: .25rem !default; -$tooltip-padding-x: .5rem !default; -$tooltip-margin: 0 !default; - -$tooltip-arrow-width: .8rem !default; -$tooltip-arrow-height: .4rem !default; -$tooltip-arrow-color: $tooltip-bg !default; - -// Form tooltips must come after regular tooltips -$form-feedback-tooltip-padding-y: $tooltip-padding-y !default; -$form-feedback-tooltip-padding-x: $tooltip-padding-x !default; -$form-feedback-tooltip-font-size: $tooltip-font-size !default; -$form-feedback-tooltip-line-height: $line-height-base !default; -$form-feedback-tooltip-opacity: $tooltip-opacity !default; -$form-feedback-tooltip-border-radius: $tooltip-border-radius !default; - - -// Popovers - -$popover-font-size: $font-size-sm !default; -$popover-bg: $white !default; -$popover-max-width: 276px !default; -$popover-border-width: $border-width !default; -$popover-border-color: rgba($black, .2) !default; -$popover-border-radius: $border-radius-lg !default; -$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default; -$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default; - -$popover-header-bg: darken($popover-bg, 3%) !default; -$popover-header-color: $headings-color !default; -$popover-header-padding-y: .5rem !default; -$popover-header-padding-x: .75rem !default; - -$popover-body-color: $body-color !default; -$popover-body-padding-y: $popover-header-padding-y !default; -$popover-body-padding-x: $popover-header-padding-x !default; - -$popover-arrow-width: 1rem !default; -$popover-arrow-height: .5rem !default; -$popover-arrow-color: $popover-bg !default; - -$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default; - - -// Toasts - -$toast-max-width: 350px !default; -$toast-padding-x: .75rem !default; -$toast-padding-y: .25rem !default; -$toast-font-size: .875rem !default; -$toast-color: null !default; -$toast-background-color: rgba($white, .85) !default; -$toast-border-width: 1px !default; -$toast-border-color: rgba(0, 0, 0, .1) !default; -$toast-border-radius: .25rem !default; -$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default; - -$toast-header-color: $gray-600 !default; -$toast-header-background-color: rgba($white, .85) !default; -$toast-header-border-color: rgba(0, 0, 0, .05) !default; - - -// Badges - -$badge-font-size: 75% !default; -$badge-font-weight: $font-weight-bold !default; -$badge-padding-y: .25em !default; -$badge-padding-x: .4em !default; -$badge-border-radius: $border-radius !default; - -$badge-transition: $btn-transition !default; -$badge-focus-width: $input-btn-focus-width !default; - -$badge-pill-padding-x: .6em !default; -// Use a higher than normal value to ensure completely rounded edges when -// customizing padding or font-size on labels. -$badge-pill-border-radius: 10rem !default; - - -// Modals - -// Padding applied to the modal body -$modal-inner-padding: 1rem !default; - -// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding -$modal-footer-margin-between: .5rem !default; - -$modal-dialog-margin: .5rem !default; -$modal-dialog-margin-y-sm-up: 1.75rem !default; - -$modal-title-line-height: $line-height-base !default; - -$modal-content-color: null !default; -$modal-content-bg: $white !default; -$modal-content-border-color: rgba($black, .2) !default; -$modal-content-border-width: $border-width !default; -$modal-content-border-radius: $border-radius-lg !default; -$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default; -$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default; -$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default; - -$modal-backdrop-bg: $black !default; -$modal-backdrop-opacity: .5 !default; -$modal-header-border-color: $border-color !default; -$modal-footer-border-color: $modal-header-border-color !default; -$modal-header-border-width: $modal-content-border-width !default; -$modal-footer-border-width: $modal-header-border-width !default; -$modal-header-padding-y: 1rem !default; -$modal-header-padding-x: 1rem !default; -$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility - -$modal-xl: 1140px !default; -$modal-lg: 800px !default; -$modal-md: 500px !default; -$modal-sm: 300px !default; - -$modal-fade-transform: translate(0, -50px) !default; -$modal-show-transform: none !default; -$modal-transition: transform .3s ease-out !default; -$modal-scale-transform: scale(1.02) !default; - - -// Alerts -// -// Define alert colors, border radius, and padding. - -$alert-padding-y: .75rem !default; -$alert-padding-x: 1.25rem !default; -$alert-margin-bottom: 1rem !default; -$alert-border-radius: $border-radius !default; -$alert-link-font-weight: $font-weight-bold !default; -$alert-border-width: $border-width !default; - -$alert-bg-level: -10 !default; -$alert-border-level: -9 !default; -$alert-color-level: 6 !default; - - -// Progress bars - -$progress-height: 1rem !default; -$progress-font-size: $font-size-base * .75 !default; -$progress-bg: $gray-200 !default; -$progress-border-radius: $border-radius !default; -$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default; -$progress-bar-color: $white !default; -$progress-bar-bg: theme-color("primary") !default; -$progress-bar-animation-timing: 1s linear infinite !default; -$progress-bar-transition: width .6s ease !default; - - -// List group - -$list-group-color: null !default; -$list-group-bg: $white !default; -$list-group-border-color: rgba($black, .125) !default; -$list-group-border-width: $border-width !default; -$list-group-border-radius: $border-radius !default; - -$list-group-item-padding-y: .75rem !default; -$list-group-item-padding-x: 1.25rem !default; - -$list-group-hover-bg: $gray-100 !default; -$list-group-active-color: $component-active-color !default; -$list-group-active-bg: $component-active-bg !default; -$list-group-active-border-color: $list-group-active-bg !default; - -$list-group-disabled-color: $gray-600 !default; -$list-group-disabled-bg: $list-group-bg !default; - -$list-group-action-color: $gray-700 !default; -$list-group-action-hover-color: $list-group-action-color !default; - -$list-group-action-active-color: $body-color !default; -$list-group-action-active-bg: $gray-200 !default; - - -// Image thumbnails - -$thumbnail-padding: .25rem !default; -$thumbnail-bg: $body-bg !default; -$thumbnail-border-width: $border-width !default; -$thumbnail-border-color: $gray-300 !default; -$thumbnail-border-radius: $border-radius !default; -$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default; - - -// Figures - -$figure-caption-font-size: 90% !default; -$figure-caption-color: $gray-600 !default; - - -// Breadcrumbs - -$breadcrumb-font-size: null !default; - -$breadcrumb-padding-y: .75rem !default; -$breadcrumb-padding-x: 1rem !default; -$breadcrumb-item-padding: .5rem !default; - -$breadcrumb-margin-bottom: 1rem !default; - -$breadcrumb-bg: $gray-200 !default; -$breadcrumb-divider-color: $gray-600 !default; -$breadcrumb-active-color: $gray-600 !default; -$breadcrumb-divider: quote("/") !default; - -$breadcrumb-border-radius: $border-radius !default; - - -// Carousel - -$carousel-control-color: $white !default; -$carousel-control-width: 15% !default; -$carousel-control-opacity: .5 !default; -$carousel-control-hover-opacity: .9 !default; -$carousel-control-transition: opacity .15s ease !default; - -$carousel-indicator-width: 30px !default; -$carousel-indicator-height: 3px !default; -$carousel-indicator-hit-area-height: 10px !default; -$carousel-indicator-spacer: 3px !default; -$carousel-indicator-active-bg: $white !default; -$carousel-indicator-transition: opacity .6s ease !default; - -$carousel-caption-width: 70% !default; -$carousel-caption-color: $white !default; - -$carousel-control-icon-width: 20px !default; - -$carousel-control-prev-icon-bg: url("data:image/svg+xml,") !default; -$carousel-control-next-icon-bg: url("data:image/svg+xml,") !default; - -$carousel-transition-duration: .6s !default; -$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) - - -// Spinners - -$spinner-width: 2rem !default; -$spinner-height: $spinner-width !default; -$spinner-border-width: .25em !default; - -$spinner-width-sm: 1rem !default; -$spinner-height-sm: $spinner-width-sm !default; -$spinner-border-width-sm: .2em !default; - - -// Close - -$close-font-size: $font-size-base * 1.5 !default; -$close-font-weight: $font-weight-bold !default; -$close-color: $black !default; -$close-text-shadow: 0 1px 0 $white !default; - - -// Code - -$code-font-size: 87.5% !default; -$code-color: $pink !default; - -$kbd-padding-y: .2rem !default; -$kbd-padding-x: .4rem !default; -$kbd-font-size: $code-font-size !default; -$kbd-color: $white !default; -$kbd-bg: $gray-900 !default; - -$pre-color: $gray-900 !default; -$pre-scrollable-max-height: 340px !default; - - -// Utilities - -$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default; -$overflows: auto, hidden !default; -$positions: static, relative, absolute, fixed, sticky !default; - - -// Printing - -$print-page-size: a3 !default; -$print-body-min-width: map-get($grid-breakpoints, "lg") !default; diff --git a/assets/scss/bootstrap.scss b/assets/scss/bootstrap.scss deleted file mode 100644 index 3c1d9de..0000000 --- a/assets/scss/bootstrap.scss +++ /dev/null @@ -1,37 +0,0 @@ -@import "~bootstrap/scss/_functions"; -@import "variables"; -@import "~bootstrap/scss/_mixins"; -@import "~bootstrap/scss/_root"; -@import "~bootstrap/scss/_reboot"; -@import "~bootstrap/scss/_type"; -@import "~bootstrap/scss/_images"; -@import "~bootstrap/scss/_code"; -@import "~bootstrap/scss/_grid"; -@import "~bootstrap/scss/_tables"; -@import "~bootstrap/scss/_forms"; -@import "~bootstrap/scss/_buttons"; -@import "~bootstrap/scss/_transitions"; -@import "~bootstrap/scss/_dropdown"; -@import "~bootstrap/scss/_button-group"; -@import "~bootstrap/scss/_input-group"; -@import "~bootstrap/scss/_custom-forms"; -@import "~bootstrap/scss/_nav"; -@import "~bootstrap/scss/_navbar"; -@import "~bootstrap/scss/_card"; -@import "~bootstrap/scss/_breadcrumb"; -@import "~bootstrap/scss/_pagination"; -@import "~bootstrap/scss/_badge"; -@import "~bootstrap/scss/_jumbotron"; -@import "~bootstrap/scss/_alert"; -@import "~bootstrap/scss/_progress"; -@import "~bootstrap/scss/_media"; -@import "~bootstrap/scss/_list-group"; -@import "~bootstrap/scss/_close"; -@import "~bootstrap/scss/_toasts"; -@import "~bootstrap/scss/_modal"; -@import "~bootstrap/scss/_tooltip"; -@import "~bootstrap/scss/_popover"; -@import "~bootstrap/scss/_carousel"; -@import "~bootstrap/scss/_spinners"; -@import "~bootstrap/scss/_utilities"; -@import "~bootstrap/scss/_print"; \ No newline at end of file diff --git a/assets/scss/global.scss b/assets/scss/global.scss deleted file mode 100644 index a129255..0000000 --- a/assets/scss/global.scss +++ /dev/null @@ -1,60 +0,0 @@ -// $color1: rebeccapurple; -// @import "../components/**/*.scss"; - -// Import a Google Font -// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700'); -// h2{ -// color:yellow; -// } -$color1: green; - -//@import '~@fortawesome/fontawesome-free/scss/fontawesome'; -@import "./bootstrap"; - -@import "./customVariables"; -@import "./spacing"; -@import "./fonts"; - -// @import "~bulma/sass/components/level.sass"; -// @import "~bulma/sass/components/navbar.sass"; -// @import "../../components/**/*.scss"; - -@import "../../components/groups/header/header"; -@import "../../components/01-units/button/button"; -@import "../../components/blocks/jumbo/jumbo"; -@import "../../components/01-units/skew/skew"; -@import "../../components/01-units/threelines/threelines"; -@import "../../components/01-units/heading/heading"; -@import "../../components/01-units/simpletext/simpletext"; -@import "../../components/02-layout/cols/cols"; -@import "../../components/blocks/brandingcard/brandingcard"; -@import "../../components/01-units/image/image"; -@import "../../components/01-units/unitmacros/unitmacros"; -@import "../../components/groups/branding/branding"; -@import "../../components/groups/hero/hero"; -@import "../../components/01-units/tricolor/tricolor"; -@import "../../components/01-units/slider/slider"; -@import "../../components/pages/homePage/homePage"; -@import "../../components/blocks/shadow-box/shadow-box"; -@import "../../components/01-units/quote/quote"; -@import "../../components/groups/testimonial/testimonial"; -@import "../../components/groups/servicescards/servicescards"; -@import "../../components/blocks/servcard/servcard"; -@import "../../components/blocks/imageblue/imageblue"; -@import "../../components/01-units/cardlink/cardlink"; -@import "../../components/01-units/companies/companies"; -@import "../../components/groups/latest/latest"; -@import "../../components/blocks/latestCard/latestCard"; -@import "../../components/01-units/latestHeading/latestHeading"; -@import "../../components/groups/whatwedo/whatwedo"; -@import "../../components/01-units/video/video"; -@import "../../components/groups/footer/footer"; -@import "../../components/blocks/collapse-list/collapse-list"; -@import "../../components/groups/Affilliations/Affilliations"; -@import "../../components/01-units/drupalitemsfacade/drupalitemsfacade"; -@import "../../components/groups/whoweserve/whoweserve"; -@import "../../components/01-units/servcard2/servcard2"; -@import "../../components/groups/serve-wedo/serve-wedo"; -@import "../../components/groups/whoweserve/whoweserve"; -@import "../../components/01-units/servcard2/servcard2"; -@import "../../components/pages/demo01172020/demo01172020"; diff --git a/assets/images/bg-img-wedo.png b/bg-img-wedo.png similarity index 100% rename from assets/images/bg-img-wedo.png rename to bg-img-wedo.png diff --git a/assets/images/bg-wedo.png b/bg-wedo.png similarity index 100% rename from assets/images/bg-wedo.png rename to bg-wedo.png diff --git a/assets/images/bosch-logo.svg b/bosch-logo.svg similarity index 100% rename from assets/images/bosch-logo.svg rename to bosch-logo.svg diff --git a/assets/images/burguermenu.svg b/burguermenu.svg similarity index 100% rename from assets/images/burguermenu.svg rename to burguermenu.svg diff --git a/assets/images/carfix.jpg b/carfix.jpg similarity index 100% rename from assets/images/carfix.jpg rename to carfix.jpg diff --git a/assets/images/carfix2.jpg b/carfix2.d50b2060.jpg similarity index 100% rename from assets/images/carfix2.jpg rename to carfix2.d50b2060.jpg diff --git a/assets/scss/assets/images/carfix2.jpg b/carfix2.jpg similarity index 100% rename from assets/scss/assets/images/carfix2.jpg rename to carfix2.jpg diff --git a/assets/images/carmax-logo.svg b/carmax-logo.svg similarity index 100% rename from assets/images/carmax-logo.svg rename to carmax-logo.svg diff --git a/assets/images/cart.svg b/cart.svg similarity index 100% rename from assets/images/cart.svg rename to cart.svg diff --git a/assets/images/closemenu.svg b/closemenu.svg similarity index 100% rename from assets/images/closemenu.svg rename to closemenu.svg diff --git a/components.html b/components.html new file mode 100644 index 0000000..e8604ea --- /dev/null +++ b/components.html @@ -0,0 +1,13 @@ + + + + + + Redirecting… + + + +

Redirecting to / …

+ + + diff --git a/components/01-units/button/README.md b/components/01-units/button/README.md deleted file mode 100644 index 14ec5f0..0000000 --- a/components/01-units/button/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# button component - -implicit context - -``` -{% include '@button' %} -``` - -explicit context - -``` -{% include '@button' with {"btnText": "This is an button component!"} %} - -``` - - - -This template for this component looks like this: - -``` -{{view '@button'}} -``` - -and it therefore expects a set of data to render it that is in the following format: - -``` -{{context '@button'}} -``` diff --git a/components/01-units/button/button.config.json b/components/01-units/button/button.config.json deleted file mode 100644 index f941dbc..0000000 --- a/components/01-units/button/button.config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "title": "button component", - "context": { - "btnText": "This is an button component!" - } -} diff --git a/components/01-units/button/button.twig b/components/01-units/button/button.twig deleted file mode 100644 index 660cc6f..0000000 --- a/components/01-units/button/button.twig +++ /dev/null @@ -1 +0,0 @@ - diff --git a/components/01-units/cardlink/cardlink.config.json b/components/01-units/cardlink/cardlink.config.json deleted file mode 100644 index 7650538..0000000 --- a/components/01-units/cardlink/cardlink.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "cardlink component", - "context": { - "textLink": "Learn more", - "link": "https://www.google.com" - } -} diff --git a/components/01-units/cardlink/cardlink.twig b/components/01-units/cardlink/cardlink.twig deleted file mode 100644 index eb71812..0000000 --- a/components/01-units/cardlink/cardlink.twig +++ /dev/null @@ -1,3 +0,0 @@ - -{{textLink}} - diff --git a/components/01-units/companies/companies--bs.twig b/components/01-units/companies/companies--bs.twig deleted file mode 100644 index 44a6c7e..0000000 --- a/components/01-units/companies/companies--bs.twig +++ /dev/null @@ -1,33 +0,0 @@ -{% set MB_NUMBER = 6 %} -{% set DK_NUMBER = 5 %} -{% set countMobile = companies.length / MB_NUMBER %} -{% set countMobile = countMobile|round(0, 'ceil') %} -{% set countDesktop = companies.length / DK_NUMBER %} -{% set countDesktop = countDesktop|round(0, 'ceil') %} -{% set lenght = companies.length %} -{% set template = 'companies--page' %} - -
-
- - {% set modelsMB = [] %} - - {% for idx in 0..(countMobile-1) %} - {% set modelsMB = modelsMB|merge([ {companies: companies|slice((idx* MB_NUMBER), MB_NUMBER)}]) %} - {% endfor %} - - {% include "@slider--dyn" with {carouselId: 'carouselCompanyMB', models : modelsMB, sameHeight: true, template : template, controlsBottom: true} %} - - -
- -
- {% set modelsDK = [] %} - {% for idx in 0..(countDesktop-1) %} - {% set modelsDK = modelsDK|merge([ {companies: companies|slice((idx* DK_NUMBER), DK_NUMBER)}]) %} - {% endfor %} - {% include "@slider--dyn" with {carouselId: 'carouselCompanyDK', models : modelsDK, sameHeight: true, template : template} %} - -
- -
diff --git a/components/01-units/companies/companies--page.twig b/components/01-units/companies/companies--page.twig deleted file mode 100644 index d6179ea..0000000 --- a/components/01-units/companies/companies--page.twig +++ /dev/null @@ -1,10 +0,0 @@ -
- {% for company in companies %} -
- -
- {% endfor %} -
diff --git a/components/01-units/companies/companies.config.json b/components/01-units/companies/companies.config.json deleted file mode 100644 index d4209ed..0000000 --- a/components/01-units/companies/companies.config.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "title": "companies component", - "carouselId": "carouselImages", - "context": { - "companies": [ - { - "affiliation": "Association", - "src": "/images/3-m-logo.svg" - }, - { - "affiliation": "association", - "src": "/images/asa-logo.svg" - }, - { - "affiliation": "integration partner", - "src": "/images/carmax-logo.svg" - }, - { - "affiliation": "Associaiton", - "src": "/images/bosch-logo.svg" - }, - { - "affiliation": "customer", - "src": "/images/jiffy-lube.svg" - }, - { - "affiliation": "Associaiton", - "src": "/images/key.svg" - }, - { - "affiliation": "Association", - "src": "/images/3-m-logo.svg" - }, - { - "affiliation": "Associaiton", - "src": "/images/key.svg" - }, - { - "affiliation": "Association", - "src": "/images/3-m-logo.svg" - }, - { - "affiliation": "Associaiton", - "src": "/images/key.svg" - }, - { - "affiliation": "integration partner", - "src": "/images/carmax-logo.svg" - } - ] - } -} diff --git a/components/01-units/companies/companies.twig b/components/01-units/companies/companies.twig deleted file mode 100644 index e69de29..0000000 diff --git a/components/01-units/drupalitemsfacade/drupalitemsfacade.config.json b/components/01-units/drupalitemsfacade/drupalitemsfacade.config.json deleted file mode 100644 index a0a37a3..0000000 --- a/components/01-units/drupalitemsfacade/drupalitemsfacade.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "drupalitemsfacade component", - "context": { - "text": "This is an drupalitemsfacade component!", - "heading": "My heading" - } -} diff --git a/components/01-units/heading/heading.config.json b/components/01-units/heading/heading.config.json deleted file mode 100644 index 73c41b9..0000000 --- a/components/01-units/heading/heading.config.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "title": "heading component", - "collated": true, - "context": { - "heading": "My h1 heading", - "headingLevel": "h1" - }, - "variants": [ - { - "name": "h2", - "context": { - "heading": "My h2 heading", - "headingLevel": "h2" - } - }, - { - "name": "h3", - "context": { - "heading": "My h3 heading", - "headingLevel": "h3" - } - }, - { - "name": "h4", - "context": { - "heading": "My h4 heading", - "headingLevel": "h4" - } - }, - { - "name": "h5", - "context": { - "heading": "My h5 heading", - "headingLevel": "h5" - } - }, - { - "name": "h6", - "context": { - "heading": "My h6 heading", - "headingLevel": "h6" - } - }, - { - "name": "h2", - "context": { - "heading": "My h2 heading", - "headingLevel": "h2", - "threelines": true - } - }, - { - "name": "h3", - "context": { - "heading": "My h3 heading", - "headingLevel": "h3", - "threelines": true - } - }, - { - "name": "h4", - "context": { - "heading": "My h4 heading", - "headingLevel": "h4", - "threelines": true - } - }, - { - "name": "h5", - "context": { - "heading": "My h5 heading", - "headingLevel": "h5", - "threelines": true - } - }, - { - "name": "h6", - "context": { - "heading": "My h6 heading", - "headingLevel": "h6", - "threelines": true - } - } - ] -} diff --git a/components/01-units/heading/heading.twig b/components/01-units/heading/heading.twig deleted file mode 100644 index 3392bed..0000000 --- a/components/01-units/heading/heading.twig +++ /dev/null @@ -1,11 +0,0 @@ - - <{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %} {% if threelines %} has-line {% endif %}"> - {{heading}} - - - {% if threelines %} - {# {% include ('@components/01-units/threelines/threelines.twig') %} #} - {% include '@units/threelines/threelines.twig' %} - - {% endif %} - diff --git a/components/01-units/image/image.config.json b/components/01-units/image/image.config.json deleted file mode 100644 index 9995274..0000000 --- a/components/01-units/image/image.config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "title": "image component", - "context": { - "alt": "mechanic", - "sizes": "(max-width:767px) 50vw,(min-width:768px) 10vw", - "src": "/images/mechanic.png", - "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w," - }, - "variants": [ - { - "name": "svg", - "context": { - "alt": "mechanic", - "src": "/images/mechanic.svg" - } - } - ] -} diff --git a/components/01-units/image/image.twig b/components/01-units/image/image.twig deleted file mode 100644 index 642db53..0000000 --- a/components/01-units/image/image.twig +++ /dev/null @@ -1,15 +0,0 @@ - -{# php logic if is an svg image clear the sizes and srcset variables, we dont need them #} - - - -{% if src ends with '.svg' %} - {{alt}} -{% else %} - {{alt}} - - - -{% endif %} - -{# $0.currentSrc #} \ No newline at end of file diff --git a/components/01-units/latestHeading/latestHeading.config.json b/components/01-units/latestHeading/latestHeading.config.json deleted file mode 100644 index 4274d9d..0000000 --- a/components/01-units/latestHeading/latestHeading.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "latestHeading component", - "context": { - "latestTitle": "News", - "latestLink": "See all news" - } -} diff --git a/components/01-units/latestHeading/latestHeading.twig b/components/01-units/latestHeading/latestHeading.twig deleted file mode 100644 index fd8a27f..0000000 --- a/components/01-units/latestHeading/latestHeading.twig +++ /dev/null @@ -1,6 +0,0 @@ - -
-
{{latestTitle}}
- -
- diff --git a/components/01-units/quote/quote.config.json b/components/01-units/quote/quote.config.json deleted file mode 100644 index 325e5c7..0000000 --- a/components/01-units/quote/quote.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "quote component", - "context": { - "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.", - "footer": "Josh Kazdan, Autosphere" - } -} diff --git a/components/01-units/quote/quote.twig b/components/01-units/quote/quote.twig deleted file mode 100644 index a1d4dda..0000000 --- a/components/01-units/quote/quote.twig +++ /dev/null @@ -1,8 +0,0 @@ -
- {% include "@image" with {src:'/images/quote-start.svg'} %} -
-

{{text}}

-
{{footer}}
-
- {% include "@image" with {src:'/images/quote-end.svg'} %} -
\ No newline at end of file diff --git a/components/01-units/servcard2/servcard2.config.json b/components/01-units/servcard2/servcard2.config.json deleted file mode 100644 index 9c61200..0000000 --- a/components/01-units/servcard2/servcard2.config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "servcard2 component", - "context": {} -} diff --git a/components/01-units/servcard2/servcard2.twig b/components/01-units/servcard2/servcard2.twig deleted file mode 100644 index b9b5307..0000000 --- a/components/01-units/servcard2/servcard2.twig +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/components/01-units/simpletext/simpletext.config.json b/components/01-units/simpletext/simpletext.config.json deleted file mode 100644 index 488d6eb..0000000 --- a/components/01-units/simpletext/simpletext.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "simpletext component", - "context": { - "text": "This is an simpletext component!", - "heading": "My heading" - } -} diff --git a/components/01-units/simpletext/simpletext.twig b/components/01-units/simpletext/simpletext.twig deleted file mode 100644 index 13fac42..0000000 --- a/components/01-units/simpletext/simpletext.twig +++ /dev/null @@ -1,5 +0,0 @@ - {% if text is not empty %} -

- {{text}} -

- {% endif %} \ No newline at end of file diff --git a/components/01-units/skew/skew.config.json b/components/01-units/skew/skew.config.json deleted file mode 100644 index ac7cfda..0000000 --- a/components/01-units/skew/skew.config.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "title": "skew component", - "context": {}, - "variants": [ - { - "name": "on", - "context": { - "text": "skew warning!", - "heading": "warning", - "skewClass": "skew-8" - } - }, - - { - "name": "image", - "context": { - "text": "image", - "heading": "not skew with image as background", - "bgImage": true, - "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg", - "sizes": "100vw", - "alt": "hero", - "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w" - } - }, - { - "name": "inlineimage", - "context": { - "inlineBgImage": "/images/testimonialbg.png", - "skewClass": "skew-8" - } - } - ] -} diff --git a/components/01-units/skew/skew.twig b/components/01-units/skew/skew.twig deleted file mode 100644 index 94bb41b..0000000 --- a/components/01-units/skew/skew.twig +++ /dev/null @@ -1,26 +0,0 @@ - - -
- - -{% if skewClass %} -
- {% if content %} - {{content}} - {% endif %} -
-{% else %} - - {% if bgImage %} - {% include "@image" %} - {% endif %} - - {% if content %} - {{content}} - {% endif %} - -{% endif %} - -
\ No newline at end of file diff --git a/components/01-units/slider/_slider--dynamic.twig b/components/01-units/slider/_slider--dynamic.twig deleted file mode 100644 index 7c8cf83..0000000 --- a/components/01-units/slider/_slider--dynamic.twig +++ /dev/null @@ -1,41 +0,0 @@ - - \ No newline at end of file diff --git a/components/01-units/slider/_slider--new.twig b/components/01-units/slider/_slider--new.twig deleted file mode 100644 index 7c8cf83..0000000 --- a/components/01-units/slider/_slider--new.twig +++ /dev/null @@ -1,41 +0,0 @@ - - \ No newline at end of file diff --git a/components/01-units/slider/_slider--slides.twig b/components/01-units/slider/_slider--slides.twig deleted file mode 100644 index 844848b..0000000 --- a/components/01-units/slider/_slider--slides.twig +++ /dev/null @@ -1,23 +0,0 @@ - -{% set count = models|length %} -{% set carouselId = "carouselDyn" %} -{% set extraData = {classes: "d-block w-100"} %} -{% if models|length > 0 %} - {% set slides %} - {% for model in models %} - {% if extraData %} - {% set model = model|merge(extraData) %} - {% endif %} - {% set slideContent %} - {# First slide #} - {# {% include "@" ~ template with {src: model.src, classes: "d-block w-100"} %} #} - {% include "@" ~ template with model only %} - {% endset %} - {% include "@slider--slide" with {slideContent : slideContent, active: loop.first } %} - {% endfor %} - {% endset %} - - {% include "@slider--dyn" with {count: count, slides : slides} %} - {# {{slides}} #} -{% endif %} - diff --git a/components/01-units/slider/slider--dyn.twig b/components/01-units/slider/slider--dyn.twig deleted file mode 100644 index 71c738d..0000000 --- a/components/01-units/slider/slider--dyn.twig +++ /dev/null @@ -1,65 +0,0 @@ - - -{% set count = models|length %} - -{% set slides %} - {% include "@slider--slidessimple" with {models : models, extraData: extraData} %} -{% endset %} - - \ No newline at end of file diff --git a/components/01-units/slider/slider--slide.twig b/components/01-units/slider/slider--slide.twig deleted file mode 100644 index e06fca6..0000000 --- a/components/01-units/slider/slider--slide.twig +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/components/01-units/slider/slider--slidessimple.twig b/components/01-units/slider/slider--slidessimple.twig deleted file mode 100644 index ac6b659..0000000 --- a/components/01-units/slider/slider--slidessimple.twig +++ /dev/null @@ -1,14 +0,0 @@ - -{% if models|length > 0 %} - {% for model in models %} - {% if extraData %} - {% set model = model|merge(extraData) %} - {% endif %} - {% set slideContent %} - {% include "@" ~ template with model only %} - {% endset %} - {% include "@slider--slide" with {slideContent : slideContent, active: loop.first } %} - {% endfor %} - -{% endif %} - diff --git a/components/01-units/slider/slider.config.json b/components/01-units/slider/slider.config.json deleted file mode 100644 index 6eb3150..0000000 --- a/components/01-units/slider/slider.config.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "title": "slider component", - "context": { - "text": "This is an slider component!", - "heading": "My heading", - "template": "image", - "sameHeight": true, - "carouselId": "carouselImages", - "models": [ - { - "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" - }, - { - "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" - }, - { "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" } - ] - }, - "variants": [ - { - "name": "new", - "context": { - "carouselId": "carouselImages", - "images": [ - "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg", - "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg", - "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" - ] - } - }, - { - "name": "slides", - "context": { - "template": "image", - "models": [ - { - "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" - }, - { - "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" - }, - { "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" } - ] - } - }, - { - "name": "slide", - "context": { - "slideContent": "Hello", - "active": true - } - } - ] -} diff --git a/components/01-units/slider/slider.twig b/components/01-units/slider/slider.twig deleted file mode 100644 index 9f1fe71..0000000 --- a/components/01-units/slider/slider.twig +++ /dev/null @@ -1,7 +0,0 @@ - - {% set carouselId = "carouselHeroSlider" %} - {% set extraData = {extrainfo: 'hero-slides'} %} - {% set template = "image" %} - {% include "@slider--dyn" with {carouselId:carouselId, models : models, sameHeight: true, template : template, extraData: extraData} %} - - diff --git a/components/01-units/threelines/threelines.config.json b/components/01-units/threelines/threelines.config.json deleted file mode 100644 index f6b86e9..0000000 --- a/components/01-units/threelines/threelines.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "threelines component", - "context": { - "text": "This is an threelines component!", - "heading": "My heading" - } -} diff --git a/components/01-units/tricolor/tricolor--position.twig b/components/01-units/tricolor/tricolor--position.twig deleted file mode 100644 index 974e46d..0000000 --- a/components/01-units/tricolor/tricolor--position.twig +++ /dev/null @@ -1,15 +0,0 @@ - -{% if inverted %} -
-
-
-
-{% else %} -
-
-
-
-{% endif %} - - -
\ No newline at end of file diff --git a/components/01-units/tricolor/tricolor.config.json b/components/01-units/tricolor/tricolor.config.json deleted file mode 100644 index 9b60cf0..0000000 --- a/components/01-units/tricolor/tricolor.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "tricolor component", - "context": { - "text": "This is an tricolor component!", - "heading": "My heading" - } -} diff --git a/components/01-units/unitmacros/unitmacros.config.json b/components/01-units/unitmacros/unitmacros.config.json deleted file mode 100644 index 4d45a80..0000000 --- a/components/01-units/unitmacros/unitmacros.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "unitmacros component", - "context": { - "text": "This is an unitmacros component!", - "heading": "My heading" - } -} diff --git a/components/01-units/unitmacros/unitmacros.twig b/components/01-units/unitmacros/unitmacros.twig deleted file mode 100644 index 2121bc4..0000000 --- a/components/01-units/unitmacros/unitmacros.twig +++ /dev/null @@ -1,35 +0,0 @@ - -{% macro getSpaces(ctx) %} - {% if ctx is defined %} - {% set spacesArray = [] %} - - {% if ctx.py is defined %} - {% set spacesArray = spacesArray | merge([ctx.py]) %} - {% endif %} - - {% if ctx.px is defined %} - {% set spacesArray = spacesArray | merge([ctx.px]) %} - {% endif %} - - {% if ctx.pyLg is defined %} - {% set spacesArray = spacesArray | merge([ctx.pyLg]) %} - {% endif %} - - {% if ctx.pxLg is defined %} - {% set spacesArray = spacesArray | merge([ctx.pxLg]) %} - {% endif %} - {% if ctx.my is defined %} - {% set spacesArray = spacesArray | merge([ctx.my]) %} - {% endif %} - - {% if ctx.mx is defined %} - {% set spacesArray = spacesArray | merge([ctx.mx]) %} - {% endif %} - - {% set spaces = spacesArray | join(' ') %} - - {{spaces}} - {% endif %} -{% endmacro %} - - diff --git a/components/01-units/video/video.config.json b/components/01-units/video/video.config.json deleted file mode 100644 index 68f48d1..0000000 --- a/components/01-units/video/video.config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "title": "video component", - "context": { - "videoId": "bTqVqk7FSmY" - } -} diff --git a/components/02-layout/cols/_cols--content.twig b/components/02-layout/cols/_cols--content.twig deleted file mode 100644 index 655ec8c..0000000 --- a/components/02-layout/cols/_cols--content.twig +++ /dev/null @@ -1,10 +0,0 @@ - - -{% set content %} - -
1
-
2
-
3
- -{% endset %} -{% include "@cols" %} diff --git a/components/02-layout/cols/cols--drupalcontent.twig b/components/02-layout/cols/cols--drupalcontent.twig deleted file mode 100644 index 0c39286..0000000 --- a/components/02-layout/cols/cols--drupalcontent.twig +++ /dev/null @@ -1,12 +0,0 @@ -{% set content %} - - {% set items %} -
1
-
2
-
3
- {% endset %} - - {% include "@drupalitemsfacade" with {items:items} %} -{% endset %} - -{% include "@cols" %} diff --git a/components/02-layout/cols/cols.config.json b/components/02-layout/cols/cols.config.json deleted file mode 100644 index de5b5c7..0000000 --- a/components/02-layout/cols/cols.config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "cols component", - "context": { - "text": "This is an cols component!", - "mobileModifier": "1", - "tabletModifier": "2", - "desktopModifier": "3" - } -} diff --git a/components/02-layout/cols/cols.twig b/components/02-layout/cols/cols.twig deleted file mode 100644 index 912f7d2..0000000 --- a/components/02-layout/cols/cols.twig +++ /dev/null @@ -1,11 +0,0 @@ - - -
- - - - {% if content %} - {{content}} - {% endif %} - -
diff --git a/components/blocks/brandingcard/brandingcard.config.json b/components/blocks/brandingcard/brandingcard.config.json deleted file mode 100644 index 2529c7e..0000000 --- a/components/blocks/brandingcard/brandingcard.config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title": "brandingcard component", - "context": { - "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.", - "heading": "My heading", - "headingLevel": "h3", - "textColor": "white", - "backgroundColor": "primary", - "alt": "mechanic", - "src": "/images/mechanic.png", - "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w," - } -} diff --git a/components/blocks/brandingcard/brandingcard.twig b/components/blocks/brandingcard/brandingcard.twig deleted file mode 100644 index 19278ef..0000000 --- a/components/blocks/brandingcard/brandingcard.twig +++ /dev/null @@ -1,17 +0,0 @@ -{% import '@unitmacros' as output %} - -{% set spaceObj = {py:'py-4',pyLg:'py-lg-4', pxLg:'px-lg-4' } %} - -
- -{# by default boostrap has white and black --> text-white , text-black #} - {# #} - - {% set sizes = "(max-width:767px) 25vw,(min-width:768px) 10vw" %} - {% include "@image" %} - {% include "@heading" %} - {% include "@simpletext" %} - -
-
- diff --git a/components/blocks/collapse-list/collapse-list.config.json b/components/blocks/collapse-list/collapse-list.config.json deleted file mode 100644 index b510e87..0000000 --- a/components/blocks/collapse-list/collapse-list.config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "title": "collapse-list component", - "context": { - "listTitle": "Products", - "listContents": [ - { - "listText": "ALLDATA Repair", - "listLink": "www.google.com" - }, - { - "listText": "ALLDTA Collision", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Mobile", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Diagnostics", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Tech-Assits", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Manage Online", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Shop Manager", - "listLink": "www.google.com" - } - ] - } -} diff --git a/components/blocks/collapse-list/collapse-list.twig b/components/blocks/collapse-list/collapse-list.twig deleted file mode 100644 index 899a5a0..0000000 --- a/components/blocks/collapse-list/collapse-list.twig +++ /dev/null @@ -1,26 +0,0 @@ - -
-
- {{listTitle}} - - -
- -
- diff --git a/components/blocks/imageblue/imageblue.config.json b/components/blocks/imageblue/imageblue.config.json deleted file mode 100644 index 77484ff..0000000 --- a/components/blocks/imageblue/imageblue.config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "title": "imageblue component", - "context": { - "src": "/images/carfix.jpg" - } -} diff --git a/components/blocks/imageblue/imageblue.twig b/components/blocks/imageblue/imageblue.twig deleted file mode 100644 index 4fb0146..0000000 --- a/components/blocks/imageblue/imageblue.twig +++ /dev/null @@ -1,4 +0,0 @@ - -
- {% include "@image" %} -
\ No newline at end of file diff --git a/components/blocks/jumbo/jumbo--simple.twig b/components/blocks/jumbo/jumbo--simple.twig deleted file mode 100644 index 67ec583..0000000 --- a/components/blocks/jumbo/jumbo--simple.twig +++ /dev/null @@ -1,8 +0,0 @@ -{% include "@jumbo" with - { - "headingLevel": "h2", - "btnText": "", - "threelines": false, - "modifier": "simple" - } -%} \ No newline at end of file diff --git a/components/blocks/jumbo/jumbo.config.json b/components/blocks/jumbo/jumbo.config.json deleted file mode 100644 index 84ab6d6..0000000 --- a/components/blocks/jumbo/jumbo.config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "title": "jumbo component", - "context": { - "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.", - "heading": "AUTOMOTIVE INTELLIGENCE", - "headingLevel": "h1", - "btnText": "shop products", - "threelines": true - }, - "variants":[ - {"name": "No three lines", - "context": { - "threelines": false - } - }, - {"name": "No Button", - "context": { - "btnText": "" - } - }, - {"name": "No Button and no Three lines", - "context": { - - "btnText": "", - "threelines": false - } - }, - {"name": "simple", - "context": { - "heading": "Why ALLDATA", - "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide." - } - } - ] -} diff --git a/components/blocks/jumbo/jumbo.twig b/components/blocks/jumbo/jumbo.twig deleted file mode 100644 index 3b5026a..0000000 --- a/components/blocks/jumbo/jumbo.twig +++ /dev/null @@ -1,27 +0,0 @@ -{% set content %} -
- - -{# headingLevel are h1 h2 h3 etc #} - {% include '@units/heading/heading.twig' with {classes : "cmp-jumbo__heading" } %} - - {% include '@units/simpletext/simpletext.twig' %} - - {% if btnText is not empty %} - {% include '@units/button/button.twig' %} - {% endif %} -
- - - {# {{ dump(text) }} #} - {# #} - {# the button can read the text on the jumbo component no need to explicit pass 'whit; #} - {# {% include '@button' %} #} - -{% endset %} - -{{content}} - -{# no need to explicit pass it also #} -{# {% include "@skew" %} #} -{# {% include "@skew" with {'content' : content} %} #} \ No newline at end of file diff --git a/components/blocks/latestCard/latestCard.config.json b/components/blocks/latestCard/latestCard.config.json deleted file mode 100644 index a04adb3..0000000 --- a/components/blocks/latestCard/latestCard.config.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "title": "servcard component", - "context": { - "latestTitle": "news", - "latestLink": "see all news", - "src": "/images/carfix.jpg", - "heading": "Independent collision shops", - "headingLevel": "h6", - "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.", - "textLink" : "Learn More", - "link" : "https://www.google.com", - "middlePos" : false, - "lastCard" : false - } -} \ No newline at end of file diff --git a/components/blocks/latestCard/latestCard.twig b/components/blocks/latestCard/latestCard.twig deleted file mode 100644 index 302e1ee..0000000 --- a/components/blocks/latestCard/latestCard.twig +++ /dev/null @@ -1,21 +0,0 @@ -
- {% include "@latestheading" %} -
-
-
- {% include "@imageblue" %} -
-
- {% include "@image" %} -
-
-
- {% include "@heading" %} - - more - - {% include "@simpletext" %} - {% include "@cardlink" %} -
-
-
diff --git a/components/blocks/servcard/servcard.config.json b/components/blocks/servcard/servcard.config.json deleted file mode 100644 index 59bf718..0000000 --- a/components/blocks/servcard/servcard.config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "title": "servcard component", - "context": { - "src": "/images/carfix.jpg", - "heading": "Independent collision shops", - "headingLevel": "h6", - "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.", - "textLink" : "Learn More", - "link" : "https://www.google.com", - "middlePos" : false, - "lastCard" : false - - } -} diff --git a/components/blocks/servcard/servcard.twig b/components/blocks/servcard/servcard.twig deleted file mode 100644 index 77b1eb7..0000000 --- a/components/blocks/servcard/servcard.twig +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/components/blocks/shadow-box/shadow-box.config.json b/components/blocks/shadow-box/shadow-box.config.json deleted file mode 100644 index 7dc1671..0000000 --- a/components/blocks/shadow-box/shadow-box.config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "shadow-box component", - "context": { - "text": "This is an shadow-box component!", - "image": { - "src":"https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png", - "alt": "happy man" - }, - "quote": "@quote" - } -} diff --git a/components/blocks/shadow-box/shadow-box.scss b/components/blocks/shadow-box/shadow-box.scss deleted file mode 100644 index b3fafd9..0000000 --- a/components/blocks/shadow-box/shadow-box.scss +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Main css for Shadow Box - */ - -.cmp-shadow-box { - >.row{ - margin-right: 0; - margin-left: 0; - } - - .cmp-shadow-box-quote{ - // border: red solid 1px; - display: flex; - flex-direction: column; - justify-content: center; - // @extend .p-0; - - .cmp-quote{ - @extend .shadow-box; - @extend .px-4vw; - @extend .py-8vw; - - } - } - - .cmp-shadow-box-img{ - position: relative; - @extend .shadow-box; - // border: blue solid 1px; - > .cmp-image{ - object-fit: cover; - width: 100%; - max-height: 300px; - object-position: top; - } - - .cmp-shadow-box-play-container{ - @extend .fill-relative-parent; - display: flex; - align-items: flex-end; - button{ - padding: 4vw; - } - } - - } - - - - @include media-breakpoint-up(md){ - .cmp-shadow-box-quote{ - .cmp-quote{ - @extend .my-md-4vw; - } - } - - .cmp-shadow-box-img{ - > .cmp-image{ - min-height: 100%; - max-height: unset; - } - - .cmp-shadow-box-play-container{ - justify-content: center; - align-items: center; - } - } - - } - -} diff --git a/components/blocks/shadow-box/shadow-box.twig b/components/blocks/shadow-box/shadow-box.twig deleted file mode 100644 index c70530a..0000000 --- a/components/blocks/shadow-box/shadow-box.twig +++ /dev/null @@ -1,29 +0,0 @@ - -{% set columContent %} -
- {% include "@image" with image|merge({classes: 'img-fluid'}) %} - - -
- -
- -
-
- {% include "@quote" with quote only %} -
-{% endset %} - - -{% set drupal %} - {% include "@drupalitemsfacade" with {items:columContent} %} -{% endset %} - -
- {% include "@cols" with {content : columContent, mobileModifier: "1", tabletModifier: "2", noGutter:true } only %} -
- diff --git a/components/detail/affilliations.html b/components/detail/affilliations.html new file mode 100644 index 0000000..819ec5e --- /dev/null +++ b/components/detail/affilliations.html @@ -0,0 +1,2422 @@ + + + + + + + + + + + + +Affilliations component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + Affilliations component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-Affilliations mx-4 px-lg-5 mx-lg-3">
+
+    <div class="cmp-jumbo  cmp-jumbo__No Button ">
+
+        <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+            working with <br> the industry’s best
+        </h2>
+
+        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+        <p class="cmp-text">
+            ALLDATA proudly partners with other leaders in the automotive industry. These affiliations help ensure that the OEM information found in ALLDATA products is used in major organizations nationwide for vehicle repair and maintenance.
+        </p>
+
+    </div>
+
+    <div class="cmp-companies cmp-companies__bs">
+        <div class="cmp-companies-sm d-lg-none">
+
+            <div id="carouselCompanyMB" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+
+                <div class="carousel-inner">
+
+                    <div class="carousel-item  active ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+
+                </div>
+                <div class="cmp-slider-controls d-flex bottom">
+                    <a class="cmp-slider-prev" href="#carouselCompanyMB" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                    <ol class="carousel-indicators">
+                        <li data-target="#carouselCompanyMB" data-slide-to="0" class="active"></li>
+                        <li data-target="#carouselCompanyMB" data-slide-to="1"></li>
+                    </ol>
+                    <a class="cmp-slider-next" href="#carouselCompanyMB" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                </div>
+            </div>
+
+        </div>
+
+        <div class="cmp-companies-lg d-none d-lg-block">
+
+            <div id="carouselCompanyDK" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                <div class="cmp-slider-controls d-flex">
+                    <a class="cmp-slider-prev" href="#carouselCompanyDK" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                    <ol class="carousel-indicators">
+                        <li data-target="#carouselCompanyDK" data-slide-to="0" class="active"></li>
+                        <li data-target="#carouselCompanyDK" data-slide-to="1"></li>
+                        <li data-target="#carouselCompanyDK" data-slide-to="2"></li>
+                    </ol>
+                    <a class="cmp-slider-next" href="#carouselCompanyDK" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                </div>
+
+                <div class="carousel-inner">
+
+                    <div class="carousel-item  active ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+    <div class="cmp-affiliations-button">
+        <button class="cmp-button btn btn-outline-secondary">see all</button>
+
+        <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-Affilliations mx-4 px-lg-5 mx-lg-3">
+    {% include "@jumbo" with 
+            {
+                "headingLevel": "h2",
+                "btnText": "",
+                "threelines": true,
+                "modifier": "No Button"
+            } 
+    %}
+    {% include "@companies--bs" with companies only %}
+    <div class="cmp-affiliations-button">
+        {% include "@button"%}
+    </div>
+</div>
+
+
+ + +
+ + + +
{
+  "text": "ALLDATA proudly partners with other leaders in the automotive industry. These affiliations help ensure that the OEM information found in ALLDATA products is used in major organizations nationwide for vehicle repair and maintenance.",
+  "heading": "working with <br> the industry’s best",
+  "companies": {
+    "companies": [
+      {
+        "affiliation": "Association",
+        "src": "/images/3-m-logo.svg"
+      },
+      {
+        "affiliation": "association",
+        "src": "/images/asa-logo.svg"
+      },
+      {
+        "affiliation": "integration partner",
+        "src": "/images/carmax-logo.svg"
+      },
+      {
+        "affiliation": "Associaiton",
+        "src": "/images/bosch-logo.svg"
+      },
+      {
+        "affiliation": "customer",
+        "src": "/images/jiffy-lube.svg"
+      },
+      {
+        "affiliation": "Associaiton",
+        "src": "/images/key.svg"
+      },
+      {
+        "affiliation": "Association",
+        "src": "/images/3-m-logo.svg"
+      },
+      {
+        "affiliation": "Associaiton",
+        "src": "/images/key.svg"
+      },
+      {
+        "affiliation": "Association",
+        "src": "/images/3-m-logo.svg"
+      },
+      {
+        "affiliation": "Associaiton",
+        "src": "/images/key.svg"
+      },
+      {
+        "affiliation": "integration partner",
+        "src": "/images/carmax-logo.svg"
+      }
+    ]
+  },
+  "btnText": "see all"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Affilliations
    + */
    +
    +/* STARTER CODE
    +
    +class Affilliations {
    +    constructor($inst) {
    +        cponsole.log('Initializing Affilliations')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/affilliations/Affilliations.js +
  • +
  • + Filesystem Path: + components/groups/Affilliations/Affilliations.js +
  • +
  • + Size: + 196 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Affilliations
    + */
    +
    +.cmp-Affilliations {
    +  .cmp-text {
    +    font-size: 14px;
    +    font-weight: 300;
    +    line-height: 1.71;
    +    color: #54565a;
    +  }
    +  .tns-nav {
    +    display: block;
    +  }
    +  .cmp-button {
    +    margin: 50px auto 0px;
    +    padding: 12px 70px;
    +  }
    +  .cmp-affiliations-button {
    +    widows: 100%;
    +    text-align: center;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    .cmp-text {
    +      width: 575px;
    +    }
    +    .cmp-affiliations-button {
    +      text-align: right;
    +    }
    +    .cmp-button {
    +      margin-right: 100px;
    +      margin-top: 30px;
    +      padding: 12px 30px;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/affilliations/Affilliations.scss +
  • +
  • + Filesystem Path: + components/groups/Affilliations/Affilliations.scss +
  • +
  • + Size: + 597 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/branding--default.html b/components/detail/branding--default.html new file mode 100644 index 0000000..1062ae4 --- /dev/null +++ b/components/detail/branding--default.html @@ -0,0 +1,2225 @@ + + + + + + + + + + + + +branding component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + branding component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-6 branding   bg-primary  ">
+
+    <div class="inner-section ">
+
+        <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+
+            <div class="cmp-jumbo  cmp-jumbo__simple ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading   ">
+                    Why ALLDATA
+                </h2>
+
+                <p class="cmp-text">
+                    ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.
+                </p>
+
+            </div>
+
+            <div class="cmp-cols  cols-1   cols-lg-3  ">
+
+                <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/mechanic.svg" alt="mechanic">
+
+                        <h3 class="cmp-heading h3   ">
+                            Repair Information
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/tyre.svg" alt="tyre">
+
+                        <h3 class="cmp-heading h3   ">
+                            diagnostics
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/key.svg" alt="key">
+
+                        <h3 class="cmp-heading h3   ">
+                            shop management
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                </div>
+
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set cardsContent %}
+    {% for card in cards %}
+        {% include "@brandingcard" with card only %}
+    {% endfor %}
+{% endset %}
+
+{% set drupal %}
+    {% include "@drupalitemsfacade" with {items:cardsContent} %}
+{% endset %}
+
+{% set content %}
+    {# <p>hi</p> #}
+    <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+        {% include "@jumbo--simple" %}
+        {% include "@cols" with {content: drupal} %}
+    </div>
+{% endset %}
+
+
+{% set skewClass = 'skew-6 branding' %}
+{% set skewBg = 'bg-primary' %}
+{# {% set cmpClass = 'cmp-branding' %} #}
+
+{% include "@skew" %}
+
+
+ + +
+ + + +
{
+  "heading": "Why ALLDATA",
+  "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.",
+  "mobileModifier": "1",
+  "desktopModifier": "3",
+  "overlapPrev": false,
+  "cards": [
+    {
+      "heading": "Repair Information",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "mechanic",
+      "src": "/images/mechanic.svg"
+    },
+    {
+      "heading": "diagnostics",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "tyre",
+      "src": "/images/tyre.svg"
+    },
+    {
+      "heading": "shop management",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "key",
+      "src": "/images/key.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Branding
    + */
    +
    +/* STARTER CODE
    +
    +class Branding {
    +    constructor($inst) {
    +        cponsole.log('Initializing Branding')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.js +
  • +
  • + Filesystem Path: + components/groups/branding/branding.js +
  • +
  • + Size: + 180 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Branding
    + */
    +.cmp-skew.branding {
    +  position: relative;
    +  z-index: 1;
    +}
    +.cmp-branding {
    +  > *:last-child {
    +    margin-bottom: 0;
    +  }
    +
    +  .cmp-cols {
    +    // there is not such a last of class so we use div
    +
    +    > div:last-child {
    +      .cmp-brandingcard__line {
    +        display: none;
    +      }
    +    }
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    .cmp-brandingcard__line {
    +      display: none;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.scss +
  • +
  • + Filesystem Path: + components/groups/branding/branding.scss +
  • +
  • + Size: + 422 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/branding--overlap.html b/components/detail/branding--overlap.html new file mode 100644 index 0000000..c34b40e --- /dev/null +++ b/components/detail/branding--overlap.html @@ -0,0 +1,2216 @@ + + + + + + + + + + + + +branding component: Overlap | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + branding component: Overlap + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-6 branding overlap-prev-section  bg-primary  ">
+
+    <div class="inner-section ">
+
+        <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+
+            <div class="cmp-jumbo  cmp-jumbo__simple ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading   ">
+                    Why ALLDATA
+                </h2>
+
+                <p class="cmp-text">
+                    ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.
+                </p>
+
+            </div>
+
+            <div class="cmp-cols  cols-1   cols-lg-3  ">
+
+                <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/mechanic.svg" alt="mechanic">
+
+                        <h3 class="cmp-heading h3   ">
+                            Repair Information
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/tyre.svg" alt="tyre">
+
+                        <h3 class="cmp-heading h3   ">
+                            diagnostics
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/key.svg" alt="key">
+
+                        <h3 class="cmp-heading h3   ">
+                            shop management
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                </div>
+
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set cardsContent %}
+    {% for card in cards %}
+        {% include "@brandingcard" with card only %}
+    {% endfor %}
+{% endset %}
+
+{% set drupal %}
+    {% include "@drupalitemsfacade" with {items:cardsContent} %}
+{% endset %}
+
+{% set content %}
+    {# <p>hi</p> #}
+    <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+        {% include "@jumbo--simple" %}
+        {% include "@cols" with {content: drupal} %}
+    </div>
+{% endset %}
+
+
+{% set skewClass = 'skew-6 branding' %}
+{% set skewBg = 'bg-primary' %}
+{# {% set cmpClass = 'cmp-branding' %} #}
+
+{% include "@skew" %}
+
+
+ + +
+ + + +
{
+  "heading": "Why ALLDATA",
+  "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.",
+  "mobileModifier": "1",
+  "desktopModifier": "3",
+  "overlapPrev": true,
+  "cards": [
+    {
+      "heading": "Repair Information",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "mechanic",
+      "src": "/images/mechanic.svg"
+    },
+    {
+      "heading": "diagnostics",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "tyre",
+      "src": "/images/tyre.svg"
+    },
+    {
+      "heading": "shop management",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "key",
+      "src": "/images/key.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Branding
    + */
    +
    +/* STARTER CODE
    +
    +class Branding {
    +    constructor($inst) {
    +        cponsole.log('Initializing Branding')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.js +
  • +
  • + Filesystem Path: + components/groups/branding/branding.js +
  • +
  • + Size: + 180 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Branding
    + */
    +.cmp-skew.branding {
    +  position: relative;
    +  z-index: 1;
    +}
    +.cmp-branding {
    +  > *:last-child {
    +    margin-bottom: 0;
    +  }
    +
    +  .cmp-cols {
    +    // there is not such a last of class so we use div
    +
    +    > div:last-child {
    +      .cmp-brandingcard__line {
    +        display: none;
    +      }
    +    }
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    .cmp-brandingcard__line {
    +      display: none;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.scss +
  • +
  • + Filesystem Path: + components/groups/branding/branding.scss +
  • +
  • + Size: + 422 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/branding.html b/components/detail/branding.html new file mode 100644 index 0000000..93bd586 --- /dev/null +++ b/components/detail/branding.html @@ -0,0 +1,2225 @@ + + + + + + + + + + + + +branding component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + branding component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-6 branding   bg-primary  ">
+
+    <div class="inner-section ">
+
+        <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+
+            <div class="cmp-jumbo  cmp-jumbo__simple ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading   ">
+                    Why ALLDATA
+                </h2>
+
+                <p class="cmp-text">
+                    ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.
+                </p>
+
+            </div>
+
+            <div class="cmp-cols  cols-1   cols-lg-3  ">
+
+                <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/mechanic.svg" alt="mechanic">
+
+                        <h3 class="cmp-heading h3   ">
+                            Repair Information
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/tyre.svg" alt="tyre">
+
+                        <h3 class="cmp-heading h3   ">
+                            diagnostics
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/key.svg" alt="key">
+
+                        <h3 class="cmp-heading h3   ">
+                            shop management
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                </div>
+
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set cardsContent %}
+    {% for card in cards %}
+        {% include "@brandingcard" with card only %}
+    {% endfor %}
+{% endset %}
+
+{% set drupal %}
+    {% include "@drupalitemsfacade" with {items:cardsContent} %}
+{% endset %}
+
+{% set content %}
+    {# <p>hi</p> #}
+    <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+        {% include "@jumbo--simple" %}
+        {% include "@cols" with {content: drupal} %}
+    </div>
+{% endset %}
+
+
+{% set skewClass = 'skew-6 branding' %}
+{% set skewBg = 'bg-primary' %}
+{# {% set cmpClass = 'cmp-branding' %} #}
+
+{% include "@skew" %}
+
+
+ + +
+ + + +
{
+  "heading": "Why ALLDATA",
+  "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.",
+  "mobileModifier": "1",
+  "desktopModifier": "3",
+  "overlapPrev": false,
+  "cards": [
+    {
+      "heading": "Repair Information",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "mechanic",
+      "src": "/images/mechanic.svg"
+    },
+    {
+      "heading": "diagnostics",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "tyre",
+      "src": "/images/tyre.svg"
+    },
+    {
+      "heading": "shop management",
+      "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+      "headingLevel": "h3",
+      "alt": "key",
+      "src": "/images/key.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Branding
    + */
    +
    +/* STARTER CODE
    +
    +class Branding {
    +    constructor($inst) {
    +        cponsole.log('Initializing Branding')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.js +
  • +
  • + Filesystem Path: + components/groups/branding/branding.js +
  • +
  • + Size: + 180 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Branding
    + */
    +.cmp-skew.branding {
    +  position: relative;
    +  z-index: 1;
    +}
    +.cmp-branding {
    +  > *:last-child {
    +    margin-bottom: 0;
    +  }
    +
    +  .cmp-cols {
    +    // there is not such a last of class so we use div
    +
    +    > div:last-child {
    +      .cmp-brandingcard__line {
    +        display: none;
    +      }
    +    }
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    .cmp-brandingcard__line {
    +      display: none;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/branding/branding.scss +
  • +
  • + Filesystem Path: + components/groups/branding/branding.scss +
  • +
  • + Size: + 422 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/brandingcard.html b/components/detail/brandingcard.html new file mode 100644 index 0000000..7dcc9bc --- /dev/null +++ b/components/detail/brandingcard.html @@ -0,0 +1,2127 @@ + + + + + + + + + + + + +brandingcard component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + brandingcard component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      text-white  bg-primary">
+
+    <img class="cmp-image " src="/images/mechanic.png" alt="mechanic" sizes="(max-width:767px) 25vw,(min-width:768px) 10vw" srcset="/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,">
+
+    <h3 class="cmp-heading h3   ">
+        My heading
+    </h3>
+
+    <p class="cmp-text">
+        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+    </p>
+
+    <hr class="cmp-brandingcard__line">
+</div>
+ +
+
+ + +
+ +
{% import '@unitmacros' as output %}
+
+{% set spaceObj = {py:'py-4',pyLg:'py-lg-4', pxLg:'px-lg-4' } %}
+
+<div class="cmp-brandingcard text-center {{output.getSpaces(spaceObj)}} {% if textColor %} text-{{textColor}}{% endif %} {% if backgroundColor %} bg-{{backgroundColor}}{% endif %}">
+
+{# by default boostrap has white and black --> text-white , text-black #}
+    {# <img src="/images/mechanic.svg" class="Fill-4"> #}
+
+    {% set sizes = "(max-width:767px) 25vw,(min-width:768px) 10vw" %}
+    {% include "@image" %}
+    {% include "@heading" %}
+    {% include "@simpletext" %}
+
+    <hr class="cmp-brandingcard__line">
+</div>
+
+
+ + +
+ + + +
{
+  "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+  "heading": "My heading",
+  "headingLevel": "h3",
+  "textColor": "white",
+  "backgroundColor": "primary",
+  "alt": "mechanic",
+  "src": "/images/mechanic.png",
+  "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Brandingcard
    + */
    +
    +/* STARTER CODE
    +
    +class Brandingcard {
    +    constructor($inst) {
    +        cponsole.log('Initializing Brandingcard')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/brandingcard/brandingcard.js +
  • +
  • + Filesystem Path: + components/blocks/brandingcard/brandingcard.js +
  • +
  • + Size: + 192 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Brandingcard
    + */
    +
    + $hrColor: rgba(255, 255, 255, 0.2);
    +.cmp-brandingcard {
    +    // @extend .text-white;
    +    // @extend .bg-primary;
    +    // @extend .text-center;
    +
    +    .cmp-image{
    +        max-width: 25vw ;
    +        margin-bottom: 1.5rem ;
    +    }
    +
    +    .cmp-heading{
    +        text-transform: uppercase;
    +        //zepplin
    +        @include fontSize(18);
    +        line-height: 1.56;
    +        letter-spacing: 1px;
    +        margin-bottom: 1rem;
    +        font-weight: normal; // review this
    +
    +    }
    +    .cmp-text{
    +        @include fontSize(14);
    +        line-height: 1.71;
    +        opacity: 0.6;
    +        margin-bottom: fromPxtoRem(48);
    +    }
    +
    +    .cmp-brandingcard__line{
    +        border-color:$hrColor;
    +        border-width: 1.4px;
    +        margin-top: 0;
    +        margin-bottom: 0;
    +        width: 30vw;
    +    }
    +
    +    @include  media-breakpoint-up(lg){
    +        .cmp-image{
    +            // max-width: 10vw ;
    +            width: 8vw;
    +            height: 8vw;
    +        }
    +        
    +    }
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/brandingcard/brandingcard.scss +
  • +
  • + Filesystem Path: + components/blocks/brandingcard/brandingcard.scss +
  • +
  • + Size: + 978 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/button.html b/components/detail/button.html new file mode 100644 index 0000000..9070754 --- /dev/null +++ b/components/detail/button.html @@ -0,0 +1,2084 @@ + + + + + + + + + + + + +button component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + button component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<button class="cmp-button btn btn-outline-secondary">This is an button component!</button>
+
+<button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+ +
+
+ + +
+ +
<button class="cmp-button btn btn-outline-secondary">{{btnText}}</button>
+
+{# {% set var = {{'images/plus-orange.svg'}} %}
+{% set var2 = {{'images/plus-orange.svg' | path}} %} #}
+     <button class="cmp-servcard__more"><img src={{'images/plus-orange.svg'}} alt="more"> no/ and NO path</button>
+     {# <button class="cmp-servcard__more"><img src={{'/images/plus-orange.svg' |path}} alt="more"> / and Path</button> #}
+     {# <button class="cmp-servcard__more"><img src={{'/images/plus-orange.svg' }} alt="more">No path</button> #}
+
+
+ {# {{var | raw}}
+ {{var2 | raw }} #}
+
+
+ + +
+ + + +
{
+  "btnText": "This is an button component!"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Button
    + */
    +
    +/* STARTER CODE
    +
    +class Button {
    +    constructor($inst) {
    +        cponsole.log('Initializing Button')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/button/button.js +
  • +
  • + Filesystem Path: + components/01-units/button/button.js +
  • +
  • + Size: + 175 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Button
    + */
    +
    +.cmp-button {
    +  color: $primary;
    +  border-width: 2px;
    +  text-transform: uppercase;
    +  font-size: 0.75rem;
    +
    +  // from zeppling
    +  font-weight: bold;
    +  font-stretch: normal;
    +  font-style: normal;
    +  line-height: normal;
    +  letter-spacing: normal;
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/button/button.scss +
  • +
  • + Filesystem Path: + components/01-units/button/button.scss +
  • +
  • + Size: + 276 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

button component

+

implicit context

+
{% include '@button' %}

explicit context

+
{% include '@button' with {"btnText": "This is an button component!"} %}
+
+ +

This template for this component looks like this:

+
<button class="cmp-button btn btn-outline-secondary">{{btnText}}</button>
+
+{# {% set var = {{'images/plus-orange.svg'}} %}
+{% set var2 = {{'images/plus-orange.svg' | path}} %} #}
+     <button class="cmp-servcard__more"><img src={{'images/plus-orange.svg'}} alt="more"> no/ and NO path</button>
+     {# <button class="cmp-servcard__more"><img src={{'/images/plus-orange.svg' |path}} alt="more"> / and Path</button> #}
+     {# <button class="cmp-servcard__more"><img src={{'/images/plus-orange.svg' }} alt="more">No path</button> #}
+
+
+ {# {{var | raw}}
+ {{var2 | raw }} #}

and it therefore expects a set of data to render it that is in the following format:

+
{
+    "btnText": "This is an button component!"
+}
+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/cardlink.html b/components/detail/cardlink.html new file mode 100644 index 0000000..9de7afa --- /dev/null +++ b/components/detail/cardlink.html @@ -0,0 +1,2058 @@ + + + + + + + + + + + + +cardlink component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + cardlink component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<a class="cmp-cardlink" href="https://www.google.com">Learn more</a>
+ +
+
+ + +
+ +
<a class="cmp-cardlink" href="{{link}}">{{textLink}}</a>
+
+
+ + +
+ + + +
{
+  "textLink": "Learn more",
+  "link": "https://www.google.com"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for CardLink
    + */
    +
    +/* STARTER CODE
    +
    +class CardLink {
    +    constructor($inst) {
    +        cponsole.log('Initializing CardLink')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cardlink/cardlink.js +
  • +
  • + Filesystem Path: + components/01-units/cardlink/cardlink.js +
  • +
  • + Size: + 181 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for CardLink
    + */
    +
    +.cmp-cardlink {
    +  color: #1b3d6e;
    +  text-transform: uppercase;
    +  font-weight: bold;
    +  font-size: 0.75rem;
    +  font-weight: bold;
    +  font-stretch: normal;
    +  font-style: normal;
    +  line-height: normal;
    +  letter-spacing: normal;
    +  padding-bottom: 7px;
    +  color: #1b3d6e;
    +  border-bottom: 2px solid #f16824;
    +  width: fit-content; //this class is given to a div instead a link and the link is moved inside the div, so the div width must be specified
    +}
    +
    +.cmp-cardlink:hover {
    +  text-decoration: none;
    +  color: #1b3d6e;
    +}
    +
    +@include media-breakpoint-up(lg) {
    +  .cmp-cardlink {
    +    border-bottom: none;
    +  }
    +
    +  .cmp-cardlink:hover {
    +    cursor: pointer;
    +    border-bottom: 2px solid #f16824;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cardlink/cardlink.scss +
  • +
  • + Filesystem Path: + components/01-units/cardlink/cardlink.scss +
  • +
  • + Size: + 718 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/collapse-list.html b/components/detail/collapse-list.html new file mode 100644 index 0000000..72f0756 --- /dev/null +++ b/components/detail/collapse-list.html @@ -0,0 +1,2228 @@ + + + + + + + + + + + + +collapse-list component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + collapse-list component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-collapse-list">
+    <div class="cmp-collapse-list__title">
+        Products
+        <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+        <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+    </div>
+    <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+        <ul>
+            <li>
+                <a href="www.google.com">ALLDATA Repair</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDTA Collision</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDATA Mobile</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDATA Diagnostics</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDATA Tech-Assits</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDATA Manage Online</a>
+            </li>
+            <li>
+                <a href="www.google.com">ALLDATA Shop Manager</a>
+            </li>
+        </ul>
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-collapse-list">
+    <div class="cmp-collapse-list__title">
+        {{listTitle}}
+        <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            {% include "@image" with {src:"/images/list_more.svg",alt:"show more"} %}
+        </button>
+        <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            {% include "@image" with {src:"/images/list_close.svg",alt:"show less"} %}
+        </button>
+    </div>
+    <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+        <ul>
+            {% for content in listContents %}
+                <li>
+                    {% if content.listLink %}
+                    <a href="{{content.listLink}}">{{content.listText}}</a>
+                    {% else %}
+                    {{content.listText}}
+                    {% endif %}
+                </li> 
+            {% endfor %}
+        </ul>
+    </div>
+</div>
+
+
+ + +
+ + + +
{
+  "listTitle": "Products",
+  "listContents": [
+    {
+      "listText": "ALLDATA Repair",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDTA Collision",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDATA Mobile",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDATA Diagnostics",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDATA Tech-Assits",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDATA Manage Online",
+      "listLink": "www.google.com"
+    },
+    {
+      "listText": "ALLDATA Shop Manager",
+      "listLink": "www.google.com"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +import $ from 'jquery'
    +/**
    + *  This is the main file for Collapse List
    + */
    +
    +/* STARTER CODE
    +
    +class CollapseList {
    +    constructor($inst) {
    +        cponsole.log('Initializing CollapseList')
    +    }
    +}
    +
    +*/
    +
    +$( ".cmp-collapse-list__title" ).click(function() {
    +    let parent = $(this).parent(".cmp-collapse-list");
    +    let iconMore = $(this).children(".cmp-collapse-list-button__show-more");
    +    let iconLess = $(this).children(".cmp-collapse-list-button__show-less");
    +    let list = parent.children(".cmp-collapse-list__content");
    +    let lists = $(".cmp-collapse-list").find(".cmp-collapse-list__content");
    +    if(list.hasClass("list-closed")){
    +        $.each(lists, function(value) {
    +            let parentlists = $(this).parent(".cmp-collapse-list");
    +            let titleLists = parentlists.children(".cmp-collapse-list__title");
    +            let listMore = titleLists.children(".cmp-collapse-list-button__show-more");
    +            let listLess = titleLists.children(".cmp-collapse-list-button__show-less");
    +            if (!($(this).hasClass("list-closed"))) {
    +                $(this).addClass("list-closed");
    +                $(this).attr( "aria-hidden", "true");
    +                $(this).attr( "aria-expanded", "false");
    +                listMore.removeClass("d-none");
    +                listLess.addClass("d-none");
    +            } 
    +        });
    +        list.removeClass("list-closed");
    +        list.attr( "aria-hidden", "false");
    +        list.attr( "aria-expanded", "true");
    +        iconMore.addClass("d-none");
    +        iconLess.removeClass("d-none");
    +    }else{
    +        list.addClass("list-closed");
    +        list.attr( "aria-hidden", "true");
    +        list.attr( "aria-expanded", "false");
    +        iconMore.removeClass("d-none");
    +        iconLess.addClass("d-none");
    +    }
    +    
    +    
    +});
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/collapse-list/collapse-list.js +
  • +
  • + Filesystem Path: + components/blocks/collapse-list/collapse-list.js +
  • +
  • + Size: + 1.8 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Collapse List
    + */
    +
    +.cmp-collapse-list {
    +  width: 300px;
    +  background-color: #1b3e6f;
    +  font-size: 14px;
    +  color: white;
    +  margin-bottom: 10px;
    +  width: 100%;
    +  &__title{
    +    letter-spacing: 0.18px;
    +    text-transform: uppercase;
    +    font-weight: bold;
    +    margin-bottom: 25px;
    +  }
    +  &__content{
    +    font-weight: 300;
    +    line-height: 1.14;
    +    // transition: max-height 0.3s;
    +    overflow: hidden;
    +    height: auto;
    +    max-height: 1000px;
    +    ul{
    +      padding: 0;
    +    }
    +    li{
    +      list-style: none;
    +      margin-bottom: 20px;
    +      
    +    }
    +    a{
    +      color: white;
    +    }
    +    a:hover{
    +      text-decoration: none;
    +      cursor: pointer;
    +    }
    +  }
    +
    +  .cmp-collapse-list-button{
    +    &__show-more, &__show-less{
    +      display: inline-block;
    +      float: right;
    +      border: none;
    +      background: none;
    +    }
    +  }
    +
    +  .list-closed{
    +    height: 0px;
    +    max-height: 0px;
    +  }
    +}
    +
    +@include  media-breakpoint-up(lg){
    +
    +  .cmp-collapse-list {
    +
    +    .list-closed{
    +      height: auto;
    +      max-height: 1000px;
    +    }
    +
    +  }
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/collapse-list/collapse-list.scss +
  • +
  • + Filesystem Path: + components/blocks/collapse-list/collapse-list.scss +
  • +
  • + Size: + 1 KB +
  • +
+
+ +
+
+ + + + +
+
    +
  • + Handle: + @collapse-list +
  • + + + + + +
  • + Preview: + + + +
  • +
  • + Filesystem Path: + components/blocks/collapse-list/collapse-list.twig +
  • + +
  • + References (1): + + + @image + + +
  • + + +
  • + Referenced by (1): + + + @footer + + +
  • + +
+
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/cols--content.html b/components/detail/cols--content.html new file mode 100644 index 0000000..490d956 --- /dev/null +++ b/components/detail/cols--content.html @@ -0,0 +1,2140 @@ + + + + + + + + + + + + +cols component: Content | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + cols component: Content + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-cols  cols-1  cols-md-2  cols-lg-3  ">
+
+    <div>1</div>
+    <div>2</div>
+    <div>3</div>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+
+<div>1</div>
+<div>2</div>
+<div>3</div>
+    
+{% endset %}
+{% include "@cols" %}
+
+
+ + +
+ + + +
{
+  "text": "This is an cols component!",
+  "mobileModifier": "1",
+  "tabletModifier": "2",
+  "desktopModifier": "3"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Cols
    + */
    +
    +/* STARTER CODE
    +
    +class Cols {
    +    constructor($inst) {
    +        cponsole.log('Initializing Cols')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.js +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Cols
    + */
    +
    +@mixin cols-direct-child-not-col {
    +  > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +    @content;
    +  }
    +}
    +
    +@mixin cols-drupal-direct-child-not-col {
    +  .field__items > *:not([class*=" col"]):not([class^="col"]) {
    +    @content;
    +  }
    +}
    +
    +.cmp-cols {
    +  @extend .row;
    +
    +  @include cols-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +// drupal injects
    +
    +.cmp-cols {
    +  .field__items {
    +    @extend .row;
    +  }
    +
    +  @include cols-drupal-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-drupal-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.scss +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/cols--default.html b/components/detail/cols--default.html new file mode 100644 index 0000000..64b802c --- /dev/null +++ b/components/detail/cols--default.html @@ -0,0 +1,2153 @@ + + + + + + + + + + + + +cols component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + cols component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-cols  cols-1  cols-md-2  cols-lg-3  ">
+
+</div>
+ +
+
+ + +
+ +
<div class="cmp-cols {% if mobileModifier %} cols-{{mobileModifier}}{% endif %} {% if tabletModifier %} cols-md-{{tabletModifier}}{% endif %} {% if desktopModifier %} cols-lg-{{desktopModifier}}{% endif %} {% if noGutter %} no-gutter {% endif %} ">
+   
+
+
+   {% if content %}
+    {{content}}
+   {% endif %}
+   
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an cols component!",
+  "mobileModifier": "1",
+  "tabletModifier": "2",
+  "desktopModifier": "3"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Cols
    + */
    +
    +/* STARTER CODE
    +
    +class Cols {
    +    constructor($inst) {
    +        cponsole.log('Initializing Cols')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.js +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Cols
    + */
    +
    +@mixin cols-direct-child-not-col {
    +  > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +    @content;
    +  }
    +}
    +
    +@mixin cols-drupal-direct-child-not-col {
    +  .field__items > *:not([class*=" col"]):not([class^="col"]) {
    +    @content;
    +  }
    +}
    +
    +.cmp-cols {
    +  @extend .row;
    +
    +  @include cols-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +// drupal injects
    +
    +.cmp-cols {
    +  .field__items {
    +    @extend .row;
    +  }
    +
    +  @include cols-drupal-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-drupal-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.scss +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/cols--drupalcontent.html b/components/detail/cols--drupalcontent.html new file mode 100644 index 0000000..4215b9e --- /dev/null +++ b/components/detail/cols--drupalcontent.html @@ -0,0 +1,2149 @@ + + + + + + + + + + + + +cols component: Drupalcontent | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + cols component: Drupalcontent + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-cols  cols-1  cols-md-2  cols-lg-3  ">
+
+    <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+        <div>1</div>
+        <div>2</div>
+        <div>3</div>
+
+    </div>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+
+	{% set items %}
+		<div>1</div>
+		<div>2</div>
+		<div>3</div>
+	{% endset %}
+
+	{% include "@drupalitemsfacade" with {items:items} %}
+{% endset %}
+
+{% include "@cols" %}
+
+
+ + +
+ + + +
{
+  "text": "This is an cols component!",
+  "mobileModifier": "1",
+  "tabletModifier": "2",
+  "desktopModifier": "3"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Cols
    + */
    +
    +/* STARTER CODE
    +
    +class Cols {
    +    constructor($inst) {
    +        cponsole.log('Initializing Cols')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.js +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Cols
    + */
    +
    +@mixin cols-direct-child-not-col {
    +  > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +    @content;
    +  }
    +}
    +
    +@mixin cols-drupal-direct-child-not-col {
    +  .field__items > *:not([class*=" col"]):not([class^="col"]) {
    +    @content;
    +  }
    +}
    +
    +.cmp-cols {
    +  @extend .row;
    +
    +  @include cols-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +// drupal injects
    +
    +.cmp-cols {
    +  .field__items {
    +    @extend .row;
    +  }
    +
    +  @include cols-drupal-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-drupal-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.scss +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/cols.html b/components/detail/cols.html new file mode 100644 index 0000000..9132560 --- /dev/null +++ b/components/detail/cols.html @@ -0,0 +1,2153 @@ + + + + + + + + + + + + +cols component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + cols component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-cols  cols-1  cols-md-2  cols-lg-3  ">
+
+</div>
+ +
+
+ + +
+ +
<div class="cmp-cols {% if mobileModifier %} cols-{{mobileModifier}}{% endif %} {% if tabletModifier %} cols-md-{{tabletModifier}}{% endif %} {% if desktopModifier %} cols-lg-{{desktopModifier}}{% endif %} {% if noGutter %} no-gutter {% endif %} ">
+   
+
+
+   {% if content %}
+    {{content}}
+   {% endif %}
+   
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an cols component!",
+  "mobileModifier": "1",
+  "tabletModifier": "2",
+  "desktopModifier": "3"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Cols
    + */
    +
    +/* STARTER CODE
    +
    +class Cols {
    +    constructor($inst) {
    +        cponsole.log('Initializing Cols')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.js +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Cols
    + */
    +
    +@mixin cols-direct-child-not-col {
    +  > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +    @content;
    +  }
    +}
    +
    +@mixin cols-drupal-direct-child-not-col {
    +  .field__items > *:not([class*=" col"]):not([class^="col"]) {
    +    @content;
    +  }
    +}
    +
    +.cmp-cols {
    +  @extend .row;
    +
    +  @include cols-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +// drupal injects
    +
    +.cmp-cols {
    +  .field__items {
    +    @extend .row;
    +  }
    +
    +  @include cols-drupal-direct-child-not-col {
    +    @extend .col;
    +  }
    +
    +  &.no-gutter {
    +    @include cols-drupal-direct-child-not-col {
    +      padding-right: 0;
    +      padding-left: 0;
    +    }
    +  }
    +
    +  @for $i from 1 through 4 {
    +    $colopposite: 12 / $i;
    +    &.cols-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-#{$colopposite};
    +      }
    +    }
    +    &.cols-md-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-md-#{$colopposite};
    +      }
    +    }
    +    &.cols-lg-#{$i} {
    +      @include cols-drupal-direct-child-not-col {
    +        @extend .col-lg-#{$colopposite};
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/cols/cols.scss +
  • +
  • + Filesystem Path: + components/02-layout/cols/cols.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/companies--bs.html b/components/detail/companies--bs.html new file mode 100644 index 0000000..6648424 --- /dev/null +++ b/components/detail/companies--bs.html @@ -0,0 +1,2473 @@ + + + + + + + + + + + + +companies component: Bs | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + companies component: Bs + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-companies cmp-companies__bs">
+    <div class="cmp-companies-sm d-lg-none">
+
+        <div id="carouselCompanyMB" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+
+            <div class="carousel-inner">
+
+                <div class="carousel-item  active ">
+                    <div class="cmp-companies-page text-center">
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                    </div>
+
+                </div>
+                <div class="carousel-item ">
+                    <div class="cmp-companies-page text-center">
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                            </div>
+                        </div>
+                    </div>
+
+                </div>
+
+            </div>
+            <div class="cmp-slider-controls d-flex bottom">
+                <a class="cmp-slider-prev" href="#carouselCompanyMB" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                <ol class="carousel-indicators">
+                    <li data-target="#carouselCompanyMB" data-slide-to="0" class="active"></li>
+                    <li data-target="#carouselCompanyMB" data-slide-to="1"></li>
+                </ol>
+                <a class="cmp-slider-next" href="#carouselCompanyMB" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+            </div>
+        </div>
+
+    </div>
+
+    <div class="cmp-companies-lg d-none d-lg-block">
+
+        <div id="carouselCompanyDK" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+            <div class="cmp-slider-controls d-flex">
+                <a class="cmp-slider-prev" href="#carouselCompanyDK" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                <ol class="carousel-indicators">
+                    <li data-target="#carouselCompanyDK" data-slide-to="0" class="active"></li>
+                    <li data-target="#carouselCompanyDK" data-slide-to="1"></li>
+                    <li data-target="#carouselCompanyDK" data-slide-to="2"></li>
+                </ol>
+                <a class="cmp-slider-next" href="#carouselCompanyDK" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+            </div>
+
+            <div class="carousel-inner">
+
+                <div class="carousel-item  active ">
+                    <div class="cmp-companies-page text-center">
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                            </div>
+                        </div>
+                    </div>
+
+                </div>
+                <div class="carousel-item ">
+                    <div class="cmp-companies-page text-center">
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                            </div>
+                        </div>
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                            </div>
+                        </div>
+                    </div>
+
+                </div>
+                <div class="carousel-item ">
+                    <div class="cmp-companies-page text-center">
+                        <div class="cmp-companies-company">
+                            <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                            </div>
+                        </div>
+                    </div>
+
+                </div>
+
+            </div>
+        </div>
+    </div>
+
+</div>
+ +
+
+ + +
+ +
{% set MB_NUMBER = 6 %}
+{% set DK_NUMBER = 5 %}
+{% set countMobile = companies.length / MB_NUMBER %}
+{% set countMobile = countMobile|round(0, 'ceil') %}
+{% set countDesktop = companies.length / DK_NUMBER %}
+{% set countDesktop = countDesktop|round(0, 'ceil') %}
+{% set lenght = companies.length %}
+{% set template = 'companies--page' %}
+
+<div class="cmp-companies cmp-companies__bs">
+	<div class="cmp-companies-sm d-lg-none">
+
+		{% set modelsMB = [] %}
+
+		{% for idx in 0..(countMobile-1) %}
+		  {% set modelsMB = modelsMB|merge([ {companies: companies|slice((idx* MB_NUMBER), MB_NUMBER)}]) %}
+		{% endfor %}
+
+		{% include "@slider--dyn" with {carouselId: 'carouselCompanyMB', models : modelsMB, sameHeight: true, template : template, controlsBottom: true} %}
+
+
+	</div>
+
+	<div class="cmp-companies-lg d-none d-lg-block">
+		{% set modelsDK = [] %}
+		{% for idx in 0..(countDesktop-1) %}
+		  {% set modelsDK = modelsDK|merge([ {companies: companies|slice((idx* DK_NUMBER), DK_NUMBER)}]) %}
+		{% endfor %}
+		{% include "@slider--dyn" with {carouselId: 'carouselCompanyDK', models : modelsDK, sameHeight: true, template : template} %}
+
+	</div>
+
+</div>
+
+
+ + +
+ + + +
{
+  "companies": [
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "association",
+      "src": "/images/asa-logo.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/bosch-logo.svg"
+    },
+    {
+      "affiliation": "customer",
+      "src": "/images/jiffy-lube.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +// import { tns } from "tiny-slider/src/tiny-slider";
    +// import $ from "jquery";
    +/**
    + *  This is the main file for Companies
    + */
    +
    +/* STARTER CODE
    +
    +class Companies {
    +    constructor($inst) {
    +        cponsole.log('Initializing Companies')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.js +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.js +
  • +
  • + Size: + 263 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Companies
    + */
    +
    +.cmp-companies__bs {
    +  @include media-breakpoint-up(lg) {
    +    a.cmp-slider-prev,
    +    a.cmp-slider-next {
    +      position: absolute;
    +      margin-top: -50px;
    +    }
    +    a.cmp-slider-prev {
    +      left: 1em;
    +    }
    +    a.cmp-slider-next {
    +      right: 1em;
    +    }
    +    ol.carousel-indicators {
    +      display: none;
    +    }
    +  }
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +    .cmp-companies-logo {
    +      display: flex;
    +      flex-direction: column;
    +    }
    +    .cmp-company-affiliation {
    +      font-size: 8px;
    +      line-height: 1.25;
    +      letter-spacing: 0.16px;
    +      color: #54565a;
    +      text-transform: uppercase;
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        font-size: 10px;
    +        letter-spacing: 0.2px;
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +.cmp-companies__bs {
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.scss +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/companies--default.html b/components/detail/companies--default.html new file mode 100644 index 0000000..b413578 --- /dev/null +++ b/components/detail/companies--default.html @@ -0,0 +1,2159 @@ + + + + + + + + + + + + +companies component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + companies component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +

+        
+    
+
+ + +
+ +
+
+
+ + +
+ + + +
{
+  "companies": [
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "association",
+      "src": "/images/asa-logo.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/bosch-logo.svg"
+    },
+    {
+      "affiliation": "customer",
+      "src": "/images/jiffy-lube.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +// import { tns } from "tiny-slider/src/tiny-slider";
    +// import $ from "jquery";
    +/**
    + *  This is the main file for Companies
    + */
    +
    +/* STARTER CODE
    +
    +class Companies {
    +    constructor($inst) {
    +        cponsole.log('Initializing Companies')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.js +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.js +
  • +
  • + Size: + 263 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Companies
    + */
    +
    +.cmp-companies__bs {
    +  @include media-breakpoint-up(lg) {
    +    a.cmp-slider-prev,
    +    a.cmp-slider-next {
    +      position: absolute;
    +      margin-top: -50px;
    +    }
    +    a.cmp-slider-prev {
    +      left: 1em;
    +    }
    +    a.cmp-slider-next {
    +      right: 1em;
    +    }
    +    ol.carousel-indicators {
    +      display: none;
    +    }
    +  }
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +    .cmp-companies-logo {
    +      display: flex;
    +      flex-direction: column;
    +    }
    +    .cmp-company-affiliation {
    +      font-size: 8px;
    +      line-height: 1.25;
    +      letter-spacing: 0.16px;
    +      color: #54565a;
    +      text-transform: uppercase;
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        font-size: 10px;
    +        letter-spacing: 0.2px;
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +.cmp-companies__bs {
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.scss +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/companies--page.html b/components/detail/companies--page.html new file mode 100644 index 0000000..c35db7b --- /dev/null +++ b/components/detail/companies--page.html @@ -0,0 +1,2266 @@ + + + + + + + + + + + + +companies component: Page | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + companies component: Page + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-companies-page text-center">
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/key.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/key.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/key.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+        </div>
+    </div>
+    <div class="cmp-companies-company">
+        <div class="cmp-companies-logo my-auto my-lg-0">
+
+            <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+            <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+        </div>
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-companies-page text-center">
+	{% for company in companies %}
+		<div class="cmp-companies-company">
+			<div class="cmp-companies-logo my-auto my-lg-0">
+			{% include "@image" with company %}
+			<small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">{{company.affiliation}}</small>
+			</div>
+		</div>
+	{% endfor %}
+</div>
+
+
+ + +
+ + + +
{
+  "companies": [
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "association",
+      "src": "/images/asa-logo.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/bosch-logo.svg"
+    },
+    {
+      "affiliation": "customer",
+      "src": "/images/jiffy-lube.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +// import { tns } from "tiny-slider/src/tiny-slider";
    +// import $ from "jquery";
    +/**
    + *  This is the main file for Companies
    + */
    +
    +/* STARTER CODE
    +
    +class Companies {
    +    constructor($inst) {
    +        cponsole.log('Initializing Companies')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.js +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.js +
  • +
  • + Size: + 263 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Companies
    + */
    +
    +.cmp-companies__bs {
    +  @include media-breakpoint-up(lg) {
    +    a.cmp-slider-prev,
    +    a.cmp-slider-next {
    +      position: absolute;
    +      margin-top: -50px;
    +    }
    +    a.cmp-slider-prev {
    +      left: 1em;
    +    }
    +    a.cmp-slider-next {
    +      right: 1em;
    +    }
    +    ol.carousel-indicators {
    +      display: none;
    +    }
    +  }
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +    .cmp-companies-logo {
    +      display: flex;
    +      flex-direction: column;
    +    }
    +    .cmp-company-affiliation {
    +      font-size: 8px;
    +      line-height: 1.25;
    +      letter-spacing: 0.16px;
    +      color: #54565a;
    +      text-transform: uppercase;
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        font-size: 10px;
    +        letter-spacing: 0.2px;
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +.cmp-companies__bs {
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.scss +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/companies.html b/components/detail/companies.html new file mode 100644 index 0000000..a07234d --- /dev/null +++ b/components/detail/companies.html @@ -0,0 +1,2168 @@ + + + + + + + + + + + + +companies component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + companies component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +

+        
+    
+
+ + +
+ +
+
+
+ + +
+ + + +
{
+  "companies": [
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "association",
+      "src": "/images/asa-logo.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/bosch-logo.svg"
+    },
+    {
+      "affiliation": "customer",
+      "src": "/images/jiffy-lube.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "Association",
+      "src": "/images/3-m-logo.svg"
+    },
+    {
+      "affiliation": "Associaiton",
+      "src": "/images/key.svg"
+    },
+    {
+      "affiliation": "integration partner",
+      "src": "/images/carmax-logo.svg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +// import { tns } from "tiny-slider/src/tiny-slider";
    +// import $ from "jquery";
    +/**
    + *  This is the main file for Companies
    + */
    +
    +/* STARTER CODE
    +
    +class Companies {
    +    constructor($inst) {
    +        cponsole.log('Initializing Companies')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.js +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.js +
  • +
  • + Size: + 263 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Companies
    + */
    +
    +.cmp-companies__bs {
    +  @include media-breakpoint-up(lg) {
    +    a.cmp-slider-prev,
    +    a.cmp-slider-next {
    +      position: absolute;
    +      margin-top: -50px;
    +    }
    +    a.cmp-slider-prev {
    +      left: 1em;
    +    }
    +    a.cmp-slider-next {
    +      right: 1em;
    +    }
    +    ol.carousel-indicators {
    +      display: none;
    +    }
    +  }
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +    .cmp-companies-logo {
    +      display: flex;
    +      flex-direction: column;
    +    }
    +    .cmp-company-affiliation {
    +      font-size: 8px;
    +      line-height: 1.25;
    +      letter-spacing: 0.16px;
    +      color: #54565a;
    +      text-transform: uppercase;
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        font-size: 10px;
    +        letter-spacing: 0.2px;
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +.cmp-companies__bs {
    +}
    +
    +.cmp-companies-page {
    +  display: flex;
    +  flex-wrap: wrap;
    +
    +  .cmp-companies-company {
    +    width: 33%;
    +    flex: 0 0 33.333%;
    +    max-width: 33.333%;
    +    @extend .py-2;
    +    display: flex;
    +    flex-direction: column;
    +
    +    @include media-breakpoint-up(lg) {
    +      width: 20%;
    +      flex: 0 0 20%;
    +      max-width: 20%;
    +
    +      .cmp-company-affiliation {
    +        order: -1;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/companies/companies.scss +
  • +
  • + Filesystem Path: + components/01-units/companies/companies.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/demo01172020.html b/components/detail/demo01172020.html new file mode 100644 index 0000000..889ecbf --- /dev/null +++ b/components/detail/demo01172020.html @@ -0,0 +1,6448 @@ + + + + + + + + + + + + +demo01172020 component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + demo01172020 component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="page">
+
+    <div class="highlighted">
+        <aside class="layout-container section clearfix" role="complementary">
+            <div class="region region-highlighted">
+                <div data-drupal-messages-fallback="" class="hidden"></div>
+
+            </div>
+
+        </aside>
+    </div>
+    <div id="main-wrapper" class="layout-main-wrapper layout-container clearfix">
+        <div id="main" class="layout-main clearfix">
+
+            <main id="content" class="column main-content" role="main">
+                <section class="section">
+                    <a id="main-content" tabindex="-1"></a>
+                    <div class="region region-content">
+                        <div id="block-alldata-block" data-block-plugin-id="block_content:58ad31b5-cc64-4861-979a-11ae1a0f4ce4" class="block block-block-content block-block-content58ad31b5-cc64-4861-979a-11ae1a0f4ce4">
+
+                            <div class="content">
+
+                                <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
+                                    <div id="google_translate_element">
+                                        <div class="skiptranslate goog-te-gadget" dir="ltr" style="">
+                                            <div id=":0.targetLanguage" class="goog-te-gadget-simple" style="white-space: nowrap;"><img src="https://www.google.com/images/cleardot.gif" class="goog-te-gadget-icon" alt="" style="background-image: url(&quot;https://translate.googleapis.com/translate_static/img/te_ctrl3.gif&quot;); background-position: -65px 0px;">
+                                                <span
+                                                    style="vertical-align: middle;"><a aria-haspopup="true" class="goog-te-menu-value" href="javascript:void(0)"><span>Select Language</span><img
+                                                            src="https://www.google.com/images/cleardot.gif" alt=""
+                                                            width="1" height="1"><span
+                                                            style="border-left: 1px solid rgb(187, 187, 187);"></span><img
+                                                            src="https://www.google.com/images/cleardot.gif" alt=""
+                                                            width="1" height="1"><span aria-hidden="true"
+                                                            style="color: rgb(118, 118, 118);"></span></a></span>
+                                            </div>
+                                        </div>
+                                    </div>
+
+                                </div>
+
+                            </div>
+                        </div>
+                        <div id="block-alldata-content" data-block-plugin-id="system_main_block" class="block block-system block-system-main-block">
+
+                            <div class="content">
+
+                                <article role="article" about="/home" class="node node--type-alldata-landing-page node--promoted node--view-mode-full clearfix">
+                                    <header>
+
+                                    </header>
+                                    <div class="node__content clearfix">
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Links&quot; field" data-block-plugin-id="extra_field_block:node:alldata_landing_page:links" class="block block-layout-builder block-extra-field-blocknodealldata-landing-pagelinks">
+
+                                                    <div class="content">
+
+                                                    </div>
+                                                </div>
+                                                <div data-layout-content-preview-placeholder-label="&quot;Hero slider&quot; block" data-block-plugin-id="block_content:3de97c39-092c-4949-a32a-07d55fde05a3" class="block block-block-content block-block-content3de97c39-092c-4949-a32a-07d55fde05a3">
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered position-relative">
+                                                            <div class="cmp-hero">
+                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                    <div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                                                                        <div class="cmp-slider-controls d-flex">
+                                                                            <a class="cmp-slider-prev" href="#carouselHeroSlider" role="button" data-slide="prev">
+                                                                                <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                    aria-hidden="true" width="9"
+                                                                                    height="15" viewBox="0 0 9 15">
+                                                                                    <path fill-rule="evenodd"
+                                                                                        d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z">
+                                                                                    </path>
+                                                                                </svg>
+                                                                                <span class="sr-only">Previous</span>
+                                                                            </a>
+                                                                            <ol class="carousel-indicators">
+                                                                                <li data-target="#carouselHeroSlider" data-slide-to="0" class="active">
+                                                                                </li>
+                                                                                <li data-target="#carouselHeroSlider" data-slide-to="1" class=""></li>
+                                                                            </ol>
+                                                                            <a class="cmp-slider-next" href="#carouselHeroSlider" role="button" data-slide="next">
+                                                                                <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                    aria-hidden="true" width="9"
+                                                                                    height="15" viewBox="0 0 9 15">
+                                                                                    <path fill-rule="evenodd"
+                                                                                        d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z">
+                                                                                    </path>
+                                                                                </svg>
+                                                                                <span class="sr-only">Next</span>
+                                                                            </a>
+                                                                        </div>
+                                                                        <div class="carousel-inner  left ">
+                                                                            <div class="carousel-item  active " style="min-height: 347.4px;">
+                                                                                <div class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                KYAUTOMOTIVE INTELLIGENCE
+                                                                                            </div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                                                                                </p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a href="">shop
+                                                                                                    products</a></div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                            <div class="carousel-item   " style="min-height: 347.4px;">
+                                                                                <div class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                TESTING CAROUSEL</div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>slider 2 - From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                                                                                </p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a
+                                                                                                    href="http://www.google.com">shop
+                                                                                                    products</a></div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;WHY ALLDATA&quot; block" data-block-plugin-id="block_content:235385cd-e571-4c08-9933-b62475485588" class="block block-block-content block-block-content235385cd-e571-4c08-9933-b62475485588">
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered bg-primary">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+                                                                    <div class="cmp-jumbo  cmp-jumbo__simple ">
+                                                                        <h2 class="cmp-heading h2 cmp-jumbo__heading">
+
+                                                                            <div class="field field--name-field-brand-block-headline field--type-string field--label-hidden field__item">
+                                                                                WHY ALLDATA</div>
+
+                                                                        </h2>
+
+                                                                        <div class="clearfix text-formatted field field--name-field-brand-block-body field--type-text-long field--label-hidden field__item">
+                                                                            <p>ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000
+                                                                                technicians in over 115,000 shops worldwide.</p>
+                                                                        </div>
+
+                                                                    </div>
+                                                                    <div class="cmp-cols row  cols-1   cols-lg-3">
+
+                                                                        <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+                                                                            <div class="field__item">
+                                                                                <div class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article class="media media--type-image media--view-mode-default">
+
+                                                                                                <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png" alt="REPAIR INFORMATION" typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                REPAIR INFORMATION</div>
+
+                                                                                        </h3>
+
+                                                                                        <div class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                                                                                            </p>
+                                                                                        </div>
+
+                                                                                        <hr class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                            <div class="field__item">
+                                                                                <div class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article class="media media--type-image media--view-mode-default">
+
+                                                                                                <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png" alt="REPAIR INFORMATION" typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                DIAGNOSTICS</div>
+
+                                                                                        </h3>
+
+                                                                                        <div class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                                                                                            </p>
+                                                                                        </div>
+
+                                                                                        <hr class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                            <div class="field__item">
+                                                                                <div class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article class="media media--type-image media--view-mode-default">
+
+                                                                                                <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png" alt="REPAIR INFORMATION" typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                SHOP MANAGEMENT</div>
+
+                                                                                        </h3>
+
+                                                                                        <div class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                                                                                            </p>
+                                                                                        </div>
+
+                                                                                        <hr class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+
+                                                                    </div>
+                                                                </div>
+
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Who We Serve&quot; block" data-block-plugin-id="block_content:74749b5a-76b9-4341-97a0-c4f77f29b4d4" class="block block-block-content block-block-content74749b5a-76b9-4341-97a0-c4f77f29b4d4">
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered">
+                                                            <div class="cmp-servicescards">
+                                                                <div class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+                                                                    <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+
+                                                                        <div class="field field--name-field-card-sec-headline field--type-string field--label-hidden field__item">
+                                                                            Who We Serve</div>
+
+                                                                    </h2>
+                                                                    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+                                                                        <g fill="#F16824" fill-rule="evenodd">
+                                                                            <path
+                                                                                d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                            </path>
+                                                                        </g>
+                                                                    </svg>
+                                                                </div>
+                                                                <div class="cmp-servicescards__cardcontainer mx-sm-auto">
+
+                                                                    <div class="field field--name-field-cards field--type-entity-reference field--label-hidden field__items">
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3661" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Independent collision shops
+                                                                                                </div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3666" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    INDEPENDENT REPAIR SHOPS
+                                                                                                </div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3671" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    MUTLI-SHOP</div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3676" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    GOVERNMENT / EDUCATION
+                                                                                                </div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3681" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Dealerships</div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3686" class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation" class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div class="cmp-servcard__image">
+                                                                                            <div class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article class="media media--type-image media--view-mode-default">
+
+                                                                                                            <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile" style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div class="cmp-servcard__content">
+                                                                                            <h6 class="cmp-heading h6   ">
+
+                                                                                                <div class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Single Vechicle Subscriber
+                                                                                                </div>
+
+                                                                                            </h6>
+                                                                                            <button class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                                                                                        </p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div class="cmp-cardlink">
+
+                                                                                                    <div class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Go To
+                                                                                                            DIY Site</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                    </div>
+
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+                                                    </div>
+                                                </div>
+                                                <div data-layout-content-preview-placeholder-label="&quot;What we do&quot; block" data-block-plugin-id="block_content:8c71e36f-4184-4df5-b87d-e1529c3a2969" class="block block-block-content block-block-content8c71e36f-4184-4df5-b87d-e1529c3a2969">
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered position-relative">
+                                                            <div class="cmp-hero">
+                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                    <div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                                                                        <div class="carousel-inner single-slide right ">
+                                                                            <div class="carousel-item  active " style="min-height: 269.8px;">
+                                                                                <div class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                WHAT WE DO</div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>We are a
+                                                                                                    <strong>data-driven
+                                                                                                        solutions</strong> provider working
+                                                                                                    <strong>hard</strong> and
+                                                                                                    <strong>smart</strong> to help automotive repair shop and be the <strong>best
+                                                                                                        they can
+                                                                                                        be</strong></p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a href="">ABOUT US</a>
+                                                                                            </div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Testimonial Section&quot; block" data-block-plugin-id="block_content:fbd40c5c-93ba-4065-8138-4787a00e8ae3" class="block block-block-content block-block-contentfbd40c5c-93ba-4065-8138-4787a00e8ae3">
+
+                                                    <div class="content">
+
+                                                        <section class="columns is-centered">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-testimonial">
+                                                                    <div class="cmp-testimonial-inner">
+                                                                        <div id="carouselTestimonialSlider" class="cmp-slider carousel slide pointer-event" data-ride="carousel" data-interval="false">
+                                                                            <div class="cmp-slider-controls d-flex">
+                                                                                <a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
+                                                                                    <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                        aria-hidden="true" width="9"
+                                                                                        height="15" viewBox="0 0 9 15">
+                                                                                        <path fill-rule="evenodd"
+                                                                                            d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z">
+                                                                                        </path>
+                                                                                    </svg>
+                                                                                    <span
+                                                                                        class="sr-only">Previous</span>
+                                                                                </a>
+                                                                                <ol class="carousel-indicators">
+                                                                                    <li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active"></li>
+                                                                                    <li data-target="#carouselTestimonialSlider" data-slide-to="1" class=""></li>
+                                                                                </ol>
+                                                                                <a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
+                                                                                    <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                        aria-hidden="true" width="9"
+                                                                                        height="15" viewBox="0 0 9 15">
+                                                                                        <path fill-rule="evenodd"
+                                                                                            d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z">
+                                                                                        </path>
+                                                                                    </svg>
+                                                                                    <span class="sr-only">Next</span>
+                                                                                </a>
+                                                                            </div>
+
+                                                                            <div class="carousel-inner">
+                                                                                <div class="carousel-item  active ">
+
+                                                                                    <article role="article" about="/node/3651" class="node node--type-testimonial node--promoted node--view-mode-default">
+                                                                                        <div class="node__content">
+                                                                                            <div class="">
+                                                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                                                    <div class="cmp-shadow-box-img">
+                                                                                                        <div class="desktop">
+                                                                                                            <div class="field field--name-field-testimonial-desk-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                    <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg" alt="Testimonial 1" typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+                                                                                                        <div class="mobile" style="display: none;">
+                                                                                                            <div class="field field--name-field-testimonial-mobile-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                    <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg" width="669" height="738" alt="Testimonial 1" typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+
+                                                                                                        <div class="cmp-shadow-box-play-container">
+                                                                                                            <button class="btn">
+                                                                                                                <img class="cmp-image "
+                                                                                                                    src="/images/play.svg"
+                                                                                                                    alt="">
+                                                                                                                <span
+                                                                                                                    class="sr-only"></span>
+                                                                                                            </button>
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                    <div class="cmp-shadow-box-quote">
+                                                                                                        <div class="cmp-quote">
+                                                                                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+                                                                                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                                                                                <p>
+                                                                                                                </p>
+                                                                                                                <div class="clearfix text-formatted field field--name-field-testimonial-quote field--type-text-long field--label-hidden field__item">
+                                                                                                                    <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.
+                                                                                                                    </p>
+                                                                                                                </div>
+                                                                                                                <p></p>
+                                                                                                                <footer>
+                                                                                                                    <div class="field field--name-field-testimonial-cite field--type-string field--label-hidden field__item">
+                                                                                                                        Josh Kazdan, Autosphere
+                                                                                                                    </div>
+                                                                                                                </footer>
+                                                                                                            </blockquote>
+                                                                                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </article>
+
+                                                                                </div>
+                                                                                <div class="carousel-item   ">
+
+                                                                                    <article role="article" about="/node/3656" class="node node--type-testimonial node--promoted node--view-mode-default">
+                                                                                        <div class="node__content">
+                                                                                            <div class="">
+                                                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                                                    <div class="cmp-shadow-box-img">
+                                                                                                        <div class="desktop">
+                                                                                                            <div class="field field--name-field-testimonial-desk-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                    <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg" width="669" height="738" alt="Testimonial 1" typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+                                                                                                        <div class="mobile" style="display: none;">
+                                                                                                            <div class="field field--name-field-testimonial-mobile-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                    <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg" width="669" height="738" alt="Testimonial 1" typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+
+                                                                                                        <div class="cmp-shadow-box-play-container">
+                                                                                                            <button class="btn">
+                                                                                                                <img class="cmp-image "
+                                                                                                                    src="/images/play.svg"
+                                                                                                                    alt="">
+                                                                                                                <span
+                                                                                                                    class="sr-only"></span>
+                                                                                                            </button>
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                    <div class="cmp-shadow-box-quote">
+                                                                                                        <div class="cmp-quote">
+                                                                                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+                                                                                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                                                                                <p>
+                                                                                                                </p>
+                                                                                                                <div class="clearfix text-formatted field field--name-field-testimonial-quote field--type-text-long field--label-hidden field__item">
+                                                                                                                    <p>2 -&nbsp;ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their
+                                                                                                                        fingertips.
+                                                                                                                    </p>
+                                                                                                                </div>
+                                                                                                                <p></p>
+                                                                                                                <footer>
+                                                                                                                    <div class="field field--name-field-testimonial-cite field--type-string field--label-hidden field__item">
+                                                                                                                        2- Josh Kazdan, Autosphere
+                                                                                                                    </div>
+                                                                                                                </footer>
+                                                                                                            </blockquote>
+                                                                                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </article>
+
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+                                                                        <div class="cmp-testimonial-footer">
+                                                                            <p class="cmp-text">
+
+                                                                            </p>
+                                                                            <div class="clearfix text-formatted field field--name-field-shadowbox-description field--type-text-long field--label-hidden field__item">
+                                                                                <p>See what over 400,000 technicians can't work without.</p>
+                                                                            </div>
+
+                                                                            <p></p>
+                                                                            <button class="cmp-button btn btn-outline-secondary">
+                                                                                <div
+                                                                                    class="field field--name-field-shadow-cta field--type-link field--label-hidden field__item">
+                                                                                    <a href="">Get Started</a></div>
+                                                                            </button>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;SEE THE LATEST&quot; block" data-block-plugin-id="block_content:7e55eb43-1569-4ff4-9de6-38a4d4cb5ff1" class="block block-block-content block-block-content7e55eb43-1569-4ff4-9de6-38a4d4cb5ff1">
+
+                                                    <div class="content">
+
+                                                        <section class="cmp-skew columns is-centered bg-primary-100  ">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-latest">
+                                                                    <div class="container">
+                                                                        <h2 class="cmp-heading h2 has-line ">
+
+                                                                            <div class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                SEE THE LATEST</div>
+
+                                                                        </h2>
+                                                                        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+                                                                            <g fill="#F16824" fill-rule="evenodd">
+                                                                                <path
+                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                </path>
+                                                                            </g>
+                                                                        </svg>
+                                                                        <div class="cmp-latestcards__cardcontainer">
+                                                                            <div class="row">
+                                                                                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                                                                                    <div class="cmp-latestcard">
+
+                                                                                        <div class="field field--name-field-recent-post-paragraph field--type-entity-reference-revisions field--label-hidden field__items">
+                                                                                            <div class="field__item">
+                                                                                                <div class="paragraph paragraph--type--recent-posts-section paragraph--view-mode--default">
+
+                                                                                                    <div class="cmp-latestHeading">
+                                                                                                        <h6 class="heading-title">
+                                                                                                            <div class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                                                NEWS
+                                                                                                            </div>
+                                                                                                        </h6>
+                                                                                                        <button class="heading-link">
+                                                                                                            <a class="heading-link"
+                                                                                                                href="/taxonomy/term/771"
+                                                                                                                target="_self">
+                                                                                                                SEE ALL
+                                                                                                                NEWS</a>
+                                                                                                        </button>
+                                                                                                    </div>
+                                                                                                    <div class="cmp-latestcard-content">
+
+                                                                                                        <div class="field field--name-field-posts-blog-post field--type-entity-reference field--label-hidden field__item">
+                                                                                                            <article role="article" about="/node/3701" class="node node--type-blog-post node--promoted node--view-mode-recent-posts-block clearfix">
+                                                                                                                <div class="node__content clearfix">
+                                                                                                                    <div class="cmp-latestcard__image ">
+                                                                                                                        <div class="d-none d-md-block">
+                                                                                                                            <div class="cmp-imageblue bg-primary">
+
+                                                                                                                                <div class="field field--name-field-blog-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                                    <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                                        <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                                            <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                                                        </div>
+
+                                                                                                                                    </article>
+                                                                                                                                </div>
+
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                    <div class="cmp-latestcard__content">
+                                                                                                                        <h6 class="cmp-heading h6   ">
+
+                                                                                                                            <div class="field field--name-field-blog-headline field--type-string field--label-hidden field__item">
+                                                                                                                                FIVE WAYS TECHNOLOGY CAN HELP YOUR DEALERSHIP SERVICE
+                                                                                                                            </div>
+
+                                                                                                                        </h6>
+                                                                                                                        <span class="cmp-latestcard__more">
+                                                                                                                            <img src="/images/plus-orange.svg"
+                                                                                                                                alt="more">
+                                                                                                                        </span>
+                                                                                                                        <div class="cmp-text">
+
+                                                                                                                            <div class="clearfix text-formatted field field--name-field-blog-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                                                <p>At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales &amp; Business Development at ALLDATA...
+                                                                                                                                </p>
+                                                                                                                            </div>
+
+                                                                                                                        </div>
+                                                                                                                        <div class="cmp-cardlink">
+                                                                                                                            <div class="field field--name-field-blog-cta field--type-link field--label-hidden field__item">
+                                                                                                                                <a href="">LEARN
+                                                                                                                                    MORE</a>
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                </div>
+                                                                                                            </article>
+                                                                                                        </div>
+
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                            <div class="field__item">
+                                                                                                <div class="paragraph paragraph--type--recent-posts-section paragraph--view-mode--default">
+
+                                                                                                    <div class="cmp-latestHeading">
+                                                                                                        <h6 class="heading-title">
+                                                                                                            <div class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                                                Teach tips
+                                                                                                            </div>
+                                                                                                        </h6>
+                                                                                                        <button class="heading-link">
+                                                                                                            <a class="heading-link"
+                                                                                                                href="/taxonomy/term/776"
+                                                                                                                target="_self">
+                                                                                                                SEE ALL
+                                                                                                                TEACH
+                                                                                                                TIPS</a>
+                                                                                                        </button>
+                                                                                                    </div>
+                                                                                                    <div class="cmp-latestcard-content">
+
+                                                                                                        <div class="field field--name-field-posts-blog-post field--type-entity-reference field--label-hidden field__item">
+                                                                                                            <article role="article" about="/node/3706" class="node node--type-blog-post node--promoted node--view-mode-recent-posts-block clearfix">
+                                                                                                                <div class="node__content clearfix">
+                                                                                                                    <div class="cmp-latestcard__image ">
+                                                                                                                        <div class="d-none d-md-block">
+                                                                                                                            <div class="cmp-imageblue bg-primary">
+
+                                                                                                                                <div class="field field--name-field-blog-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                                    <article class="media media--type-image media--view-mode-default">
+
+                                                                                                                                        <div class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                                            <img class="cmp-image" src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg" alt="servicecard" typeof="foaf:Image">
+
+                                                                                                                                        </div>
+
+                                                                                                                                    </article>
+                                                                                                                                </div>
+
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                    <div class="cmp-latestcard__content">
+                                                                                                                        <h6 class="cmp-heading h6   ">
+
+                                                                                                                            <div class="field field--name-field-blog-headline field--type-string field--label-hidden field__item">
+                                                                                                                                FIVE WAYS TECHNOLOGY CAN HELP YOUR DEALERSHIP SERVICE
+                                                                                                                            </div>
+
+                                                                                                                        </h6>
+                                                                                                                        <span class="cmp-latestcard__more">
+                                                                                                                            <img src="/images/plus-orange.svg"
+                                                                                                                                alt="more">
+                                                                                                                        </span>
+                                                                                                                        <div class="cmp-text">
+
+                                                                                                                            <div class="clearfix text-formatted field field--name-field-blog-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                                                <p>At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales &amp; Business Development at ALLDATA...
+                                                                                                                                </p>
+                                                                                                                            </div>
+
+                                                                                                                        </div>
+                                                                                                                        <div class="cmp-cardlink">
+                                                                                                                            <div class="field field--name-field-blog-cta field--type-link field--label-hidden field__item">
+                                                                                                                                <a href="">LEARN
+                                                                                                                                    MORE</a>
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                </div>
+                                                                                                            </article>
+                                                                                                        </div>
+
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </div>
+                                                                                </div>
+                                                                                <div class="more-news d-none d-md-block">
+                                                                                    <button class="cmp-button btn btn-outline-secondary">
+                                                                                        <div
+                                                                                            class="field field--name-field-posts-block-cta field--type-link field--label-hidden field__item">
+                                                                                            <a href="">see this month's
+                                                                                                issue of alldata
+                                                                                                news</a></div>
+                                                                                    </button>
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+
+                                    </div>
+                                </article>
+
+                            </div>
+                        </div>
+
+                    </div>
+
+                </section>
+            </main>
+        </div>
+    </div>
+
+</div>
+ +
+
+ + +
+ +
<div id="page">
+    {# <header id="header" class="header" role="banner" aria-label="Site header">
+        <div class="section layout-container clearfix">
+            <div class="clearfix region region-header">
+                <div id="block-sitebanner-2" data-block-plugin-id="block_content:86c19f2b-dc50-4858-a9c2-44423ebe325e"
+                    class="block block-block-content block-block-content86c19f2b-dc50-4858-a9c2-44423ebe325e">
+
+
+                    <div class="content">
+
+                        <div
+                            class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
+                            <div class="banner font">
+                                <div class="banner-text">Try ALLDATA Collisiion FREE for 5 DAYS. Start your free trial!
+                                </div>
+                                <span>X</span>
+                            </div>
+                        </div>
+
+                    </div>
+                </div>
+
+            </div>
+
+            <div class="region region-secondary-menu">
+                <nav role="navigation" aria-labelledby="block-alldata-account-menu-menu" id="block-alldata-account-menu"
+                    class="upper-menu block block-menu navigation menu--account"
+                    data-block-plugin-id="system_menu_block:account">
+
+                    <h2 class="visually-hidden" id="block-alldata-account-menu-menu">User account menu</h2>
+
+
+                    <div class="content">
+                        <div class="menu-toggle-target menu-toggle-target-show" id="show-block-alldata-account-menu">
+                        </div>
+                        <div class="menu-toggle-target" id="hide-block-alldata-account-menu"></div>
+                        <a class="menu-toggle" href="#show-block-alldata-account-menu">Show — User account menu</a>
+                        <a class="menu-toggle menu-toggle--hide" href="#hide-block-alldata-account-menu">Hide — User
+                            account menu</a>
+
+                        <ul data-region="secondary_menu" class="clearfix menu">
+                            <li class="menu-item">
+                                <a href="tel:800-697-2533">800-697-2533</a>
+                            </li>
+                            <li class="menu-item">
+                                <a href="">CONTACT A REP</a>
+                            </li>
+                            <li class="menu-item">
+                                <a href="/user/login" data-drupal-link-system-path="user/login">Log in</a>
+                            </li>
+                        </ul>
+
+
+
+                    </div>
+                </nav>
+
+            </div>
+
+            <div class="region region-primary-menu main-menu font">
+                <div id="block-alldata-branding"
+                    class="logo clearfix site-branding block block-system block-system-branding-block"
+                    data-block-plugin-id="system_branding_block">
+
+
+                    <a href="/" title="Home" rel="home" class="site-branding__logo">
+                        <img src="http://alldatadev.prod.acquia-sites.com/themes/custom/alldata/alldatalogo.png" alt="Home">
+                    </a>
+                    <hr class="sublogo">
+                </div>
+                <nav role="navigation" aria-labelledby="block-alldata-main-menu-menu" id="block-alldata-main-menu"
+                    data-block-plugin-id="system_menu_block:main" class="block block-menu navigation menu--main">
+
+                    <h2 class="visually-hidden" id="block-alldata-main-menu-menu">Main navigation</h2>
+
+
+                    <div class="content main-menu-content">
+                        <div class="menu-toggle-target menu-toggle-target-show" id="show-block-alldata-main-menu"></div>
+                        <div class="menu-toggle-target" id="hide-block-alldata-main-menu"></div>
+                        <a class="menu-toggle" href="#show-block-alldata-main-menu">Show — Main navigation</a>
+                        <a class="menu-toggle menu-toggle--hide" href="#hide-block-alldata-main-menu">Hide — Main
+                            navigation</a>
+
+
+                        <ul class="menu h-100 menu-level-0">
+
+                            <li class="menu-item h-100">
+                                <a href="" class="menulink">Products</a>
+
+
+                                <div
+                                    class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default">
+                                    <div class="layout layout--fourcol-section collapsed-menu font">
+
+                                        <div class="layout__region layout__region--first collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Repair Information&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Repair Information</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Repair Information</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide — Repair
+                                                        Information</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Repair</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Collision</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Estimate Integration</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Mobile</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Community</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--second collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Diagnostics&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Diagnostics</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Diagnostics</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Diagnostics</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Diagnostics</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Tech-Assist</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--third collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Shop Management&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Shop Management</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Shop Management</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide — Shop
+                                                        Management</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Manage Online</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Titan</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--fourth collapsed-content">
+
+                                            <div data-layout-content-preview-placeholder-label="&quot;Paragraph item 0&quot; block"
+                                                data-block-plugin-id="paragraph_field:menu_link_content:field_menu_link_and_image:0:main"
+                                                class="block block-paragraph-blocks block-paragraph-fieldmenu-link-contentfield-menu-link-and-image0main">
+
+
+                                                <div class="content">
+                                                    <div
+                                                        class="paragraph paragraph--type--header-menu-image-component paragraph--view-mode--default content-imag">
+                                                        <div>
+
+                                                            <img class="cmp-image"
+                                                                src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2019-12/alldata.png"
+                                                                width="574" height="428" alt="" typeof="foaf:Image">
+
+
+
+                                                            <p><a href="">What's right for my shop?</a></p>
+
+                                                        </div>
+                                                    </div>
+
+                                                </div>
+                                            </div>
+                                            <div data-layout-content-preview-placeholder-label="&quot;Paragraph item 1&quot; block"
+                                                data-block-plugin-id="paragraph_field:menu_link_content:field_menu_link_and_image:1:main"
+                                                class="block block-paragraph-blocks block-paragraph-fieldmenu-link-contentfield-menu-link-and-image1main">
+
+
+                                                <div class="content">
+                                                    <div
+                                                        class="paragraph paragraph--type--header-menu-image-component paragraph--view-mode--default content-imag">
+                                                        <div>
+
+                                                            <img class="cmp-image"
+                                                                src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2019-12/alldata.png"
+                                                                width="574" height="428" alt="" typeof="foaf:Image">
+
+
+
+                                                            <p><a href="">Testimonials</a></p>
+
+                                                        </div>
+                                                    </div>
+
+                                                </div>
+                                            </div>
+
+                                        </div>
+
+                                    </div>
+                                    <div class="layout layout--onecol">
+                                        <div>
+
+                                        </div>
+                                    </div>
+
+                                </div>
+
+
+
+                            </li>
+
+                            <li class="menu-item h-100">
+                                <a href="" class="menulink">Support</a>
+
+
+                                <div
+                                    class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default">
+                                    <div class="layout layout--fourcol-section collapsed-menu font">
+
+                                        <div class="layout__region layout__region--first collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Popular Topics&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Popular Topics</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Popular Topics</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Popular Topics</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">Getting Started</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Recover User Name or Password</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Vehicle Information Request</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Login Center</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--second collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Product Support&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Product Support</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Product Support</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Product Support</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Repair</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Mobile</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Diagnostics</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Tech-Assist</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Manage Online</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Shop Management</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--third collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Account Billing &amp; Support&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Account Billing &amp; Support</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Account Billing &amp;
+                                                        Support</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Account Billing &amp; Support</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">Billing Options</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Account Options</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Training and Certifications&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Training and Certifications</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Training and
+                                                        Certifications</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Training and Certifications</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">Product Training</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Training Videos</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">On-demand Webinars</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">CAIS Certification Program</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--fourth collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Contact Customer Support&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Contact Customer Support</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Contact Customer
+                                                        Support</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Contact Customer Support</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="tel:800-859-3282">800-859-3282</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                    </div>
+                                    <div class="layout layout--onecol">
+                                        <div>
+
+                                        </div>
+                                    </div>
+
+                                </div>
+
+
+
+                            </li>
+
+                            <li class="menu-item h-100">
+                                <a href="" class="menulink">Resources</a>
+
+
+                                <div
+                                    class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default">
+                                    <div class="layout layout--fourcol-section collapsed-menu font">
+
+                                        <div class="layout__region layout__region--first collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Product Resources&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Product Resources</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Product Resources</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Product Resources</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Repair</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Collision</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Mobile</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Diagnostics</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Tech-Assist</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Manage Online</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Shop Manager</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--second collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;ALLDATA News By Topic&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">ALLDATA News By Topic</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — ALLDATA News By
+                                                        Topic</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        ALLDATA News By Topic</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">General Auto Repair</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Collision Auto Repair</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Shop Management</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Best Practices</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Training</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">News</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Events</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--third collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;ALLDATA News&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">ALLDATA News</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — ALLDATA News</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        ALLDATA News</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">Latest Edition</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Tech Tips&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Tech Tips</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Tech Tips</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide — Tech
+                                                        Tips</a>
+
+                                                </div>
+                                            </nav>
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Industry Webinars&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="submenu-title" id="-menu">Industry Webinars</h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Industry Webinars</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide —
+                                                        Industry Webinars</a>
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+
+                                    </div>
+                                    <div class="layout layout--onecol">
+                                        <div>
+
+                                        </div>
+                                    </div>
+
+                                </div>
+
+
+
+                            </li>
+
+                            <li class="menu-item h-100">
+                                <a href="" class="menulink">About Us</a>
+
+
+                                <div
+                                    class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default">
+                                    <div class="layout layout--fourcol-section collapsed-menu font">
+
+                                        <div class="layout__region layout__region--first collapsed-content">
+
+                                            <div data-layout-content-preview-placeholder-label="&quot;Paragraph item 0&quot; block"
+                                                data-block-plugin-id="paragraph_field:menu_link_content:field_menu_link_and_image:0:main"
+                                                class="block block-paragraph-blocks block-paragraph-fieldmenu-link-contentfield-menu-link-and-image0main">
+
+
+                                                <div class="content">
+                                                    <div
+                                                        class="paragraph paragraph--type--header-menu-image-component paragraph--view-mode--default content-imag">
+                                                        <div>
+
+                                                            <img class="cmp-image"
+                                                                src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2019-12/alldata.png"
+                                                                width="574" height="428" alt="" typeof="foaf:Image">
+
+
+
+                                                        </div>
+                                                    </div>
+
+                                                </div>
+                                            </div>
+
+                                        </div>
+
+                                        <div class="layout__region layout__region--second collapsed-content">
+
+                                            <nav role="navigation" aria-labelledby="-menu"
+                                                data-layout-content-preview-placeholder-label="&quot;Header Flyout Menu&quot; block"
+                                                data-block-plugin-id="menu_block:header-flyout-menu"
+                                                class="block block-menu navigation menu--header-flyout-menu">
+
+                                                <h4 class="visually-hidden submenu-title" id="-menu">Header Flyout Menu
+                                                </h4>
+
+
+                                                <div class="content">
+                                                    <div class="menu-toggle-target menu-toggle-target-show" id="show-">
+                                                    </div>
+                                                    <div class="menu-toggle-target" id="hide-"></div>
+                                                    <a class="menu-toggle" href="#show-">Show — Header Flyout Menu</a>
+                                                    <a class="menu-toggle menu-toggle--hide" href="#hide-">Hide — Header
+                                                        Flyout Menu</a>
+
+                                                    <ul class="clearfix menu">
+                                                        <li class="menu-item">
+                                                            <a href="">ALLDATA Leadership</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Partners</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Press</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Careers</a>
+                                                        </li>
+                                                        <li class="menu-item">
+                                                            <a href="">Contact</a>
+                                                        </li>
+                                                    </ul>
+
+
+
+                                                </div>
+                                            </nav>
+
+                                        </div>
+
+
+
+                                    </div>
+                                    <div class="layout layout--onecol">
+                                        <div>
+
+                                        </div>
+                                    </div>
+
+                                </div>
+
+
+
+                            </li>
+
+                            <li class="menu-item h-100">
+                                <a href="" class="menulink">Buy Now</a>
+
+
+                                <div
+                                    class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default">
+                                    <div class="layout layout--onecol">
+                                        <div>
+
+                                        </div>
+                                    </div>
+
+                                </div>
+
+
+
+                            </li>
+                        </ul>
+
+
+                    </div>
+                </nav>
+                <div id="block-alldata-mainnavigation" data-block-plugin-id="we_megamenu_block:main"
+                    class="block block-we-megamenu block-we-megamenu-blockmain">
+
+
+                    <div class="content">
+
+
+                        <ul class="menu h-100 menu-level-">
+                        </ul>
+
+
+                    </div>
+                </div>
+
+            </div>
+
+        </div>
+    </header> #}
+    <div class="highlighted">
+        <aside class="layout-container section clearfix" role="complementary">
+            <div class="region region-highlighted">
+                <div data-drupal-messages-fallback="" class="hidden"></div>
+
+            </div>
+
+        </aside>
+    </div>
+    <div id="main-wrapper" class="layout-main-wrapper layout-container clearfix">
+        <div id="main" class="layout-main clearfix">
+
+            <main id="content" class="column main-content" role="main">
+                <section class="section">
+                    <a id="main-content" tabindex="-1"></a>
+                    <div class="region region-content">
+                        <div id="block-alldata-block"
+                            data-block-plugin-id="block_content:58ad31b5-cc64-4861-979a-11ae1a0f4ce4"
+                            class="block block-block-content block-block-content58ad31b5-cc64-4861-979a-11ae1a0f4ce4">
+
+
+                            <div class="content">
+
+                                <div
+                                    class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
+                                    <div id="google_translate_element">
+                                        <div class="skiptranslate goog-te-gadget" dir="ltr" style="">
+                                            <div id=":0.targetLanguage" class="goog-te-gadget-simple"
+                                                style="white-space: nowrap;"><img
+                                                    src="https://www.google.com/images/cleardot.gif"
+                                                    class="goog-te-gadget-icon" alt=""
+                                                    style="background-image: url(&quot;https://translate.googleapis.com/translate_static/img/te_ctrl3.gif&quot;); background-position: -65px 0px;"><span
+                                                    style="vertical-align: middle;"><a aria-haspopup="true"
+                                                        class="goog-te-menu-value"
+                                                        href="javascript:void(0)"><span>Select Language</span><img
+                                                            src="https://www.google.com/images/cleardot.gif" alt=""
+                                                            width="1" height="1"><span
+                                                            style="border-left: 1px solid rgb(187, 187, 187);"></span><img
+                                                            src="https://www.google.com/images/cleardot.gif" alt=""
+                                                            width="1" height="1"><span aria-hidden="true"
+                                                            style="color: rgb(118, 118, 118);"></span></a></span></div>
+                                        </div>
+                                    </div>
+                                   
+                                </div>
+
+                            </div>
+                        </div>
+                        <div id="block-alldata-content" data-block-plugin-id="system_main_block"
+                            class="block block-system block-system-main-block">
+
+
+                            <div class="content">
+
+                                <article role="article" about="/home"
+                                    class="node node--type-alldata-landing-page node--promoted node--view-mode-full clearfix">
+                                    <header>
+
+
+                                    </header>
+                                    <div class="node__content clearfix">
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Links&quot; field"
+                                                    data-block-plugin-id="extra_field_block:node:alldata_landing_page:links"
+                                                    class="block block-layout-builder block-extra-field-blocknodealldata-landing-pagelinks">
+
+
+                                                    <div class="content">
+
+                                                    </div>
+                                                </div>
+                                                <div data-layout-content-preview-placeholder-label="&quot;Hero slider&quot; block"
+                                                    data-block-plugin-id="block_content:3de97c39-092c-4949-a32a-07d55fde05a3"
+                                                    class="block block-block-content block-block-content3de97c39-092c-4949-a32a-07d55fde05a3">
+
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered position-relative">
+                                                            <div class="cmp-hero">
+                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                    <div id="carouselHeroSlider"
+                                                                        class="cmp-slider carousel slide   same-height  "
+                                                                        data-ride="carousel" data-interval="false">
+                                                                        <div class="cmp-slider-controls d-flex">
+                                                                            <a class="cmp-slider-prev"
+                                                                                href="#carouselHeroSlider" role="button"
+                                                                                data-slide="prev">
+                                                                                <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                    aria-hidden="true" width="9"
+                                                                                    height="15" viewBox="0 0 9 15">
+                                                                                    <path fill-rule="evenodd"
+                                                                                        d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z">
+                                                                                    </path>
+                                                                                </svg>
+                                                                                <span class="sr-only">Previous</span>
+                                                                            </a>
+                                                                            <ol class="carousel-indicators">
+                                                                                <li data-target="#carouselHeroSlider"
+                                                                                    data-slide-to="0" class="active">
+                                                                                </li>
+                                                                                <li data-target="#carouselHeroSlider"
+                                                                                    data-slide-to="1" class=""></li>
+                                                                            </ol>
+                                                                            <a class="cmp-slider-next"
+                                                                                href="#carouselHeroSlider" role="button"
+                                                                                data-slide="next">
+                                                                                <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                    aria-hidden="true" width="9"
+                                                                                    height="15" viewBox="0 0 9 15">
+                                                                                    <path fill-rule="evenodd"
+                                                                                        d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z">
+                                                                                    </path>
+                                                                                </svg>
+                                                                                <span class="sr-only">Next</span>
+                                                                            </a>
+                                                                        </div>
+                                                                        <div class="carousel-inner  left ">
+                                                                            <div class="carousel-item  active "
+                                                                                style="min-height: 347.4px;">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1
+                                                                                            class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                KYAUTOMOTIVE
+                                                                                                INTELLIGENCE</div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines"
+                                                                                            xmlns="http://www.w3.org/2000/svg"
+                                                                                            width="61" height="17"
+                                                                                            viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div
+                                                                                                class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>From providing shop
+                                                                                                    management software
+                                                                                                    to customer
+                                                                                                    communication tools,
+                                                                                                    we've been the
+                                                                                                    industry leader of
+                                                                                                    OEM auto repair
+                                                                                                    software since 1986.
+                                                                                                </p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button
+                                                                                            class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a href="">shop
+                                                                                                    products</a></div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                            <div class="carousel-item   "
+                                                                                style="min-height: 347.4px;">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1
+                                                                                            class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                TESTING CAROUSEL</div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines"
+                                                                                            xmlns="http://www.w3.org/2000/svg"
+                                                                                            width="61" height="17"
+                                                                                            viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div
+                                                                                                class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>slider 2 - From
+                                                                                                    providing shop
+                                                                                                    management software
+                                                                                                    to customer
+                                                                                                    communication tools,
+                                                                                                    we've been the
+                                                                                                    industry leader of
+                                                                                                    OEM auto repair
+                                                                                                    software since 1986.
+                                                                                                </p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button
+                                                                                            class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a
+                                                                                                    href="http://www.google.com">shop
+                                                                                                    products</a></div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;WHY ALLDATA&quot; block"
+                                                    data-block-plugin-id="block_content:235385cd-e571-4c08-9933-b62475485588"
+                                                    class="block block-block-content block-block-content235385cd-e571-4c08-9933-b62475485588">
+
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered bg-primary">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+                                                                    <div class="cmp-jumbo  cmp-jumbo__simple ">
+                                                                        <h2 class="cmp-heading h2 cmp-jumbo__heading">
+
+                                                                            <div
+                                                                                class="field field--name-field-brand-block-headline field--type-string field--label-hidden field__item">
+                                                                                WHY ALLDATA</div>
+
+                                                                        </h2>
+
+                                                                        <div
+                                                                            class="clearfix text-formatted field field--name-field-brand-block-body field--type-text-long field--label-hidden field__item">
+                                                                            <p>ALLDATA is the industry’s #1 choice for
+                                                                                OEM-accurate mechanical and collision
+                                                                                repair information, shop management
+                                                                                software, and support services, trusted
+                                                                                by more than 400,000 technicians in over
+                                                                                115,000 shops worldwide.</p>
+                                                                        </div>
+
+                                                                    </div>
+                                                                    <div class="cmp-cols row  cols-1   cols-lg-3">
+
+                                                                        <div
+                                                                            class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+                                                                            <div class="field__item">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div
+                                                                                        class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div
+                                                                                            class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article
+                                                                                                class="media media--type-image media--view-mode-default">
+
+
+                                                                                                <div
+                                                                                                    class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image"
+                                                                                                        src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png"
+                                                                                                        {# width="222"
+                                                                                                        height="216" #}
+                                                                                                        alt="REPAIR INFORMATION"
+                                                                                                        typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                REPAIR INFORMATION</div>
+
+                                                                                        </h3>
+
+                                                                                        <div
+                                                                                            class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit
+                                                                                                amet, consectetur
+                                                                                                adipiscing elit.
+                                                                                                Curabitur accumsan
+                                                                                                sapien a orci pharetra
+                                                                                                pretium.</p>
+                                                                                        </div>
+
+
+                                                                                        <hr
+                                                                                            class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                            <div class="field__item">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div
+                                                                                        class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div
+                                                                                            class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article
+                                                                                                class="media media--type-image media--view-mode-default">
+
+
+                                                                                                <div
+                                                                                                    class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image"
+                                                                                                        src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png"
+                                                                                                        {# width="222"
+                                                                                                        height="216" #}
+                                                                                                        alt="REPAIR INFORMATION"
+                                                                                                        typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                DIAGNOSTICS</div>
+
+                                                                                        </h3>
+
+                                                                                        <div
+                                                                                            class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit
+                                                                                                amet, consectetur
+                                                                                                adipiscing elit.
+                                                                                                Curabitur accumsan
+                                                                                                sapien a orci pharetra
+                                                                                                pretium.</p>
+                                                                                        </div>
+
+
+                                                                                        <hr
+                                                                                            class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                            <div class="field__item">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--branding-section paragraph--view-mode--default">
+                                                                                    <div
+                                                                                        class="cmp-brandingcard text-center py-4 py-lg-4 px-lg-4">
+
+                                                                                        <div
+                                                                                            class="field field--name-field-brand-icon field--type-entity-reference field--label-hidden field__item">
+                                                                                            <article
+                                                                                                class="media media--type-image media--view-mode-default">
+
+
+                                                                                                <div
+                                                                                                    class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                    <img class="cmp-image"
+                                                                                                        src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/fill-4%403x.png"
+                                                                                                        {# width="222"
+                                                                                                        height="216" #}
+                                                                                                        alt="REPAIR INFORMATION"
+                                                                                                        typeof="foaf:Image">
+
+                                                                                                </div>
+
+                                                                                            </article>
+                                                                                        </div>
+
+                                                                                        <h3 class="cmp-heading h3">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-brand-headline field--type-string field--label-hidden field__item">
+                                                                                                SHOP MANAGEMENT</div>
+
+                                                                                        </h3>
+
+                                                                                        <div
+                                                                                            class="clearfix text-formatted field field--name-field-brand-body field--type-text-long field--label-hidden field__item">
+                                                                                            <p>Lorem ipsum dolor sit
+                                                                                                amet, consectetur
+                                                                                                adipiscing elit.
+                                                                                                Curabitur accumsan
+                                                                                                sapien a orci pharetra
+                                                                                                pretium.</p>
+                                                                                        </div>
+
+
+                                                                                        <hr
+                                                                                            class="cmp-brandingcard__line">
+                                                                                    </div>
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+
+                                                                    </div>
+                                                                </div>
+
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Who We Serve&quot; block"
+                                                    data-block-plugin-id="block_content:74749b5a-76b9-4341-97a0-c4f77f29b4d4"
+                                                    class="block block-block-content block-block-content74749b5a-76b9-4341-97a0-c4f77f29b4d4">
+
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered">
+                                                            <div class="cmp-servicescards">
+                                                                <div
+                                                                    class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+                                                                    <h2
+                                                                        class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+
+                                                                        <div
+                                                                            class="field field--name-field-card-sec-headline field--type-string field--label-hidden field__item">
+                                                                            Who We Serve</div>
+
+                                                                    </h2>
+                                                                    <svg class="cmp-threelines"
+                                                                        xmlns="http://www.w3.org/2000/svg" width="61"
+                                                                        height="17" viewBox="0 0 61 17">
+                                                                        <g fill="#F16824" fill-rule="evenodd">
+                                                                            <path
+                                                                                d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                            </path>
+                                                                        </g>
+                                                                    </svg>
+                                                                </div>
+                                                                <div
+                                                                    class="cmp-servicescards__cardcontainer mx-sm-auto">
+
+                                                                    <div
+                                                                        class="field field--name-field-cards field--type-entity-reference field--label-hidden field__items">
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3661"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Independent
+                                                                                                    collision shops
+                                                                                                </div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3666"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    INDEPENDENT REPAIR
+                                                                                                    SHOPS</div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3671"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    MUTLI-SHOP</div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3676"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    GOVERNMENT /
+                                                                                                    EDUCATION</div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3681"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Dealerships</div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Learn
+                                                                                                            More</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                        <div class="field__item">
+                                                                            <article role="article" about="/node/3686"
+                                                                                class="node node--type-persona node--promoted node--view-mode-persona-content-block clearfix">
+                                                                                <div class="node__content clearfix">
+                                                                                    <div role="presentation"
+                                                                                        class="cmp-servcard mobile-overflow mb-lg-5 mb-md-3 mb-sm-3 mb-3">
+                                                                                        <div
+                                                                                            class="cmp-servcard__image">
+                                                                                            <div
+                                                                                                class="cmp-imageblue bg-primary">
+                                                                                                <div class="desktop">
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                        <article
+                                                                                                            class="media media--type-image media--view-mode-default">
+
+
+                                                                                                            <div
+                                                                                                                class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                <img class="cmp-image"
+                                                                                                                    src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                    {# width="588"
+                                                                                                                    height="392" #}
+                                                                                                                    alt="servicecard"
+                                                                                                                    typeof="foaf:Image">
+
+                                                                                                            </div>
+
+                                                                                                        </article>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                                <div class="mobile"
+                                                                                                    style="display:none;">
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                        <div
+                                                                                            class="cmp-servcard__content">
+                                                                                            <h6
+                                                                                                class="cmp-heading h6   ">
+
+                                                                                                <div
+                                                                                                    class="field field--name-field-persona-headline field--type-string field--label-hidden field__item">
+                                                                                                    Single Vechicle
+                                                                                                    Subscriber</div>
+
+                                                                                            </h6>
+                                                                                            <button
+                                                                                                class="cmp-servcard__more"><img
+                                                                                                    src="/images/plus-orange.svg"
+                                                                                                    alt="more"></button>
+                                                                                            <div class="cmp-servcard__description  d-none d-lg-block"
+                                                                                                aria-hidden="true"
+                                                                                                aria-expanded="false">
+                                                                                                <div class="cmp-text">
+
+                                                                                                    <div
+                                                                                                        class="clearfix text-formatted field field--name-field-persona-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                        <p>Our Collision
+                                                                                                            Advantage
+                                                                                                            integrates
+                                                                                                            with the
+                                                                                                            three major
+                                                                                                            estimating
+                                                                                                            systems,
+                                                                                                            analyzing
+                                                                                                            your
+                                                                                                            estimate in
+                                                                                                            seconds and
+                                                                                                            displaying
+                                                                                                            on a single
+                                                                                                            screen.</p>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                                <div
+                                                                                                    class="cmp-cardlink">
+
+                                                                                                    <div
+                                                                                                        class="field field--name-field-persona-cta field--type-link field--label-hidden field__item">
+                                                                                                        <a href="">Go To
+                                                                                                            DIY Site</a>
+                                                                                                    </div>
+
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+                                                                                    </div>
+
+                                                                                </div>
+                                                                            </article>
+
+                                                                        </div>
+                                                                    </div>
+
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+                                                    </div>
+                                                </div>
+                                                <div data-layout-content-preview-placeholder-label="&quot;What we do&quot; block"
+                                                    data-block-plugin-id="block_content:8c71e36f-4184-4df5-b87d-e1529c3a2969"
+                                                    class="block block-block-content block-block-content8c71e36f-4184-4df5-b87d-e1529c3a2969">
+
+
+                                                    <div class="content">
+                                                        <section class="columns is-centered position-relative">
+                                                            <div class="cmp-hero">
+                                                                <div class="cmp-cols row  cols-1  cols-md-2">
+                                                                    <div id="carouselHeroSlider"
+                                                                        class="cmp-slider carousel slide   same-height  "
+                                                                        data-ride="carousel" data-interval="false">
+                                                                        <div class="carousel-inner single-slide right ">
+                                                                            <div class="carousel-item  active "
+                                                                                style="min-height: 269.8px;">
+                                                                                <div
+                                                                                    class="paragraph paragraph--type--slider-section paragraph--view-mode--default">
+                                                                                    <div class="cmp-jumbo ">
+                                                                                        <h1
+                                                                                            class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-headline field--type-string field--label-hidden field__item">
+                                                                                                WHAT WE DO</div>
+
+                                                                                        </h1>
+                                                                                        <svg class="cmp-threelines"
+                                                                                            xmlns="http://www.w3.org/2000/svg"
+                                                                                            width="61" height="17"
+                                                                                            viewBox="0 0 61 17">
+                                                                                            <g fill="#F16824"
+                                                                                                fill-rule="evenodd">
+                                                                                                <path
+                                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                                </path>
+                                                                                            </g>
+                                                                                        </svg>
+                                                                                        <div class="cmp-text">
+
+                                                                                            <div
+                                                                                                class="clearfix text-formatted field field--name-field-slider-body field--type-text-long field--label-hidden field__item">
+                                                                                                <p>We are a
+                                                                                                    <strong>data-driven
+                                                                                                        solutions</strong>
+                                                                                                    provider working
+                                                                                                    <strong>hard</strong>
+                                                                                                    and
+                                                                                                    <strong>smart</strong>
+                                                                                                    to help automotive
+                                                                                                    repair shop and be
+                                                                                                    the <strong>best
+                                                                                                        they can
+                                                                                                        be</strong></p>
+                                                                                            </div>
+
+                                                                                        </div>
+                                                                                        <button
+                                                                                            class="cmp-button btn btn-outline-secondary">
+                                                                                            <div
+                                                                                                class="field field--name-field-slider-cta field--type-link field--label-hidden field__item">
+                                                                                                <a href="">ABOUT US</a>
+                                                                                            </div>
+                                                                                        </button>
+                                                                                    </div>
+
+                                                                                </div>
+
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+
+
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;Testimonial Section&quot; block"
+                                                    data-block-plugin-id="block_content:fbd40c5c-93ba-4065-8138-4787a00e8ae3"
+                                                    class="block block-block-content block-block-contentfbd40c5c-93ba-4065-8138-4787a00e8ae3">
+
+
+                                                    <div class="content">
+
+                                                        <section class="columns is-centered">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-testimonial">
+                                                                    <div class="cmp-testimonial-inner">
+                                                                        <div id="carouselTestimonialSlider"
+                                                                            class="cmp-slider carousel slide pointer-event"
+                                                                            data-ride="carousel" data-interval="false">
+                                                                            <div class="cmp-slider-controls d-flex">
+                                                                                <a class="cmp-slider-prev"
+                                                                                    href="#carouselTestimonialSlider"
+                                                                                    role="button" data-slide="prev">
+                                                                                    <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                        aria-hidden="true" width="9"
+                                                                                        height="15" viewBox="0 0 9 15">
+                                                                                        <path fill-rule="evenodd"
+                                                                                            d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z">
+                                                                                        </path>
+                                                                                    </svg>
+                                                                                    <span
+                                                                                        class="sr-only">Previous</span>
+                                                                                </a>
+                                                                                <ol class="carousel-indicators">
+                                                                                    <li data-target="#carouselTestimonialSlider"
+                                                                                        data-slide-to="0"
+                                                                                        class="active"></li>
+                                                                                    <li data-target="#carouselTestimonialSlider"
+                                                                                        data-slide-to="1" class=""></li>
+                                                                                </ol>
+                                                                                <a class="cmp-slider-next"
+                                                                                    href="#carouselTestimonialSlider"
+                                                                                    role="button" data-slide="next">
+                                                                                    <svg xmlns="http://www.w3.org/2000/svg"
+                                                                                        aria-hidden="true" width="9"
+                                                                                        height="15" viewBox="0 0 9 15">
+                                                                                        <path fill-rule="evenodd"
+                                                                                            d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z">
+                                                                                        </path>
+                                                                                    </svg>
+                                                                                    <span class="sr-only">Next</span>
+                                                                                </a>
+                                                                            </div>
+
+                                                                            <div class="carousel-inner">
+                                                                                <div class="carousel-item  active ">
+
+                                                                                    <article role="article"
+                                                                                        about="/node/3651"
+                                                                                        class="node node--type-testimonial node--promoted node--view-mode-default">
+                                                                                        <div class="node__content">
+                                                                                            <div class="">
+                                                                                                <div
+                                                                                                    class="cmp-cols row  cols-1  cols-md-2">
+                                                                                                    <div
+                                                                                                        class="cmp-shadow-box-img">
+                                                                                                        <div
+                                                                                                            class="desktop">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-testimonial-desk-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article
+                                                                                                                    class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                    <div
+                                                                                                                        class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image"
+                                                                                                                            src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg"
+                                                                                                                            {# width="669"
+                                                                                                                            height="738" #}
+                                                                                                                            alt="Testimonial 1"
+                                                                                                                            typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+                                                                                                        <div class="mobile"
+                                                                                                            style="display: none;">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-testimonial-mobile-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article
+                                                                                                                    class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                    <div
+                                                                                                                        class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image"
+                                                                                                                            src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg"
+                                                                                                                            width="669"
+                                                                                                                            height="738"
+                                                                                                                            alt="Testimonial 1"
+                                                                                                                            typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+
+                                                                                                        <div
+                                                                                                            class="cmp-shadow-box-play-container">
+                                                                                                            <button
+                                                                                                                class="btn">
+                                                                                                                <img class="cmp-image "
+                                                                                                                    src="/images/play.svg"
+                                                                                                                    alt="">
+                                                                                                                <span
+                                                                                                                    class="sr-only"></span>
+                                                                                                            </button>
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                    <div
+                                                                                                        class="cmp-shadow-box-quote">
+                                                                                                        <div
+                                                                                                            class="cmp-quote">
+                                                                                                            <img class="cmp-image "
+                                                                                                                src="/images/quote-start.svg"
+                                                                                                                alt="">
+                                                                                                            <blockquote
+                                                                                                                cite="https://www.huxley.net/bnw/four.html">
+                                                                                                                <p>
+                                                                                                                </p>
+                                                                                                                <div
+                                                                                                                    class="clearfix text-formatted field field--name-field-testimonial-quote field--type-text-long field--label-hidden field__item">
+                                                                                                                    <p>ALLDATA
+                                                                                                                        allows
+                                                                                                                        us
+                                                                                                                        to
+                                                                                                                        have
+                                                                                                                        access
+                                                                                                                        to
+                                                                                                                        the
+                                                                                                                        information
+                                                                                                                        we
+                                                                                                                        need,
+                                                                                                                        and
+                                                                                                                        it’s
+                                                                                                                        completely
+                                                                                                                        portable,
+                                                                                                                        so
+                                                                                                                        our
+                                                                                                                        techs
+                                                                                                                        have
+                                                                                                                        everything
+                                                                                                                        at
+                                                                                                                        their
+                                                                                                                        fingertips.
+                                                                                                                    </p>
+                                                                                                                </div>
+                                                                                                                <p></p>
+                                                                                                                <footer>
+                                                                                                                    <div
+                                                                                                                        class="field field--name-field-testimonial-cite field--type-string field--label-hidden field__item">
+                                                                                                                        Josh
+                                                                                                                        Kazdan,
+                                                                                                                        Autosphere
+                                                                                                                    </div>
+                                                                                                                </footer>
+                                                                                                            </blockquote>
+                                                                                                            <img class="cmp-image "
+                                                                                                                src="/images/quote-end.svg"
+                                                                                                                alt="">
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </article>
+
+                                                                                </div>
+                                                                                <div class="carousel-item   ">
+
+                                                                                    <article role="article"
+                                                                                        about="/node/3656"
+                                                                                        class="node node--type-testimonial node--promoted node--view-mode-default">
+                                                                                        <div class="node__content">
+                                                                                            <div class="">
+                                                                                                <div
+                                                                                                    class="cmp-cols row  cols-1  cols-md-2">
+                                                                                                    <div
+                                                                                                        class="cmp-shadow-box-img">
+                                                                                                        <div
+                                                                                                            class="desktop">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-testimonial-desk-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article
+                                                                                                                    class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                    <div
+                                                                                                                        class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image"
+                                                                                                                            src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg"
+                                                                                                                            width="669"
+                                                                                                                            height="738"
+                                                                                                                            alt="Testimonial 1"
+                                                                                                                            typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+                                                                                                        <div class="mobile"
+                                                                                                            style="display: none;">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-testimonial-mobile-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                <article
+                                                                                                                    class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                    <div
+                                                                                                                        class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                        <img class="cmp-image"
+                                                                                                                            src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/richard.jpg"
+                                                                                                                            width="669"
+                                                                                                                            height="738"
+                                                                                                                            alt="Testimonial 1"
+                                                                                                                            typeof="foaf:Image">
+
+                                                                                                                    </div>
+
+                                                                                                                </article>
+                                                                                                            </div>
+                                                                                                        </div>
+
+                                                                                                        <div
+                                                                                                            class="cmp-shadow-box-play-container">
+                                                                                                            <button
+                                                                                                                class="btn">
+                                                                                                                <img class="cmp-image "
+                                                                                                                    src="/images/play.svg"
+                                                                                                                    alt="">
+                                                                                                                <span
+                                                                                                                    class="sr-only"></span>
+                                                                                                            </button>
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                    <div
+                                                                                                        class="cmp-shadow-box-quote">
+                                                                                                        <div
+                                                                                                            class="cmp-quote">
+                                                                                                            <img class="cmp-image "
+                                                                                                                src="/images/quote-start.svg"
+                                                                                                                alt="">
+                                                                                                            <blockquote
+                                                                                                                cite="https://www.huxley.net/bnw/four.html">
+                                                                                                                <p>
+                                                                                                                </p>
+                                                                                                                <div
+                                                                                                                    class="clearfix text-formatted field field--name-field-testimonial-quote field--type-text-long field--label-hidden field__item">
+                                                                                                                    <p>2 -&nbsp;ALLDATA
+                                                                                                                        allows
+                                                                                                                        us
+                                                                                                                        to
+                                                                                                                        have
+                                                                                                                        access
+                                                                                                                        to
+                                                                                                                        the
+                                                                                                                        information
+                                                                                                                        we
+                                                                                                                        need,
+                                                                                                                        and
+                                                                                                                        it’s
+                                                                                                                        completely
+                                                                                                                        portable,
+                                                                                                                        so
+                                                                                                                        our
+                                                                                                                        techs
+                                                                                                                        have
+                                                                                                                        everything
+                                                                                                                        at
+                                                                                                                        their
+                                                                                                                        fingertips.
+                                                                                                                    </p>
+                                                                                                                </div>
+                                                                                                                <p></p>
+                                                                                                                <footer>
+                                                                                                                    <div
+                                                                                                                        class="field field--name-field-testimonial-cite field--type-string field--label-hidden field__item">
+                                                                                                                        2-
+                                                                                                                        Josh
+                                                                                                                        Kazdan,
+                                                                                                                        Autosphere
+                                                                                                                    </div>
+                                                                                                                </footer>
+                                                                                                            </blockquote>
+                                                                                                            <img class="cmp-image "
+                                                                                                                src="/images/quote-end.svg"
+                                                                                                                alt="">
+                                                                                                        </div>
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </article>
+
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+                                                                        <div class="cmp-testimonial-footer">
+                                                                            <p class="cmp-text">
+
+                                                                            </p>
+                                                                            <div
+                                                                                class="clearfix text-formatted field field--name-field-shadowbox-description field--type-text-long field--label-hidden field__item">
+                                                                                <p>See what over 400,000 technicians
+                                                                                    can't work without.</p>
+                                                                            </div>
+
+                                                                            <p></p>
+                                                                            <button
+                                                                                class="cmp-button btn btn-outline-secondary">
+                                                                                <div
+                                                                                    class="field field--name-field-shadow-cta field--type-link field--label-hidden field__item">
+                                                                                    <a href="">Get Started</a></div>
+                                                                            </button>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+                                        <div class="layout layout--onecol">
+                                            <div class="layout__region layout__region--content">
+                                                <div data-layout-content-preview-placeholder-label="&quot;SEE THE LATEST&quot; block"
+                                                    data-block-plugin-id="block_content:7e55eb43-1569-4ff4-9de6-38a4d4cb5ff1"
+                                                    class="block block-block-content block-block-content7e55eb43-1569-4ff4-9de6-38a4d4cb5ff1">
+
+
+                                                    <div class="content">
+
+                                                        <section class="cmp-skew columns is-centered bg-primary-100  ">
+                                                            <div class="inner-section ">
+                                                                <div class="cmp-latest">
+                                                                    <div class="container">
+                                                                        <h2 class="cmp-heading h2 has-line ">
+
+                                                                            <div
+                                                                                class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                SEE THE LATEST</div>
+
+                                                                        </h2>
+                                                                        <svg class="cmp-threelines"
+                                                                            xmlns="http://www.w3.org/2000/svg"
+                                                                            width="61" height="17" viewBox="0 0 61 17">
+                                                                            <g fill="#F16824" fill-rule="evenodd">
+                                                                                <path
+                                                                                    d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z">
+                                                                                </path>
+                                                                            </g>
+                                                                        </svg>
+                                                                        <div class="cmp-latestcards__cardcontainer">
+                                                                            <div class="row">
+                                                                                <div
+                                                                                    class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                                                                                    <div class="cmp-latestcard">
+
+                                                                                        <div
+                                                                                            class="field field--name-field-recent-post-paragraph field--type-entity-reference-revisions field--label-hidden field__items">
+                                                                                            <div class="field__item">
+                                                                                                <div
+                                                                                                    class="paragraph paragraph--type--recent-posts-section paragraph--view-mode--default">
+
+                                                                                                    <div
+                                                                                                        class="cmp-latestHeading">
+                                                                                                        <h6
+                                                                                                            class="heading-title">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                                                NEWS
+                                                                                                            </div>
+                                                                                                        </h6>
+                                                                                                        <button
+                                                                                                            class="heading-link">
+                                                                                                            <a class="heading-link"
+                                                                                                                href="/taxonomy/term/771"
+                                                                                                                target="_self">
+                                                                                                                SEE ALL
+                                                                                                                NEWS</a>
+                                                                                                        </button>
+                                                                                                    </div>
+                                                                                                    <div
+                                                                                                        class="cmp-latestcard-content">
+
+                                                                                                        <div
+                                                                                                            class="field field--name-field-posts-blog-post field--type-entity-reference field--label-hidden field__item">
+                                                                                                            <article
+                                                                                                                role="article"
+                                                                                                                about="/node/3701"
+                                                                                                                class="node node--type-blog-post node--promoted node--view-mode-recent-posts-block clearfix">
+                                                                                                                <div
+                                                                                                                    class="node__content clearfix">
+                                                                                                                    <div
+                                                                                                                        class="cmp-latestcard__image ">
+                                                                                                                        <div
+                                                                                                                            class="d-none d-md-block">
+                                                                                                                            <div
+                                                                                                                                class="cmp-imageblue bg-primary">
+
+                                                                                                                                <div
+                                                                                                                                    class="field field--name-field-blog-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                                    <article
+                                                                                                                                        class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                                        <div
+                                                                                                                                            class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                                            <img class="cmp-image"
+                                                                                                                                                src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                                                {# width="588"
+                                                                                                                                                height="392" #}
+                                                                                                                                                alt="servicecard"
+                                                                                                                                                typeof="foaf:Image">
+
+                                                                                                                                        </div>
+
+                                                                                                                                    </article>
+                                                                                                                                </div>
+
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                    <div
+                                                                                                                        class="cmp-latestcard__content">
+                                                                                                                        <h6
+                                                                                                                            class="cmp-heading h6   ">
+
+                                                                                                                            <div
+                                                                                                                                class="field field--name-field-blog-headline field--type-string field--label-hidden field__item">
+                                                                                                                                FIVE
+                                                                                                                                WAYS
+                                                                                                                                TECHNOLOGY
+                                                                                                                                CAN
+                                                                                                                                HELP
+                                                                                                                                YOUR
+                                                                                                                                DEALERSHIP
+                                                                                                                                SERVICE
+                                                                                                                            </div>
+
+                                                                                                                        </h6>
+                                                                                                                        <span
+                                                                                                                            class="cmp-latestcard__more">
+                                                                                                                            <img src="/images/plus-orange.svg"
+                                                                                                                                alt="more">
+                                                                                                                        </span>
+                                                                                                                        <div
+                                                                                                                            class="cmp-text">
+
+                                                                                                                            <div
+                                                                                                                                class="clearfix text-formatted field field--name-field-blog-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                                                <p>At
+                                                                                                                                    the
+                                                                                                                                    NIADA
+                                                                                                                                    Convention
+                                                                                                                                    and
+                                                                                                                                    Expo,
+                                                                                                                                    George
+                                                                                                                                    Verkamp
+                                                                                                                                    (shown
+                                                                                                                                    above),
+                                                                                                                                    Vice
+                                                                                                                                    President
+                                                                                                                                    of
+                                                                                                                                    Sales
+                                                                                                                                    &amp;
+                                                                                                                                    Business
+                                                                                                                                    Development
+                                                                                                                                    at
+                                                                                                                                    ALLDATA...
+                                                                                                                                </p>
+                                                                                                                            </div>
+
+                                                                                                                        </div>
+                                                                                                                        <div
+                                                                                                                            class="cmp-cardlink">
+                                                                                                                            <div
+                                                                                                                                class="field field--name-field-blog-cta field--type-link field--label-hidden field__item">
+                                                                                                                                <a
+                                                                                                                                    href="">LEARN
+                                                                                                                                    MORE</a>
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                </div>
+                                                                                                            </article>
+                                                                                                        </div>
+
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                            <div class="field__item">
+                                                                                                <div
+                                                                                                    class="paragraph paragraph--type--recent-posts-section paragraph--view-mode--default">
+
+                                                                                                    <div
+                                                                                                        class="cmp-latestHeading">
+                                                                                                        <h6
+                                                                                                            class="heading-title">
+                                                                                                            <div
+                                                                                                                class="field field--name-field-posts-headline field--type-string field--label-hidden field__item">
+                                                                                                                Teach
+                                                                                                                tips
+                                                                                                            </div>
+                                                                                                        </h6>
+                                                                                                        <button
+                                                                                                            class="heading-link">
+                                                                                                            <a class="heading-link"
+                                                                                                                href="/taxonomy/term/776"
+                                                                                                                target="_self">
+                                                                                                                SEE ALL
+                                                                                                                TEACH
+                                                                                                                TIPS</a>
+                                                                                                        </button>
+                                                                                                    </div>
+                                                                                                    <div
+                                                                                                        class="cmp-latestcard-content">
+
+                                                                                                        <div
+                                                                                                            class="field field--name-field-posts-blog-post field--type-entity-reference field--label-hidden field__item">
+                                                                                                            <article
+                                                                                                                role="article"
+                                                                                                                about="/node/3706"
+                                                                                                                class="node node--type-blog-post node--promoted node--view-mode-recent-posts-block clearfix">
+                                                                                                                <div
+                                                                                                                    class="node__content clearfix">
+                                                                                                                    <div
+                                                                                                                        class="cmp-latestcard__image ">
+                                                                                                                        <div
+                                                                                                                            class="d-none d-md-block">
+                                                                                                                            <div
+                                                                                                                                class="cmp-imageblue bg-primary">
+
+                                                                                                                                <div
+                                                                                                                                    class="field field--name-field-blog-desktop-image field--type-entity-reference field--label-hidden field__item">
+                                                                                                                                    <article
+                                                                                                                                        class="media media--type-image media--view-mode-default">
+
+
+                                                                                                                                        <div
+                                                                                                                                            class="field field--name-image field--type-image field--label-hidden field__item">
+                                                                                                                                            <img class="cmp-image"
+                                                                                                                                                src="http://alldatadev.prod.acquia-sites.com/sites/default/files/2020-01/carfix.jpg"
+                                                                                                                                                {# width="588"
+                                                                                                                                                height="392" #}
+                                                                                                                                                alt="servicecard"
+                                                                                                                                                typeof="foaf:Image">
+
+                                                                                                                                        </div>
+
+                                                                                                                                    </article>
+                                                                                                                                </div>
+
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                    <div
+                                                                                                                        class="cmp-latestcard__content">
+                                                                                                                        <h6
+                                                                                                                            class="cmp-heading h6   ">
+
+                                                                                                                            <div
+                                                                                                                                class="field field--name-field-blog-headline field--type-string field--label-hidden field__item">
+                                                                                                                                FIVE
+                                                                                                                                WAYS
+                                                                                                                                TECHNOLOGY
+                                                                                                                                CAN
+                                                                                                                                HELP
+                                                                                                                                YOUR
+                                                                                                                                DEALERSHIP
+                                                                                                                                SERVICE
+                                                                                                                            </div>
+
+                                                                                                                        </h6>
+                                                                                                                        <span
+                                                                                                                            class="cmp-latestcard__more">
+                                                                                                                            <img src="/images/plus-orange.svg"
+                                                                                                                                alt="more">
+                                                                                                                        </span>
+                                                                                                                        <div
+                                                                                                                            class="cmp-text">
+
+                                                                                                                            <div
+                                                                                                                                class="clearfix text-formatted field field--name-field-blog-abstract field--type-text-long field--label-hidden field__item">
+                                                                                                                                <p>At
+                                                                                                                                    the
+                                                                                                                                    NIADA
+                                                                                                                                    Convention
+                                                                                                                                    and
+                                                                                                                                    Expo,
+                                                                                                                                    George
+                                                                                                                                    Verkamp
+                                                                                                                                    (shown
+                                                                                                                                    above),
+                                                                                                                                    Vice
+                                                                                                                                    President
+                                                                                                                                    of
+                                                                                                                                    Sales
+                                                                                                                                    &amp;
+                                                                                                                                    Business
+                                                                                                                                    Development
+                                                                                                                                    at
+                                                                                                                                    ALLDATA...
+                                                                                                                                </p>
+                                                                                                                            </div>
+
+                                                                                                                        </div>
+                                                                                                                        <div
+                                                                                                                            class="cmp-cardlink">
+                                                                                                                            <div
+                                                                                                                                class="field field--name-field-blog-cta field--type-link field--label-hidden field__item">
+                                                                                                                                <a
+                                                                                                                                    href="">LEARN
+                                                                                                                                    MORE</a>
+                                                                                                                            </div>
+                                                                                                                        </div>
+                                                                                                                    </div>
+                                                                                                                </div>
+                                                                                                            </article>
+                                                                                                        </div>
+
+                                                                                                    </div>
+                                                                                                </div>
+                                                                                            </div>
+                                                                                        </div>
+
+                                                                                    </div>
+                                                                                </div>
+                                                                                <div
+                                                                                    class="more-news d-none d-md-block">
+                                                                                    <button
+                                                                                        class="cmp-button btn btn-outline-secondary">
+                                                                                        <div
+                                                                                            class="field field--name-field-posts-block-cta field--type-link field--label-hidden field__item">
+                                                                                            <a href="">see this month's
+                                                                                                issue of alldata
+                                                                                                news</a></div>
+                                                                                    </button>
+                                                                                </div>
+                                                                            </div>
+                                                                        </div>
+                                                                    </div>
+                                                                </div>
+                                                            </div>
+                                                        </section>
+                                                    </div>
+                                                </div>
+
+                                            </div>
+                                        </div>
+
+                                    </div>
+                                </article>
+
+                            </div>
+                        </div>
+
+                    </div>
+
+                </section>
+            </main>
+        </div>
+    </div>
+    {# <footer class="site-footer">
+        <div class="layout-container">
+            <div class="site-footer__top clearfix">
+
+
+
+                <div class="region region-footer-fourth main-footer">
+                    <nav role="navigation" aria-labelledby="block-alldata-footertopmenu-menu"
+                        id="block-alldata-footertopmenu"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-alldata-footertopmenu-menu">Footer Top Menu - Products
+                        </h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show"
+                                id="show-block-alldata-footertopmenu"></div>
+                            <div class="menu-toggle-target" id="hide-block-alldata-footertopmenu"></div>
+                            <a class="menu-toggle" href="#show-block-alldata-footertopmenu">Show — Footer Top Menu -
+                                Products</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-alldata-footertopmenu">Hide —
+                                Footer Top Menu - Products</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">Products</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">ALLDATA Repair</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <nav role="navigation" aria-labelledby="block-footertopmenu-2-menu" id="block-footertopmenu-2"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-footertopmenu-2-menu">Footer Top Menu - Support</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show" id="show-block-footertopmenu-2">
+                            </div>
+                            <div class="menu-toggle-target" id="hide-block-footertopmenu-2"></div>
+                            <a class="menu-toggle" href="#show-block-footertopmenu-2">Show — Footer Top Menu -
+                                Support</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-footertopmenu-2">Hide — Footer
+                                Top Menu - Support</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">Support</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">Popular Topics</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <nav role="navigation" aria-labelledby="block-footertopmenu-3-menu" id="block-footertopmenu-3"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-footertopmenu-3-menu">Footer Top Menu - Resources</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show" id="show-block-footertopmenu-3">
+                            </div>
+                            <div class="menu-toggle-target" id="hide-block-footertopmenu-3"></div>
+                            <a class="menu-toggle" href="#show-block-footertopmenu-3">Show — Footer Top Menu -
+                                Resources</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-footertopmenu-3">Hide — Footer
+                                Top Menu - Resources</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">Resources</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">Product Resources</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <nav role="navigation" aria-labelledby="block-footertopmenu-4-menu" id="block-footertopmenu-4"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-footertopmenu-4-menu">Footer Top Menu - About Us</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show" id="show-block-footertopmenu-4">
+                            </div>
+                            <div class="menu-toggle-target" id="hide-block-footertopmenu-4"></div>
+                            <a class="menu-toggle" href="#show-block-footertopmenu-4">Show — Footer Top Menu - About
+                                Us</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-footertopmenu-4">Hide — Footer
+                                Top Menu - About Us</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">About Us</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">Partner</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <nav role="navigation" aria-labelledby="block-footertopmenu-5-menu" id="block-footertopmenu-5"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-footertopmenu-5-menu">Footer Top Menu - Contact us</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show" id="show-block-footertopmenu-5">
+                            </div>
+                            <div class="menu-toggle-target" id="hide-block-footertopmenu-5"></div>
+                            <a class="menu-toggle" href="#show-block-footertopmenu-5">Show — Footer Top Menu - Contact
+                                us</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-footertopmenu-5">Hide — Footer
+                                Top Menu - Contact us</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">Contact Us</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="tel:800-697-2533">800-697-2533</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <nav role="navigation" aria-labelledby="block-footertopmenu-6-menu" id="block-footertopmenu-6"
+                        class="footer-container block block-menu navigation menu--footer-top-menu"
+                        data-block-plugin-id="menu_block:footer-top-menu">
+
+                        <h2 class="visually-hidden" id="block-footertopmenu-6-menu">Footer Top Menu - Related Sites</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show" id="show-block-footertopmenu-6">
+                            </div>
+                            <div class="menu-toggle-target" id="hide-block-footertopmenu-6"></div>
+                            <a class="menu-toggle" href="#show-block-footertopmenu-6">Show — Footer Top Menu - Related
+                                Sites</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-footertopmenu-6">Hide — Footer
+                                Top Menu - Related Sites</a>
+
+                            <ul data-region="footer_fourth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <a href="">Related Sites</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">ALLDATA Mexico</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+                    <div id="block-socialmedialinks"
+                        class="footer-container social block-social-media-links block block-social-media-links-block"
+                        data-block-plugin-id="social_media_links_block">
+
+                        <h2>Follow Us</h2>
+
+                        <div class="content">
+
+
+                            <ul class="social-media-links--platforms platforms inline horizontal">
+                                <li>
+                                    <a href="https://www.linkedin.com/home" aria-label="Follow Us" title="Follow Us">
+                                        <span class="fa fa-linkedin fa-2x"></span>
+                                    </a>
+
+                                </li>
+                            </ul>
+
+                        </div>
+                    </div>
+
+                </div>
+
+            </div>
+            <div class="site-footer__bottom">
+                <div class="region region-footer-fifth sub-footer listless">
+                    <nav role="navigation" aria-labelledby="block-alldata-footerbottommenu-menu"
+                        id="block-alldata-footerbottommenu" data-block-plugin-id="menu_block:footer-bottom-menu"
+                        class="block block-menu navigation menu--footer-bottom-menu">
+
+                        <h2 class="visually-hidden" id="block-alldata-footerbottommenu-menu">Footer Bottom Menu</h2>
+
+
+                        <div class="content">
+                            <div class="menu-toggle-target menu-toggle-target-show"
+                                id="show-block-alldata-footerbottommenu"></div>
+                            <div class="menu-toggle-target" id="hide-block-alldata-footerbottommenu"></div>
+                            <a class="menu-toggle" href="#show-block-alldata-footerbottommenu">Show — Footer Bottom
+                                Menu</a>
+                            <a class="menu-toggle menu-toggle--hide" href="#hide-block-alldata-footerbottommenu">Hide —
+                                Footer Bottom Menu</a>
+
+                            <ul data-region="footer_fifth" class="clearfix menu">
+                                <li class="menu-item">
+                                    <span>© ALLDATA</span>
+                                </li>
+                                <li class="menu-item">
+                                    <span> An AutoZone Company</span>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">Trademarks</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href=""> Terms of Use</a>
+                                </li>
+                                <li class="menu-item">
+                                    <a href="">Privacy Policy</a>
+                                </li>
+                            </ul>
+
+
+
+                        </div>
+                    </nav>
+
+                </div>
+
+            </div>
+        </div>
+    </footer> #}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an demo01172020 component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Demo01172020
    + */
    +
    +/* STARTER CODE
    +
    +class Demo01172020 {
    +    constructor($inst) {
    +        cponsole.log('Initializing Demo01172020')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/demo01172020/demo01172020.js +
  • +
  • + Filesystem Path: + components/pages/demo01172020/demo01172020.js +
  • +
  • + Size: + 193 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Demo01172020
    + */
    +
    +// BEGIN OF DRUPAL SITE MARKUP STYLES
    +
    +.field__items > *:not([class*=" col"]):not([class^="col"]),
    +.cmp-cols.cols-lg-1
    +  > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +  position: relative;
    +  width: 100%;
    +  padding-right: 15px;
    +  padding-left: 15px;
    +}
    +/**
    + * Container
    + */
    +.layout-container {
    +  box-sizing: border-box;
    +  max-width: 860px;
    +  margin-right: auto;
    +  margin-left: auto;
    +}
    +
    +@media all and (min-width: 851px) {
    +  .layout-container {
    +    max-width: 1290px;
    +  }
    +}
    +
    +/**
    + * Main
    + */
    +.layout-main-wrapper {
    +  min-height: 300px;
    +}
    +.layout-main {
    +  margin-top: 20px;
    +  margin-bottom: 40px;
    +}
    +
    +/**
    + * @file
    + * Visual styles for Bartik's main-content component.
    + */
    +
    +.main-content .section {
    +  padding: 0 15px;
    +}
    +.main-content h2 {
    +  margin-bottom: 2px;
    +  font-size: 1.429em;
    +  line-height: 1.4;
    +}
    +
    +@media all and (min-width: 851px) {
    +  .main-content {
    +    position: relative;
    +    float: left; /* LTR */
    +  }
    +  [dir="rtl"] .main-content {
    +    float: right;
    +  }
    +  .layout-two-sidebars .main-content {
    +    width: 50%;
    +    margin-right: 25%;
    +    margin-left: 25%;
    +  }
    +  .layout-one-sidebar .main-content {
    +    width: 75%;
    +  }
    +  .layout-no-sidebars .main-content {
    +    width: 100%;
    +  }
    +  .layout-sidebar-first .main-content {
    +    margin-right: 0; /* LTR */
    +    margin-left: 25%; /* LTR */
    +  }
    +  [dir="rtl"] .layout-sidebar-first .main-content {
    +    margin-right: 25%;
    +    margin-left: 0;
    +  }
    +  .layout-sidebar-second .main-content {
    +    margin-right: 25%; /* LTR */
    +    margin-left: 0; /* LTR */
    +  }
    +  [dir="rtl"] .layout-sidebar-second .main-content {
    +    margin-right: 0;
    +    margin-left: 25%;
    +  }
    +}
    +
    +/**
    + * @file
    + * Visual styles for Bartik's field components.
    + */
    +
    +.field--type-entity-reference {
    +  margin: 0 0 1.2em;
    +  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    +}
    +.field--type-entity-reference .field__label {
    +  margin: 0;
    +  padding-right: 5px; /* LTR */
    +  font-weight: normal;
    +}
    +[dir="rtl"] .field--type-entity-reference .field__label {
    +  padding-right: 0;
    +  padding-left: 5px;
    +}
    +.field--type-entity-reference .field__label,
    +.field--type-entity-reference ul.links {
    +  font-size: 0.8em;
    +}
    +.node--view-mode-teaser .field--type-entity-reference .field__label,
    +.node--view-mode-teaser .field--type-entity-reference ul.links {
    +  font-size: 0.821em;
    +}
    +.field--type-entity-reference ul.links {
    +  margin: 0;
    +  padding: 0;
    +  list-style: none;
    +}
    +/* This is required to win over specificity of [dir="rtl"] .region-content ul */
    +[dir="rtl"] .field--type-entity-reference ul.links {
    +  padding: 0;
    +}
    +.field--type-entity-reference ul.links li {
    +  float: left; /* LTR */
    +  padding: 0 1em 0 0; /* LTR */
    +  white-space: nowrap;
    +}
    +[dir="rtl"] .field--type-entity-reference ul.links li {
    +  float: right;
    +  padding: 0 0 0 1em;
    +}
    +
    +@media all and (min-width: 560px) {
    +  .node .field--type-image {
    +    float: left; /* LTR */
    +    margin: 0 1em 0 0; /* LTR */
    +  }
    +  [dir="rtl"] .node .field--type-image {
    +    float: right;
    +    margin: 0 0 0 1em;
    +  }
    +  .node .field--type-image + .field--type-image {
    +    clear: both;
    +  }
    +}
    +.field--type-image img,
    +.field--name-user-picture img {
    +  margin: 0 0 1em;
    +}
    +.field--type-image a {
    +  border-bottom: none;
    +}
    +.field--name-field-tags {
    +  margin: 0 0 1.2em;
    +  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    +}
    +.field--name-field-tags .field__label {
    +  margin: 0;
    +  padding-right: 5px; /* LTR */
    +  font-weight: normal;
    +}
    +[dir="rtl"] .field--name-field-tags .field__label {
    +  padding-right: 0;
    +  padding-left: 5px;
    +}
    +.field--name-field-tags .field__label,
    +.field--name-field-tags ul.links {
    +  font-size: 0.8em;
    +}
    +.node--view-mode-teaser .field--name-field-tags .field__label,
    +.node--view-mode-teaser .field--name-field-tags ul.links {
    +  font-size: 0.821em;
    +}
    +.field--name-field-tags ul.links {
    +  margin: 0;
    +  padding: 0;
    +}
    +.field--name-field-tags ul.links li {
    +  float: left; /* LTR */
    +  padding: 0 1em 0 0; /* LTR */
    +  white-space: nowrap;
    +}
    +[dir="rtl"] .field--name-field-tags ul.links li {
    +  float: right;
    +  padding: 0 0 0 1em;
    +}
    +
    +/**
    + * @file
    + * Visual styles for Bartik's blocks.
    + */
    +
    +/* Block has its own content wrapper. */
    +.block .content {
    +  margin-top: 10px;
    +}
    +
    +/*
    + * @file
    + * Provides the layout styles for layout_onecol.
    + */
    +.layout--onecol .layout__region {
    +  width: 100%;
    +}
    +
    +blockquote {
    +  margin: 1.5em 10px;
    +  padding: 0.5em 10px;
    +  border-left: 1px solid #bbb;
    +  background: #f7f7f7;
    +  font-style: italic;
    +}
    +blockquote:before {
    +  margin-right: 0.2em;
    +  content: "\201C";
    +  vertical-align: -0.4em;
    +  color: #bbb;
    +  font-size: 3em;
    +  line-height: 0.1em;
    +}
    +blockquote .small:before,
    +blockquote footer:before,
    +blockquote small:before {
    +  content: "\2014 \00A0";
    +}
    +@media (min-width: 768px) {
    +  .cmp-cols.cols-md-2
    +    .field__items
    +    > *:not([class*=" col"]):not([class^="col"]),
    +  .cmp-cols.cols-md-2
    +    > *:not([class*=" col"]):not([class^="col"]):not(.field__items) {
    +    -webkit-box-flex: 0;
    +    flex: 0 0 50%;
    +    max-width: 50%;
    +  }
    +}
    +
    +//END OF DRUPAL MARKUP STYLES
    +
    +#page {
    +  .cmp-servicescards__cardcontainer {
    +    .field__items {
    +      display: flex;
    +      flex-wrap: wrap;
    +      justify-content: space-between;
    +
    +      > .field__item {
    +        @media (min-width: 992px) {
    +          flex: 0 0 28%;
    +        }
    +        .field.field--name-image.field--type-image.field--label-hidden.field__item {
    +          margin: 0;
    +        }
    +        @media (max-width: 999px) {
    +          .cmp-servcard {
    +            width: 100%;
    +          }
    +        }
    +      }
    +    }
    +
    +    @media (min-width: 992px) {
    +      .cmp-servcard,
    +      .last-card {
    +        min-width: 100%;
    +      }
    +    }
    +  }
    +
    +  .cmp-brandingcard {
    +    .clearfix.text-formatted.field.field--name-field-brand-body.field--type-text-long.field--label-hidden.field__item
    +      p {
    +      opacity: 0.6;
    +      font-size: 0.875rem;
    +    }
    +    .field--name-image {
    +      @extend .mx-auto;
    +      .cmp-image {
    +        @media (max-width: 999px) {
    +          width: 50%;
    +        }
    +      }
    +    }
    +  }
    +
    +  .cmp-testimonial {
    +    blockquote {
    +      margin: 0 0 1rem;
    +      padding: 0;
    +      border-left: none;
    +      background: white;
    +      font-style: normal;
    +    }
    +    blockquote:before {
    +      content: none;
    +    }
    +  }
    +
    +  .cmp-shadow-box-quote {
    +    align-self: center;
    +  }
    +
    +  .cmp-shadow-box-img {
    +    // .field--name-field-testimonial-desk-image {
    +
    +    //     .field--name-image{
    +    //         max-width: 100%;
    +    //     }
    +    // }
    +  }
    +
    +  .cmp-image {
    +    max-width: 100%;
    +  }
    +  .cmp-latest {
    +    .container {
    +      @media (min-width: 992px) {
    +        max-width: 1200px;
    +        padding: 0;
    +      }
    +    }
    +    .cmp-latestcards__cardcontainer {
    +      width: 100%;
    +      .cmp-latestcard {
    +        width: 100%;
    +      }
    +      .cmp-latestcard:hover {
    +        box-shadow: none;
    +      }
    +      .cmp-latestcard:hover .cmp-imageblue .cmp-image {
    +        opacity: 0.5;
    +      }
    +      .cmp-latestcard:hover .cmp-cardlink {
    +        text-decoration: none;
    +        cursor: pointer;
    +        border-bottom: none;
    +      }
    +      .row {
    +        display: grid;
    +      }
    +      .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
    +        width: 100%;
    +        max-width: 100%;
    +        padding: 0;
    +        .cmp-latestcard {
    +          .cmp-latestcard-content {
    +            .field.field--name-field-posts-blog-post.field--type-entity-reference.field--label-hidden.field__item {
    +              flex: 0 0 100%;
    +              max-width: 100%;
    +              display: flex;
    +              flex-wrap: wrap;
    +              margin: 0;
    +            }
    +          }
    +          .field__item {
    +            @media (min-width: 992px) {
    +              display: inline-flex;
    +              flex: 0 0 45%;
    +              max-width: 45%;
    +              margin: 0 1.5rem;
    +              padding: 0;
    +              .heading-title
    +                .field.field--name-field-posts-headline.field--type-string.field--label-hidden.field__item {
    +                min-width: 140px;
    +              }
    +              button.heading-link:hover {
    +                border: none;
    +              }
    +            }
    +          }
    +          .field__item:hover {
    +            box-shadow: 20px 19px 61px -25px rgba(0, 0, 0, 0.27);
    +          }
    +          .field__item:hover .cmp-imageblue .cmp-image {
    +            opacity: 1;
    +            transition: 0.3;
    +          }
    +          .field__item:hover .cmp-cardlink {
    +            border-bottom: 2px solid #f16824;
    +          }
    +          .cmp-imageblue.bg-primary
    +            .field.field--name-field-blog-desktop-image.field--type-entity-reference.field--label-hidden.field__item,
    +          .cmp-imageblue.bg-primary
    +            .field.field--name-field-blog-desktop-image.field--type-entity-reference.field--label-hidden.field__item
    +            .field.field--name-image.field--type-image.field--label-hidden.field__item,
    +          .cmp-latestcard__content
    +            .field.field--name-field-blog-headline.field--type-string.field--label-hidden.field__item,
    +          .cmp-text
    +            .clearfix.text-formatted.field.field--name-field-blog-abstract.field--type-text-long.field--label-hidden.field__item,
    +          .cmp-cardlink
    +            .field.field--name-field-blog-cta.field--type-link.field--label-hidden.field__item {
    +            flex: 0 0 100%;
    +            max-width: 100%;
    +            margin: 0;
    +          }
    +          .cmp-text
    +            .clearfix.text-formatted.field.field--name-field-blog-abstract.field--type-text-long.field--label-hidden.field__item:hover {
    +            box-shadow: none;
    +          }
    +          .cmp-cardlink
    +            .field.field--name-field-blog-cta.field--type-link.field--label-hidden.field__item
    +            a:hover {
    +            text-decoration: none;
    +            color: #1b3d6e;
    +          }
    +        }
    +      }
    +      .more-new.d-none.d-md-block {
    +        width: 100%;
    +      }
    +      .more-news a {
    +        color: white;
    +      }
    +      .more-news a:hover {
    +        text-decoration: none;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/demo01172020/demo01172020.scss +
  • +
  • + Filesystem Path: + components/pages/demo01172020/demo01172020.scss +
  • +
  • + Size: + 9.8 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/drupalitemsfacade.html b/components/detail/drupalitemsfacade.html new file mode 100644 index 0000000..4f3b850 --- /dev/null +++ b/components/detail/drupalitemsfacade.html @@ -0,0 +1,2045 @@ + + + + + + + + + + + + +drupalitemsfacade component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + drupalitemsfacade component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+</div>
+ +
+
+ + +
+ +
<div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+	{{items}}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an drupalitemsfacade component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Drupalitemsfacade
    + */
    +
    +/* STARTER CODE
    +
    +class Drupalitemsfacade {
    +    constructor($inst) {
    +        cponsole.log('Initializing Drupalitemsfacade')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/drupalitemsfacade/drupalitemsfacade.js +
  • +
  • + Filesystem Path: + components/01-units/drupalitemsfacade/drupalitemsfacade.js +
  • +
  • + Size: + 208 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Drupalitemsfacade
    + */
    +
    +.cmp-drupalitemsfacade {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/drupalitemsfacade/drupalitemsfacade.scss +
  • +
  • + Filesystem Path: + components/01-units/drupalitemsfacade/drupalitemsfacade.scss +
  • +
  • + Size: + 71 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/footer.html b/components/detail/footer.html new file mode 100644 index 0000000..9765bea --- /dev/null +++ b/components/detail/footer.html @@ -0,0 +1,2646 @@ + + + + + + + + + + + + +footer component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + footer component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-footer skew-0">
+    <div class="cmp-footer__main row">
+        <div class="cmp-footer__main-lists-continer card-columns col-lg-8">
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Products
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            ALLDATA Repair
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDTA Collision</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Mobile</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Diagnostics</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Tech-Assits</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Manage Online</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Shop Manager</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Support
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Popular Topics</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Product Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Account Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Training & Certificacions</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Resources
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Product Resources</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Teach tips</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA News</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    About Us
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Partners </a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Press</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Carrers</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Contact us
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">800-697-2533</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Email Customer Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Request a Demo </a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">More Options</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Related sites
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">ALLDATA Mexico</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDTA Canada</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Europe</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA DIY</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">AutoZone</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+        </div>
+
+        <div class="cmp-footer__main-social col-lg-4 p-lg-0">
+            <p class="cmp-text">
+                Sign up to receive email updates
+            </p>
+            <img src="../../images/updateArrow.svg" alt="Sing Up">
+            <div class="cmp-footer__social-media">
+                <p class="cmp-text">
+                    Follow Us
+                </p>
+                <a class="mr-3" href="www.youtube.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialyt.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.linkedin.com">
+
+
+
+
+    <img class="cmp-image " src="/images/sociallink.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.twitter.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialtw.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.instagram.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialins.svg" alt="visit our channel!">
+
+</a>
+            </div>
+        </div>
+    </div>
+    <div class="cmp-footer__secondary">
+        <ul>
+            <li class="mr-lg-5"><a href="link">© 2019 ALLDATA</a></li>
+            <li class="mr-lg-5"><a href="link">An <strong>AutoZone</strong> Company</a></li>
+            <li class="mr-lg-5"><a href="link">Trademarks</a></li>
+            <li class="mr-lg-5"><a href="link">Terms of Use</a></li>
+            <li class="mr-lg-5"><a href="link">Privacy Policy</a></li>
+        </ul>
+        <div>
+        </div>
+ +
+
+ + +
+ +
<div class="cmp-footer skew-0">
+    <div class="cmp-footer__main row">
+        <div class="cmp-footer__main-lists-continer card-columns col-lg-8">
+            {% for menu in footerMenu %}
+                {% include "@collapse-list" with menu %}
+            {% endfor %}
+        </div>
+       
+        <div class="cmp-footer__main-social col-lg-4 p-lg-0">
+            {% include "@simpletext" with {text:singUpMessage} %}
+            <img src="{{'/images/updateArrow.svg' |path}}" alt="Sing Up">
+             {% if socialMedia %}
+             <div class="cmp-footer__social-media">
+                {% include "@simpletext" with {text:"Follow Us"} %}
+                {% for media in socialLinks %}
+                    {% if media.mediaAvaliable %}
+                       <a class="mr-3" href="{{media.link}}">{% include "@image" with {src:media.logo,alt: media.message} %}</a>
+                    {% endif %}
+                {% endfor %}
+             </div>
+            {% endif %}
+        </div>
+    </div>
+    <div class="cmp-footer__secondary">
+        <ul>
+            {% for item in subfooterList %}
+            <li class="mr-lg-5"><a href="{{item.link}}">{{item.text}}</a></li>
+            {% endfor %}
+        </ul>
+    <div>
+</div>
+
+
+ + +
+ + + +
{
+  "footerMenu": [
+    {
+      "listTitle": "Products",
+      "listContents": [
+        {
+          "listText": "ALLDATA Repair"
+        },
+        {
+          "listText": "ALLDTA Collision",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Mobile",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Diagnostics",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Tech-Assits",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Manage Online",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Shop Manager",
+          "listLink": "www.google.com"
+        }
+      ]
+    },
+    {
+      "listTitle": "Support",
+      "listContents": [
+        {
+          "listText": "Popular Topics",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Product Support",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Account Support",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Training & Certificacions",
+          "listLink": "www.google.com"
+        }
+      ]
+    },
+    {
+      "listTitle": "Resources",
+      "listContents": [
+        {
+          "listText": "Product Resources",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Teach tips",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA News",
+          "listLink": "www.google.com"
+        }
+      ]
+    },
+    {
+      "listTitle": "About Us",
+      "listContents": [
+        {
+          "listText": "Partners ",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Press",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Carrers",
+          "listLink": "www.google.com"
+        }
+      ]
+    },
+    {
+      "listTitle": "Contact us",
+      "listContents": [
+        {
+          "listText": "800-697-2533",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Email Customer Support",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "Request a Demo ",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "More Options",
+          "listLink": "www.google.com"
+        }
+      ]
+    },
+    {
+      "listTitle": "Related sites",
+      "listContents": [
+        {
+          "listText": "ALLDATA Mexico",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDTA Canada",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA Europe",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "ALLDATA DIY",
+          "listLink": "www.google.com"
+        },
+        {
+          "listText": "AutoZone",
+          "listLink": "www.google.com"
+        }
+      ]
+    }
+  ],
+  "singUpMessage": "Sign up to receive email updates ",
+  "socialMedia": true,
+  "socialLinks": [
+    {
+      "mediaAvaliable": true,
+      "link": "www.youtube.com",
+      "logo": "/images/socialyt.svg",
+      "message": "visit our channel!"
+    },
+    {
+      "mediaAvaliable": false,
+      "link": "www.facebook.com",
+      "logo": "/images/socialfb.svg",
+      "message": "visit our channel!"
+    },
+    {
+      "mediaAvaliable": true,
+      "link": "www.linkedin.com",
+      "logo": "/images/sociallink.svg",
+      "message": "visit our channel!"
+    },
+    {
+      "mediaAvaliable": true,
+      "link": "www.twitter.com",
+      "logo": "/images/socialtw.svg",
+      "message": "visit our channel!"
+    },
+    {
+      "mediaAvaliable": true,
+      "link": "www.instagram.com",
+      "logo": "/images/socialins.svg",
+      "message": "visit our channel!"
+    }
+  ],
+  "subfooterList": [
+    {
+      "text": "© 2019 ALLDATA",
+      "link": "link"
+    },
+    {
+      "text": "An <strong>AutoZone</strong> Company",
+      "link": "link"
+    },
+    {
+      "text": "Trademarks",
+      "link": "link"
+    },
+    {
+      "text": "Terms of Use",
+      "link": "link"
+    },
+    {
+      "text": "Privacy Policy",
+      "link": "link"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Footer
    + */
    +
    +/* STARTER CODE
    +
    +class Footer {
    +    constructor($inst) {
    +        cponsole.log('Initializing Footer')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/footer/footer.js +
  • +
  • + Filesystem Path: + components/groups/footer/footer.js +
  • +
  • + Size: + 174 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Footer
    + */
    +
    +.cmp-footer {
    +  color: white;
    +  
    +  &__main{
    +    width: 100%;
    +    margin: 0;
    +    padding: 40px 15px;
    +    background-color: #1b3e6f;
    +
    +    .cmp-footer__main-lists-continer.card-columns{
    +      column-count: 1;
    +      margin-bottom: 50px;
    +    }
    +  }
    +  &__secondary{
    +    background-color: #1d3359; 
    +  }
    +  &__main-social{
    +    font-size: 14px;
    +    letter-spacing: 0.18px;
    +    text-transform: uppercase;
    +    .cmp-text{
    +      width: 280px;
    +      display: inline-block;
    +    }
    +  }
    +  &__social-media{
    +    margin-top: 25px;
    +    .cmp-text{
    +      width: 100%;
    +
    +    }
    +  }
    +  &__secondary{
    +    padding: 40px 0px 15px;
    +    font-size: 12px;
    +    font-weight: 300;
    +    text-align: center;
    +    ul{
    +      padding: 0px;
    +      margin: 0px;
    +    }
    +    li{
    +      list-style: none;
    +      margin-bottom: 25px;
    +      
    +    }
    +    a{
    +      color: white;
    +    }
    +    a:hover{
    +      text-decoration: none;
    +      cursor: pointer;
    +    }
    +
    +  }
    +}
    +
    +@include  media-breakpoint-up(lg){
    +  .cmp-footer {
    +    &__main{
    +      padding: 40px 20px;
    +      .cmp-footer__main-lists-continer.card-columns{
    +        column-count: 4;
    +        margin-bottom: 0px;
    +        .cmp-collapse-list{
    +          display: inline-block;
    +          .cmp-collapse-list__title{
    +            margin-bottom: 20px;
    +          }
    +          .cmp-collapse-list__content li{
    +            margin-bottom: 10px;
    +          }
    +        }
    +      }
    +    }
    +    &__secondary{
    +      padding: 20px 40px 40px;
    +      text-align: left;
    +      
    +      li {
    +        margin-bottom: 0;
    +        float: left;
    +      }
    +    }
    +  }
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/footer/footer.scss +
  • +
  • + Filesystem Path: + components/groups/footer/footer.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/header.html b/components/detail/header.html new file mode 100644 index 0000000..e082789 --- /dev/null +++ b/components/detail/header.html @@ -0,0 +1,3728 @@ + + + + + + + + + + + + +header component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + header component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
+<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
+<header class="cmp-header">
+
+    <!-- DESKTOP -->
+    <div class="cmp-header__desktop d-none d-lg-block">
+        <div class="cmp-header__nav-setup">
+            <nav class="navbar navbar-expand-lg mx-lg-3">
+                <div class="collapse navbar-collapse" id="nav-setup">
+                    <ul class="navbar-nav ml-auto">
+                        <li class="nav-setup-item nav-item ml-lg-3">
+                            <a class="nav-link">
+                                    800-697-2533
+                                </a>
+                        </li>
+                        <li class="nav-setup-item nav-item ml-lg-3">
+                            <a class="nav-link">
+                                    CONTACT A REP
+                                </a>
+                        </li>
+                        <li class="nav-setup-item nav-item dropdown ml-lg-3">
+                            <a class="nav-link dropdown-toggle" id="US" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                                    US
+                                </a>
+                            <div class="dropdown-menu" aria-labelledby="US">
+                                <a class="dropdown-item px-2">
+                                        Canada
+                                    </a>
+                                <a class="dropdown-item px-2">
+                                        Europe
+                                    </a>
+                                <a class="dropdown-item px-2">
+                                        Mexico
+                                    </a>
+                                <a class="dropdown-item px-2">
+                                        US
+                                    </a>
+                            </div>
+                        </li>
+                        <li class="nav-setup-item nav-item dropdown ml-lg-3">
+                            <a class="nav-link dropdown-toggle" id="ENGLISH" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                                    ENGLISH
+                                </a>
+                            <div class="dropdown-menu" aria-labelledby="ENGLISH">
+                                <a class="dropdown-item px-2">
+                                        English
+                                    </a>
+                                <a class="dropdown-item px-2">
+                                        Español
+                                    </a>
+                                <a class="dropdown-item px-2">
+                                        Français
+                                    </a>
+                            </div>
+                        </li>
+                        <li class="nav-setup-item nav-item ml-lg-3">
+                            <a class="nav-link">
+                                    LOGIN
+                                </a>
+                        </li>
+                    </ul>
+                </div>
+            </nav>
+        </div>
+        <div class="cmp-header__nav-menu">
+            <nav class="navbar navbar-expand-lg" role="navigation" aria-label="main navigation">
+                <div class="logo">
+                    <a class="navbar-brand" href="/"><img src="/images/logo.png"></a>
+                    <hr class="sublogo">
+                </div>
+
+                <div id="nav-menu" class="navbar-menu navbar-collapse">
+                    <ul class="nav navbar-nav" role="menu">
+                        <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 has-dropdown" role="presentation">
+                            <a href="" class="nav-link has-dropdown" id="PRODUCTS" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0">
+                                    PRODUCTS
+                                </a>
+                            <div class="nav-submenu" id="PRODUCTS-submenu" aria-labelledby="PRODUCTS" aria-hidden="true">
+                                <div class="col-lg-1"></div>
+                                <div class="card-columns col-lg-9 mt-lg-5">
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Repair Information</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">ALLDATA Repair</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Collision</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Mobile</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Diagnostics</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">ALLDATA Manage Onlie</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Diagnostics</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Tech-Assist</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">shop management</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">ALLDATA Manage Onlie</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Titan</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <img src="/images/workshop.png" alt="What's Right For My Shop">
+                                        <h6><a href="" class="submenu-title">What's Right For My Shop</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <img src="/images/workshop.png" alt="Testimonials">
+                                        <h6><a href="" class="submenu-title">Testimonials</a></h6>
+                                    </div>
+
+                                </div>
+
+                            </div>
+                        </li>
+                        <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 has-dropdown" role="presentation">
+                            <a href="" class="nav-link has-dropdown" id="SUPPORT" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0">
+                                    SUPPORT
+                                </a>
+                            <div class="nav-submenu" id="SUPPORT-submenu" aria-labelledby="SUPPORT" aria-hidden="true">
+                                <div class="col-lg-1"></div>
+                                <div class="card-columns col-lg-9 mt-lg-5">
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Popular Topics</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">Getting Started</a></li>
+                                            <li><a href="" class="submenu-link">Recover User Name or Password</a></li>
+                                            <li><a href="" class="submenu-link">Vehicle Information Request</a></li>
+                                            <li><a href="" class="submenu-link">Login Center</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">product support</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">ALLDATA Repair</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Collision</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Mobile</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Manage Onlie</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Diagnostics</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Tech-Assist</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Account & billing support</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">Billing Options</a></li>
+                                            <li><a href="" class="submenu-link">Account Options</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Training & certifications</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">Product Training</a></li>
+                                            <li><a href="" class="submenu-link">Traninig Videos</a></li>
+                                            <li><a href="" class="submenu-link">On-Demand Webinars</a></li>
+                                            <li><a href="" class="submenu-link">CAIS Certificaiton Program</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Contact customer support</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">800-859-3282</a></li>
+                                        </ul>
+                                    </div>
+
+                                </div>
+
+                            </div>
+                        </li>
+                        <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 has-dropdown" role="presentation">
+                            <a href="" class="nav-link has-dropdown" id="RESOURCES" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0">
+                                    RESOURCES
+                                </a>
+                            <div class="nav-submenu" id="RESOURCES-submenu" aria-labelledby="RESOURCES" aria-hidden="true">
+                                <div class="col-lg-1"></div>
+                                <div class="card-columns col-lg-9 mt-lg-5">
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">product resources</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">ALLDATA Repair</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Collision</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Mobile</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Manage Onlie</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Diagnostics</a></li>
+                                            <li><a href="" class="submenu-link">ALLDATA Tech-Assist</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">ALLDATA news by topic</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">General Auto Repair</a></li>
+                                            <li><a href="" class="submenu-link">Collision Auto Repair</a></li>
+                                            <li><a href="" class="submenu-link">Shop Management</a></li>
+                                            <li><a href="" class="submenu-link">Best Practices</a></li>
+                                            <li><a href="" class="submenu-link">Training</a></li>
+                                            <li><a href="" class="submenu-link">News</a></li>
+                                            <li><a href="" class="submenu-link">Events</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">ALLDATA News</a></h6>
+                                        <ul>
+                                            <li><a href="" class="submenu-link">Latest Edition</a></li>
+                                        </ul>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Tech Tips</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">Industry Webinars</a></h6>
+                                    </div>
+
+                                </div>
+
+                            </div>
+                        </li>
+                        <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 has-dropdown" role="presentation">
+                            <a href="" class="nav-link has-dropdown" id="ABOUT US" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0">
+                                    ABOUT US
+                                </a>
+                            <div class="nav-submenu" id="ABOUT US-submenu" aria-labelledby="ABOUT US" aria-hidden="true">
+                                <div class="col-lg-1"></div>
+                                <div class="col-lg-4 mt-lg-5">
+                                    <img src="/images/team.png" alt="ABOUT US">
+                                </div>
+
+                                <div class="col-lg-4 mt-lg-5">
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">ALLDATA LEADERSHIP</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">PARNERS</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">PRESS</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">CARRERS</a></h6>
+                                    </div>
+
+                                    <div class="nav-group">
+
+                                        <h6><a href="" class="submenu-title">CONTACT</a></h6>
+                                    </div>
+
+                                </div>
+
+                            </div>
+                        </li>
+                        <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 no-dropdown">
+                            <a href="" class="nav-link no-submenu">
+                                    BUY NOW
+                                </a>
+                        </li>
+                    </ul>
+                </div>
+                <div class="navbar-end float-right">
+                    <span role="button" class="icon icon-seach mr-lg-3">
+                    
+
+
+
+
+    <img class="cmp-image " src="/images/search.svg" alt="Search">
+
+                    </span>
+                    <span role="button" class="icon icon-cart mr-lg-5">
+                    
+
+
+
+
+    <img class="cmp-image " src="/images/cart.svg" alt="Cart">
+
+                    </span>
+                </div>
+            </nav>
+        </div>
+        <div class="blue-filler d-none"></div>
+    </div>
+    <!-- MOBILE -->
+    <div class="cmp-header__mobile d-lg-none">
+        <div class="mobile-header">
+            <a role="button" class="navbar-item burger-icon p-0 col-1">
+
+
+
+
+    <img class="cmp-image " src="/images/burguermenu.svg" alt="Menu">
+
+</a>
+            <a class="navbar-item logo col-7 mr-3 mr-md-5" href="/">
+
+
+
+
+    <img class="cmp-image " src="/images/logo.png" alt="ALLDATA Logo"    >
+
+    
+    
+
+</a>
+            <a role="button" class="navbar-item cart-icon col-1 p-0 float-right">
+
+
+
+
+    <img class="cmp-image " src="/images/cart.svg" alt="Cart">
+
+</a>
+            <a role="button" class="navbar-item search-icon col-1 mr-2 mr-md-3 p-0 float-right">
+
+
+
+
+    <img class="cmp-image " src="/images/search.svg" alt="Search">
+
+</a>
+            <hr class="sublogo">
+        </div>
+        <div class="cmp-header-mobile__nav-setup">
+            <nav class="navbar">
+                <ul class="navbar-menu">
+                    <div class="menu-head">
+                        <span role="button" class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">PRODUCTS 
+                                                            
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="PRODUCTS">
+
+                                                        </a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Repair Information
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Repair Information">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Repair Information">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Repair</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Collision</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Mobile</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Diagnostics
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Diagnostics">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Diagnostics">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Manage Onlie</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Diagnostics</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Tech-Assist</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">shop management
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="shop management">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="shop management">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Manage Onlie</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Titan</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">What's Right For My Shop
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="What's Right For My Shop">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="What's Right For My Shop">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Testimonials
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Testimonials">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Testimonials">
+                                <ul>
+
+                                </ul>
+                            </div>
+
+                        </ul>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">SUPPORT 
+                                                            
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="SUPPORT">
+
+                                                        </a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Popular Topics
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Popular Topics">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Popular Topics">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Getting Started</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Recover User Name or Password</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Vehicle Information Request</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Login Center</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">product support
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="product support">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="product support">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Repair</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Collision</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Mobile</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Manage Onlie</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Diagnostics</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Tech-Assist</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Account & billing support
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Account & billing support">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Account & billing support">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Billing Options</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Account Options</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Training & certifications
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Training & certifications">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Training & certifications">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Product Training</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Traninig Videos</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">On-Demand Webinars</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">CAIS Certificaiton Program</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Contact customer support
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Contact customer support">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Contact customer support">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">800-859-3282</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+
+                        </ul>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">RESOURCES 
+                                                            
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="RESOURCES">
+
+                                                        </a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">product resources
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="product resources">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="product resources">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Repair</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Collision</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Mobile</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Manage Onlie</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Diagnostics</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">ALLDATA Tech-Assist</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">ALLDATA news by topic
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="ALLDATA news by topic">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="ALLDATA news by topic">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">General Auto Repair</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Collision Auto Repair</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Shop Management</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Best Practices</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Training</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">News</a>
+                                    </li>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Events</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">ALLDATA News
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="ALLDATA News">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="ALLDATA News">
+                                <ul>
+                                    <li class="lastLevel-navbar-item">
+                                        <a href="#">Latest Edition</a>
+                                    </li>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Tech Tips
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Tech Tips">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Tech Tips">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Industry Webinars
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="Industry Webinars">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="Industry Webinars">
+                                <ul>
+
+                                </ul>
+                            </div>
+
+                        </ul>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">ABOUT US 
+                                                            
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="ABOUT US">
+
+                                                        </a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">ALLDATA LEADERSHIP
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="ALLDATA LEADERSHIP">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="ALLDATA LEADERSHIP">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">PARNERS
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="PARNERS">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="PARNERS">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">PRESS
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="PRESS">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="PRESS">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">CARRERS
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="CARRERS">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="CARRERS">
+                                <ul>
+
+                                </ul>
+                            </div>
+                            <li class="submenu-navbar-item">
+                                <a href="#">CONTACT
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/submenuclosed.svg" alt="CONTACT">
+
+</a>
+                            </li>
+                            <div class="lastLevel-navbar" id="CONTACT">
+                                <ul>
+
+                                </ul>
+                            </div>
+
+                        </ul>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">BUY NOW 
+                                                        </a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+
+                        </ul>
+                    </div>
+                    <li class="secondary-navbar-item">
+                        <a href="">
+                                    800-697-2533
+                                </a>
+                    </li>
+                    <li class="secondary-navbar-item">
+                        <a href="">
+                                    CONTACT A REP
+                                </a>
+                    </li>
+                    <li class="main-navbar-item">
+                        <a href="#">US
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="US">
+
+</a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Canada</a>
+                            </li>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Europe</a>
+                            </li>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Mexico</a>
+                            </li>
+                            <li class="submenu-navbar-item">
+                                <a href="#">US</a>
+                            </li>
+
+                        </ul>
+                    </div>
+                    <li class="main-navbar-item">
+                        <a href="#">ENGLISH
+
+
+
+
+    <img class="cmp-image  float-right " src="/images/menu_go.svg" alt="ENGLISH">
+
+</a>
+                    </li>
+                    <div class="submenu-navbar">
+                        <div class="menu-head">
+                            <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                            <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                        </div>
+                        <ul>
+                            <li class="submenu-navbar-item">
+                                <a href="#">English</a>
+                            </li>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Español</a>
+                            </li>
+                            <li class="submenu-navbar-item">
+                                <a href="#">Français</a>
+                            </li>
+
+                        </ul>
+                    </div>
+                    <li class="secondary-navbar-item">
+                        <a href="">
+                                    LOGIN
+                                </a>
+                    </li>
+                </ul>
+            </nav>
+        </div>
+    </div>
+</header>
+ +
+
+ + +
+ +
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
+<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
+<header class="cmp-header">
+   
+    <!-- DESKTOP -->
+    <div class="cmp-header__desktop d-none d-lg-block">
+        <div class="cmp-header__nav-setup">
+            <nav class="navbar navbar-expand-lg mx-lg-3">
+                <div class="collapse navbar-collapse" id="nav-setup">
+                    <ul class="navbar-nav ml-auto">
+                        {% for menu in menusSetup %}
+                            {% if menu.submenus.length %}
+                            <li class="nav-setup-item nav-item dropdown ml-lg-3">
+                                <a class="nav-link dropdown-toggle" id="{{menu.name}}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                                    {{menu.name}}
+                                </a>
+                                <div class="dropdown-menu" aria-labelledby="{{menu.name}}">
+                                    {% for submenu in menu.submenus %}
+                                    <a class="dropdown-item px-2">
+                                        {{submenu}}
+                                    </a>
+                                    {% endfor %}
+                                </div>
+                            </li>
+                            {% else %}
+                            <li class="nav-setup-item nav-item ml-lg-3">
+                                <a class="nav-link">
+                                    {{menu.name}}
+                                </a>
+                            </li>
+                            {% endif %}
+                        {% endfor %}
+                    </ul>
+                </div>
+            </nav>
+        </div>
+        <div class="cmp-header__nav-menu">
+            <nav class="navbar navbar-expand-lg" role="navigation" aria-label="main navigation">
+                <div class="logo">
+                    <a class="navbar-brand" href="/"><img src="/images/logo.png"></a>
+                    <hr class="sublogo">
+                </div>
+                
+                <div id="nav-menu" class="navbar-menu navbar-collapse">
+                    <ul class="nav navbar-nav" role="menu">
+                        {% for menu in menus %}
+                            {% if menu.submenus.length %}
+                            <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 has-dropdown" role="presentation">
+                                <a href="" class="nav-link has-dropdown" id="{{menu.name}}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0">
+                                    {{menu.name}}
+                                </a>
+                                <div class="nav-submenu" id="{{menu.name}}-submenu" aria-labelledby="{{menu.name}}" aria-hidden="true">
+                                    <div class="col-lg-1"></div>
+                                    {% if menu.image %}
+                                    <div class="col-lg-4 mt-lg-5">
+                                        <img src="{{menu.image}}" alt="{{menu.name}}">
+                                    </div>
+                                    
+                                    {% endif %}
+                                    {% if menu.name == "ABOUT US" %}
+                                        <div class="col-lg-4 mt-lg-5">
+                                    {% else %}
+                                        <div class="card-columns col-lg-9 mt-lg-5">
+                                    {% endif %}
+                                    
+                                    {% for submenu in menu.submenus %}
+                                        <div class="nav-group">
+                                            {# {% include "@image" with {src:submenu.image, alt:submenu.name} %} #}
+                                            {% if submenu.topicImage %}
+                                            <img src="{{submenu.topicImage}}" alt="{{submenu.name}}">
+                                            {% endif %}
+                                            <h6><a href="" class="submenu-title">{{submenu.name}}</a></h6>
+                                            {% if submenu.submenus.length %}
+                                            <ul>
+                                            {% for topic in submenu.submenus %}
+                                                <li><a href="" class="submenu-link">{{topic}}</a></li>
+                                            {% endfor %}
+                                            </ul>
+                                            {% endif %}
+                                        </div>
+                                        
+                                    {% endfor %}
+                                    </div>
+                                    
+                                    
+                                    
+                                </div>
+                            </li>
+                            {% else %}
+                            <li class="nav-menu-item nav-item pl-lg-1 pr-lg-4 px-xl-4 no-dropdown">
+                                <a href="" class="nav-link no-submenu">
+                                    {{menu.name}}
+                                </a>
+                            </li>
+                            {% endif %}
+                        {% endfor %}
+                    </ul>
+                </div>
+                <div class="navbar-end float-right">
+                    <span role="button" class="icon icon-seach mr-lg-3">
+                    {% include "@image" with {src: "/images/search.svg", alt:"Search"}%}
+                    </span>
+                    <span role="button" class="icon icon-cart mr-lg-5">
+                    {% include "@image" with {src: "/images/cart.svg", alt:"Cart"}%}
+                    </span>
+                </div>
+            </nav>
+        </div>
+        <div class="blue-filler d-none"></div>
+    </div>
+    <!-- MOBILE -->
+    <div class="cmp-header__mobile d-lg-none">
+        <div class="mobile-header">
+            <a role="button" class="navbar-item burger-icon p-0 col-1">{% include "@image" with {src: "/images/burguermenu.svg", alt:"Menu"}%}</a>
+            <a class="navbar-item logo col-7 mr-3 mr-md-5" href="/">{% include "@image" with {src: "/images/logo.png", alt:"ALLDATA Logo"}%}</a>
+            <a role="button" class="navbar-item cart-icon col-1 p-0 float-right">{% include "@image" with {src: "/images/cart.svg", alt:"Cart"}%}</a>
+            <a role="button" class="navbar-item search-icon col-1 mr-2 mr-md-3 p-0 float-right">{% include "@image" with {src: "/images/search.svg", alt:"Search"}%}</a>
+            <hr class="sublogo">
+        </div>
+        <div class="cmp-header-mobile__nav-setup">
+            <nav class="navbar">
+                <ul class="navbar-menu">
+                    <div class="menu-head">
+                        <span role="button" class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                    </div>
+                    {% for menu in menus %}
+                        <li class="main-navbar-item">
+                            <a href="#">{{menu.name}} 
+                            {% if menu.name != "BUY NOW"  %}
+                                {% include "@image" with {classes:"float-right", src:"/images/menu_go.svg", alt:menu.name }%}
+                            {% endif %}
+                            </a>
+                        </li>
+                        <div class="submenu-navbar">
+                            <div class="menu-head">
+                                <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                                <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                            </div>
+                            <ul>
+                                {% for submenu in menu.submenus %}
+                                    <li class="submenu-navbar-item">
+                                        <a href="#">{{submenu.name}}{% include "@image" with {classes:"float-right", src:"/images/submenuclosed.svg", alt:submenu.name }%}</a> 
+                                    </li>
+                                    <div class="lastLevel-navbar" id="{{submenu.name}}">
+                                        <ul>
+                                            {% for submenu in submenu.submenus %}
+                                                <li class="lastLevel-navbar-item">
+                                                    <a href="#">{{submenu}}</a>
+                                                </li>
+                                            {% endfor %} 
+                                        </ul>
+                                    </div>
+                                {% endfor %} 
+                            </ul>
+                        </div>
+                    {% endfor %}
+                    {% for menu in menusSetup %}
+                        {% if menu.submenus.length %}
+                            <li class="main-navbar-item">
+                                <a href="#">{{menu.name}}{% include "@image" with {classes:"float-right", src:"/images/menu_go.svg", alt:menu.name }%}</a>
+                            </li>
+                            <div class="submenu-navbar">
+                                <div class="menu-head">
+                                    <span class="menu-back"><img src="/images/menu-back.svg" alt="back"></span>
+                                    <span class="close-menu"><img src="/images/closemenu.svg" alt="close"></span>
+                                </div>
+                                <ul>
+                                    {% for submenu in menu.submenus %}
+                                        <li class="submenu-navbar-item">
+                                            <a href="#">{{submenu}}</a> 
+                                        </li>
+                                    {% endfor %} 
+                                </ul>
+                            </div>
+                        {% else %}
+                            <li class="secondary-navbar-item">
+                                <a href="">
+                                    {{menu.name}}
+                                </a>
+                            </li>
+                        {% endif %}
+                    {% endfor %}
+                </ul>
+            </nav>
+        </div>
+    </div>
+</header>
+
+
+ + +
+ + + +
{
+  "text": "This is an header component!",
+  "heading": "My heading",
+  "menus": [
+    {
+      "url": "/PRODUCTS",
+      "name": "PRODUCTS",
+      "submenus": [
+        {
+          "name": "Repair Information",
+          "submenus": [
+            "ALLDATA Repair",
+            "ALLDATA Collision",
+            "ALLDATA Mobile"
+          ]
+        },
+        {
+          "name": "Diagnostics",
+          "submenus": [
+            "ALLDATA Manage Onlie",
+            "ALLDATA Diagnostics",
+            "ALLDATA Tech-Assist"
+          ]
+        },
+        {
+          "name": "shop management",
+          "submenus": [
+            "ALLDATA Manage Onlie",
+            "ALLDATA Titan"
+          ]
+        },
+        {
+          "name": "What's Right For My Shop",
+          "submenus": [],
+          "topicImage": "/images/workshop.png"
+        },
+        {
+          "name": "Testimonials",
+          "submenus": [],
+          "topicImage": "/images/workshop.png"
+        }
+      ]
+    },
+    {
+      "url": "/SUPPORT",
+      "name": "SUPPORT",
+      "submenus": [
+        {
+          "name": "Popular Topics",
+          "submenus": [
+            "Getting Started",
+            "Recover User Name or Password",
+            "Vehicle Information Request",
+            "Login Center"
+          ]
+        },
+        {
+          "name": "product support",
+          "submenus": [
+            "ALLDATA Repair",
+            "ALLDATA Collision",
+            "ALLDATA Mobile",
+            "ALLDATA Manage Onlie",
+            "ALLDATA Diagnostics",
+            "ALLDATA Tech-Assist"
+          ]
+        },
+        {
+          "name": "Account & billing support",
+          "submenus": [
+            "Billing Options",
+            "Account Options"
+          ]
+        },
+        {
+          "name": "Training & certifications",
+          "submenus": [
+            "Product Training",
+            "Traninig Videos",
+            "On-Demand Webinars",
+            "CAIS Certificaiton Program"
+          ]
+        },
+        {
+          "name": "Contact customer support",
+          "submenus": [
+            "800-859-3282"
+          ]
+        }
+      ]
+    },
+    {
+      "url": "/RESOURCES",
+      "name": "RESOURCES",
+      "submenus": [
+        {
+          "name": "product resources",
+          "submenus": [
+            "ALLDATA Repair",
+            "ALLDATA Collision",
+            "ALLDATA Mobile",
+            "ALLDATA Manage Onlie",
+            "ALLDATA Diagnostics",
+            "ALLDATA Tech-Assist"
+          ]
+        },
+        {
+          "name": "ALLDATA news by topic",
+          "submenus": [
+            "General Auto Repair",
+            "Collision Auto Repair",
+            "Shop Management",
+            "Best Practices",
+            "Training",
+            "News",
+            "Events"
+          ]
+        },
+        {
+          "name": "ALLDATA News",
+          "submenus": [
+            "Latest Edition"
+          ]
+        },
+        {
+          "name": "Tech Tips",
+          "submenus": []
+        },
+        {
+          "name": "Industry Webinars",
+          "submenus": []
+        }
+      ]
+    },
+    {
+      "url": "/ABOUT US",
+      "name": "ABOUT US",
+      "image": "/images/team.png",
+      "submenus": [
+        {
+          "name": "ALLDATA LEADERSHIP"
+        },
+        {
+          "name": "PARNERS"
+        },
+        {
+          "name": "PRESS"
+        },
+        {
+          "name": "CARRERS"
+        },
+        {
+          "name": "CONTACT"
+        }
+      ]
+    },
+    {
+      "url": "/BUY NOW",
+      "name": "BUY NOW",
+      "submenus": []
+    }
+  ],
+  "menusSetup": [
+    {
+      "url": "/call",
+      "name": "800-697-2533",
+      "submenus": []
+    },
+    {
+      "url": "/rep",
+      "name": "CONTACT A REP",
+      "submenus": []
+    },
+    {
+      "url": "/RESOURCES",
+      "name": "US",
+      "submenus": [
+        "Canada",
+        "Europe",
+        "Mexico",
+        "US"
+      ]
+    },
+    {
+      "url": "/ABOUT US",
+      "name": "ENGLISH",
+      "submenus": [
+        "English",
+        "Español",
+        "Français"
+      ]
+    },
+    {
+      "url": "/login",
+      "name": "LOGIN",
+      "submenus": []
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +import $ from "jquery";
    +// DESKTOP
    +if ($(window).width() > 991) {
    +  var arraySubmenus = $(".nav.navbar-nav").find(".nav-submenu");
    +  var arrayMenus = $(".nav.navbar-nav").find(".nav-link.has-dropdown");
    +  var currentSub;
    +  var currentMenu;
    +  $(".navbar.navbar-expand-lg").focusin(function() {
    +    var elem = $(this).find(":focus");
    +    if (elem.hasClass("nav-link has-dropdown")) {
    +      currentMenu = elem;
    +      var submenu = elem.parent().children(".nav-submenu");
    +      arraySubmenus.css({ display: "none", "z-index": 0 });
    +      arraySubmenus.attr("aria-hidden", "true");
    +      arrayMenus.attr("aria-expanded", "false");
    +      elem.attr("aria-expanded", "true");
    +      submenu.attr("aria-hidden", "false");
    +      submenu.css({ display: "flex", "z-index": 1 });
    +      $(".cmp-header__desktop .blue-filler").removeClass("d-none");
    +    } else if (
    +      elem.hasClass("submenu-link") ||
    +      elem.hasClass("submenu-title")
    +    ) {
    +    } else {
    +      $(".cmp-header__desktop .blue-filler").addClass("d-none");
    +
    +      arraySubmenus.css({ display: "none", "z-index": 0 });
    +      arraySubmenus.attr("aria-hidden", "true");
    +      arrayMenus.attr("aria-expanded", "false");
    +    }
    +  });
    +
    +  $(".nav-submenu").on("keydown", function(event) {
    +    if (event.which == 27) {
    +      arraySubmenus.css({ display: "none", "z-index": 0 });
    +      arraySubmenus.attr("aria-hidden", "true");
    +      arrayMenus.attr("aria-expanded", "false");
    +    }
    +  });
    +
    +  $(".nav-menu-item.nav-item.has-dropdown").hover(
    +    function() {
    +      $(".cmp-header__desktop .blue-filler").removeClass("d-none");
    +    },
    +    function() {
    +      $(".cmp-header__desktop .blue-filler").addClass("d-none");
    +    }
    +  );
    +}
    +// MOBILE
    +$(".burger-icon, .close-menu").on("click", function() {
    +  var mobileMenu = $(".cmp-header-mobile__nav-setup");
    +  var submenu = $(".submenu-navbar");
    +
    +  if (mobileMenu.css("display") === "none") {
    +    mobileMenu.show();
    +    submenu.hide();
    +    setTimeout(function() {
    +      mobileMenu.css("width", "100%");
    +    }, 100);
    +  } else {
    +    mobileMenu.css("width", "0");
    +    setTimeout(function() {
    +      mobileMenu.hide();
    +      submenu.hide();
    +    }, 550);
    +  }
    +});
    +
    +$(".main-navbar-item, .secondary-navbar-item").on("click", function() {
    +  var submenu = $(this).next(".submenu-navbar");
    +
    +  if (submenu.css("display") === "none") {
    +    submenu.show();
    +  } else {
    +    submenu.hide();
    +  }
    +});
    +
    +$(".secondary-navbar-item").on("click", function() {
    +  console.log("ok");
    +  var submenu = $(this).find(".navbar-dropdown");
    +  var items = submenu.find(".secondary-dropdown-item").length;
    +  var itemHeight = $(this).innerHeight();
    +
    +  if (submenu.css("height") === "0px") {
    +    submenu.css("height", itemHeight * items + items + "px");
    +  } else {
    +    submenu.css("height", "0");
    +  }
    +});
    +
    +$(".submenu-navbar-item").on("click", function() {
    +  var submenu = $(this).next(".lastLevel-navbar");
    +  var items = submenu.find(".lastLevel-navbar-item").length;
    +  var itemHeight = $(this).innerHeight();
    +
    +  if (submenu.css("height") === "0px") {
    +    $(this).addClass("selected-item");
    +    submenu.css("height", itemHeight * items + items + "px");
    +  } else {
    +    $(this).removeClass("selected-item");
    +    submenu.css("height", "0");
    +  }
    +});
    +
    +$(".menu-back").on("click", function() {
    +  var submenu = $(".submenu-navbar");
    +  submenu.hide();
    +});
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/header/header.js +
  • +
  • + Filesystem Path: + components/groups/header/header.js +
  • +
  • + Size: + 3.3 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Header
    + */
    +
    +.cmp-header {
    +  + .cmp-skew {
    +    // to overlay on top of that section
    +    z-index: -1;
    +  }
    +
    +  color: $blue;
    +  .navbar-link:not(.is-arrowless)::after {
    +    right: 2.025em;
    +    font-size: 0.7rem;
    +    margin-top: -0.475em;
    +  }
    +
    +  .cmp-header__nav-setup {
    +    nav {
    +      z-index: 32;
    +    }
    +
    +    ul {
    +      justify-content: flex-end;
    +    }
    +  }
    +
    +  .cmp-header__nav-setup {
    +    font-size: 12px;
    +
    +    .dropdown-menu.show {
    +      padding: 0;
    +      color: #1b3d6e;
    +      font-size: 12px;
    +      border: none;
    +      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    +      .dropdown-item:hover,
    +      .dropdown-item:focus {
    +        color: white;
    +        text-decoration: none;
    +        background-color: #f16824;
    +      }
    +    }
    +  }
    +
    +  .cmp-header__nav-menu {
    +    .navbar {
    +      padding: 0px;
    +      align-items: flex-start;
    +      box-shadow: 0px 23px 37px -30px rgba(0, 0, 0, 1);
    +    }
    +    .navbar-brand {
    +      width: 280px;
    +      text-align: center;
    +      img {
    +        width: 196px;
    +      }
    +    }
    +    .logo {
    +      height: 90px;
    +      hr.sublogo {
    +        border: 4px solid #1b3e6f;
    +        position: absolute;
    +        top: 100%;
    +        left: 0;
    +        z-index: 32;
    +        margin-top: 0;
    +        width: 275px;
    +      }
    +    }
    +    .nav-menu-item {
    +      .nav-link.dropdown-toggle::after {
    +        content: none;
    +      }
    +      .nav-link {
    +        padding: 11px 0px;
    +      }
    +      .nav-link:hover {
    +        padding-bottom: 9px;
    +        border-bottom: 2px solid #f16824;
    +      }
    +      .nav-link.no-submenu {
    +        padding: 10px 35px;
    +        border: 2px solid #f16824;
    +      }
    +
    +      .nav-submenu {
    +        background-color: white;
    +        .submenu-empty-filler {
    +          -webkit-box-flex: 0;
    +          flex: 0 0 10%;
    +          max-width: 10%;
    +        }
    +        .card-columns.col-lg-9.mt-lg-5 {
    +          column-count: 4 !important;
    +        }
    +        .nav-group {
    +          display: inline-block;
    +          width: 100%;
    +          font-size: 14px;
    +          .submenu-title {
    +            line-height: 2.43;
    +            letter-spacing: 0.78px;
    +            text-transform: uppercase;
    +          }
    +          ul {
    +            list-style: none;
    +            padding: 0;
    +          }
    +          li a {
    +            line-height: 2.14;
    +            font-weight: 300;
    +          }
    +        }
    +      }
    +    }
    +
    +    .navbar-end {
    +      padding-top: 11px;
    +    }
    +
    +    .nav-menu-item.nav-item {
    +      padding-bottom: 42px;
    +      // margin-top: 40px;
    +    }
    +    .nav-menu-item.nav-item.no-dropdown {
    +      // margin-top: 30px;
    +    }
    +    .nav-submenu {
    +      display: none;
    +      position: absolute;
    +      left: 0;
    +      right: 0;
    +      margin-top: 44px;
    +      padding: 0 15px 40px;
    +      min-height: 340px;
    +    }
    +    .nav-menu-item.nav-item:hover .nav-submenu {
    +      display: flex;
    +      z-index: 1;
    +    }
    +  }
    +
    +  .blue-filler {
    +    // display: none;
    +    // position: absolute;
    +    background-color: #1b3e6f;
    +    opacity: 0.7;
    +    width: 100%;
    +    height: 1000px;
    +  }
    +
    +  .cmp-header__mobile {
    +    a:hover {
    +      text-decoration: none;
    +      color: #1b3d6e;
    +    }
    +    .mobile-header {
    +      height: 70px;
    +      position: relative;
    +      padding: 20px 15px;
    +      hr.sublogo {
    +        border: 4px solid #1b3d6e;
    +        position: absolute;
    +        top: 100%;
    +        left: 0;
    +        margin-top: 0;
    +        width: 60%;
    +      }
    +
    +      .navbar-item {
    +        display: inline-block;
    +      }
    +      .logo {
    +        padding-right: 0;
    +        text-align: center;
    +        .cmp-image {
    +          width: 100%;
    +          max-width: 140px;
    +        }
    +      }
    +      .search-icon,
    +      .cart-icon {
    +        max-width: 24px;
    +      }
    +    }
    +    .cmp-header-mobile__nav-setup {
    +      background: white;
    +      display: none;
    +      overflow: hidden;
    +      position: absolute;
    +      top: 0;
    +      right: 0;
    +      left: 0;
    +      width: 0;
    +      transition: 0.5s;
    +
    +      ul {
    +        padding: 0;
    +      }
    +
    +      .navbar {
    +        padding: 0;
    +      }
    +
    +      .navbar-dropdown {
    +        height: 0;
    +        overflow: hidden;
    +        transition: 0.3s;
    +      }
    +
    +      .navbar-menu {
    +        width: 100%;
    +      }
    +
    +      .menu-head {
    +        height: 0;
    +        padding: 24px;
    +
    +        .close-menu,
    +        .menu-back {
    +          font-size: 40px;
    +          margin-top: -30px;
    +        }
    +
    +        .close-menu {
    +          float: right;
    +        }
    +
    +        .menu-back {
    +          float: left;
    +        }
    +      }
    +
    +      .main-navbar-item,
    +      .secondary-navbar-item,
    +      .submenu-navbar-item,
    +      .lastLevel-navbar-item,
    +      .secondary-dropdown-item {
    +        list-style: none;
    +        font-size: 14px;
    +        padding: 24px;
    +        text-transform: uppercase;
    +        width: 100%;
    +      }
    +
    +      .selected-item {
    +        background-color: #1b3d6e;
    +        a {
    +          color: white;
    +        }
    +      }
    +
    +      .lastLevel-navbar-item,
    +      .secondary-dropdown-item {
    +        font-weight: 300;
    +        padding-left: 64px;
    +        color: #54565a;
    +      }
    +
    +      .submenu-navbar {
    +        background: white;
    +        display: none;
    +        position: absolute;
    +        top: 0;
    +        right: 0;
    +        left: 0;
    +        bottom: 0;
    +
    +        .lastLevel-navbar {
    +          height: 0;
    +          overflow: hidden;
    +          transition: 0.3s;
    +        }
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/header/header.scss +
  • +
  • + Filesystem Path: + components/groups/header/header.scss +
  • +
  • + Size: + 5.2 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--default.html b/components/detail/heading--default.html new file mode 100644 index 0000000..41b5420 --- /dev/null +++ b/components/detail/heading--default.html @@ -0,0 +1,2153 @@ + + + + + + + + + + + + +heading component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h1 class="cmp-heading h1   ">
+    My h1 heading
+</h1>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h1 heading",
+  "headingLevel": "h1"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--h2.html b/components/detail/heading--h2.html new file mode 100644 index 0000000..d8d3c36 --- /dev/null +++ b/components/detail/heading--h2.html @@ -0,0 +1,2128 @@ + + + + + + + + + + + + +heading component: H 2 | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: H 2 + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h2 class="cmp-heading h2   ">
+    My h2 heading
+</h2>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h2 heading",
+  "headingLevel": "h2"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--h3.html b/components/detail/heading--h3.html new file mode 100644 index 0000000..9b025df --- /dev/null +++ b/components/detail/heading--h3.html @@ -0,0 +1,2128 @@ + + + + + + + + + + + + +heading component: H 3 | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: H 3 + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h3 class="cmp-heading h3   ">
+    My h3 heading
+</h3>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h3 heading",
+  "headingLevel": "h3"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--h4.html b/components/detail/heading--h4.html new file mode 100644 index 0000000..c6c3335 --- /dev/null +++ b/components/detail/heading--h4.html @@ -0,0 +1,2128 @@ + + + + + + + + + + + + +heading component: H 4 | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: H 4 + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h4 class="cmp-heading h4   ">
+    My h4 heading
+</h4>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h4 heading",
+  "headingLevel": "h4"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--h5.html b/components/detail/heading--h5.html new file mode 100644 index 0000000..3c0a695 --- /dev/null +++ b/components/detail/heading--h5.html @@ -0,0 +1,2128 @@ + + + + + + + + + + + + +heading component: H 5 | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: H 5 + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h5 class="cmp-heading h5   ">
+    My h5 heading
+</h5>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h5 heading",
+  "headingLevel": "h5"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading--h6.html b/components/detail/heading--h6.html new file mode 100644 index 0000000..9b93b3b --- /dev/null +++ b/components/detail/heading--h6.html @@ -0,0 +1,2128 @@ + + + + + + + + + + + + +heading component: H 6 | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component: H 6 + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<h6 class="cmp-heading h6   ">
+    My h6 heading
+</h6>
+ +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
{
+  "heading": "My h6 heading",
+  "headingLevel": "h6"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/heading.html b/components/detail/heading.html new file mode 100644 index 0000000..72c54cc --- /dev/null +++ b/components/detail/heading.html @@ -0,0 +1,2357 @@ + + + + + + + + + + + + +heading component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + heading component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + + +
<!-- Default -->
+<h1 class="cmp-heading h1   ">
+    My h1 heading
+</h1>
+
+
+ +
<!-- H 2 -->
+<h2 class="cmp-heading h2   ">
+    My h2 heading
+</h2>
+
+
+ +
<!-- H 3 -->
+<h3 class="cmp-heading h3   ">
+    My h3 heading
+</h3>
+
+
+ +
<!-- H 4 -->
+<h4 class="cmp-heading h4   ">
+    My h4 heading
+</h4>
+
+
+ +
<!-- H 5 -->
+<h5 class="cmp-heading h5   ">
+    My h5 heading
+</h5>
+
+
+ +
<!-- H 6 -->
+<h6 class="cmp-heading h6   ">
+    My h6 heading
+</h6>
+
+
+ +
<!-- H 2 -->
+<h2 class="cmp-heading h2    has-line ">
+    My h2 heading
+</h2>
+
+<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ +
<!-- H 3 -->
+<h3 class="cmp-heading h3    has-line ">
+    My h3 heading
+</h3>
+
+<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ +
<!-- H 4 -->
+<h4 class="cmp-heading h4    has-line ">
+    My h4 heading
+</h4>
+
+<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ +
<!-- H 5 -->
+<h5 class="cmp-heading h5    has-line ">
+    My h5 heading
+</h5>
+
+<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ +
<!-- H 6 -->
+<h6 class="cmp-heading h6    has-line ">
+    My h6 heading
+</h6>
+
+<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ + +
+
+ + +
+ +
<{{headingLevel}} class="cmp-heading {{headingLevel}} {% if classes %} {{classes}} {% endif %}  {% if threelines %} has-line {% endif %}">
+    {{heading}}
+ </{{headingLevel}}>
+
+   {% if threelines %}
+      {# {% include ('@components/01-units/threelines/threelines.twig') %} #}
+      {% include '@threelines' %}
+
+   {% endif %}
+
+
+ + +
+ + + +
+/* Default */
+{
+  "heading": "My h1 heading",
+  "headingLevel": "h1"
+}
+
+
+ +
+/* H 2 */
+{
+  "heading": "My h2 heading",
+  "headingLevel": "h2"
+}
+
+
+ +
+/* H 3 */
+{
+  "heading": "My h3 heading",
+  "headingLevel": "h3"
+}
+
+
+ +
+/* H 4 */
+{
+  "heading": "My h4 heading",
+  "headingLevel": "h4"
+}
+
+
+ +
+/* H 5 */
+{
+  "heading": "My h5 heading",
+  "headingLevel": "h5"
+}
+
+
+ +
+/* H 6 */
+{
+  "heading": "My h6 heading",
+  "headingLevel": "h6"
+}
+
+
+ +
+/* H 2 */
+{
+  "heading": "My h2 heading",
+  "headingLevel": "h2",
+  "threelines": true
+}
+
+
+ +
+/* H 3 */
+{
+  "heading": "My h3 heading",
+  "headingLevel": "h3",
+  "threelines": true
+}
+
+
+ +
+/* H 4 */
+{
+  "heading": "My h4 heading",
+  "headingLevel": "h4",
+  "threelines": true
+}
+
+
+ +
+/* H 5 */
+{
+  "heading": "My h5 heading",
+  "headingLevel": "h5",
+  "threelines": true
+}
+
+
+ +
+/* H 6 */
+{
+  "heading": "My h6 heading",
+  "headingLevel": "h6",
+  "threelines": true
+}
+
+
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Heading
    + */
    +
    +/* STARTER CODE
    +
    +class Heading {
    +    constructor($inst) {
    +        cponsole.log('Initializing Heading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.js +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.js +
  • +
  • + Size: + 178 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Heading
    + */
    +
    +.cmp-heading {
    +  text-transform: uppercase;
    +  margin-bottom: 2rem;
    +
    +  &.h1.has-line {
    +    margin-bottom: 2rem;
    +  }
    +
    +  &.h2.has-line {
    +    margin-bottom: 1.75rem;
    +  }
    +
    +  &.h3.has-line {
    +    margin-bottom: 1.5rem;
    +  }
    +
    +  &.h4.has-line {
    +    margin-bottom: 1.25rem;
    +  }
    +
    +  &.h5.has-line {
    +    margin-bottom: 1rem;
    +  }
    +
    +  &.h6.has-line {
    +    margin-bottom: 0.75rem;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    margin-bottom: 1.5rem;
    +    h1 {
    +    }
    +    h2 {
    +    }
    +    h3 {
    +    }
    +    h4 {
    +    }
    +    h5 {
    +    }
    +    h6 {
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/heading/heading.scss +
  • +
  • + Filesystem Path: + components/01-units/heading/heading.scss +
  • +
  • + Size: + 561 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/hero--default.html b/components/detail/hero--default.html new file mode 100644 index 0000000..725eb0c --- /dev/null +++ b/components/detail/hero--default.html @@ -0,0 +1,2139 @@ + + + + + + + + + + + + +hero component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + hero component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered   position-relative bg-transparent   ">
+
+    <img class="cmp-image " src="https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg" alt="hero" sizes="100vw" srcset="https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w">
+
+    <div class="cmp-tricolor__position">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-hero py-4 px-4">
+
+        <div class="cmp-cols  cols-1  cols-md-2   ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                <div class="cmp-jumbo ">
+
+                    <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                        AUTOMOTIVE INTELLIGENCE
+                    </h1>
+
+                    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                    <p class="cmp-text">
+                        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                    </p>
+
+                    <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+
+            </div>
+
+        </div>
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set columContent %}
+  {# <h4>columncontent</h4> #}
+    {% include "@jumbo" %}  
+{% endset %}
+
+{% set drupal %}
+  {% include "@drupalitemsfacade" with {items:columContent} %}
+{% endset %}
+
+
+{% set skewContent %}
+
+  {% include "@tricolor--position" %}
+  <div class="cmp-hero py-4 px-4">
+    {% include "@cols" with {content : drupal, mobileModifier: "1", tabletModifier: "2", } only %}
+  </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent } %}
+
+{# {{content}} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true,
+  "bgImage": true,
+  "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg",
+  "sizes": "100vw",
+  "alt": "hero",
+  "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Hero
    + */
    +
    +/* STARTER CODE
    +
    +class Hero {
    +    constructor($inst) {
    +        cponsole.log('Initializing Hero')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.js +
  • +
  • + Filesystem Path: + components/groups/hero/hero.js +
  • +
  • + Size: + 168 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Hero
    + */
    +
    + $bsGap: 15px;
    +
    +.cmp-hero {
    +    padding-top: fromPxtoRem(93);
    +    padding-left: 1.5rem ;
    +    padding-right: 1.5rem ;
    +    @extend .skew-padding-bottom-6;
    +
    +    .cmp-slider{
    +        padding-bottom: fromPxtoRem(110);
    +        .cmp-slider-controls {
    +            justify-content: start ;
    +            margin-left: $bsGap
    +        }
    +
    +    }
    +
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.scss +
  • +
  • + Filesystem Path: + components/groups/hero/hero.scss +
  • +
  • + Size: + 365 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

Questions

+
    +
  • do the background Image Changes when we change the slide or just the copy and the button??
  • +
+ + +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/hero--slider.html b/components/detail/hero--slider.html new file mode 100644 index 0000000..a696a46 --- /dev/null +++ b/components/detail/hero--slider.html @@ -0,0 +1,2222 @@ + + + + + + + + + + + + +hero component: Slider | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + hero component: Slider + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered   position-relative bg-transparent  overlap-next-6 ">
+
+    <img class="cmp-image  overlap-next-6 " src="https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg" alt="hero" sizes="100vw" srcset="https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w">
+
+    <div class="cmp-tricolor__position">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-hero">
+
+        <div class="cmp-cols  cols-1  cols-md-2   ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                <div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselHeroSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselHeroSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselHeroSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselHeroSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-jumbo ">
+
+                                <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                                    KYAUTOMOTIVE INTELLIGENCE
+                                </h1>
+
+                                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                                <p class="cmp-text">
+                                    From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                </p>
+
+                                <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+                                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-jumbo ">
+
+                                <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                                    Testing Carousel
+                                </h1>
+
+                                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                                <p class="cmp-text">
+                                    From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                </p>
+
+                                <button class="cmp-button btn btn-outline-secondary">hello world</button>
+
+                                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+            </div>
+
+        </div>
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set columContent %}
+  {# <h4>columncontent</h4> #}
+    {% set carouselId = "carouselHeroSlider" %}
+    {% set extraData = {extrainfo: 'hero-slides'} %}
+    {% set template = "jumbo" %}
+    {% include "@slider--dyn" with {carouselId:carouselId, models : heroes, sameHeight: true, template : template, extraData: extraData} %}
+{% endset %}
+
+{% set drupal %}
+  {% include "@drupalitemsfacade" with {items:columContent} %}
+{% endset %}
+
+{% set skewContent %}
+
+  {% include "@tricolor--position" %}
+  <div class="cmp-hero">
+    {% include "@cols" with {content : drupal, mobileModifier: "1", tabletModifier: "2", } only %}
+  </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent, classes: 'overlap-next-6' } %}
+
+{# {{content}} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true,
+  "bgImage": true,
+  "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg",
+  "sizes": "100vw",
+  "alt": "hero",
+  "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w",
+  "heroes": [
+    {
+      "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+      "heading": "KYAUTOMOTIVE INTELLIGENCE",
+      "headingLevel": "h1",
+      "btnText": "shop products",
+      "threelines": true,
+      "bgImage": true
+    },
+    {
+      "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+      "heading": "Testing Carousel",
+      "headingLevel": "h1",
+      "btnText": "hello world",
+      "threelines": true,
+      "bgImage": true
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Hero
    + */
    +
    +/* STARTER CODE
    +
    +class Hero {
    +    constructor($inst) {
    +        cponsole.log('Initializing Hero')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.js +
  • +
  • + Filesystem Path: + components/groups/hero/hero.js +
  • +
  • + Size: + 168 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Hero
    + */
    +
    + $bsGap: 15px;
    +
    +.cmp-hero {
    +    padding-top: fromPxtoRem(93);
    +    padding-left: 1.5rem ;
    +    padding-right: 1.5rem ;
    +    @extend .skew-padding-bottom-6;
    +
    +    .cmp-slider{
    +        padding-bottom: fromPxtoRem(110);
    +        .cmp-slider-controls {
    +            justify-content: start ;
    +            margin-left: $bsGap
    +        }
    +
    +    }
    +
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.scss +
  • +
  • + Filesystem Path: + components/groups/hero/hero.scss +
  • +
  • + Size: + 365 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

Questions

+
    +
  • do the background Image Changes when we change the slide or just the copy and the button??
  • +
+ + +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/hero.html b/components/detail/hero.html new file mode 100644 index 0000000..614dfe0 --- /dev/null +++ b/components/detail/hero.html @@ -0,0 +1,2148 @@ + + + + + + + + + + + + +hero component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + hero component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered   position-relative bg-transparent   ">
+
+    <img class="cmp-image " src="https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg" alt="hero" sizes="100vw" srcset="https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w">
+
+    <div class="cmp-tricolor__position">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-hero py-4 px-4">
+
+        <div class="cmp-cols  cols-1  cols-md-2   ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                <div class="cmp-jumbo ">
+
+                    <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                        AUTOMOTIVE INTELLIGENCE
+                    </h1>
+
+                    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                    <p class="cmp-text">
+                        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                    </p>
+
+                    <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+
+            </div>
+
+        </div>
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set columContent %}
+  {# <h4>columncontent</h4> #}
+    {% include "@jumbo" %}  
+{% endset %}
+
+{% set drupal %}
+  {% include "@drupalitemsfacade" with {items:columContent} %}
+{% endset %}
+
+
+{% set skewContent %}
+
+  {% include "@tricolor--position" %}
+  <div class="cmp-hero py-4 px-4">
+    {% include "@cols" with {content : drupal, mobileModifier: "1", tabletModifier: "2", } only %}
+  </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent } %}
+
+{# {{content}} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true,
+  "bgImage": true,
+  "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg",
+  "sizes": "100vw",
+  "alt": "hero",
+  "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Hero
    + */
    +
    +/* STARTER CODE
    +
    +class Hero {
    +    constructor($inst) {
    +        cponsole.log('Initializing Hero')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.js +
  • +
  • + Filesystem Path: + components/groups/hero/hero.js +
  • +
  • + Size: + 168 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Hero
    + */
    +
    + $bsGap: 15px;
    +
    +.cmp-hero {
    +    padding-top: fromPxtoRem(93);
    +    padding-left: 1.5rem ;
    +    padding-right: 1.5rem ;
    +    @extend .skew-padding-bottom-6;
    +
    +    .cmp-slider{
    +        padding-bottom: fromPxtoRem(110);
    +        .cmp-slider-controls {
    +            justify-content: start ;
    +            margin-left: $bsGap
    +        }
    +
    +    }
    +
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/hero/hero.scss +
  • +
  • + Filesystem Path: + components/groups/hero/hero.scss +
  • +
  • + Size: + 365 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

Questions

+
    +
  • do the background Image Changes when we change the slide or just the copy and the button??
  • +
+ + +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/homepage.html b/components/detail/homepage.html new file mode 100644 index 0000000..8e69466 --- /dev/null +++ b/components/detail/homepage.html @@ -0,0 +1,3753 @@ + + + + + + + + + + + + +homePage component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + homePage component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered   position-relative bg-transparent  overlap-next-6 ">
+
+    <img class="cmp-image  overlap-next-6 " src="https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg" alt="hero" sizes="100vw" srcset="https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w">
+
+    <div class="cmp-tricolor__position">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-hero">
+
+        <div class="cmp-cols  cols-1  cols-md-2   ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                <div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselHeroSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselHeroSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselHeroSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselHeroSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-jumbo ">
+
+                                <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                                    KYAUTOMOTIVE INTELLIGENCE
+                                </h1>
+
+                                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                                <p class="cmp-text">
+                                    From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                </p>
+
+                                <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+                                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-jumbo ">
+
+                                <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+                                    Testing Carousel
+                                </h1>
+
+                                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                                <p class="cmp-text">
+                                    From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+                                </p>
+
+                                <button class="cmp-button btn btn-outline-secondary">hello world</button>
+
+                                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+            </div>
+
+        </div>
+    </div>
+
+</section>
+
+<section class="cmp-skew columns is-centered skew-6 branding   bg-primary  ">
+
+    <div class="inner-section ">
+
+        <div class="cmp-branding text-white py-4 px-5 pb-lg-0">
+
+            <div class="cmp-jumbo  cmp-jumbo__simple ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading   ">
+                    Why ALLDATA
+                </h2>
+
+                <p class="cmp-text">
+                    ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.
+                </p>
+
+            </div>
+
+            <div class="cmp-cols  cols-1   cols-lg-3  ">
+
+                <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/mechanic.svg" alt="mechanic">
+
+                        <h3 class="cmp-heading h3   ">
+                            Repair Information
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/tyre.svg" alt="tyre">
+
+                        <h3 class="cmp-heading h3   ">
+                            diagnostics
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                    <div class="cmp-brandingcard text-center             
+                                          
+                        
+                                          
+                                                      
+            
+                
+        py-4 py-lg-4 px-lg-4
+      ">
+
+                        <img class="cmp-image " src="/images/key.svg" alt="key">
+
+                        <h3 class="cmp-heading h3   ">
+                            shop management
+                        </h3>
+
+                        <p class="cmp-text">
+                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.
+                        </p>
+
+                        <hr class="cmp-brandingcard__line">
+                    </div>
+
+                </div>
+
+            </div>
+        </div>
+
+    </div>
+
+</section>
+
+<section class="cmp-serve-wedo">
+
+    <div class="cmp-tricolor__position-inverted">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-whoweserve col-11 col-lg-11 mx-auto">
+
+        <div class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+
+            <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                Who we serve
+            </h2>
+
+            <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+        </div>
+
+        <div class="cmp-cardscontainer  ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds
+                                and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  last-card  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description-lastcard  " aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Go to diy site</a>
+
+                        </div>
+                    </div>
+
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cmp-image-separator d-block d-lg-none col-12 my-5">
+
+        <img class="cmp-image " src="/images/carfix2.jpg" alt="">
+
+    </div>
+    <div class="cmp-what-wedo">
+        <div class="cmp-what-wedo__about-us col-11 col-sm-8 col-md-7 col-lg-5 mx-auto">
+
+            <div class="cmp-jumbo ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                    WHA WE DO
+                </h2>
+
+                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                <p class="cmp-text">
+                    We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>.
+                </p>
+
+                <button class="cmp-button btn btn-outline-secondary">About Us</button>
+
+                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+            </div>
+
+        </div>
+    </div>
+</section>
+
+<section class="cmp-skew columns is-centered skew-md-6 overlap-prev-section    " style=" background-image: url(/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="inner-section ">
+        <div class="cmp-testimonial">
+            <div class="cmp-testimonial-inner">
+
+                <div id="carouselTestimonialSlider" class="cmp-slider carousel slide  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+                <div class="cmp-testimonial-footer">
+                    <p class="cmp-text">
+                        See what over 400,000 technicians can't work without.
+                    </p>
+                    <button class="cmp-button btn btn-outline-secondary">Get Started</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+</section>
+<div class="cmp-Affilliations mx-4 px-lg-5 mx-lg-3">
+
+    <div class="cmp-jumbo  cmp-jumbo__No Button ">
+
+        <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+            working with <br> the industry’s best
+        </h2>
+
+        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+        <p class="cmp-text">
+            ALLDATA proudly partners with other leaders in the automotive industry. These affiliations help ensure that the OEM information found in ALLDATA products is used in major organizations nationwide for vehicle repair and maintenance.
+        </p>
+
+    </div>
+
+    <div class="cmp-companies cmp-companies__bs">
+        <div class="cmp-companies-sm d-lg-none">
+
+            <div id="carouselCompanyMB" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+
+                <div class="carousel-inner">
+
+                    <div class="carousel-item  active ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+
+                </div>
+                <div class="cmp-slider-controls d-flex bottom">
+                    <a class="cmp-slider-prev" href="#carouselCompanyMB" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                    <ol class="carousel-indicators">
+                        <li data-target="#carouselCompanyMB" data-slide-to="0" class="active"></li>
+                        <li data-target="#carouselCompanyMB" data-slide-to="1"></li>
+                    </ol>
+                    <a class="cmp-slider-next" href="#carouselCompanyMB" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                </div>
+            </div>
+
+        </div>
+
+        <div class="cmp-companies-lg d-none d-lg-block">
+
+            <div id="carouselCompanyDK" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+                <div class="cmp-slider-controls d-flex">
+                    <a class="cmp-slider-prev" href="#carouselCompanyDK" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                    <ol class="carousel-indicators">
+                        <li data-target="#carouselCompanyDK" data-slide-to="0" class="active"></li>
+                        <li data-target="#carouselCompanyDK" data-slide-to="1"></li>
+                        <li data-target="#carouselCompanyDK" data-slide-to="2"></li>
+                    </ol>
+                    <a class="cmp-slider-next" href="#carouselCompanyDK" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                </div>
+
+                <div class="carousel-inner">
+
+                    <div class="carousel-item  active ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/asa-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/bosch-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/jiffy-lube.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">customer</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/3-m-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Association</small>
+                                </div>
+                            </div>
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/key.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">Associaiton</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+                    <div class="carousel-item ">
+                        <div class="cmp-companies-page text-center">
+                            <div class="cmp-companies-company">
+                                <div class="cmp-companies-logo my-auto my-lg-0">
+
+                                    <img class="cmp-image " src="/images/carmax-logo.svg" alt="">
+
+                                    <small class="cmp-company-affiliation mt-3 mt-lg-0 mb-lg-3">integration partner</small>
+                                </div>
+                            </div>
+                        </div>
+
+                    </div>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+    <div class="cmp-affiliations-button">
+        <button class="cmp-button btn btn-outline-secondary">see all</button>
+
+        <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+    </div>
+</div>
+
+<section class="cmp-skew columns is-centered skew-6   bg-primary-100  ">
+
+    <div class="inner-section ">
+        <div class="cmp-latest">
+            <div class="container">
+
+                <h2 class="cmp-heading h2    has-line ">
+                    see the latest
+                </h2>
+
+                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                <div class="cmp-latestcards__cardcontainer">
+                    <div class="row">
+                        <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                            <div class="cmp-latestcard">
+
+                                <div class="cmp-latestHeading">
+                                    <h6 class="heading-title">News</h6>
+                                    <button class="heading-link">see all news</button>
+                                </div>
+
+                                <div class="cmp-latestcard-content">
+                                    <div class="cmp-latestcard__image ">
+                                        <div class="d-none d-md-block">
+
+                                            <div class="cmp-imageblue bg-primary">
+
+                                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                            </div>
+                                        </div>
+                                        <div class="d-md-none">
+
+                                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                        </div>
+                                    </div>
+                                    <div class="cmp-latestcard__content">
+
+                                        <h6 class="cmp-heading h6   ">
+                                            Five ways technology can help your dealership service
+                                        </h6>
+
+                                        <span class="cmp-latestcard__more">
+                <img src=../../images/plus-orange.svg alt="more">
+            </span>
+                                        <p class="cmp-text">
+                                            At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...
+                                        </p>
+
+                                        <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                        <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                            <div class="cmp-latestcard">
+
+                                <div class="cmp-latestHeading">
+                                    <h6 class="heading-title">Teach tips</h6>
+                                    <button class="heading-link">See all tips</button>
+                                </div>
+
+                                <div class="cmp-latestcard-content">
+                                    <div class="cmp-latestcard__image ">
+                                        <div class="d-none d-md-block">
+
+                                            <div class="cmp-imageblue bg-primary">
+
+                                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                            </div>
+                                        </div>
+                                        <div class="d-md-none">
+
+                                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                        </div>
+                                    </div>
+                                    <div class="cmp-latestcard__content">
+
+                                        <h6 class="cmp-heading h6   ">
+                                            Five ways technology can help your dealership service
+                                        </h6>
+
+                                        <span class="cmp-latestcard__more">
+                <img src=../../images/plus-orange.svg alt="more">
+            </span>
+                                        <p class="cmp-text">
+                                            At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...
+                                        </p>
+
+                                        <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                        <div class="more-news d-none d-md-block">
+                            <button class="cmp-button btn btn-outline-secondary">see this month's issue of alldata news</button>
+
+                            <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                        </div>
+                    </div>
+                </div>
+            </div>
+
+        </div>
+
+    </div>
+
+</section>
+<div class="cmp-footer skew-0">
+    <div class="cmp-footer__main row">
+        <div class="cmp-footer__main-lists-continer card-columns col-lg-8">
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Products
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            ALLDATA Repair
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDTA Collision</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Mobile</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Diagnostics</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Tech-Assits</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Manage Online</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Shop Manager</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Support
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Popular Topics</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Product Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Account Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Training & Certificacions</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Resources
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Product Resources</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Teach tips</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA News</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    About Us
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">Partners </a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Press</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Carrers</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Contact us
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">800-697-2533</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Email Customer Support</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">Request a Demo </a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">More Options</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+            <div class="cmp-collapse-list">
+                <div class="cmp-collapse-list__title">
+                    Related sites
+                    <button class="cmp-collapse-list-button__show-more  d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_more.svg" alt="show more">
+
+        </button>
+                    <button class="cmp-collapse-list-button__show-less  d-none d-lg-none">
+            
+
+
+
+
+    <img class="cmp-image " src="/images/list_close.svg" alt="show less">
+
+        </button>
+                </div>
+                <div class="cmp-collapse-list__content list-closed" aria-hidden="true" aria-expanded="false">
+                    <ul>
+                        <li>
+                            <a href="www.google.com">ALLDATA Mexico</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDTA Canada</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA Europe</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">ALLDATA DIY</a>
+                        </li>
+                        <li>
+                            <a href="www.google.com">AutoZone</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+
+        </div>
+
+        <div class="cmp-footer__main-social col-lg-4 p-lg-0">
+            <p class="cmp-text">
+                Sign up to receive email updates
+            </p>
+            <img src="../../images/updateArrow.svg" alt="Sing Up">
+            <div class="cmp-footer__social-media">
+                <p class="cmp-text">
+                    Follow Us
+                </p>
+                <a class="mr-3" href="www.youtube.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialyt.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.linkedin.com">
+
+
+
+
+    <img class="cmp-image " src="/images/sociallink.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.twitter.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialtw.svg" alt="visit our channel!">
+
+</a>
+                <a class="mr-3" href="www.instagram.com">
+
+
+
+
+    <img class="cmp-image " src="/images/socialins.svg" alt="visit our channel!">
+
+</a>
+            </div>
+        </div>
+    </div>
+    <div class="cmp-footer__secondary">
+        <ul>
+            <li class="mr-lg-5"><a href="link">© 2019 ALLDATA</a></li>
+            <li class="mr-lg-5"><a href="link">An <strong>AutoZone</strong> Company</a></li>
+            <li class="mr-lg-5"><a href="link">Trademarks</a></li>
+            <li class="mr-lg-5"><a href="link">Terms of Use</a></li>
+            <li class="mr-lg-5"><a href="link">Privacy Policy</a></li>
+        </ul>
+        <div>
+        </div>
+ +
+
+ + +
+ +
{% include "@hero--slider" with hero only %}
+{% include "@branding" with branding only %}
+{% include "@serve-wedo" with servewedo %}
+{% include "@testimonial" with testimonial  only %}
+{% include "@affilliations" with affilliations %}
+{% include "@latest" with latest %}
+{% include "@footer" with footer %}
+
+
+ + +
+ + + +
{
+  "hero": {
+    "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+    "heading": "AUTOMOTIVE INTELLIGENCE",
+    "headingLevel": "h1",
+    "btnText": "shop products",
+    "threelines": true,
+    "bgImage": true,
+    "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg",
+    "sizes": "100vw",
+    "alt": "hero",
+    "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w",
+    "heroes": [
+      {
+        "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+        "heading": "KYAUTOMOTIVE INTELLIGENCE",
+        "headingLevel": "h1",
+        "btnText": "shop products",
+        "threelines": true,
+        "bgImage": true
+      },
+      {
+        "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+        "heading": "Testing Carousel",
+        "headingLevel": "h1",
+        "btnText": "hello world",
+        "threelines": true,
+        "bgImage": true
+      }
+    ]
+  },
+  "branding": {
+    "heading": "Why ALLDATA",
+    "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.",
+    "mobileModifier": "1",
+    "desktopModifier": "3",
+    "overlapPrev": false,
+    "cards": [
+      {
+        "heading": "Repair Information",
+        "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+        "headingLevel": "h3",
+        "alt": "mechanic",
+        "src": "/images/mechanic.svg"
+      },
+      {
+        "heading": "diagnostics",
+        "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+        "headingLevel": "h3",
+        "alt": "tyre",
+        "src": "/images/tyre.svg"
+      },
+      {
+        "heading": "shop management",
+        "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.",
+        "headingLevel": "h3",
+        "alt": "key",
+        "src": "/images/key.svg"
+      }
+    ]
+  },
+  "servewedo": {
+    "heading": "Who we serve",
+    "cards": [
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Learn More",
+        "link": "https://www.google.com"
+      },
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Learn More",
+        "link": "https://www.google.com",
+        "middlePos": true
+      },
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Learn More",
+        "link": "https://www.google.com"
+      },
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Learn More",
+        "link": "https://www.google.com"
+      },
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Learn More",
+        "link": "https://www.google.com",
+        "middlePos": true
+      },
+      {
+        "src": "/images/carfix.jpg",
+        "heading": "Independent collision shops",
+        "headingLevel": "h6",
+        "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+        "textLink": "Go to diy site",
+        "link": "https://www.google.com",
+        "lastCard": true
+      }
+    ],
+    "inlineBgImage": "/images/carfix2.jpg",
+    "jumboContent": {
+      "heading": "WHA WE DO",
+      "headingLevel": "h2",
+      "btnText": "About Us",
+      "threelines": true,
+      "text": "We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>."
+    }
+  },
+  "testimonial": {
+    "testimonials": [
+      {
+        "text": "This is an shadow-box component!",
+        "image": {
+          "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+          "alt": "happy man"
+        },
+        "quote": {
+          "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+          "footer": "Josh Kazdan, Autosphere"
+        }
+      },
+      {
+        "text": "This is an shadow-box component!",
+        "image": {
+          "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+          "alt": "happy man"
+        },
+        "quote": {
+          "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+          "footer": "Josh Kazdan, Autosphere"
+        }
+      }
+    ],
+    "text": "See what over 400,000 technicians can't work without.",
+    "btnText": "Get Started",
+    "inlineBgImage": "/images/testimonialbg.png",
+    "overlapPrev": true
+  },
+  "affilliations": {
+    "text": "ALLDATA proudly partners with other leaders in the automotive industry. These affiliations help ensure that the OEM information found in ALLDATA products is used in major organizations nationwide for vehicle repair and maintenance.",
+    "heading": "working with <br> the industry’s best",
+    "companies": {
+      "companies": [
+        {
+          "affiliation": "Association",
+          "src": "/images/3-m-logo.svg"
+        },
+        {
+          "affiliation": "association",
+          "src": "/images/asa-logo.svg"
+        },
+        {
+          "affiliation": "integration partner",
+          "src": "/images/carmax-logo.svg"
+        },
+        {
+          "affiliation": "Associaiton",
+          "src": "/images/bosch-logo.svg"
+        },
+        {
+          "affiliation": "customer",
+          "src": "/images/jiffy-lube.svg"
+        },
+        {
+          "affiliation": "Associaiton",
+          "src": "/images/key.svg"
+        },
+        {
+          "affiliation": "Association",
+          "src": "/images/3-m-logo.svg"
+        },
+        {
+          "affiliation": "Associaiton",
+          "src": "/images/key.svg"
+        },
+        {
+          "affiliation": "Association",
+          "src": "/images/3-m-logo.svg"
+        },
+        {
+          "affiliation": "Associaiton",
+          "src": "/images/key.svg"
+        },
+        {
+          "affiliation": "integration partner",
+          "src": "/images/carmax-logo.svg"
+        }
+      ]
+    },
+    "btnText": "see all"
+  },
+  "latest": {
+    "heading": "see the latest",
+    "btnText": "see this month's issue of alldata news",
+    "cards": [
+      {
+        "latestTitle": "News",
+        "latestLink": "see all news",
+        "src": "/images/carfix.jpg",
+        "heading": "Five ways technology can help your dealership service",
+        "headingLevel": "h6",
+        "text": "At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...",
+        "textLink": "Learn More",
+        "link": "https://www.google.com"
+      },
+      {
+        "latestTitle": "Teach tips",
+        "latestLink": "See all tips",
+        "src": "/images/carfix.jpg",
+        "heading": "Five ways technology can help your dealership service",
+        "headingLevel": "h6",
+        "text": "At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...",
+        "textLink": "Learn More",
+        "link": "https://www.google.com"
+      }
+    ]
+  },
+  "footer": {
+    "footerMenu": [
+      {
+        "listTitle": "Products",
+        "listContents": [
+          {
+            "listText": "ALLDATA Repair"
+          },
+          {
+            "listText": "ALLDTA Collision",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Mobile",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Diagnostics",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Tech-Assits",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Manage Online",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Shop Manager",
+            "listLink": "www.google.com"
+          }
+        ]
+      },
+      {
+        "listTitle": "Support",
+        "listContents": [
+          {
+            "listText": "Popular Topics",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Product Support",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Account Support",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Training & Certificacions",
+            "listLink": "www.google.com"
+          }
+        ]
+      },
+      {
+        "listTitle": "Resources",
+        "listContents": [
+          {
+            "listText": "Product Resources",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Teach tips",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA News",
+            "listLink": "www.google.com"
+          }
+        ]
+      },
+      {
+        "listTitle": "About Us",
+        "listContents": [
+          {
+            "listText": "Partners ",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Press",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Carrers",
+            "listLink": "www.google.com"
+          }
+        ]
+      },
+      {
+        "listTitle": "Contact us",
+        "listContents": [
+          {
+            "listText": "800-697-2533",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Email Customer Support",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "Request a Demo ",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "More Options",
+            "listLink": "www.google.com"
+          }
+        ]
+      },
+      {
+        "listTitle": "Related sites",
+        "listContents": [
+          {
+            "listText": "ALLDATA Mexico",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDTA Canada",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA Europe",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "ALLDATA DIY",
+            "listLink": "www.google.com"
+          },
+          {
+            "listText": "AutoZone",
+            "listLink": "www.google.com"
+          }
+        ]
+      }
+    ],
+    "singUpMessage": "Sign up to receive email updates ",
+    "socialMedia": true,
+    "socialLinks": [
+      {
+        "mediaAvaliable": true,
+        "link": "www.youtube.com",
+        "logo": "/images/socialyt.svg",
+        "message": "visit our channel!"
+      },
+      {
+        "mediaAvaliable": false,
+        "link": "www.facebook.com",
+        "logo": "/images/socialfb.svg",
+        "message": "visit our channel!"
+      },
+      {
+        "mediaAvaliable": true,
+        "link": "www.linkedin.com",
+        "logo": "/images/sociallink.svg",
+        "message": "visit our channel!"
+      },
+      {
+        "mediaAvaliable": true,
+        "link": "www.twitter.com",
+        "logo": "/images/socialtw.svg",
+        "message": "visit our channel!"
+      },
+      {
+        "mediaAvaliable": true,
+        "link": "www.instagram.com",
+        "logo": "/images/socialins.svg",
+        "message": "visit our channel!"
+      }
+    ],
+    "subfooterList": [
+      {
+        "text": "© 2019 ALLDATA",
+        "link": "link"
+      },
+      {
+        "text": "An <strong>AutoZone</strong> Company",
+        "link": "link"
+      },
+      {
+        "text": "Trademarks",
+        "link": "link"
+      },
+      {
+        "text": "Terms of Use",
+        "link": "link"
+      },
+      {
+        "text": "Privacy Policy",
+        "link": "link"
+      }
+    ]
+  }
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for HomePage
    + */
    +
    +/* STARTER CODE
    +
    +class HomePage {
    +    constructor($inst) {
    +        cponsole.log('Initializing HomePage')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/homepage/homePage.js +
  • +
  • + Filesystem Path: + components/pages/homePage/homePage.js +
  • +
  • + Size: + 180 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for HomePage
    + */
    +
    +.serve{
    +    height: 400px;
    +    border: red solid 1px;
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/homepage/homePage.scss +
  • +
  • + Filesystem Path: + components/pages/homePage/homePage.scss +
  • +
  • + Size: + 92 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/image--default.html b/components/detail/image--default.html new file mode 100644 index 0000000..1320edb --- /dev/null +++ b/components/detail/image--default.html @@ -0,0 +1,2081 @@ + + + + + + + + + + + + +image component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + image component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<img class="cmp-image " src="/images/mechanic.png" alt="mechanic" sizes="(max-width:767px) 50vw,(min-width:768px) 10vw" srcset="/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,">
+ +
+
+ + +
+ +
{# php logic if is an svg image clear the sizes and srcset variables, we dont need them #}
+
+
+
+{% if src ends with '.svg' %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}">
+{% else %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}" {% if sizes %} sizes="{{sizes}}" {% endif %} {% if srcset %} srcset="{{srcset}}" {% endif %}  >
+
+    
+    
+{% endif %}
+
+{# $0.currentSrc #}
+
+
+ + +
+ + + +
{
+  "alt": "mechanic",
+  "sizes": "(max-width:767px) 50vw,(min-width:768px) 10vw",
+  "src": "/images/mechanic.png",
+  "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Image
    + */
    +
    +/* STARTER CODE
    +
    +class Image {
    +    constructor($inst) {
    +        cponsole.log('Initializing Image')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.js +
  • +
  • + Filesystem Path: + components/01-units/image/image.js +
  • +
  • + Size: + 172 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Image
    + */
    +
    +.cmp-image {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.scss +
  • +
  • + Filesystem Path: + components/01-units/image/image.scss +
  • +
  • + Size: + 47 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/image--svg.html b/components/detail/image--svg.html new file mode 100644 index 0000000..c09c0f2 --- /dev/null +++ b/components/detail/image--svg.html @@ -0,0 +1,2046 @@ + + + + + + + + + + + + +image component: Svg | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + image component: Svg + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<img class="cmp-image " src="/images/mechanic.svg" alt="mechanic">
+ +
+
+ + +
+ +
{# php logic if is an svg image clear the sizes and srcset variables, we dont need them #}
+
+
+
+{% if src ends with '.svg' %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}">
+{% else %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}" {% if sizes %} sizes="{{sizes}}" {% endif %} {% if srcset %} srcset="{{srcset}}" {% endif %}  >
+
+    
+    
+{% endif %}
+
+{# $0.currentSrc #}
+
+
+ + +
+ + + +
{
+  "alt": "mechanic",
+  "sizes": "(max-width:767px) 50vw,(min-width:768px) 10vw",
+  "src": "/images/mechanic.svg",
+  "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Image
    + */
    +
    +/* STARTER CODE
    +
    +class Image {
    +    constructor($inst) {
    +        cponsole.log('Initializing Image')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.js +
  • +
  • + Filesystem Path: + components/01-units/image/image.js +
  • +
  • + Size: + 172 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Image
    + */
    +
    +.cmp-image {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.scss +
  • +
  • + Filesystem Path: + components/01-units/image/image.scss +
  • +
  • + Size: + 47 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/image.html b/components/detail/image.html new file mode 100644 index 0000000..65f8692 --- /dev/null +++ b/components/detail/image.html @@ -0,0 +1,2081 @@ + + + + + + + + + + + + +image component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + image component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<img class="cmp-image " src="/images/mechanic.png" alt="mechanic" sizes="(max-width:767px) 50vw,(min-width:768px) 10vw" srcset="/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,">
+ +
+
+ + +
+ +
{# php logic if is an svg image clear the sizes and srcset variables, we dont need them #}
+
+
+
+{% if src ends with '.svg' %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}">
+{% else %}
+    <img class="cmp-image {% if classes %} {{classes}} {% endif %}" src="{{src}}" alt="{{alt}}" {% if sizes %} sizes="{{sizes}}" {% endif %} {% if srcset %} srcset="{{srcset}}" {% endif %}  >
+
+    
+    
+{% endif %}
+
+{# $0.currentSrc #}
+
+
+ + +
+ + + +
{
+  "alt": "mechanic",
+  "sizes": "(max-width:767px) 50vw,(min-width:768px) 10vw",
+  "src": "/images/mechanic.png",
+  "srcset": "/images/mechanic.png 80w, /images/mechanic@2x.png 160w, /images/mechanic@3x.png 240w,"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Image
    + */
    +
    +/* STARTER CODE
    +
    +class Image {
    +    constructor($inst) {
    +        cponsole.log('Initializing Image')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.js +
  • +
  • + Filesystem Path: + components/01-units/image/image.js +
  • +
  • + Size: + 172 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Image
    + */
    +
    +.cmp-image {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/image/image.scss +
  • +
  • + Filesystem Path: + components/01-units/image/image.scss +
  • +
  • + Size: + 47 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/imageblue.html b/components/detail/imageblue.html new file mode 100644 index 0000000..d523681 --- /dev/null +++ b/components/detail/imageblue.html @@ -0,0 +1,2052 @@ + + + + + + + + + + + + +imageblue component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + imageblue component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-imageblue bg-primary">
+
+    <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+</div>
+ +
+
+ + +
+ +
<div class="cmp-imageblue bg-primary">
+    {% include "@image" %}
+</div>
+
+
+ + +
+ + + +
{
+  "src": "/images/carfix.jpg"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Imageblue
    + */
    +
    +/* STARTER CODE
    +
    +class Imageblue {
    +    constructor($inst) {
    +        cponsole.log('Initializing Imageblue')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/imageblue/imageblue.js +
  • +
  • + Filesystem Path: + components/blocks/imageblue/imageblue.js +
  • +
  • + Size: + 183 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Imageblue
    + */
    +
    +.cmp-imageblue {
    +  width: fit-content;
    +  .cmp-image{
    +    opacity: .5;
    +    transition: .3s;
    +  }
    +}
    +.cmp-imageblue:hover .cmp-image{
    +  opacity: 1;
    +  transition: 0.3s;
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/imageblue/imageblue.scss +
  • +
  • + Filesystem Path: + components/blocks/imageblue/imageblue.scss +
  • +
  • + Size: + 203 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo--default.html b/components/detail/jumbo--default.html new file mode 100644 index 0000000..fcf0be7 --- /dev/null +++ b/components/detail/jumbo--default.html @@ -0,0 +1,2196 @@ + + + + + + + + + + + + +jumbo component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + jumbo component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo ">
+
+    <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+        AUTOMOTIVE INTELLIGENCE
+    </h1>
+
+    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+    <p class="cmp-text">
+        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+    </p>
+
+    <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-jumbo {% if modifier %} cmp-jumbo__{{modifier}} {% endif %}">
+
+
+{# headingLevel are h1 h2 h3 etc #}
+   {% include '@heading' with {classes : "cmp-jumbo__heading" } %}
+ 
+   {% include '@simpletext' %}
+
+   {% if btnText is not empty %}
+      {% include '@button' %}
+   {% endif %}
+</div>
+
+
+   {# {{ dump(text) }} #}
+   {# <i class="fab fa-algolia"></i> #}
+   {# the button can read the text on the jumbo component no need to explicit pass 'whit; #}
+   {# {% include '@button' %} #}
+  
+{% endset %}
+
+{{content}}
+
+{# no need to explicit pass it also #}
+{# {% include "@skew" %} #}
+{# {% include "@skew" with {'content' : content} %} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo--no-button-and-no-three-lines.html b/components/detail/jumbo--no-button-and-no-three-lines.html new file mode 100644 index 0000000..19c8685 --- /dev/null +++ b/components/detail/jumbo--no-button-and-no-three-lines.html @@ -0,0 +1,2165 @@ + + + + + + + + + + + + +jumbo component: No Button And No Three Lines | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + + + + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo ">
+
+    <h1 class="cmp-heading h1  cmp-jumbo__heading   ">
+        AUTOMOTIVE INTELLIGENCE
+    </h1>
+
+    <p class="cmp-text">
+        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+    </p>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-jumbo {% if modifier %} cmp-jumbo__{{modifier}} {% endif %}">
+
+
+{# headingLevel are h1 h2 h3 etc #}
+   {% include '@heading' with {classes : "cmp-jumbo__heading" } %}
+ 
+   {% include '@simpletext' %}
+
+   {% if btnText is not empty %}
+      {% include '@button' %}
+   {% endif %}
+</div>
+
+
+   {# {{ dump(text) }} #}
+   {# <i class="fab fa-algolia"></i> #}
+   {# the button can read the text on the jumbo component no need to explicit pass 'whit; #}
+   {# {% include '@button' %} #}
+  
+{% endset %}
+
+{{content}}
+
+{# no need to explicit pass it also #}
+{# {% include "@skew" %} #}
+{# {% include "@skew" with {'content' : content} %} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "",
+  "threelines": false
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo--no-button.html b/components/detail/jumbo--no-button.html new file mode 100644 index 0000000..c552c09 --- /dev/null +++ b/components/detail/jumbo--no-button.html @@ -0,0 +1,2171 @@ + + + + + + + + + + + + +jumbo component: No Button | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + jumbo component: No Button + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo ">
+
+    <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+        AUTOMOTIVE INTELLIGENCE
+    </h1>
+
+    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+    <p class="cmp-text">
+        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+    </p>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-jumbo {% if modifier %} cmp-jumbo__{{modifier}} {% endif %}">
+
+
+{# headingLevel are h1 h2 h3 etc #}
+   {% include '@heading' with {classes : "cmp-jumbo__heading" } %}
+ 
+   {% include '@simpletext' %}
+
+   {% if btnText is not empty %}
+      {% include '@button' %}
+   {% endif %}
+</div>
+
+
+   {# {{ dump(text) }} #}
+   {# <i class="fab fa-algolia"></i> #}
+   {# the button can read the text on the jumbo component no need to explicit pass 'whit; #}
+   {# {% include '@button' %} #}
+  
+{% endset %}
+
+{{content}}
+
+{# no need to explicit pass it also #}
+{# {% include "@skew" %} #}
+{# {% include "@skew" with {'content' : content} %} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "",
+  "threelines": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo--no-three-lines.html b/components/detail/jumbo--no-three-lines.html new file mode 100644 index 0000000..36e9ea3 --- /dev/null +++ b/components/detail/jumbo--no-three-lines.html @@ -0,0 +1,2169 @@ + + + + + + + + + + + + +jumbo component: No Three Lines | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + + + + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo ">
+
+    <h1 class="cmp-heading h1  cmp-jumbo__heading   ">
+        AUTOMOTIVE INTELLIGENCE
+    </h1>
+
+    <p class="cmp-text">
+        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+    </p>
+
+    <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-jumbo {% if modifier %} cmp-jumbo__{{modifier}} {% endif %}">
+
+
+{# headingLevel are h1 h2 h3 etc #}
+   {% include '@heading' with {classes : "cmp-jumbo__heading" } %}
+ 
+   {% include '@simpletext' %}
+
+   {% if btnText is not empty %}
+      {% include '@button' %}
+   {% endif %}
+</div>
+
+
+   {# {{ dump(text) }} #}
+   {# <i class="fab fa-algolia"></i> #}
+   {# the button can read the text on the jumbo component no need to explicit pass 'whit; #}
+   {# {% include '@button' %} #}
+  
+{% endset %}
+
+{{content}}
+
+{# no need to explicit pass it also #}
+{# {% include "@skew" %} #}
+{# {% include "@skew" with {'content' : content} %} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": false
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo--simple.html b/components/detail/jumbo--simple.html new file mode 100644 index 0000000..9d9f2e3 --- /dev/null +++ b/components/detail/jumbo--simple.html @@ -0,0 +1,2151 @@ + + + + + + + + + + + + +jumbo component: Simple | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + jumbo component: Simple + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo  cmp-jumbo__simple ">
+
+    <h2 class="cmp-heading h2  cmp-jumbo__heading   ">
+        Why ALLDATA
+    </h2>
+
+    <p class="cmp-text">
+        ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.
+    </p>
+
+</div>
+ +
+
+ + +
+ +
{% include "@jumbo" with 
+    {
+        "headingLevel": "h2",
+        "btnText": "",
+        "threelines": false,
+        "modifier": "simple"
+    } 
+%}
+
+
+ + +
+ + + +
{
+  "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.",
+  "heading": "Why ALLDATA",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/jumbo.html b/components/detail/jumbo.html new file mode 100644 index 0000000..8b68de6 --- /dev/null +++ b/components/detail/jumbo.html @@ -0,0 +1,2200 @@ + + + + + + + + + + + + +jumbo component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + jumbo component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-jumbo ">
+
+    <h1 class="cmp-heading h1  cmp-jumbo__heading    has-line ">
+        AUTOMOTIVE INTELLIGENCE
+    </h1>
+
+    <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+    <p class="cmp-text">
+        From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.
+    </p>
+
+    <button class="cmp-button btn btn-outline-secondary">shop products</button>
+
+    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+</div>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-jumbo {% if modifier %} cmp-jumbo__{{modifier}} {% endif %}">
+
+
+{# headingLevel are h1 h2 h3 etc #}
+   {% include '@heading' with {classes : "cmp-jumbo__heading" } %}
+ 
+   {% include '@simpletext' %}
+
+   {% if btnText is not empty %}
+      {% include '@button' %}
+   {% endif %}
+</div>
+
+
+   {# {{ dump(text) }} #}
+   {# <i class="fab fa-algolia"></i> #}
+   {# the button can read the text on the jumbo component no need to explicit pass 'whit; #}
+   {# {% include '@button' %} #}
+  
+{% endset %}
+
+{{content}}
+
+{# no need to explicit pass it also #}
+{# {% include "@skew" %} #}
+{# {% include "@skew" with {'content' : content} %} #}
+
+
+ + +
+ + + +
{
+  "text": "From providing shop management software to customer communication tools, we've been the industry leader of OEM auto repair software since 1986.",
+  "heading": "AUTOMOTIVE INTELLIGENCE",
+  "headingLevel": "h1",
+  "btnText": "shop products",
+  "threelines": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Jumbo
    + */
    +
    +/* STARTER CODE
    +
    +class Jumbo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Jumbo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.js +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.js +
  • +
  • + Size: + 171 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Jumbo
    + */
    +
    +.cmp-jumbo {
    +
    +    .cmp-jumbo__heading{
    +
    +        &h1 {
    +            margin-bottom: 2rem;
    +    
    +            //zepplin
    +            font-size: 2rem;
    +            font-weight: bold;
    +            font-stretch: normal;
    +            font-style: normal;
    +            line-height: 1; // corrected from live
    +            letter-spacing: .53px;
    +        }
    +    }
    +
    +   
    +
    +    .cmp-threelines {
    +        margin-bottom: 2rem;
    +    }
    +
    +    .cmp-text {
    +        margin-bottom: 2rem;
    +
    +        // from zepplin
    +        font-size: .875rem; 
    +        font-weight: normal;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.75; 
    +        letter-spacing: normal;
    +        // color: $gray-650;
    +
    +    }
    +
    +    &.cmp-jumbo__simple{
    +        text-align: center;
    +
    +        .cmp-jumbo__heading{
    +            margin-bottom: 2rem;
    +        }
    +    }
    +
    +    @include media-breakpoint-up(lg) {
    +
    +        .cmp-jumbo__heading{
    +            &h1 {
    +                margin-bottom: 1.5rem;
    +    
    +                //zepplin
    +                font-size: 3.75rem;
    +                letter-spacing: 1px;
    +            }
    +
    +        }
    +
    +        .cmp-text {
    +            // margin-bottom: 2rem;
    +
    +            // from zepplin
    +            font-size:  1.25rem;
    +            line-height: 1.5;
    +            // color: $gray-650;
    +
    +        }
    +    }
    +
    +
    +
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/jumbo/jumbo.scss +
  • +
  • + Filesystem Path: + components/blocks/jumbo/jumbo.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/latest.html b/components/detail/latest.html new file mode 100644 index 0000000..43e81df --- /dev/null +++ b/components/detail/latest.html @@ -0,0 +1,2292 @@ + + + + + + + + + + + + +latest component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + latest component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-6   bg-primary-100  ">
+
+    <div class="inner-section ">
+        <div class="cmp-latest">
+            <div class="container">
+
+                <h2 class="cmp-heading h2    has-line ">
+                    see the latest
+                </h2>
+
+                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                <div class="cmp-latestcards__cardcontainer">
+                    <div class="row">
+                        <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                            <div class="cmp-latestcard">
+
+                                <div class="cmp-latestHeading">
+                                    <h6 class="heading-title">News</h6>
+                                    <button class="heading-link">see all news</button>
+                                </div>
+
+                                <div class="cmp-latestcard-content">
+                                    <div class="cmp-latestcard__image ">
+                                        <div class="d-none d-md-block">
+
+                                            <div class="cmp-imageblue bg-primary">
+
+                                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                            </div>
+                                        </div>
+                                        <div class="d-md-none">
+
+                                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                        </div>
+                                    </div>
+                                    <div class="cmp-latestcard__content">
+
+                                        <h6 class="cmp-heading h6   ">
+                                            Five ways technology can help your dealership service
+                                        </h6>
+
+                                        <span class="cmp-latestcard__more">
+                <img src=../../images/plus-orange.svg alt="more">
+            </span>
+                                        <p class="cmp-text">
+                                            At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...
+                                        </p>
+
+                                        <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                        <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                            <div class="cmp-latestcard">
+
+                                <div class="cmp-latestHeading">
+                                    <h6 class="heading-title">Teach tips</h6>
+                                    <button class="heading-link">See all tips</button>
+                                </div>
+
+                                <div class="cmp-latestcard-content">
+                                    <div class="cmp-latestcard__image ">
+                                        <div class="d-none d-md-block">
+
+                                            <div class="cmp-imageblue bg-primary">
+
+                                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                            </div>
+                                        </div>
+                                        <div class="d-md-none">
+
+                                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                                        </div>
+                                    </div>
+                                    <div class="cmp-latestcard__content">
+
+                                        <h6 class="cmp-heading h6   ">
+                                            Five ways technology can help your dealership service
+                                        </h6>
+
+                                        <span class="cmp-latestcard__more">
+                <img src=../../images/plus-orange.svg alt="more">
+            </span>
+                                        <p class="cmp-text">
+                                            At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...
+                                        </p>
+
+                                        <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                        <div class="more-news d-none d-md-block">
+                            <button class="cmp-button btn btn-outline-secondary">see this month's issue of alldata news</button>
+
+                            <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                        </div>
+                    </div>
+                </div>
+            </div>
+
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set content %}
+<div class="cmp-latest">
+    <div class="container">
+        {% include "@heading" with 
+            {
+                "headingLevel": "h2",
+                "threelines": true,
+            } 
+        %}
+
+        <div class="cmp-latestcards__cardcontainer">
+            <div class="row">
+                {% for card in cards %}
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    {% include "@latestcard" with card %}
+                </div>
+                {% endfor %}
+                <div class="more-news d-none d-md-block">
+                    {% include "@button" %}
+                </div>
+            </div>
+        </div>
+    </div>
+
+</div>
+{% endset %}
+
+{% include "@skew" with {content : content, skewBg: 'bg-primary-100', skewClass:'skew-6' } %}
+
+
+ + +
+ + + +
{
+  "heading": "see the latest",
+  "btnText": "see this month's issue of alldata news",
+  "cards": [
+    {
+      "latestTitle": "News",
+      "latestLink": "see all news",
+      "src": "/images/carfix.jpg",
+      "heading": "Five ways technology can help your dealership service",
+      "headingLevel": "h6",
+      "text": "At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "latestTitle": "Teach tips",
+      "latestLink": "See all tips",
+      "src": "/images/carfix.jpg",
+      "heading": "Five ways technology can help your dealership service",
+      "headingLevel": "h6",
+      "text": "At the NIADA Convention and Expo, George Verkamp (shown above), Vice President of Sales & Business Development at ALLDATA...",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Latest
    + */
    +
    +/* STARTER CODE
    +
    +class Latest {
    +    constructor($inst) {
    +        cponsole.log('Initializing Latest')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latest/latest.js +
  • +
  • + Filesystem Path: + components/groups/latest/latest.js +
  • +
  • + Size: + 174 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Latest
    + */
    +
    +.bg-primary-100 {
    +  background-color: #004987;
    +}
    +
    +.cmp-latest {
    +  padding-top: 1.5rem;
    +  padding-bottom: 8rem;
    +
    +  .cmp-heading {
    +    color: white;
    +  }
    +
    +  .cmp-servcard,
    +  .last-card {
    +    width: 475px;
    +    height: 535px;
    +    box-shadow: none;
    +    display: inline-block;
    +
    +    .cmp-servcard__image {
    +      display: flex;
    +      width: 100%;
    +      max-height: 293px;
    +      overflow: hidden;
    +      .cmp-image {
    +        width: 100%;
    +      }
    +    }
    +
    +    .cmp-servcard__content {
    +      padding: 30px 40px;
    +
    +      .cmp-heading {
    +        color: #1b3e6f;
    +      }
    +      .cmp-text {
    +        font-size: 14px;
    +        font-weight: 300;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.71;
    +        letter-spacing: normal;
    +        color: #54565a;
    +        padding-bottom: 15px;
    +      }
    +      .cmp-servcard__more {
    +        display: none;
    +      }
    +    }
    +  }
    +
    +  .mobile-overflow {
    +    overflow: visible;
    +  }
    +
    +  .last-card {
    +    text-align: left;
    +
    +    .cmp-servcard__content .cmp-cardlink {
    +      border: 0px;
    +      padding: 0 0 7px 0;
    +    }
    +  }
    +
    +  .cmp-servcard:hover {
    +    box-shadow: 20px 19px 61px -25px rgba(0, 0, 0, 0.27);
    +  }
    +  .cmp-servcard:hover .cmp-imageblue .cmp-image {
    +    opacity: 1;
    +    transition: 0.3s;
    +  }
    +
    +  .cmp-servcard:hover .cmp-cardlink {
    +    text-decoration: none;
    +    color: #1b3d6e;
    +    cursor: pointer;
    +    border-bottom: 2px solid #f16824;
    +  }
    +
    +  .more-news {
    +    margin: 0 auto;
    +    margin-top: 40px;
    +  }
    +
    +  .cmp-button {
    +    color: white;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latest/latest.scss +
  • +
  • + Filesystem Path: + components/groups/latest/latest.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/latestcard.html b/components/detail/latestcard.html new file mode 100644 index 0000000..4d6bdf9 --- /dev/null +++ b/components/detail/latestcard.html @@ -0,0 +1,2164 @@ + + + + + + + + + + + + +servcard component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + servcard component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-latestcard">
+
+    <div class="cmp-latestHeading">
+        <h6 class="heading-title">news</h6>
+        <button class="heading-link">see all news</button>
+    </div>
+
+    <div class="cmp-latestcard-content">
+        <div class="cmp-latestcard__image ">
+            <div class="d-none d-md-block">
+
+                <div class="cmp-imageblue bg-primary">
+
+                    <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                </div>
+            </div>
+            <div class="d-md-none">
+
+                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+            </div>
+        </div>
+        <div class="cmp-latestcard__content">
+
+            <h6 class="cmp-heading h6   ">
+                Independent collision shops
+            </h6>
+
+            <span class="cmp-latestcard__more">
+                <img src=../../images/plus-orange.svg alt="more">
+            </span>
+            <p class="cmp-text">
+                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+            </p>
+
+            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+        </div>
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-latestcard">
+    {% include "@latestheading" %}
+    <div class="cmp-latestcard-content">
+        <div class="cmp-latestcard__image ">
+            <div class="d-none d-md-block">
+                {% include "@imageblue" %}
+            </div>
+            <div class="d-md-none">
+                {% include "@image" %}
+            </div>
+        </div>
+        <div class="cmp-latestcard__content">
+            {% include "@heading" %}
+            <span class="cmp-latestcard__more">
+                <img src={{ '/images/plus-orange.svg' | path }} alt="more">
+            </span>
+            {% include "@simpletext" %}
+            {% include "@cardlink" %}
+        </div>
+    </div>
+</div>
+
+
+ + +
+ + + +
{
+  "latestTitle": "news",
+  "latestLink": "see all news",
+  "src": "/images/carfix.jpg",
+  "heading": "Independent collision shops",
+  "headingLevel": "h6",
+  "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+  "textLink": "Learn More",
+  "link": "https://www.google.com",
+  "middlePos": false,
+  "lastCard": false
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for LatestCard
    + */
    +
    +/* STARTER CODE
    +
    +class LatestCard {
    +    constructor($inst) {
    +        cponsole.log('Initializing LatestCard')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latestcard/latestCard.js +
  • +
  • + Filesystem Path: + components/blocks/latestCard/latestCard.js +
  • +
  • + Size: + 186 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Servcard
    + */
    +
    +
    +.cmp-latestcard {
    +  box-shadow: none;
    +  margin: 0 auto;
    +  margin-top: 20px;
    +  padding-bottom: 20px;
    +  width: 95%;
    +
    +  .cmp-latestcard__image{
    +    display: flex;
    +    width: 100%;
    +    max-height: 293px;
    +    overflow: hidden;
    +    .cmp-image{
    +      width: 100%;
    +    }
    +  }
    +
    +  .cmp-latestcard__content{
    +    background: white;
    +    padding: 30px 40px;
    +  
    +    .cmp-heading{
    +      color: #1b3e6f;
    +    }
    +    .cmp-text{
    +      font-size: 14px;
    +      font-weight: 300;
    +      font-stretch: normal;
    +      font-style: normal;
    +      line-height: 1.71;
    +      letter-spacing: normal;
    +      color: #54565a;
    +      padding-bottom: 15px;
    +    }
    +    .cmp-latestcard__more{
    +      display: none;
    +    }
    +  }
    +}
    +
    +.cmp-latestcard:hover{
    +  box-shadow: 20px 19px 61px -25px rgba(0,0,0,0.27);
    +}
    +
    +.cmp-latestcard:hover .cmp-imageblue .cmp-image {
    +  opacity: 1;
    +  transition: 0.3s;
    +}
    +  
    +.cmp-latestcard:hover .cmp-cardlink {
    +  text-decoration: none;
    +  color: #1b3d6e;
    +  cursor: pointer;
    +  border-bottom: 2px solid #f16824;
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latestcard/latestCard.scss +
  • +
  • + Filesystem Path: + components/blocks/latestCard/latestCard.scss +
  • +
  • + Size: + 1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/latestheading.html b/components/detail/latestheading.html new file mode 100644 index 0000000..601130e --- /dev/null +++ b/components/detail/latestheading.html @@ -0,0 +1,2070 @@ + + + + + + + + + + + + +latestHeading component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + latestHeading component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-latestHeading">
+    <h6 class="heading-title">News</h6>
+    <button class="heading-link">See all news</button>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-latestHeading">
+    <h6 class="heading-title">{{latestTitle}}</h6>
+    <button class="heading-link">{{latestLink}}</button>
+</div>
+
+
+ + +
+ + + +
{
+  "latestTitle": "News",
+  "latestLink": "See all news"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for LatestHeading
    + */
    +
    +/* STARTER CODE
    +
    +class LatestHeading {
    +    constructor($inst) {
    +        cponsole.log('Initializing LatestHeading')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latestheading/latestHeading.js +
  • +
  • + Filesystem Path: + components/01-units/latestHeading/latestHeading.js +
  • +
  • + Size: + 196 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for LatestHeading
    + */
    +
    +.cmp-latestHeading {
    +  margin-bottom: 1rem;
    +  text-transform: uppercase;
    +  height: 20px;
    +  .heading-title {
    +    color: white;
    +    float: left;
    +  }
    +
    +  .heading-link {
    +    background: none;
    +    border: 0;
    +    border-bottom: 2px solid #f16824;
    +    color: white;
    +    float: right;
    +    font-weight: bold;
    +    font-size: 0.75rem;
    +    font-weight: bold;
    +    font-stretch: normal;
    +    font-style: normal;
    +    line-height: normal;
    +    letter-spacing: normal;
    +    padding-bottom: 7px;
    +    text-transform: uppercase;
    +  }
    +
    +  .heading-link:hover {
    +    text-decoration: none;
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    .heading-link {
    +      border-bottom: none;
    +    }
    +
    +    .heading-link:hover {
    +      cursor: pointer;
    +      border-bottom: 2px solid #f16824;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/latestheading/latestHeading.scss +
  • +
  • + Filesystem Path: + components/01-units/latestHeading/latestHeading.scss +
  • +
  • + Size: + 799 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/preview.html b/components/detail/preview.html new file mode 100644 index 0000000..e799574 --- /dev/null +++ b/components/detail/preview.html @@ -0,0 +1,1943 @@ + + + + + + + + + + + + +Preview | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + Preview + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="utf-8">
+    <title>kykyn</title>
+    <base href="/alldatacomponents/">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <script defer="" src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
+    <link rel="stylesheet" href="/alldatacomponents/global.5bf4ab35.css">
+</head>
+
+<body>
+    [object Object]
+    <script src="/alldatacomponents/js.ccc2ecca.js"></script>
+</body>
+
+</html>
+ +
+
+ + +
+ +
<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>kykyn</title>
+    <base href="/alldatacomponents/">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <script defer="" src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
+    <link rel="stylesheet" href="/alldatacomponents/global.5bf4ab35.css">
+  </head>
+
+  <body>
+    {{ yield | raw }}
+    <script src="/alldatacomponents/js.ccc2ecca.js"></script>
+  </body>
+</html>
+
+
+ + +
+ + + +
/* No context defined for this component. */
+ + +
+
+ + + + + + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/quote.html b/components/detail/quote.html new file mode 100644 index 0000000..bfc2364 --- /dev/null +++ b/components/detail/quote.html @@ -0,0 +1,2077 @@ + + + + + + + + + + + + +quote component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + quote component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-quote">
+
+    <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+    <blockquote cite="https://www.huxley.net/bnw/four.html">
+        <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+        <footer>Josh Kazdan, Autosphere</footer>
+    </blockquote>
+
+    <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+</div>
+ +
+
+ + +
+ +
<div class="cmp-quote">
+    {% include "@image" with {src:'/images/quote-start.svg'} %}
+    <blockquote cite="https://www.huxley.net/bnw/four.html">
+        <p>{{text}}</p>
+        <footer>{{footer}}</footer>
+    </blockquote>
+    {% include "@image" with {src:'/images/quote-end.svg'} %}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+  "footer": "Josh Kazdan, Autosphere"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Quote
    + */
    +
    +/* STARTER CODE
    +
    +class Quote {
    +    constructor($inst) {
    +        cponsole.log('Initializing Quote')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/quote/quote.js +
  • +
  • + Filesystem Path: + components/01-units/quote/quote.js +
  • +
  • + Size: + 172 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Quote
    + */
    +
    +.cmp-quote {
    +  display: flex;
    +  flex-direction: column;
    +  align-items: baseline;
    +  background-color: $white;
    +
    +  img:last-child {
    +    align-self: flex-end;
    +  }
    +
    +  blockquote {
    +    margin-top: 1rem;
    +
    +    p {
    +      font-size: fromPxtoRem(24);
    +      line-height: 1.38;
    +      margin-bottom: fromPxtoRem(20);
    +    }
    +
    +    footer {
    +      opacity: 0.54;
    +      font-size: fromPxtoRem(14);
    +      line-height: normal;
    +      letter-spacing: normal;
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/quote/quote.scss +
  • +
  • + Filesystem Path: + components/01-units/quote/quote.scss +
  • +
  • + Size: + 479 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/servcard.html b/components/detail/servcard.html new file mode 100644 index 0000000..f87b10c --- /dev/null +++ b/components/detail/servcard.html @@ -0,0 +1,2270 @@ + + + + + + + + + + + + +servcard component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + servcard component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+    <div class="cmp-servcard__image">
+
+        <div class="cmp-imageblue bg-primary">
+
+            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+        </div>
+    </div>
+    <div class="cmp-servcard__content">
+
+        <h6 class="cmp-heading h6   ">
+            Independent collision shops
+        </h6>
+
+        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+            <p class="cmp-text">
+                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+            </p>
+
+            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+        </div>
+    </div>
+
+</div>
+ +
+
+ + +
+ +
<div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4{#mb-lg-5 mb-md-3 mb-sm-3 mb-3 #} {% if lastCard %} last-card {% endif %} 
+{#{% if middlePos %}mx-xl-4 mx-lg-3 mx-md-0 mx-sm-0{% endif %}#}"> 
+    <div class="cmp-servcard__image">
+        {% include "@imageblue" %}
+    </div>
+    <div class="cmp-servcard__content">
+        {% include "@heading" %}
+        <button class="cmp-servcard__more"><img src={{'images/plus-orange.svg' |path}} alt="more"></button>
+        <div class="cmp-servcard__description{% if lastCard %}-lastcard {% endif %} {% if not lastCard %} d-none d-lg-block{% endif %}" aria-hidden="true" aria-expanded="false">
+            {% include "@simpletext" %}
+            {% include "@cardlink" %}
+        </div>
+    </div>
+    
+</div>
+
+
+ + +
+ + + +
{
+  "src": "/images/carfix.jpg",
+  "heading": "Independent collision shops",
+  "headingLevel": "h6",
+  "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+  "textLink": "Learn More",
+  "link": "https://www.google.com",
+  "middlePos": false,
+  "lastCard": false
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +import $ from 'jquery'
    +/**
    + *  This is the main file for Servcard
    + */
    +
    +/* STARTER CODE
    +
    +class Servcard {
    +    constructor($inst) {
    +        cponsole.log('Initializing Servcard')
    +    }
    +}
    +
    +*/
    +
    +$( ".cmp-servcard" ).click(function() {
    +    let childr = $(this).children(".cmp-servcard__content");
    +    childr = childr.children(".cmp-servcard__description");
    +    let descriptions = $(".cmp-servcard").find(".cmp-servcard__description");
    +    if($(this).hasClass("cmp-servcard__open")){
    +        $(this).removeClass("cmp-servcard__open");
    +        childr.addClass("d-none");
    +        childr.attr( "aria-hidden", "true");
    +        childr.attr( "aria-expanded", "false");
    +    }else{
    +        $(".cmp-servcard").removeClass("cmp-servcard__open");
    +        $(this).addClass("cmp-servcard__open");
    +        $.each(descriptions, function(value) {
    +            if (!($(this).hasClass("d-none"))) {
    +                $(this).addClass("d-none");
    +                $(this).attr( "aria-hidden", "true");
    +                $(this).attr( "aria-expanded", "false");
    +            } 
    +        });
    +        childr.removeClass("d-none");
    +        childr.attr( "aria-hidden", "false");
    +        childr.attr( "aria-expanded", "true");
    +    }
    +    
    +    
    +});
    +
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servcard/servcard.js +
  • +
  • + Filesystem Path: + components/blocks/servcard/servcard.js +
  • +
  • + Size: + 1.2 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Servcard
    + */
    +
    +.cmp-servcard {
    +  width: 335px;
    +  height: 96px;
    +  box-shadow: 20px 19px 61px -25px rgba(0, 0, 0, 0.27);
    +  transition: 0.3s;
    +  background: white;
    +  padding: 0;
    +
    +  .cmp-servcard__image {
    +    display: none;
    +
    +    // Since the card image is given a couple of margin especications these must been overidden
    +    .field--type-entity-reference {
    +      margin: 0;
    +      font-family: inherit;
    +    }
    +    .field--type-image img {
    +      margin: 0;
    +    }
    +
    +    @media all and (min-width: 560px) {
    +      .node .field--type-image {
    +        margin: 0 !important;
    +      }
    +    }
    +  }
    +  .cmp-servcard__content {
    +    padding: 30px;
    +
    +    .cmp-heading {
    +      color: #1b3e6f;
    +      display: inline-block;
    +      width: 75%;
    +      margin-bottom: 3rem;
    +    }
    +    .cmp-text {
    +      font-size: 14px;
    +      font-weight: 300;
    +      font-stretch: normal;
    +      font-style: normal;
    +      line-height: 1.71;
    +      letter-spacing: normal;
    +      color: #54565a;
    +      display: -webkit-box;
    +      -webkit-box-orient: vertical;
    +      -webkit-line-clamp: 4;
    +      overflow-y: hidden;
    +      margin-bottom: 1rem; //The text component turn from a p to a div which make it loose his margin at the bottom
    +    }
    +    .cmp-servcard__more {
    +      display: inline-block;
    +      width: 50px;
    +      float: right;
    +      border: none;
    +      background: none;
    +    }
    +  }
    +}
    +
    +.mobile-overflow {
    +  overflow: hidden;
    +}
    +
    +.cmp-servcard__open {
    +  transition: 0.3s;
    +  height: 322px;
    +}
    +
    +.last-card {
    +  height: 322px;
    +  text-align: center;
    +
    +  .cmp-servcard__content .cmp-servcard__more {
    +    display: none;
    +  }
    +
    +  .cmp-servcard__content .cmp-cardlink {
    +    border: 2px solid #f16824;
    +    padding: 10px 20px;
    +  }
    +}
    +
    +@include media-breakpoint-up(lg) {
    +  .cmp-servcard,
    +  .last-card {
    +    -webkit-box-flex: 0;
    +    flex: 1 0 25%;
    +    max-width: 30%;
    +    height: 535px;
    +    box-shadow: none;
    +    display: inline-block;
    +
    +    .cmp-servcard__image {
    +      display: flex;
    +      width: 100%;
    +      max-height: 293px;
    +      overflow: hidden;
    +      .cmp-image {
    +        width: 100%;
    +      }
    +    }
    +
    +    .cmp-servcard__content {
    +      padding: 30px 40px;
    +
    +      .cmp-heading {
    +        color: #1b3e6f;
    +      }
    +      .cmp-text {
    +        font-size: 14px;
    +        font-weight: 300;
    +        font-stretch: normal;
    +        font-style: normal;
    +        line-height: 1.71;
    +        letter-spacing: normal;
    +        color: #54565a;
    +        display: -webkit-box;
    +        -webkit-box-orient: vertical;
    +        -webkit-line-clamp: 3;
    +        overflow-y: hidden;
    +      }
    +      .cmp-servcard__more {
    +        display: none;
    +      }
    +    }
    +  }
    +
    +  .mobile-overflow {
    +    overflow: visible;
    +  }
    +
    +  .last-card {
    +    text-align: left;
    +
    +    .cmp-servcard__content .cmp-cardlink {
    +      border: 0px;
    +      padding: 0 0 7px 0;
    +    }
    +  }
    +
    +  .cmp-servcard:hover {
    +    box-shadow: 20px 19px 61px -25px rgba(0, 0, 0, 0.27);
    +  }
    +  .cmp-servcard:hover .cmp-imageblue .cmp-image {
    +    opacity: 1;
    +    transition: 0.3s;
    +  }
    +
    +  .cmp-servcard:hover .cmp-cardlink {
    +    text-decoration: none;
    +    color: #1b3d6e;
    +    cursor: pointer;
    +    border-bottom: 2px solid #f16824;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servcard/servcard.scss +
  • +
  • + Filesystem Path: + components/blocks/servcard/servcard.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/servcard2.html b/components/detail/servcard2.html new file mode 100644 index 0000000..52c98d5 --- /dev/null +++ b/components/detail/servcard2.html @@ -0,0 +1,2077 @@ + + + + + + + + + + + + +servcard2 component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + servcard2 component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+    <div class="cmp-servcard__image">
+
+        <div class="cmp-imageblue bg-primary">
+
+            <img class="cmp-image " src="" alt="">
+
+        </div>
+    </div>
+    <div class="cmp-servcard__content">
+
+        < class="cmp-heading    ">
+
+            </>
+
+            <h2>KYKYN</h2>
+            <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+
+                <a class="cmp-cardlink" href=""></a>
+
+            </div>
+    </div>
+
+</div>
+ +
+
+ + +
+ +
<div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3  {% if lastCard %} last-card {% endif %} 
+{% if middlePos %}{% endif %}">
+    <div class="cmp-servcard__image">
+        {% include "@imageblue" %}
+    </div>
+    <div class="cmp-servcard__content">
+        {% include "@heading" %}
+        <h2>KYKYN</h2>
+        <button class="cmp-servcard__more"><img src={{'/images/plus-orange.svg'}} alt="more"></button>
+        <div class="cmp-servcard__description{% if lastCard %}-lastcard {% endif %} {% if not lastCard %} d-none d-lg-block{% endif %}" aria-hidden="true" aria-expanded="false">
+            {% include "@simpletext" %}
+            {% include "@cardlink" %}
+        </div>
+    </div>
+    
+</div>
+
+
+ + +
+ + + +
/* No context defined for this component. */
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Servcard2
    + */
    +
    +/* STARTER CODE
    +
    +class Servcard2 {
    +    constructor($inst) {
    +        cponsole.log('Initializing Servcard2')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servcard2/servcard2.js +
  • +
  • + Filesystem Path: + components/01-units/servcard2/servcard2.js +
  • +
  • + Size: + 184 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Servcard2
    + */
    +
    +.cmp-servcard2 {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servcard2/servcard2.scss +
  • +
  • + Filesystem Path: + components/01-units/servcard2/servcard2.scss +
  • +
  • + Size: + 55 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/serve-wedo.html b/components/detail/serve-wedo.html new file mode 100644 index 0000000..d76a0ee --- /dev/null +++ b/components/detail/serve-wedo.html @@ -0,0 +1,2448 @@ + + + + + + + + + + + + +serve-wedo component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + serve-wedo component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-serve-wedo">
+
+    <div class="cmp-tricolor__position-inverted">
+        <div class="tricolor-layer  cmp-tricolor_start"></div>
+        <div class="tricolor-layer cmp-tricolor_middle"></div>
+        <div class="tricolor-layer cmp-tricolor_end"></div>
+
+    </div>
+    <div class="cmp-whoweserve col-11 col-lg-11 mx-auto">
+
+        <div class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+
+            <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                Who we serve
+            </h2>
+
+            <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+        </div>
+
+        <div class="cmp-cardscontainer  ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds
+                                and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  last-card  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description-lastcard  " aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Go to diy site</a>
+
+                        </div>
+                    </div>
+
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cmp-image-separator d-block d-lg-none col-12 my-5">
+
+        <img class="cmp-image " src="/images/carfix2.jpg" alt="">
+
+    </div>
+    <div class="cmp-what-wedo">
+        <div class="cmp-what-wedo__about-us col-11 col-sm-8 col-md-7 col-lg-5 mx-auto">
+
+            <div class="cmp-jumbo ">
+
+                <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                    WHA WE DO
+                </h2>
+
+                <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+                <p class="cmp-text">
+                    We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>.
+                </p>
+
+                <button class="cmp-button btn btn-outline-secondary">About Us</button>
+
+                <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+            </div>
+
+        </div>
+    </div>
+</section>
+ +
+
+ + +
+ +
<section class="cmp-serve-wedo">
+    {% include "@tricolor--position" with {inverted: true}%}
+    <div class="cmp-whoweserve col-11 col-lg-11 mx-auto">
+        {% include "@jumbo" with 
+            {
+                "headingLevel": "h2",
+                "btnText": "",
+                "threelines": true,
+                "modifier": "No Button and no simple text"
+            } 
+        %}
+        <div class="cmp-cardscontainer  ">
+     
+            {% set cardsContent %}
+                {% for card in cards %}
+                    {% include "@servcard" with card %}
+                {% endfor %}
+            {% endset %}
+
+            {% include "@drupalitemsfacade" with {items:cardsContent} %}
+        </div>
+    </div>
+    <div class="cmp-image-separator d-block d-lg-none col-12 my-5">
+        {% include "@image" with {src: inlineBgImage} %}
+    </div>
+    <div class="cmp-what-wedo">
+        <div class="cmp-what-wedo__about-us col-11 col-sm-8 col-md-7 col-lg-5 mx-auto">
+        {% include "@jumbo" with jumboContent %}
+        </div>
+    </div>
+</section>
+
+
+ + +
+ + + +
{
+  "heading": "Who we serve",
+  "cards": [
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Go to diy site",
+      "link": "https://www.google.com",
+      "lastCard": true
+    }
+  ],
+  "inlineBgImage": "/images/carfix2.jpg",
+  "jumboContent": {
+    "heading": "WHA WE DO",
+    "headingLevel": "h2",
+    "btnText": "About Us",
+    "threelines": true,
+    "text": "We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>."
+  }
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Serve Wedo
    + */
    +
    +/* STARTER CODE
    +
    +class ServeWedo {
    +    constructor($inst) {
    +        cponsole.log('Initializing ServeWedo')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/serve-wedo/serve-wedo.js +
  • +
  • + Filesystem Path: + components/groups/serve-wedo/serve-wedo.js +
  • +
  • + Size: + 185 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Serve Wedo
    + */
    +
    +.cmp-serve-wedo {
    +  margin-top: -100px;
    +  background: url("/assets/images/carfix2.jpg") top no-repeat;
    +  .cmp-tricolor__position-inverted {
    +    height: 1300px;
    +    .cmp-tricolor_start {
    +      display: none;
    +    }
    +    .cmp-tricolor_middle {
    +      background-color: #eeeeee;
    +      width: 170%;
    +      left: -70%;
    +    }
    +    .cmp-tricolor_end {
    +      right: -90%;
    +      width: 90%;
    +    }
    +  }
    +
    +  .cmp-whoweserve {
    +    padding-top: 100px;
    +    position: relative;
    +    .cmp-cardscontainer {
    +      .field__items {
    +        display: flex;
    +        flex-wrap: wrap;
    +        width: 100%;
    +      }
    +
    +      //   .cmp-servcard{
    +      //     width: 100%;
    +    }
    +  }
    +  .cmp-image-separator {
    +    padding: 0;
    +    height: 230px;
    +    overflow: hidden;
    +    transform: skewY(8deg);
    +    background-color: #1b3d6e;
    +    .cmp-image {
    +      width: 150%;
    +      margin-top: -20%;
    +      margin-left: -30%;
    +      transform: skewY(-8deg);
    +      opacity: 0.4;
    +    }
    +  }
    +  .cmp-what-wedo {
    +    position: relative;
    +    margin-bottom: 130px;
    +    .cmp-what-wedo__about-us {
    +      .cmp-jumbo .cmp-text {
    +        font-weight: 300;
    +      }
    +    }
    +  }
    +
    +  @include media-breakpoint-up(lg) {
    +    background: url("/assets/images/carfix2.jpg") bottom no-repeat;
    +    height: 2300px;
    +    .cmp-tricolor__position-inverted {
    +      height: 2300px;
    +      .cmp-tricolor_start {
    +        left: -70%;
    +        display: block;
    +      }
    +      .cmp-tricolor_middle {
    +        width: inherit;
    +        left: 0;
    +      }
    +      .cmp-tricolor_end {
    +        width: 100%;
    +        right: -30%;
    +      }
    +    }
    +
    +    .cmp-what-wedo {
    +      position: relative;
    +
    +      .cmp-what-wedo__about-us {
    +        width: 530px;
    +        float: right;
    +        margin: 250px 200px 0px 0px !important;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/serve-wedo/serve-wedo.scss +
  • +
  • + Filesystem Path: + components/groups/serve-wedo/serve-wedo.scss +
  • +
  • + Size: + 1.8 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/servicescards.html b/components/detail/servicescards.html new file mode 100644 index 0000000..b21c39d --- /dev/null +++ b/components/detail/servicescards.html @@ -0,0 +1,2387 @@ + + + + + + + + + + + + +servicescards component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + servicescards component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered       overflow-unset " style=" background-image: url(/images/carfix2.jpg); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="cmp-servicescards">
+
+        <div class="cmp-tricolor__position-inverted">
+            <div class="tricolor-layer  cmp-tricolor_start"></div>
+            <div class="tricolor-layer cmp-tricolor_middle"></div>
+            <div class="tricolor-layer cmp-tricolor_end"></div>
+
+        </div>
+        <div class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+
+            <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                Who we serve
+            </h2>
+
+            <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+        </div>
+
+        <div class="cmp-servicescards__cardcontainer mx-sm-auto">
+
+            <div class="cmp-cols  cols-1   cols-lg-3  no-gutter  ">
+
+                <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds
+                                    and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                    <div role="presentation" class="cmp-servcard mobile-overflow col-12 mx-auto mx-lg-3 mb-4  last-card  
+">
+                        <div class="cmp-servcard__image">
+
+                            <div class="cmp-imageblue bg-primary">
+
+                                <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                            </div>
+                        </div>
+                        <div class="cmp-servcard__content">
+
+                            <h6 class="cmp-heading h6   ">
+                                Independent collision shops
+                            </h6>
+
+                            <button class="cmp-servcard__more"><img src=../../images/plus-orange.svg alt="more"></button>
+                            <div class="cmp-servcard__description-lastcard  " aria-hidden="true" aria-expanded="false">
+                                <p class="cmp-text">
+                                    Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                                </p>
+
+                                <a class="cmp-cardlink" href="https://www.google.com">Go to diy site</a>
+
+                            </div>
+                        </div>
+
+                    </div>
+                </div>
+
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set skewContent %}
+    <div class="cmp-servicescards">
+        {% include "@tricolor--position" with {inverted: true}%}
+        {% include "@jumbo" with 
+            {
+                "headingLevel": "h2",
+                "btnText": "",
+                "threelines": true,
+                "modifier": "No Button and no simple text"
+            } 
+        %}
+
+
+        {% set cardsContent %}
+            
+            {% for card in cards %}
+                {% include "@servcard" with card %}
+            {% endfor %}
+        {% endset %}
+
+
+        {% set drupal %}
+            {% include "@drupalitemsfacade" with {items:cardsContent} %}
+        {% endset %}
+        <div class="cmp-servicescards__cardcontainer mx-sm-auto">
+            {% include "@cols" with {content: drupal, mobileModifier: "1", desktopModifier: "3", noGutter:true} %}
+        </div>
+     
+        
+    </div>
+{% endset %}
+        
+
+{% include "@skew" with {content: skewContent, overflowUnset: true, inlineBgImage: inlineBgImage} %}
+
+
+ + +
+ + + +
{
+  "heading": "Who we serve",
+  "cards": [
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Go to diy site",
+      "link": "https://www.google.com",
+      "lastCard": true
+    }
+  ],
+  "inlineBgImage": "/images/carfix2.jpg",
+  "jumboContent": {
+    "headingLevel": "h2",
+    "btnText": "About Us",
+    "threelines": true,
+    "text": "We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>."
+  }
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Servicescards
    + */
    +
    +/* STARTER CODE
    +
    +class Servicescards {
    +    constructor($inst) {
    +        cponsole.log('Initializing Servicescards')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servicescards/servicescards.js +
  • +
  • + Filesystem Path: + components/groups/servicescards/servicescards.js +
  • +
  • + Size: + 195 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Servicescards
    + */
    +
    +.cmp-servicescards {
    +  padding: 150px 25px;
    +  height: 1300px;
    +  max-width: 1600px;
    +  margin: auto;
    +  .cmp-tricolor__position-inverted {
    +    margin-top: -300px;
    +    height: inherit;
    +    .cmp-tricolor_start {
    +      display: none;
    +    }
    +    .cmp-tricolor_middle {
    +      left: -60%;
    +      width: 125%;
    +    }
    +    .cmp-tricolor_end {
    +      width: 110%;
    +      left: 60%;
    +    }
    +  }
    +  .cmp-jumbo {
    +    position: relative;
    +  }
    +  .cmp-servicescards__cardcontainer {
    +    position: relative;
    +    //   display: flex;
    +    //   flex-wrap: wrap;
    +    //   .cmp-servcard{
    +    //     width: 100%;
    +    //   }
    +  }
    +}
    +@include media-breakpoint-up(lg) {
    +  .cmp-servicescards {
    +    // padding: 300px 45px 0px;
    +    // .cmp-servicescards__cardcontainer{
    +    //   .cmp-servcard{
    +    //     width: 32%;
    +    //   }
    +    // }
    +    .cmp-tricolor__position-inverted {
    +      margin-top: -300px;
    +      height: inherit;
    +      .cmp-tricolor_start {
    +        display: none;
    +      }
    +      .cmp-tricolor_middle {
    +        left: -40%;
    +        width: inherit;
    +      }
    +      .cmp-tricolor_end {
    +        width: 100%;
    +        left: 30%;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/servicescards/servicescards.scss +
  • +
  • + Filesystem Path: + components/groups/servicescards/servicescards.scss +
  • +
  • + Size: + 1.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/shadow-box.html b/components/detail/shadow-box.html new file mode 100644 index 0000000..122f43a --- /dev/null +++ b/components/detail/shadow-box.html @@ -0,0 +1,2171 @@ + + + + + + + + + + + + +shadow-box component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + shadow-box component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-shadow-box">
+
+    <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+        <div class="cmp-shadow-box-img">
+
+            <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+            <div class="cmp-shadow-box-play-container">
+                <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+            </div>
+
+        </div>
+        <div class="cmp-shadow-box-quote">
+            <div class="cmp-quote">
+
+                <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                <blockquote cite="https://www.huxley.net/bnw/four.html">
+                    <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                    <footer>Josh Kazdan, Autosphere</footer>
+                </blockquote>
+
+                <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+            </div>
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
{% set columContent %}
+  <div class="cmp-shadow-box-img">
+    {% include "@image" with image|merge({classes: 'img-fluid'}) %}
+
+    
+    <div class="cmp-shadow-box-play-container">
+      <button class="btn">
+
+        {% include "@image" with {src:'/images/play.svg'} %}
+          <span class="sr-only"></span>
+      </button>
+    </div>
+
+  </div>
+  <div class="cmp-shadow-box-quote">
+      {% include "@quote" with quote only %}
+  </div> 
+{% endset %}
+
+
+{% set drupal %}
+  {% include "@drupalitemsfacade" with {items:columContent} %}
+{% endset %}
+
+<div class="cmp-shadow-box">
+    {% include "@cols" with {content : columContent, mobileModifier: "1", tabletModifier: "2", noGutter:true } only %}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an shadow-box component!",
+  "image": {
+    "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+    "alt": "happy man"
+  },
+  "quote": {
+    "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+    "footer": "Josh Kazdan, Autosphere"
+  }
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Shadow Box
    + */
    +
    +/* STARTER CODE
    +
    +class ShadowBox {
    +    constructor($inst) {
    +        cponsole.log('Initializing ShadowBox')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/shadow-box/shadow-box.js +
  • +
  • + Filesystem Path: + components/blocks/shadow-box/shadow-box.js +
  • +
  • + Size: + 184 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Shadow Box
    + */
    +
    +.cmp-shadow-box {
    +  > .row {
    +    margin-right: 0;
    +    margin-left: 0;
    +  }
    +
    +  .cmp-shadow-box-quote {
    +    // border: red solid 1px;
    +    display: flex;
    +    flex-direction: column;
    +    justify-content: center;
    +    // @extend .p-0;
    +
    +    .cmp-quote {
    +      @extend .shadow-box;
    +      @extend .px-4vw;
    +      @extend .py-8vw;
    +    }
    +  }
    +
    +  .cmp-shadow-box-img {
    +    position: relative;
    +    @extend .shadow-box;
    +    // border: blue solid 1px;
    +    > .cmp-image {
    +      object-fit: cover;
    +      width: 100%;
    +      max-height: 300px;
    +      object-position: top;
    +      margin: 0;
    +    }
    +    > .field--type-entity-reference {
    +      margin: 0;
    +    }
    +    > .node .field--type-image {
    +      margin: 0;
    +    }
    +    > .field--type-image img {
    +      margin: 0;
    +    }
    +
    +    .cmp-shadow-box-play-container {
    +      @extend .fill-relative-parent;
    +      display: flex;
    +      align-items: flex-end;
    +      button {
    +        padding: 4vw;
    +      }
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .cmp-shadow-box-quote {
    +      .cmp-quote {
    +        @extend .my-md-4vw;
    +      }
    +    }
    +
    +    .cmp-shadow-box-img {
    +      > .cmp-image {
    +        min-height: 100%;
    +        max-height: unset;
    +      }
    +
    +      .cmp-shadow-box-play-container {
    +        justify-content: center;
    +        align-items: center;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/shadow-box/shadow-box.scss +
  • +
  • + Filesystem Path: + components/blocks/shadow-box/shadow-box.scss +
  • +
  • + Size: + 1.3 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/simpletext.html b/components/detail/simpletext.html new file mode 100644 index 0000000..04bdc29 --- /dev/null +++ b/components/detail/simpletext.html @@ -0,0 +1,2051 @@ + + + + + + + + + + + + +simpletext component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + simpletext component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<p class="cmp-text">
+    This is an simpletext component!
+</p>
+ +
+
+ + +
+ +
{% if text is not empty %}
+    <p class="cmp-text">
+        {{text}}
+    </p>
+  {% endif %}
+
+
+ + +
+ + + +
{
+  "text": "This is an simpletext component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Simpletext
    + */
    +
    +/* STARTER CODE
    +
    +class Simpletext {
    +    constructor($inst) {
    +        cponsole.log('Initializing Simpletext')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/simpletext/simpletext.js +
  • +
  • + Filesystem Path: + components/01-units/simpletext/simpletext.js +
  • +
  • + Size: + 187 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Simpletext
    + */
    +
    +.cmp-simpletext {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/simpletext/simpletext.scss +
  • +
  • + Filesystem Path: + components/01-units/simpletext/simpletext.scss +
  • +
  • + Size: + 57 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/skew--default.html b/components/detail/skew--default.html new file mode 100644 index 0000000..a0ab5e9 --- /dev/null +++ b/components/detail/skew--default.html @@ -0,0 +1,2275 @@ + + + + + + + + + + + + +skew component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + skew component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered      ">
+
+</section>
+ +
+
+ + +
+ +
<section class="cmp-skew columns is-centered {{ skewClass ?  skewClass : ''}} {{ overlapPrev ?  'overlap-prev-section' : ''}} {{ bgImage ?  'position-relative bg-transparent' : ''}} {{ skewBg ?  skewBg : ''}} {{ classes ?  classes : ''}} {% if overflowUnset %} overflow-unset {% endif %}"
+    {% if inlineBgImage %}  style=" background-image: url({{inlineBgImage}}); background-size: cover; border-bottom: 1px solid white; " {% endif %}
+>
+
+
+{% if skewClass %}
+    <div class="inner-section {{ cmpClass ?  cmpClass : ''}}">
+        {% if content %}
+            {{content}}
+        {% endif %}
+    </div>
+{% else %}
+    
+    {% if bgImage %}
+        {% include "@image" %}
+    {% endif %}
+
+    {% if content %}
+        {{content}}
+    {% endif %}
+
+{% endif %}
+    
+</section>
+
+
+ + +
+ + + +
/* No context defined for this component. */
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Skew
    + */
    +
    +/* STARTER CODE
    +
    +class Skew {
    +    constructor($inst) {
    +        cponsole.log('Initializing Skew')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.js +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Skew
    + */
    +
    +.cmp-skew {
    +  // border: red solid 1px;
    +  min-height: 300px;
    +  background-color: lightblue;
    +  overflow-x: hidden;
    +
    +  &.bg-transparent {
    +    background-color: transparent;
    +  }
    +  > .cmp-image {
    +    position: absolute;
    +    @extend .img-fluid;
    +    z-index: -1;
    +    height: 100%;
    +    width: 100%;
    +    object-fit: cover;
    +  }
    +}
    +
    +.overflow-unset {
    +  overflow: unset;
    +}
    +
    +/**
    + *  Main css for Section
    + */
    +
    +$pi: 3.14159265359;
    +$_precision: 10;
    +
    +@function pow($base, $exp) {
    +  $value: $base;
    +
    +  @if $exp>1 {
    +    @for $i from 2 through $exp {
    +      $value: $value * $base;
    +    }
    +  }
    +
    +  @if $exp < 1 {
    +    @for $i from 0 through -$exp {
    +      $value: $value / $base;
    +    }
    +  }
    +
    +  @return $value;
    +}
    +
    +@function fact($num) {
    +  $fact: 1;
    +
    +  @if $num>0 {
    +    @for $i from 1 through $num {
    +      $fact: $fact * $i;
    +    }
    +  }
    +
    +  @return $fact;
    +}
    +
    +@function _to_unitless_rad($angle) {
    +  @if unit($angle) == "deg" {
    +    $angle: $angle / 180deg * $pi;
    +  }
    +
    +  @if unit($angle) == "rad" {
    +    $angle: $angle / 1rad;
    +  }
    +
    +  @return $angle;
    +}
    +
    +@function sin($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $sin: $a;
    +
    +  @for $n from 1 through $_precision {
    +    $sin: $sin + (pow(-1, $n) / fact(2 * $n + 1)) * pow($a, (2 * $n + 1));
    +  }
    +
    +  @return $sin;
    +}
    +
    +@function cos($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $cos: 1;
    +
    +  @for $n from 1 through $_precision {
    +    $cos: $cos + (pow(-1, $n) / fact(2 * $n)) * pow($a, 2 * $n);
    +  }
    +
    +  @return $cos;
    +}
    +
    +@function tan($angle) {
    +  @return sin($angle) / cos($angle);
    +}
    +
    +.cmp-section {
    +  min-height: 300px;
    +  // width: 400px;
    +  max-width: 100vw;
    +
    +  .inner-section {
    +    border: red solid 1px;
    +  }
    +}
    +
    +.bg-blue {
    +  background-color: lightblue;
    +}
    +
    +.skew-30 {
    +  transform: skewY(30deg);
    +}
    +
    +// degrees
    +@for $i from 0 through 20 {
    +  $deg: $i * 1deg;
    +  $tan: tan($deg);
    +  $hb: $tan * (100/2) * 1vw;
    +  .skew-#{$i} {
    +    // if we wnat to move it down to compensar el skew
    +    transform: skewY($deg) translateY($hb);
    +    // where to start the inner content
    +    padding-top: $hb;
    +    padding-bottom: $hb;
    +    .inner-section {
    +      transform: skewY(-1 * $deg);
    +    }
    +
    +    &.overlap-prev-section {
    +      transform: skewY($deg) translateY($hb * -1);
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .skew-md-#{$i} {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +
    +      &.overlap-prev-section {
    +        transform: skewY($deg) translateY($hb * -1);
    +      }
    +    }
    +  }
    +
    +  .overlap-next-#{$i} {
    +    + .cmp-skew {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb * -1);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +    }
    +  }
    +
    +  .skew-padding-bottom-#{$i} {
    +    padding-bottom: $hb * 2;
    +  }
    +}
    +
    +.overlap-prev-section-y {
    +  transform: translateY(-5.2552117633vw * 2);
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.scss +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/skew--image.html b/components/detail/skew--image.html new file mode 100644 index 0000000..49ca51e --- /dev/null +++ b/components/detail/skew--image.html @@ -0,0 +1,2252 @@ + + + + + + + + + + + + +skew component: Image | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + skew component: Image + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered   position-relative bg-transparent   ">
+
+    <img class="cmp-image " src="https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg" alt="hero" sizes="100vw" srcset="https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w">
+
+</section>
+ +
+
+ + +
+ +
<section class="cmp-skew columns is-centered {{ skewClass ?  skewClass : ''}} {{ overlapPrev ?  'overlap-prev-section' : ''}} {{ bgImage ?  'position-relative bg-transparent' : ''}} {{ skewBg ?  skewBg : ''}} {{ classes ?  classes : ''}} {% if overflowUnset %} overflow-unset {% endif %}"
+    {% if inlineBgImage %}  style=" background-image: url({{inlineBgImage}}); background-size: cover; border-bottom: 1px solid white; " {% endif %}
+>
+
+
+{% if skewClass %}
+    <div class="inner-section {{ cmpClass ?  cmpClass : ''}}">
+        {% if content %}
+            {{content}}
+        {% endif %}
+    </div>
+{% else %}
+    
+    {% if bgImage %}
+        {% include "@image" %}
+    {% endif %}
+
+    {% if content %}
+        {{content}}
+    {% endif %}
+
+{% endif %}
+    
+</section>
+
+
+ + +
+ + + +
{
+  "text": "image",
+  "heading": "not skew with image as background",
+  "bgImage": true,
+  "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577487943/alldata/hero_jhnfsz.jpg",
+  "sizes": "100vw",
+  "alt": "hero",
+  "srcset": "https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_200/v1577487943/alldata/hero_jhnfsz.jpg 200w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_400/v1577487943/alldata/hero_jhnfsz.jpg 400w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_600/v1577487943/alldata/hero_jhnfsz.jpg 600w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_800/v1577487943/alldata/hero_jhnfsz.jpg 800w, https://res.cloudinary.com/alldataborn/image/upload/q_auto,w_1000/v1577487943/alldata/hero_jhnfsz.jpg 1000w"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Skew
    + */
    +
    +/* STARTER CODE
    +
    +class Skew {
    +    constructor($inst) {
    +        cponsole.log('Initializing Skew')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.js +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Skew
    + */
    +
    +.cmp-skew {
    +  // border: red solid 1px;
    +  min-height: 300px;
    +  background-color: lightblue;
    +  overflow-x: hidden;
    +
    +  &.bg-transparent {
    +    background-color: transparent;
    +  }
    +  > .cmp-image {
    +    position: absolute;
    +    @extend .img-fluid;
    +    z-index: -1;
    +    height: 100%;
    +    width: 100%;
    +    object-fit: cover;
    +  }
    +}
    +
    +.overflow-unset {
    +  overflow: unset;
    +}
    +
    +/**
    + *  Main css for Section
    + */
    +
    +$pi: 3.14159265359;
    +$_precision: 10;
    +
    +@function pow($base, $exp) {
    +  $value: $base;
    +
    +  @if $exp>1 {
    +    @for $i from 2 through $exp {
    +      $value: $value * $base;
    +    }
    +  }
    +
    +  @if $exp < 1 {
    +    @for $i from 0 through -$exp {
    +      $value: $value / $base;
    +    }
    +  }
    +
    +  @return $value;
    +}
    +
    +@function fact($num) {
    +  $fact: 1;
    +
    +  @if $num>0 {
    +    @for $i from 1 through $num {
    +      $fact: $fact * $i;
    +    }
    +  }
    +
    +  @return $fact;
    +}
    +
    +@function _to_unitless_rad($angle) {
    +  @if unit($angle) == "deg" {
    +    $angle: $angle / 180deg * $pi;
    +  }
    +
    +  @if unit($angle) == "rad" {
    +    $angle: $angle / 1rad;
    +  }
    +
    +  @return $angle;
    +}
    +
    +@function sin($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $sin: $a;
    +
    +  @for $n from 1 through $_precision {
    +    $sin: $sin + (pow(-1, $n) / fact(2 * $n + 1)) * pow($a, (2 * $n + 1));
    +  }
    +
    +  @return $sin;
    +}
    +
    +@function cos($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $cos: 1;
    +
    +  @for $n from 1 through $_precision {
    +    $cos: $cos + (pow(-1, $n) / fact(2 * $n)) * pow($a, 2 * $n);
    +  }
    +
    +  @return $cos;
    +}
    +
    +@function tan($angle) {
    +  @return sin($angle) / cos($angle);
    +}
    +
    +.cmp-section {
    +  min-height: 300px;
    +  // width: 400px;
    +  max-width: 100vw;
    +
    +  .inner-section {
    +    border: red solid 1px;
    +  }
    +}
    +
    +.bg-blue {
    +  background-color: lightblue;
    +}
    +
    +.skew-30 {
    +  transform: skewY(30deg);
    +}
    +
    +// degrees
    +@for $i from 0 through 20 {
    +  $deg: $i * 1deg;
    +  $tan: tan($deg);
    +  $hb: $tan * (100/2) * 1vw;
    +  .skew-#{$i} {
    +    // if we wnat to move it down to compensar el skew
    +    transform: skewY($deg) translateY($hb);
    +    // where to start the inner content
    +    padding-top: $hb;
    +    padding-bottom: $hb;
    +    .inner-section {
    +      transform: skewY(-1 * $deg);
    +    }
    +
    +    &.overlap-prev-section {
    +      transform: skewY($deg) translateY($hb * -1);
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .skew-md-#{$i} {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +
    +      &.overlap-prev-section {
    +        transform: skewY($deg) translateY($hb * -1);
    +      }
    +    }
    +  }
    +
    +  .overlap-next-#{$i} {
    +    + .cmp-skew {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb * -1);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +    }
    +  }
    +
    +  .skew-padding-bottom-#{$i} {
    +    padding-bottom: $hb * 2;
    +  }
    +}
    +
    +.overlap-prev-section-y {
    +  transform: translateY(-5.2552117633vw * 2);
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.scss +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/skew--inlineimage.html b/components/detail/skew--inlineimage.html new file mode 100644 index 0000000..e9a68ad --- /dev/null +++ b/components/detail/skew--inlineimage.html @@ -0,0 +1,2248 @@ + + + + + + + + + + + + +skew component: Inlineimage | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + skew component: Inlineimage + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-8     " style=" background-image: url(/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="inner-section ">
+    </div>
+
+</section>
+ +
+
+ + +
+ +
<section class="cmp-skew columns is-centered {{ skewClass ?  skewClass : ''}} {{ overlapPrev ?  'overlap-prev-section' : ''}} {{ bgImage ?  'position-relative bg-transparent' : ''}} {{ skewBg ?  skewBg : ''}} {{ classes ?  classes : ''}} {% if overflowUnset %} overflow-unset {% endif %}"
+    {% if inlineBgImage %}  style=" background-image: url({{inlineBgImage}}); background-size: cover; border-bottom: 1px solid white; " {% endif %}
+>
+
+
+{% if skewClass %}
+    <div class="inner-section {{ cmpClass ?  cmpClass : ''}}">
+        {% if content %}
+            {{content}}
+        {% endif %}
+    </div>
+{% else %}
+    
+    {% if bgImage %}
+        {% include "@image" %}
+    {% endif %}
+
+    {% if content %}
+        {{content}}
+    {% endif %}
+
+{% endif %}
+    
+</section>
+
+
+ + +
+ + + +
{
+  "inlineBgImage": "/images/testimonialbg.png",
+  "skewClass": "skew-8"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Skew
    + */
    +
    +/* STARTER CODE
    +
    +class Skew {
    +    constructor($inst) {
    +        cponsole.log('Initializing Skew')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.js +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Skew
    + */
    +
    +.cmp-skew {
    +  // border: red solid 1px;
    +  min-height: 300px;
    +  background-color: lightblue;
    +  overflow-x: hidden;
    +
    +  &.bg-transparent {
    +    background-color: transparent;
    +  }
    +  > .cmp-image {
    +    position: absolute;
    +    @extend .img-fluid;
    +    z-index: -1;
    +    height: 100%;
    +    width: 100%;
    +    object-fit: cover;
    +  }
    +}
    +
    +.overflow-unset {
    +  overflow: unset;
    +}
    +
    +/**
    + *  Main css for Section
    + */
    +
    +$pi: 3.14159265359;
    +$_precision: 10;
    +
    +@function pow($base, $exp) {
    +  $value: $base;
    +
    +  @if $exp>1 {
    +    @for $i from 2 through $exp {
    +      $value: $value * $base;
    +    }
    +  }
    +
    +  @if $exp < 1 {
    +    @for $i from 0 through -$exp {
    +      $value: $value / $base;
    +    }
    +  }
    +
    +  @return $value;
    +}
    +
    +@function fact($num) {
    +  $fact: 1;
    +
    +  @if $num>0 {
    +    @for $i from 1 through $num {
    +      $fact: $fact * $i;
    +    }
    +  }
    +
    +  @return $fact;
    +}
    +
    +@function _to_unitless_rad($angle) {
    +  @if unit($angle) == "deg" {
    +    $angle: $angle / 180deg * $pi;
    +  }
    +
    +  @if unit($angle) == "rad" {
    +    $angle: $angle / 1rad;
    +  }
    +
    +  @return $angle;
    +}
    +
    +@function sin($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $sin: $a;
    +
    +  @for $n from 1 through $_precision {
    +    $sin: $sin + (pow(-1, $n) / fact(2 * $n + 1)) * pow($a, (2 * $n + 1));
    +  }
    +
    +  @return $sin;
    +}
    +
    +@function cos($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $cos: 1;
    +
    +  @for $n from 1 through $_precision {
    +    $cos: $cos + (pow(-1, $n) / fact(2 * $n)) * pow($a, 2 * $n);
    +  }
    +
    +  @return $cos;
    +}
    +
    +@function tan($angle) {
    +  @return sin($angle) / cos($angle);
    +}
    +
    +.cmp-section {
    +  min-height: 300px;
    +  // width: 400px;
    +  max-width: 100vw;
    +
    +  .inner-section {
    +    border: red solid 1px;
    +  }
    +}
    +
    +.bg-blue {
    +  background-color: lightblue;
    +}
    +
    +.skew-30 {
    +  transform: skewY(30deg);
    +}
    +
    +// degrees
    +@for $i from 0 through 20 {
    +  $deg: $i * 1deg;
    +  $tan: tan($deg);
    +  $hb: $tan * (100/2) * 1vw;
    +  .skew-#{$i} {
    +    // if we wnat to move it down to compensar el skew
    +    transform: skewY($deg) translateY($hb);
    +    // where to start the inner content
    +    padding-top: $hb;
    +    padding-bottom: $hb;
    +    .inner-section {
    +      transform: skewY(-1 * $deg);
    +    }
    +
    +    &.overlap-prev-section {
    +      transform: skewY($deg) translateY($hb * -1);
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .skew-md-#{$i} {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +
    +      &.overlap-prev-section {
    +        transform: skewY($deg) translateY($hb * -1);
    +      }
    +    }
    +  }
    +
    +  .overlap-next-#{$i} {
    +    + .cmp-skew {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb * -1);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +    }
    +  }
    +
    +  .skew-padding-bottom-#{$i} {
    +    padding-bottom: $hb * 2;
    +  }
    +}
    +
    +.overlap-prev-section-y {
    +  transform: translateY(-5.2552117633vw * 2);
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.scss +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/skew--on.html b/components/detail/skew--on.html new file mode 100644 index 0000000..040a7d6 --- /dev/null +++ b/components/detail/skew--on.html @@ -0,0 +1,2249 @@ + + + + + + + + + + + + +skew component: On | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + skew component: On + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-8     ">
+
+    <div class="inner-section ">
+    </div>
+
+</section>
+ +
+
+ + +
+ +
<section class="cmp-skew columns is-centered {{ skewClass ?  skewClass : ''}} {{ overlapPrev ?  'overlap-prev-section' : ''}} {{ bgImage ?  'position-relative bg-transparent' : ''}} {{ skewBg ?  skewBg : ''}} {{ classes ?  classes : ''}} {% if overflowUnset %} overflow-unset {% endif %}"
+    {% if inlineBgImage %}  style=" background-image: url({{inlineBgImage}}); background-size: cover; border-bottom: 1px solid white; " {% endif %}
+>
+
+
+{% if skewClass %}
+    <div class="inner-section {{ cmpClass ?  cmpClass : ''}}">
+        {% if content %}
+            {{content}}
+        {% endif %}
+    </div>
+{% else %}
+    
+    {% if bgImage %}
+        {% include "@image" %}
+    {% endif %}
+
+    {% if content %}
+        {{content}}
+    {% endif %}
+
+{% endif %}
+    
+</section>
+
+
+ + +
+ + + +
{
+  "text": "skew warning!",
+  "heading": "warning",
+  "skewClass": "skew-8"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Skew
    + */
    +
    +/* STARTER CODE
    +
    +class Skew {
    +    constructor($inst) {
    +        cponsole.log('Initializing Skew')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.js +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Skew
    + */
    +
    +.cmp-skew {
    +  // border: red solid 1px;
    +  min-height: 300px;
    +  background-color: lightblue;
    +  overflow-x: hidden;
    +
    +  &.bg-transparent {
    +    background-color: transparent;
    +  }
    +  > .cmp-image {
    +    position: absolute;
    +    @extend .img-fluid;
    +    z-index: -1;
    +    height: 100%;
    +    width: 100%;
    +    object-fit: cover;
    +  }
    +}
    +
    +.overflow-unset {
    +  overflow: unset;
    +}
    +
    +/**
    + *  Main css for Section
    + */
    +
    +$pi: 3.14159265359;
    +$_precision: 10;
    +
    +@function pow($base, $exp) {
    +  $value: $base;
    +
    +  @if $exp>1 {
    +    @for $i from 2 through $exp {
    +      $value: $value * $base;
    +    }
    +  }
    +
    +  @if $exp < 1 {
    +    @for $i from 0 through -$exp {
    +      $value: $value / $base;
    +    }
    +  }
    +
    +  @return $value;
    +}
    +
    +@function fact($num) {
    +  $fact: 1;
    +
    +  @if $num>0 {
    +    @for $i from 1 through $num {
    +      $fact: $fact * $i;
    +    }
    +  }
    +
    +  @return $fact;
    +}
    +
    +@function _to_unitless_rad($angle) {
    +  @if unit($angle) == "deg" {
    +    $angle: $angle / 180deg * $pi;
    +  }
    +
    +  @if unit($angle) == "rad" {
    +    $angle: $angle / 1rad;
    +  }
    +
    +  @return $angle;
    +}
    +
    +@function sin($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $sin: $a;
    +
    +  @for $n from 1 through $_precision {
    +    $sin: $sin + (pow(-1, $n) / fact(2 * $n + 1)) * pow($a, (2 * $n + 1));
    +  }
    +
    +  @return $sin;
    +}
    +
    +@function cos($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $cos: 1;
    +
    +  @for $n from 1 through $_precision {
    +    $cos: $cos + (pow(-1, $n) / fact(2 * $n)) * pow($a, 2 * $n);
    +  }
    +
    +  @return $cos;
    +}
    +
    +@function tan($angle) {
    +  @return sin($angle) / cos($angle);
    +}
    +
    +.cmp-section {
    +  min-height: 300px;
    +  // width: 400px;
    +  max-width: 100vw;
    +
    +  .inner-section {
    +    border: red solid 1px;
    +  }
    +}
    +
    +.bg-blue {
    +  background-color: lightblue;
    +}
    +
    +.skew-30 {
    +  transform: skewY(30deg);
    +}
    +
    +// degrees
    +@for $i from 0 through 20 {
    +  $deg: $i * 1deg;
    +  $tan: tan($deg);
    +  $hb: $tan * (100/2) * 1vw;
    +  .skew-#{$i} {
    +    // if we wnat to move it down to compensar el skew
    +    transform: skewY($deg) translateY($hb);
    +    // where to start the inner content
    +    padding-top: $hb;
    +    padding-bottom: $hb;
    +    .inner-section {
    +      transform: skewY(-1 * $deg);
    +    }
    +
    +    &.overlap-prev-section {
    +      transform: skewY($deg) translateY($hb * -1);
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .skew-md-#{$i} {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +
    +      &.overlap-prev-section {
    +        transform: skewY($deg) translateY($hb * -1);
    +      }
    +    }
    +  }
    +
    +  .overlap-next-#{$i} {
    +    + .cmp-skew {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb * -1);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +    }
    +  }
    +
    +  .skew-padding-bottom-#{$i} {
    +    padding-bottom: $hb * 2;
    +  }
    +}
    +
    +.overlap-prev-section-y {
    +  transform: translateY(-5.2552117633vw * 2);
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.scss +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/skew.html b/components/detail/skew.html new file mode 100644 index 0000000..290588b --- /dev/null +++ b/components/detail/skew.html @@ -0,0 +1,2275 @@ + + + + + + + + + + + + +skew component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + skew component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered      ">
+
+</section>
+ +
+
+ + +
+ +
<section class="cmp-skew columns is-centered {{ skewClass ?  skewClass : ''}} {{ overlapPrev ?  'overlap-prev-section' : ''}} {{ bgImage ?  'position-relative bg-transparent' : ''}} {{ skewBg ?  skewBg : ''}} {{ classes ?  classes : ''}} {% if overflowUnset %} overflow-unset {% endif %}"
+    {% if inlineBgImage %}  style=" background-image: url({{inlineBgImage}}); background-size: cover; border-bottom: 1px solid white; " {% endif %}
+>
+
+
+{% if skewClass %}
+    <div class="inner-section {{ cmpClass ?  cmpClass : ''}}">
+        {% if content %}
+            {{content}}
+        {% endif %}
+    </div>
+{% else %}
+    
+    {% if bgImage %}
+        {% include "@image" %}
+    {% endif %}
+
+    {% if content %}
+        {{content}}
+    {% endif %}
+
+{% endif %}
+    
+</section>
+
+
+ + +
+ + + +
/* No context defined for this component. */
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Skew
    + */
    +
    +/* STARTER CODE
    +
    +class Skew {
    +    constructor($inst) {
    +        cponsole.log('Initializing Skew')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.js +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.js +
  • +
  • + Size: + 169 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Skew
    + */
    +
    +.cmp-skew {
    +  // border: red solid 1px;
    +  min-height: 300px;
    +  background-color: lightblue;
    +  overflow-x: hidden;
    +
    +  &.bg-transparent {
    +    background-color: transparent;
    +  }
    +  > .cmp-image {
    +    position: absolute;
    +    @extend .img-fluid;
    +    z-index: -1;
    +    height: 100%;
    +    width: 100%;
    +    object-fit: cover;
    +  }
    +}
    +
    +.overflow-unset {
    +  overflow: unset;
    +}
    +
    +/**
    + *  Main css for Section
    + */
    +
    +$pi: 3.14159265359;
    +$_precision: 10;
    +
    +@function pow($base, $exp) {
    +  $value: $base;
    +
    +  @if $exp>1 {
    +    @for $i from 2 through $exp {
    +      $value: $value * $base;
    +    }
    +  }
    +
    +  @if $exp < 1 {
    +    @for $i from 0 through -$exp {
    +      $value: $value / $base;
    +    }
    +  }
    +
    +  @return $value;
    +}
    +
    +@function fact($num) {
    +  $fact: 1;
    +
    +  @if $num>0 {
    +    @for $i from 1 through $num {
    +      $fact: $fact * $i;
    +    }
    +  }
    +
    +  @return $fact;
    +}
    +
    +@function _to_unitless_rad($angle) {
    +  @if unit($angle) == "deg" {
    +    $angle: $angle / 180deg * $pi;
    +  }
    +
    +  @if unit($angle) == "rad" {
    +    $angle: $angle / 1rad;
    +  }
    +
    +  @return $angle;
    +}
    +
    +@function sin($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $sin: $a;
    +
    +  @for $n from 1 through $_precision {
    +    $sin: $sin + (pow(-1, $n) / fact(2 * $n + 1)) * pow($a, (2 * $n + 1));
    +  }
    +
    +  @return $sin;
    +}
    +
    +@function cos($angle) {
    +  $a: _to_unitless_rad($angle);
    +  $cos: 1;
    +
    +  @for $n from 1 through $_precision {
    +    $cos: $cos + (pow(-1, $n) / fact(2 * $n)) * pow($a, 2 * $n);
    +  }
    +
    +  @return $cos;
    +}
    +
    +@function tan($angle) {
    +  @return sin($angle) / cos($angle);
    +}
    +
    +.cmp-section {
    +  min-height: 300px;
    +  // width: 400px;
    +  max-width: 100vw;
    +
    +  .inner-section {
    +    border: red solid 1px;
    +  }
    +}
    +
    +.bg-blue {
    +  background-color: lightblue;
    +}
    +
    +.skew-30 {
    +  transform: skewY(30deg);
    +}
    +
    +// degrees
    +@for $i from 0 through 20 {
    +  $deg: $i * 1deg;
    +  $tan: tan($deg);
    +  $hb: $tan * (100/2) * 1vw;
    +  .skew-#{$i} {
    +    // if we wnat to move it down to compensar el skew
    +    transform: skewY($deg) translateY($hb);
    +    // where to start the inner content
    +    padding-top: $hb;
    +    padding-bottom: $hb;
    +    .inner-section {
    +      transform: skewY(-1 * $deg);
    +    }
    +
    +    &.overlap-prev-section {
    +      transform: skewY($deg) translateY($hb * -1);
    +    }
    +  }
    +
    +  @include media-breakpoint-up(md) {
    +    .skew-md-#{$i} {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +
    +      &.overlap-prev-section {
    +        transform: skewY($deg) translateY($hb * -1);
    +      }
    +    }
    +  }
    +
    +  .overlap-next-#{$i} {
    +    + .cmp-skew {
    +      // if we wnat to move it down to compensar el skew
    +      transform: skewY($deg) translateY($hb * -1);
    +      // where to start the inner content
    +      padding-top: $hb;
    +      padding-bottom: $hb;
    +      .inner-section {
    +        transform: skewY(-1 * $deg);
    +      }
    +    }
    +  }
    +
    +  .skew-padding-bottom-#{$i} {
    +    padding-bottom: $hb * 2;
    +  }
    +}
    +
    +.overlap-prev-section-y {
    +  transform: translateY(-5.2552117633vw * 2);
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/skew/skew.scss +
  • +
  • + Filesystem Path: + components/01-units/skew/skew.scss +
  • +
  • + Size: + 3.1 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--default.html b/components/detail/slider--default.html new file mode 100644 index 0000000..ce8a9d2 --- /dev/null +++ b/components/detail/slider--default.html @@ -0,0 +1,2177 @@ + + + + + + + + + + + + +slider component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+    <div class="cmp-slider-controls d-flex">
+        <a class="cmp-slider-prev" href="#carouselHeroSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+        <ol class="carousel-indicators">
+            <li data-target="#carouselHeroSlider" data-slide-to="0" class="active"></li>
+            <li data-target="#carouselHeroSlider" data-slide-to="1"></li>
+            <li data-target="#carouselHeroSlider" data-slide-to="2"></li>
+        </ol>
+        <a class="cmp-slider-next" href="#carouselHeroSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+    </div>
+
+    <div class="carousel-inner">
+
+        <div class="carousel-item  active ">
+
+            <img class="cmp-image " src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="">
+
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
{% set carouselId = "carouselHeroSlider" %}
+    {% set extraData = {extrainfo: 'hero-slides'} %}
+    {% set template = "image" %}
+    {% include "@slider--dyn" with {carouselId:carouselId, models : models, sameHeight: true, template : template, extraData: extraData} %}
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--dyn.html b/components/detail/slider--dyn.html new file mode 100644 index 0000000..3d66e36 --- /dev/null +++ b/components/detail/slider--dyn.html @@ -0,0 +1,2255 @@ + + + + + + + + + + + + +slider component: Dyn | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: Dyn + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselImages" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+    <div class="cmp-slider-controls d-flex">
+        <a class="cmp-slider-prev" href="#carouselImages" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+        <ol class="carousel-indicators">
+            <li data-target="#carouselImages" data-slide-to="0" class="active"></li>
+            <li data-target="#carouselImages" data-slide-to="1"></li>
+            <li data-target="#carouselImages" data-slide-to="2"></li>
+        </ol>
+        <a class="cmp-slider-next" href="#carouselImages" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+    </div>
+
+    <div class="carousel-inner">
+
+        <div class="carousel-item  active ">
+
+            <img class="cmp-image " src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="">
+
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
{% set count = models|length %}
+
+{% set slides %}
+    {% include "@slider--slidessimple" with {models : models, extraData: extraData} %}
+{% endset %}
+
+<div id="{{carouselId}}" class="cmp-slider carousel slide {% if sameHeight %}  same-height {% endif %} " data-ride="carousel" data-interval="false">
+    {% if not controlsBottom %}
+    {% if count > 1 %}
+        <div class="cmp-slider-controls d-flex">
+            <a class="cmp-slider-prev" href="#{{carouselId}}" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+            <ol class="carousel-indicators">
+                {% for i in range(0, count - 1) %}
+                    <li data-target="#{{carouselId}}" data-slide-to="{{i}}" {% if loop.first %} class="active" {% endif %}   ></li>
+                {% endfor %}
+            </ol>
+            <a class="cmp-slider-next" href="#{{carouselId}}" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+        </div>
+    {% endif %}
+    {% endif %}
+    
+
+    <div class="carousel-inner">
+        {% if slides %}
+            {{slides}}
+        {% endif %}
+    </div>
+    {% if controlsBottom %}
+    {% if count > 1 %}
+        <div class="cmp-slider-controls d-flex bottom">
+            <a class="cmp-slider-prev" href="#{{carouselId}}" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+            <ol class="carousel-indicators">
+                {% for i in range(0, count - 1) %}
+                    <li data-target="#{{carouselId}}" data-slide-to="{{i}}" {% if loop.first %} class="active" {% endif %}   ></li>
+                {% endfor %}
+            </ol>
+            <a class="cmp-slider-next" href="#{{carouselId}}" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+        </div>
+    {% endif %}
+    {% endif %}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--dynamic.html b/components/detail/slider--dynamic.html new file mode 100644 index 0000000..b03eb2b --- /dev/null +++ b/components/detail/slider--dynamic.html @@ -0,0 +1,2167 @@ + + + + + + + + + + + + +slider component: Dynamic | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: Dynamic + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselImages" class="cmp-slider carousel slide   same-height  " data-ride="carousel">
+    <div class="carousel-inner">
+    </div>
+
+</div>
+ +
+
+ + +
+ +
<div id="{{carouselId}}" class="cmp-slider carousel slide {% if sameHeight %}  same-height {% endif %} " data-ride="carousel">
+    {% if images|length > 1 %}
+        <div class="cmp-slider-controls d-flex justify-content-center">
+            <a class="cmp-slider-prev" href="#{{carouselId}}" role="button" data-slide="prev">
+            {# <span class="carousel-control-prev-icon" aria-hidden="true"></span> #}
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+            <span class="sr-only">Previous</span>
+            </a>
+            <ol class="carousel-indicators">
+
+            {% for img in images %}
+                <li data-target="#{{carouselId}}" data-slide-to="{{loop.index0}}" {% if loop.first %} class="active" {% endif %}   ></li>
+            {% endfor %}
+            
+            </ol>
+            <a class="cmp-slider-next" href="#{{carouselId}}" role="button" data-slide="next">
+            {# <span class="carousel-control-next-icon" aria-hidden="true"></span> #}
+            {# <img  src="/images/next.svg" aria-hidden="true" alt="next"> #}
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+            <span class="sr-only">Next</span>
+            </a>
+        </div>
+    {% endif %}
+    <div class="carousel-inner">
+        {% if images|length > 0 %}
+            {% for img in images %}
+                <div class="carousel-item {% if loop.first %} active {% endif %}">
+                    <img class="d-block w-100" src="{{img}}" alt="First slide">
+                    {# <h2>ONE</h2> #}
+                </div>
+            {% endfor %}
+        {% endif %}
+    </div>
+ 
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--new.html b/components/detail/slider--new.html new file mode 100644 index 0000000..4ecefff --- /dev/null +++ b/components/detail/slider--new.html @@ -0,0 +1,2209 @@ + + + + + + + + + + + + +slider component: New | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: New + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselImages" class="cmp-slider carousel slide   same-height  " data-ride="carousel">
+    <div class="cmp-slider-controls d-flex justify-content-center">
+        <a class="cmp-slider-prev" href="#carouselImages" role="button" data-slide="prev">
+            
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+            <span class="sr-only">Previous</span>
+            </a>
+        <ol class="carousel-indicators">
+
+            <li data-target="#carouselImages" data-slide-to="0" class="active"></li>
+            <li data-target="#carouselImages" data-slide-to="1"></li>
+            <li data-target="#carouselImages" data-slide-to="2"></li>
+
+        </ol>
+        <a class="cmp-slider-next" href="#carouselImages" role="button" data-slide="next">
+            
+            
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+            <span class="sr-only">Next</span>
+            </a>
+    </div>
+    <div class="carousel-inner">
+        <div class="carousel-item  active ">
+            <img class="d-block w-100" src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="First slide">
+
+        </div>
+        <div class="carousel-item ">
+            <img class="d-block w-100" src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="First slide">
+
+        </div>
+        <div class="carousel-item ">
+            <img class="d-block w-100" src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="First slide">
+
+        </div>
+    </div>
+
+</div>
+ +
+
+ + +
+ +
<div id="{{carouselId}}" class="cmp-slider carousel slide {% if sameHeight %}  same-height {% endif %} " data-ride="carousel">
+    {% if images|length > 1 %}
+        <div class="cmp-slider-controls d-flex justify-content-center">
+            <a class="cmp-slider-prev" href="#{{carouselId}}" role="button" data-slide="prev">
+            {# <span class="carousel-control-prev-icon" aria-hidden="true"></span> #}
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+            <span class="sr-only">Previous</span>
+            </a>
+            <ol class="carousel-indicators">
+
+            {% for img in images %}
+                <li data-target="#{{carouselId}}" data-slide-to="{{loop.index0}}" {% if loop.first %} class="active" {% endif %}   ></li>
+            {% endfor %}
+            
+            </ol>
+            <a class="cmp-slider-next" href="#{{carouselId}}" role="button" data-slide="next">
+            {# <span class="carousel-control-next-icon" aria-hidden="true"></span> #}
+            {# <img  src="/images/next.svg" aria-hidden="true" alt="next"> #}
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+            <span class="sr-only">Next</span>
+            </a>
+        </div>
+    {% endif %}
+    <div class="carousel-inner">
+        {% if images|length > 0 %}
+            {% for img in images %}
+                <div class="carousel-item {% if loop.first %} active {% endif %}">
+                    <img class="d-block w-100" src="{{img}}" alt="First slide">
+                    {# <h2>ONE</h2> #}
+                </div>
+            {% endfor %}
+        {% endif %}
+    </div>
+ 
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ],
+  "images": [
+    "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg",
+    "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg",
+    "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--slide.html b/components/detail/slider--slide.html new file mode 100644 index 0000000..47f5d81 --- /dev/null +++ b/components/detail/slider--slide.html @@ -0,0 +1,2141 @@ + + + + + + + + + + + + +slider component: Slide | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: Slide + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="carousel-item  active ">
+    Hello
+</div>
+ +
+
+ + +
+ +
<div class="carousel-item {% if active %} active {% endif %}">
+    {{slideContent}}
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ],
+  "slideContent": "Hello",
+  "active": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--slides.html b/components/detail/slider--slides.html new file mode 100644 index 0000000..a29da04 --- /dev/null +++ b/components/detail/slider--slides.html @@ -0,0 +1,2196 @@ + + + + + + + + + + + + +slider component: Slides | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component: Slides + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselDyn" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+    <div class="cmp-slider-controls d-flex">
+        <a class="cmp-slider-prev" href="#carouselDyn" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+        <ol class="carousel-indicators">
+            <li data-target="#carouselDyn" data-slide-to="0" class="active"></li>
+            <li data-target="#carouselDyn" data-slide-to="1"></li>
+            <li data-target="#carouselDyn" data-slide-to="2"></li>
+        </ol>
+        <a class="cmp-slider-next" href="#carouselDyn" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+    </div>
+
+    <div class="carousel-inner">
+
+        <div class="carousel-item  active ">
+
+            <img class="cmp-image  d-block w-100 " src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image  d-block w-100 " src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image  d-block w-100 " src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="">
+
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
{% set count = models|length %}
+{% set carouselId = "carouselDyn" %}
+{% set extraData = {classes: "d-block w-100"} %}
+{% if models|length > 0 %}
+    {% set slides %}
+        {% for model in models %}
+            {% if extraData %}
+                {% set model = model|merge(extraData) %}
+            {% endif %}
+            {% set slideContent %}
+                    {# <img class="d-block w-100" src="{{model}}" alt="First slide"> #}
+                    {# {% include "@" ~ template with {src: model.src, classes: "d-block w-100"} %} #}
+                    {% include "@" ~ template with model only %}
+            {% endset %}
+            {% include "@slider--slide" with {slideContent : slideContent, active: loop.first } %}
+        {% endfor %}
+    {% endset %}
+
+    {% include "@slider--dyn" with {count: count, slides : slides} %}
+    {# {{slides}} #}
+{% endif %}
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider--slidessimple.html b/components/detail/slider--slidessimple.html new file mode 100644 index 0000000..221077b --- /dev/null +++ b/components/detail/slider--slidessimple.html @@ -0,0 +1,2167 @@ + + + + + + + + + + + + +slider component: Slidessimple | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + + + + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="carousel-item  active ">
+
+    <img class="cmp-image " src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="">
+
+</div>
+<div class="carousel-item ">
+
+    <img class="cmp-image " src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="">
+
+</div>
+<div class="carousel-item ">
+
+    <img class="cmp-image " src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="">
+
+</div>
+ +
+
+ + +
+ +
{% if models|length > 0 %}
+        {% for model in models %}
+            {% if extraData %}
+                {% set model = model|merge(extraData) %}
+            {% endif %}
+            {% set slideContent %}
+                    {% include "@" ~ template with model only %}
+            {% endset %}
+            {% include "@slider--slide" with {slideContent : slideContent, active: loop.first } %}
+        {% endfor %}
+
+{% endif %}
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/slider.html b/components/detail/slider.html new file mode 100644 index 0000000..1b14a14 --- /dev/null +++ b/components/detail/slider.html @@ -0,0 +1,2200 @@ + + + + + + + + + + + + +slider component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + slider component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="carouselHeroSlider" class="cmp-slider carousel slide   same-height  " data-ride="carousel" data-interval="false">
+    <div class="cmp-slider-controls d-flex">
+        <a class="cmp-slider-prev" href="#carouselHeroSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+        <ol class="carousel-indicators">
+            <li data-target="#carouselHeroSlider" data-slide-to="0" class="active"></li>
+            <li data-target="#carouselHeroSlider" data-slide-to="1"></li>
+            <li data-target="#carouselHeroSlider" data-slide-to="2"></li>
+        </ol>
+        <a class="cmp-slider-next" href="#carouselHeroSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+    </div>
+
+    <div class="carousel-inner">
+
+        <div class="carousel-item  active ">
+
+            <img class="cmp-image " src="https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg" alt="">
+
+        </div>
+        <div class="carousel-item ">
+
+            <img class="cmp-image " src="https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg" alt="">
+
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
{% set carouselId = "carouselHeroSlider" %}
+    {% set extraData = {extrainfo: 'hero-slides'} %}
+    {% set template = "image" %}
+    {% include "@slider--dyn" with {carouselId:carouselId, models : models, sameHeight: true, template : template, extraData: extraData} %}
+
+
+ + +
+ + + +
{
+  "text": "This is an slider component!",
+  "heading": "My heading",
+  "template": "image",
+  "sameHeight": true,
+  "carouselId": "carouselImages",
+  "models": [
+    {
+      "src": "https://www.capturelandscapes.com/wp-content/uploads/2017/03/DSC2441-Panorama.jpeg"
+    },
+    {
+      "src": "https://born2invest.com/wp-content/uploads/2016/12/The-breathtaking-mysterious-landscapes-of-Chile.jpg"
+    },
+    {
+      "src": "https://scx1.b-cdn.net/csz/news/800/2018/rusticlandsc.jpg"
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +import $ from "jquery";
    +/**
    + *  This is the main file for Slider
    + */
    +
    +/* STARTER CODE
    +
    +class Slider {
    +    constructor($inst) {
    +        cponsole.log('Initializing Slider')
    +    }
    +}
    +
    +*/
    +
    +function normalizeSlideHeights() {
    +  $(".carousel.same-height").each(function() {
    +    var items = $(".carousel-item", this);
    +    // reset the height
    +    items.css("min-height", 0);
    +    // set the height
    +    var maxHeight = Math.max.apply(
    +      null,
    +      items
    +        .map(function() {
    +          return $(this).outerHeight();
    +        })
    +        .get()
    +    );
    +    items.css("min-height", maxHeight + "px");
    +  });
    +}
    +
    +$(window).on("load resize orientationchange", normalizeSlideHeights);
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.js +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.js +
  • +
  • + Size: + 687 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Slider
    + */
    +
    +.cmp-slider {
    +  .cmp-slider-controls {
    +    justify-content: center;
    +    position: absolute;
    +    bottom: 2vw;
    +    left: 0;
    +    width: 100%;
    +  }
    +  .cmp-slider-controls.bottom {
    +    position: relative;
    +    bottom: 0;
    +  }
    +
    +  .cmp-slider-prev,
    +  .cmp-slider-next {
    +    z-index: 1;
    +
    +    svg {
    +      fill: $gray-400;
    +      &:hover {
    +        fill: $secondary;
    +      }
    +    }
    +  }
    +
    +  .carousel-indicators {
    +    position: unset;
    +    margin-right: 2%;
    +    margin-left: 2%;
    +    li {
    +      margin-left: 0;
    +      margin-right: 0;
    +      height: 2px;
    +      background-color: $gray-400;
    +
    +      &.active {
    +        background-color: $secondary;
    +      }
    +    }
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/slider/slider.scss +
  • +
  • + Filesystem Path: + components/01-units/slider/slider.scss +
  • +
  • + Size: + 677 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/testimonial--default.html b/components/detail/testimonial--default.html new file mode 100644 index 0000000..958e1cf --- /dev/null +++ b/components/detail/testimonial--default.html @@ -0,0 +1,2302 @@ + + + + + + + + + + + + +testimonial component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + + + + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-md-6     " style=" background-image: url(/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="inner-section ">
+        <div class="cmp-testimonial">
+            <div class="cmp-testimonial-inner">
+
+                <div id="carouselTestimonialSlider" class="cmp-slider carousel slide  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+                <div class="cmp-testimonial-footer">
+                    <p class="cmp-text">
+                        See what over 400,000 technicians can't work without.
+                    </p>
+                    <button class="cmp-button btn btn-outline-secondary">Get Started</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set skewContent %}
+    <div class="cmp-testimonial">
+        <div class="cmp-testimonial-inner">
+            {% set carouselId = "carouselTestimonialSlider" %}
+            {# {% set extraData = {extrainfo: 'hero-slides'} %} #}
+            {% set template = "shadow-box" %}
+            {% include "@slider--dyn" with {carouselId:carouselId, models : testimonials, sameHeight: false, template : template} %}
+            <div class="cmp-testimonial-footer" >
+                {% include "@simpletext" %}
+                {% include "@button" %}
+            </div>
+        </div>
+    </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent,skewClass: 'skew-md-6', inlineBgImage: inlineBgImage } %}
+
+
+ + +
+ + + +
{
+  "testimonials": [
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    },
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    }
+  ],
+  "text": "See what over 400,000 technicians can't work without.",
+  "btnText": "Get Started",
+  "inlineBgImage": "/images/testimonialbg.png"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Testimonial
    + */
    +
    +/* STARTER CODE
    +
    +class Testimonial {
    +    constructor($inst) {
    +        cponsole.log('Initializing Testimonial')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.js +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.js +
  • +
  • + Size: + 189 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Testimonial
    + */
    +
    +.cmp-testimonial {
    +    display: flex;
    +    justify-content: center;
    +
    +    .cmp-testimonial-inner {
    +
    +        .cmp-slider {
    +            .cmp-slider-controls {
    +                padding-left: $oneColumn * 1vw;
    +            }
    +        }
    +        
    +
    +        @include media-breakpoint-down(sm) {
    +
    +            .cmp-slider {
    +                .cmp-slider-controls {
    +                    padding-right: $oneColumn * 1vw;
    +                }
    +                .carousel-indicators {
    +                    flex: 1 1 auto;
    +                    display: flex;
    +
    +                    li {
    +                        flex: 1;
    +                    }
    +
    +                }
    +            }
    +        }
    +
    +    }
    +
    +    .cmp-testimonial-footer {
    +        display: flex;
    +        flex-direction: column;
    +        align-items: center;
    +
    +
    +        .cmp-text {
    +            margin-top: fromPxtoRem(47);
    +            margin-bottom: fromPxtoRem(23);
    +        }
    +
    +        @include media-breakpoint-down(md) {
    +            .cmp-button {
    +                margin-bottom: fromPxtoRem(47);
    +            }
    +        }
    +    }
    +
    +
    +    @include media-breakpoint-up(md) {
    +
    +        .cmp-testimonial-inner {
    +            width: 76%;
    +
    +            .cmp-slider-controls {
    +                justify-content: start;
    +                left: 50%;
    +                bottom: 6vw;
    +            }
    +
    +        }
    +
    +        .cmp-testimonial-footer {
    +            align-items: flex-end;
    +            text-align: right;
    +
    +            .cmp-text {
    +                max-width: 24vw;
    +                margin-top: fromPxtoRem(27);
    +                margin-bottom: fromPxtoRem(55);
    +            }
    +        }
    +    }
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.scss +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/testimonial--overlap.html b/components/detail/testimonial--overlap.html new file mode 100644 index 0000000..ade90f7 --- /dev/null +++ b/components/detail/testimonial--overlap.html @@ -0,0 +1,2294 @@ + + + + + + + + + + + + +testimonial component: Overlap | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + + + + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-md-6 overlap-prev-section    " style=" background-image: url(/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="inner-section ">
+        <div class="cmp-testimonial">
+            <div class="cmp-testimonial-inner">
+
+                <div id="carouselTestimonialSlider" class="cmp-slider carousel slide  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+                <div class="cmp-testimonial-footer">
+                    <p class="cmp-text">
+                        See what over 400,000 technicians can't work without.
+                    </p>
+                    <button class="cmp-button btn btn-outline-secondary">Get Started</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set skewContent %}
+    <div class="cmp-testimonial">
+        <div class="cmp-testimonial-inner">
+            {% set carouselId = "carouselTestimonialSlider" %}
+            {# {% set extraData = {extrainfo: 'hero-slides'} %} #}
+            {% set template = "shadow-box" %}
+            {% include "@slider--dyn" with {carouselId:carouselId, models : testimonials, sameHeight: false, template : template} %}
+            <div class="cmp-testimonial-footer" >
+                {% include "@simpletext" %}
+                {% include "@button" %}
+            </div>
+        </div>
+    </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent,skewClass: 'skew-md-6', inlineBgImage: inlineBgImage } %}
+
+
+ + +
+ + + +
{
+  "testimonials": [
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    },
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    }
+  ],
+  "text": "See what over 400,000 technicians can't work without.",
+  "btnText": "Get Started",
+  "inlineBgImage": "/images/testimonialbg.png",
+  "overlapPrev": true
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Testimonial
    + */
    +
    +/* STARTER CODE
    +
    +class Testimonial {
    +    constructor($inst) {
    +        cponsole.log('Initializing Testimonial')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.js +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.js +
  • +
  • + Size: + 189 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Testimonial
    + */
    +
    +.cmp-testimonial {
    +    display: flex;
    +    justify-content: center;
    +
    +    .cmp-testimonial-inner {
    +
    +        .cmp-slider {
    +            .cmp-slider-controls {
    +                padding-left: $oneColumn * 1vw;
    +            }
    +        }
    +        
    +
    +        @include media-breakpoint-down(sm) {
    +
    +            .cmp-slider {
    +                .cmp-slider-controls {
    +                    padding-right: $oneColumn * 1vw;
    +                }
    +                .carousel-indicators {
    +                    flex: 1 1 auto;
    +                    display: flex;
    +
    +                    li {
    +                        flex: 1;
    +                    }
    +
    +                }
    +            }
    +        }
    +
    +    }
    +
    +    .cmp-testimonial-footer {
    +        display: flex;
    +        flex-direction: column;
    +        align-items: center;
    +
    +
    +        .cmp-text {
    +            margin-top: fromPxtoRem(47);
    +            margin-bottom: fromPxtoRem(23);
    +        }
    +
    +        @include media-breakpoint-down(md) {
    +            .cmp-button {
    +                margin-bottom: fromPxtoRem(47);
    +            }
    +        }
    +    }
    +
    +
    +    @include media-breakpoint-up(md) {
    +
    +        .cmp-testimonial-inner {
    +            width: 76%;
    +
    +            .cmp-slider-controls {
    +                justify-content: start;
    +                left: 50%;
    +                bottom: 6vw;
    +            }
    +
    +        }
    +
    +        .cmp-testimonial-footer {
    +            align-items: flex-end;
    +            text-align: right;
    +
    +            .cmp-text {
    +                max-width: 24vw;
    +                margin-top: fromPxtoRem(27);
    +                margin-bottom: fromPxtoRem(55);
    +            }
    +        }
    +    }
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.scss +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/testimonial.html b/components/detail/testimonial.html new file mode 100644 index 0000000..f679efb --- /dev/null +++ b/components/detail/testimonial.html @@ -0,0 +1,2302 @@ + + + + + + + + + + + + +testimonial component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + testimonial component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<section class="cmp-skew columns is-centered skew-md-6     " style=" background-image: url(/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; ">
+
+    <div class="inner-section ">
+        <div class="cmp-testimonial">
+            <div class="cmp-testimonial-inner">
+
+                <div id="carouselTestimonialSlider" class="cmp-slider carousel slide  " data-ride="carousel" data-interval="false">
+                    <div class="cmp-slider-controls d-flex">
+                        <a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path  fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
+                </svg>
+
+                <span class="sr-only">Previous</span>
+            </a>
+                        <ol class="carousel-indicators">
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active"></li>
+                            <li data-target="#carouselTestimonialSlider" data-slide-to="1"></li>
+                        </ol>
+                        <a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
+                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
+                    <path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
+                </svg>
+                <span class="sr-only">Next</span>
+            </a>
+                    </div>
+
+                    <div class="carousel-inner">
+
+                        <div class="carousel-item  active ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+                        <div class="carousel-item ">
+
+                            <div class="cmp-shadow-box">
+
+                                <div class="cmp-cols  cols-1  cols-md-2   no-gutter  ">
+
+                                    <div class="cmp-shadow-box-img">
+
+                                        <img class="cmp-image  img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man">
+
+                                        <div class="cmp-shadow-box-play-container">
+                                            <button class="btn">
+
+        
+
+
+
+
+    <img class="cmp-image " src="/images/play.svg" alt="">
+
+          <span class="sr-only"></span>
+      </button>
+                                        </div>
+
+                                    </div>
+                                    <div class="cmp-shadow-box-quote">
+                                        <div class="cmp-quote">
+
+                                            <img class="cmp-image " src="/images/quote-start.svg" alt="">
+
+                                            <blockquote cite="https://www.huxley.net/bnw/four.html">
+                                                <p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
+                                                <footer>Josh Kazdan, Autosphere</footer>
+                                            </blockquote>
+
+                                            <img class="cmp-image " src="/images/quote-end.svg" alt="">
+
+                                        </div>
+                                    </div>
+
+                                </div>
+                            </div>
+
+                        </div>
+
+                    </div>
+                </div>
+                <div class="cmp-testimonial-footer">
+                    <p class="cmp-text">
+                        See what over 400,000 technicians can't work without.
+                    </p>
+                    <button class="cmp-button btn btn-outline-secondary">Get Started</button>
+
+                    <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+</section>
+ +
+
+ + +
+ +
{% set skewContent %}
+    <div class="cmp-testimonial">
+        <div class="cmp-testimonial-inner">
+            {% set carouselId = "carouselTestimonialSlider" %}
+            {# {% set extraData = {extrainfo: 'hero-slides'} %} #}
+            {% set template = "shadow-box" %}
+            {% include "@slider--dyn" with {carouselId:carouselId, models : testimonials, sameHeight: false, template : template} %}
+            <div class="cmp-testimonial-footer" >
+                {% include "@simpletext" %}
+                {% include "@button" %}
+            </div>
+        </div>
+    </div>
+{% endset %}
+
+{% include "@skew" with {content: skewContent,skewClass: 'skew-md-6', inlineBgImage: inlineBgImage } %}
+
+
+ + +
+ + + +
{
+  "testimonials": [
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    },
+    {
+      "text": "This is an shadow-box component!",
+      "image": {
+        "src": "https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png",
+        "alt": "happy man"
+      },
+      "quote": {
+        "text": "ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.",
+        "footer": "Josh Kazdan, Autosphere"
+      }
+    }
+  ],
+  "text": "See what over 400,000 technicians can't work without.",
+  "btnText": "Get Started",
+  "inlineBgImage": "/images/testimonialbg.png"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Testimonial
    + */
    +
    +/* STARTER CODE
    +
    +class Testimonial {
    +    constructor($inst) {
    +        cponsole.log('Initializing Testimonial')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.js +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.js +
  • +
  • + Size: + 189 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Testimonial
    + */
    +
    +.cmp-testimonial {
    +    display: flex;
    +    justify-content: center;
    +
    +    .cmp-testimonial-inner {
    +
    +        .cmp-slider {
    +            .cmp-slider-controls {
    +                padding-left: $oneColumn * 1vw;
    +            }
    +        }
    +        
    +
    +        @include media-breakpoint-down(sm) {
    +
    +            .cmp-slider {
    +                .cmp-slider-controls {
    +                    padding-right: $oneColumn * 1vw;
    +                }
    +                .carousel-indicators {
    +                    flex: 1 1 auto;
    +                    display: flex;
    +
    +                    li {
    +                        flex: 1;
    +                    }
    +
    +                }
    +            }
    +        }
    +
    +    }
    +
    +    .cmp-testimonial-footer {
    +        display: flex;
    +        flex-direction: column;
    +        align-items: center;
    +
    +
    +        .cmp-text {
    +            margin-top: fromPxtoRem(47);
    +            margin-bottom: fromPxtoRem(23);
    +        }
    +
    +        @include media-breakpoint-down(md) {
    +            .cmp-button {
    +                margin-bottom: fromPxtoRem(47);
    +            }
    +        }
    +    }
    +
    +
    +    @include media-breakpoint-up(md) {
    +
    +        .cmp-testimonial-inner {
    +            width: 76%;
    +
    +            .cmp-slider-controls {
    +                justify-content: start;
    +                left: 50%;
    +                bottom: 6vw;
    +            }
    +
    +        }
    +
    +        .cmp-testimonial-footer {
    +            align-items: flex-end;
    +            text-align: right;
    +
    +            .cmp-text {
    +                max-width: 24vw;
    +                margin-top: fromPxtoRem(27);
    +                margin-bottom: fromPxtoRem(55);
    +            }
    +        }
    +    }
    +}
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/testimonial/testimonial.scss +
  • +
  • + Filesystem Path: + components/groups/testimonial/testimonial.scss +
  • +
  • + Size: + 1.6 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/threelines.html b/components/detail/threelines.html new file mode 100644 index 0000000..3469d23 --- /dev/null +++ b/components/detail/threelines.html @@ -0,0 +1,2043 @@ + + + + + + + + + + + + +threelines component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + threelines component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+ +
+
+ + +
+ +
<svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+
+ + +
+ + + +
{
+  "text": "This is an threelines component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Threelines
    + */
    +
    +/* STARTER CODE
    +
    +class Threelines {
    +    constructor($inst) {
    +        cponsole.log('Initializing Threelines')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/threelines/threelines.js +
  • +
  • + Filesystem Path: + components/01-units/threelines/threelines.js +
  • +
  • + Size: + 187 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Threelines
    + */
    +
    +.cmp-threelines {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/threelines/threelines.scss +
  • +
  • + Filesystem Path: + components/01-units/threelines/threelines.scss +
  • +
  • + Size: + 57 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/tricolor--default.html b/components/detail/tricolor--default.html new file mode 100644 index 0000000..d943190 --- /dev/null +++ b/components/detail/tricolor--default.html @@ -0,0 +1,2308 @@ + + + + + + + + + + + + +tricolor component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + tricolor component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-tricolor">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-tricolor">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an tricolor component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    <div class="js-carrousel relative pb1 news-carrousel">
    +  <ol
    +    class="js-carrousel__control__list news-carrousel__control__list"
    +    role="tablist"
    +  >
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_0"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_0"
    +        aria-selected="true"
    +        data-carrousel-control-element-number="1"
    +        tabindex="0"
    +        ><span class="invisible">First content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_1"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_1"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="2"
    +        tabindex="-1"
    +        ><span class="invisible">Second content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_2"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_2"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="3"
    +        tabindex="-1"
    +        ><span class="invisible">Third content zone</span></a
    +      >
    +    </li>
    +  </ol>
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__previous"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__previous_4dt0u1hjkl"
    +      title="See previous content"
    +      class="js-carrousel__button__previous news-carrousel__button__button"
    +    >
    +      <img
    +        src="./left.svg"
    +        alt="See previous content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +  <div
    +    class="js-carrousel__container mod--hidden mb1 news-carrousel__container slide"
    +    data-carrousel-btn-previous-img="./left.svg"
    +    data-carrousel-btn-next-img="./right.svg"
    +    data-carrousel-btn-previous-text="See previous content"
    +    data-carrousel-btn-next-text="See next content"
    +    data-carrousel-prefix-class="news"
    +    data-carrousel-span-text-class="invisible"
    +    data-carrousel-transition="slide"
    +    data-carrousel-existing-hx="h2"
    +    data-carrousel-active-slide="1"
    +  >
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_0"
    +      aria-hidden="false"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_0"
    +    >
    +      <h2 tabindex="-1">First content zone</h2>
    +      <p>
    +        This first example of
    +        <a href="https://van11y.net/accessible-carrousel/" class="link"
    +          >accessible carrousel</a
    +        >
    +        is animated. You may test it!
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_1"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_1"
    +    >
    +      <h2 tabindex="-1">Second content zone</h2>
    +      <p>
    +        You may use <kbd>Tab</kbd>. Controls below can be browsed using
    +        <kbd>left</kbd> and <kbd>right</kbd> arrows on the keyboard.
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_2"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_2"
    +    >
    +      <h2 tabindex="-1">Third content zone</h2>
    +      <p>
    +        This example is using <code>h2</code> headings (which will be used for
    +        buttons bellow), so it is the perfect case study.
    +      </p>
    +    </div>
    +    <!--
    +      -->
    +  </div>
    +
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__next"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__next_4dt0u1hjkl"
    +      title="See next content"
    +      class="js-carrousel__button__next news-carrousel__button__button"
    +    >
    +      <img
    +        src="./right.svg"
    +        alt="See next content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +</div>
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/example-carousel.html +
  • +
  • + Filesystem Path: + components/01-units/tricolor/example-carousel.html +
  • +
  • + Size: + 4.7 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Tricolor
    + */
    +
    +/* STARTER CODE
    +
    +class Tricolor {
    +    constructor($inst) {
    +        cponsole.log('Initializing Tricolor')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.js +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.js +
  • +
  • + Size: + 181 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Tricolor
    + */
    +
    +.cmp-tricolor {
    +  display: flex;
    +  overflow: hidden;
    +  margin-left: -16%;
    +  margin-right: -16%;
    +  min-height: 400px;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    opacity: 0.3;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: lightcoral;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: gray;
    +    width: 70%;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: blue;
    +  }
    +}
    +
    +.cmp-tricolor__position {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: white;
    +    left: -40%;
    +    opacity: 1;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: #05056696;
    +    right: -40%;
    +    opacity: 0.7;
    +  }
    +}
    +
    +.cmp-tricolor__position-inverted {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: #05056696;
    +    left: -40%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: white;
    +    right: -40%;
    +    opacity: 1;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.scss +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/tricolor--position.html b/components/detail/tricolor--position.html new file mode 100644 index 0000000..6dadba1 --- /dev/null +++ b/components/detail/tricolor--position.html @@ -0,0 +1,2335 @@ + + + + + + + + + + + + +tricolor component: Position | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + tricolor component: Position + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-tricolor__position">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+
+</div>
+ +
+
+ + +
+ +
{% if inverted %}
+<div class="cmp-tricolor__position-inverted">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+{% else %}
+<div class="cmp-tricolor__position">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+{% endif %}
+
+    
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an tricolor component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    <div class="js-carrousel relative pb1 news-carrousel">
    +  <ol
    +    class="js-carrousel__control__list news-carrousel__control__list"
    +    role="tablist"
    +  >
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_0"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_0"
    +        aria-selected="true"
    +        data-carrousel-control-element-number="1"
    +        tabindex="0"
    +        ><span class="invisible">First content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_1"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_1"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="2"
    +        tabindex="-1"
    +        ><span class="invisible">Second content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_2"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_2"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="3"
    +        tabindex="-1"
    +        ><span class="invisible">Third content zone</span></a
    +      >
    +    </li>
    +  </ol>
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__previous"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__previous_4dt0u1hjkl"
    +      title="See previous content"
    +      class="js-carrousel__button__previous news-carrousel__button__button"
    +    >
    +      <img
    +        src="./left.svg"
    +        alt="See previous content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +  <div
    +    class="js-carrousel__container mod--hidden mb1 news-carrousel__container slide"
    +    data-carrousel-btn-previous-img="./left.svg"
    +    data-carrousel-btn-next-img="./right.svg"
    +    data-carrousel-btn-previous-text="See previous content"
    +    data-carrousel-btn-next-text="See next content"
    +    data-carrousel-prefix-class="news"
    +    data-carrousel-span-text-class="invisible"
    +    data-carrousel-transition="slide"
    +    data-carrousel-existing-hx="h2"
    +    data-carrousel-active-slide="1"
    +  >
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_0"
    +      aria-hidden="false"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_0"
    +    >
    +      <h2 tabindex="-1">First content zone</h2>
    +      <p>
    +        This first example of
    +        <a href="https://van11y.net/accessible-carrousel/" class="link"
    +          >accessible carrousel</a
    +        >
    +        is animated. You may test it!
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_1"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_1"
    +    >
    +      <h2 tabindex="-1">Second content zone</h2>
    +      <p>
    +        You may use <kbd>Tab</kbd>. Controls below can be browsed using
    +        <kbd>left</kbd> and <kbd>right</kbd> arrows on the keyboard.
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_2"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_2"
    +    >
    +      <h2 tabindex="-1">Third content zone</h2>
    +      <p>
    +        This example is using <code>h2</code> headings (which will be used for
    +        buttons bellow), so it is the perfect case study.
    +      </p>
    +    </div>
    +    <!--
    +      -->
    +  </div>
    +
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__next"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__next_4dt0u1hjkl"
    +      title="See next content"
    +      class="js-carrousel__button__next news-carrousel__button__button"
    +    >
    +      <img
    +        src="./right.svg"
    +        alt="See next content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +</div>
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/example-carousel.html +
  • +
  • + Filesystem Path: + components/01-units/tricolor/example-carousel.html +
  • +
  • + Size: + 4.7 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Tricolor
    + */
    +
    +/* STARTER CODE
    +
    +class Tricolor {
    +    constructor($inst) {
    +        cponsole.log('Initializing Tricolor')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.js +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.js +
  • +
  • + Size: + 181 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Tricolor
    + */
    +
    +.cmp-tricolor {
    +  display: flex;
    +  overflow: hidden;
    +  margin-left: -16%;
    +  margin-right: -16%;
    +  min-height: 400px;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    opacity: 0.3;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: lightcoral;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: gray;
    +    width: 70%;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: blue;
    +  }
    +}
    +
    +.cmp-tricolor__position {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: white;
    +    left: -40%;
    +    opacity: 1;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: #05056696;
    +    right: -40%;
    +    opacity: 0.7;
    +  }
    +}
    +
    +.cmp-tricolor__position-inverted {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: #05056696;
    +    left: -40%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: white;
    +    right: -40%;
    +    opacity: 1;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.scss +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/tricolor.html b/components/detail/tricolor.html new file mode 100644 index 0000000..4bb7301 --- /dev/null +++ b/components/detail/tricolor.html @@ -0,0 +1,2325 @@ + + + + + + + + + + + + +tricolor component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + tricolor component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-tricolor">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-tricolor">
+    <div class="tricolor-layer  cmp-tricolor_start"></div>
+    <div class="tricolor-layer cmp-tricolor_middle"></div>
+    <div class="tricolor-layer cmp-tricolor_end"></div>
+</div>
+
+
+ + +
+ + + +
{
+  "text": "This is an tricolor component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    <div class="js-carrousel relative pb1 news-carrousel">
    +  <ol
    +    class="js-carrousel__control__list news-carrousel__control__list"
    +    role="tablist"
    +  >
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_0"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_0"
    +        aria-selected="true"
    +        data-carrousel-control-element-number="1"
    +        tabindex="0"
    +        ><span class="invisible">First content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_1"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_1"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="2"
    +        tabindex="-1"
    +        ><span class="invisible">Second content zone</span></a
    +      >
    +    </li>
    +    <li
    +      class="js-carrousel__control__list__item news-carrousel__control__list__item"
    +      role="presentation"
    +    >
    +      <a
    +        class="js-carrousel__control__list__link news-carrousel__control__list__link"
    +        id="label_id_carrousel_content_4dt0u1hjkl_2"
    +        role="tab"
    +        aria-controls="id_carrousel_content_4dt0u1hjkl_2"
    +        aria-selected="false"
    +        data-carrousel-control-element-number="3"
    +        tabindex="-1"
    +        ><span class="invisible">Third content zone</span></a
    +      >
    +    </li>
    +  </ol>
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__previous"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__previous_4dt0u1hjkl"
    +      title="See previous content"
    +      class="js-carrousel__button__previous news-carrousel__button__button"
    +    >
    +      <img
    +        src="./left.svg"
    +        alt="See previous content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +  <div
    +    class="js-carrousel__container mod--hidden mb1 news-carrousel__container slide"
    +    data-carrousel-btn-previous-img="./left.svg"
    +    data-carrousel-btn-next-img="./right.svg"
    +    data-carrousel-btn-previous-text="See previous content"
    +    data-carrousel-btn-next-text="See next content"
    +    data-carrousel-prefix-class="news"
    +    data-carrousel-span-text-class="invisible"
    +    data-carrousel-transition="slide"
    +    data-carrousel-existing-hx="h2"
    +    data-carrousel-active-slide="1"
    +  >
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_0"
    +      aria-hidden="false"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_0"
    +    >
    +      <h2 tabindex="-1">First content zone</h2>
    +      <p>
    +        This first example of
    +        <a href="https://van11y.net/accessible-carrousel/" class="link"
    +          >accessible carrousel</a
    +        >
    +        is animated. You may test it!
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_1"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_1"
    +    >
    +      <h2 tabindex="-1">Second content zone</h2>
    +      <p>
    +        You may use <kbd>Tab</kbd>. Controls below can be browsed using
    +        <kbd>left</kbd> and <kbd>right</kbd> arrows on the keyboard.
    +      </p>
    +    </div>
    +    <!--
    +    -->
    +    <div
    +      class="js-carrousel__content news-carrousel__content carrousel__content"
    +      role="tabpanel"
    +      id="id_carrousel_content_4dt0u1hjkl_2"
    +      aria-hidden="true"
    +      aria-labelledby="label_id_carrousel_content_4dt0u1hjkl_2"
    +    >
    +      <h2 tabindex="-1">Third content zone</h2>
    +      <p>
    +        This example is using <code>h2</code> headings (which will be used for
    +        buttons bellow), so it is the perfect case study.
    +      </p>
    +    </div>
    +    <!--
    +      -->
    +  </div>
    +
    +  <div
    +    class="js-carrousel__button-container news-carrousel__button-container news-carrousel__button__next"
    +  >
    +    <button
    +      type="button"
    +      id="js-carrousel__button__next_4dt0u1hjkl"
    +      title="See next content"
    +      class="js-carrousel__button__next news-carrousel__button__button"
    +    >
    +      <img
    +        src="./right.svg"
    +        alt="See next content"
    +        class="news-carrousel__button__img"
    +      />
    +    </button>
    +  </div>
    +</div>
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/example-carousel.html +
  • +
  • + Filesystem Path: + components/01-units/tricolor/example-carousel.html +
  • +
  • + Size: + 4.7 KB +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Tricolor
    + */
    +
    +/* STARTER CODE
    +
    +class Tricolor {
    +    constructor($inst) {
    +        cponsole.log('Initializing Tricolor')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.js +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.js +
  • +
  • + Size: + 181 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Tricolor
    + */
    +
    +.cmp-tricolor {
    +  display: flex;
    +  overflow: hidden;
    +  margin-left: -16%;
    +  margin-right: -16%;
    +  min-height: 400px;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    opacity: 0.3;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: lightcoral;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: gray;
    +    width: 70%;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: blue;
    +  }
    +}
    +
    +.cmp-tricolor__position {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(-25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: white;
    +    left: -40%;
    +    opacity: 1;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: #05056696;
    +    right: -40%;
    +    opacity: 0.7;
    +  }
    +}
    +
    +.cmp-tricolor__position-inverted {
    +  position: absolute;
    +  overflow-x: hidden;
    +  left: 0;
    +  width: 100%;
    +  height: 100%;
    +
    +  .tricolor-layer {
    +    transform: skew(25deg);
    +    width: 70%;
    +    height: 100%;
    +    position: absolute;
    +  }
    +
    +  .cmp-tricolor_start {
    +    background-color: #05056696;
    +    left: -40%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_middle {
    +    background-color: #f8f9fa;
    +    width: 40%;
    +    left: 30%;
    +    opacity: 0.7;
    +  }
    +
    +  .cmp-tricolor_end {
    +    background-color: white;
    +    right: -40%;
    +    opacity: 1;
    +  }
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/tricolor/tricolor.scss +
  • +
  • + Filesystem Path: + components/01-units/tricolor/tricolor.scss +
  • +
  • + Size: + 1.5 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/unitmacros.html b/components/detail/unitmacros.html new file mode 100644 index 0000000..5101b5d --- /dev/null +++ b/components/detail/unitmacros.html @@ -0,0 +1,2056 @@ + + + + + + + + + + + + +unitmacros component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + unitmacros component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +

+        
+    
+
+ + +
+ +
{% macro getSpaces(ctx) %}
+    {% if ctx is defined %}
+        {% set spacesArray = []  %}
+
+            {% if ctx.py is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.py])  %}
+            {% endif %}
+
+            {% if ctx.px is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.px])  %}
+            {% endif %}
+            
+            {% if ctx.pyLg is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.pyLg])  %}
+            {% endif %}
+
+            {% if ctx.pxLg is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.pxLg])  %}
+            {% endif %}
+            {% if ctx.my is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.my])  %}
+            {% endif %}
+
+            {% if ctx.mx is defined %}
+                  {% set spacesArray = spacesArray | merge([ctx.mx])  %}
+            {% endif %}
+
+        {% set spaces = spacesArray | join(' ') %}
+        
+        {{spaces}}
+    {% endif %}
+{% endmacro %}
+
+
+ + +
+ + + +
{
+  "text": "This is an unitmacros component!",
+  "heading": "My heading"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Unitmacros
    + */
    +
    +/* STARTER CODE
    +
    +class Unitmacros {
    +    constructor($inst) {
    +        cponsole.log('Initializing Unitmacros')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/unitmacros/unitmacros.js +
  • +
  • + Filesystem Path: + components/01-units/unitmacros/unitmacros.js +
  • +
  • + Size: + 187 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Unitmacros
    + */
    +
    +.cmp-unitmacros {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/unitmacros/unitmacros.scss +
  • +
  • + Filesystem Path: + components/01-units/unitmacros/unitmacros.scss +
  • +
  • + Size: + 57 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/video--default.html b/components/detail/video--default.html new file mode 100644 index 0000000..212790f --- /dev/null +++ b/components/detail/video--default.html @@ -0,0 +1,2040 @@ + + + + + + + + + + + + +video component: Default | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + video component: Default + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="player" class="cmp-video" data-plyr-provider="youtube" data-plyr-embed-id="bTqVqk7FSmY">
+
+</div>
+ +
+
+ + +
+ +
<div id="player" class="cmp-video"  data-plyr-provider="youtube" data-plyr-embed-id="{{videoId}}">
+   
+</div>
+
+
+ + +
+ + + +
{
+  "videoId": "bTqVqk7FSmY"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +import $ from "jquery";
    +import Plyr from "plyr";
    +/**
    + *  This is the main file for Video
    + */
    +
    +/* STARTER CODE
    +
    +class Video {
    +    constructor($inst) {
    +        cponsole.log('Initializing Video')
    +    }
    +}
    +
    +*/
    +
    +$(function() {
    +  // const player = new Plyr()
    +  const player = new Plyr("#player");
    +});
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.js +
  • +
  • + Filesystem Path: + components/01-units/video/video.js +
  • +
  • + Size: + 308 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Video
    + */
    +@import "~plyr/src/sass/plyr";
    +
    +.cmp-video {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.scss +
  • +
  • + Filesystem Path: + components/01-units/video/video.scss +
  • +
  • + Size: + 78 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/video--iframe.html b/components/detail/video--iframe.html new file mode 100644 index 0000000..5f94fd0 --- /dev/null +++ b/components/detail/video--iframe.html @@ -0,0 +1,2045 @@ + + + + + + + + + + + + +video component: Iframe | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + video component: Iframe + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="player" class="cmp-video plyr__video-embed">
+    <iframe src="https://www.youtube.com/embed/bTqVqk7FSmY?origin=https://plyr.io&amp;iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1" allowfullscreen allowtransparency allow="autoplay"></iframe>
+</div>
+ +
+
+ + +
+ +
<div id="player" class="cmp-video plyr__video-embed" >
+    <iframe
+        src="https://www.youtube.com/embed/{{videoId}}?origin=https://plyr.io&amp;iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1"
+        allowfullscreen
+        allowtransparency
+        allow="autoplay"
+    ></iframe>
+</div>
+
+
+ + +
+ + + +
{
+  "videoId": "bTqVqk7FSmY"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +import $ from "jquery";
    +import Plyr from "plyr";
    +/**
    + *  This is the main file for Video
    + */
    +
    +/* STARTER CODE
    +
    +class Video {
    +    constructor($inst) {
    +        cponsole.log('Initializing Video')
    +    }
    +}
    +
    +*/
    +
    +$(function() {
    +  // const player = new Plyr()
    +  const player = new Plyr("#player");
    +});
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.js +
  • +
  • + Filesystem Path: + components/01-units/video/video.js +
  • +
  • + Size: + 308 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Video
    + */
    +@import "~plyr/src/sass/plyr";
    +
    +.cmp-video {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.scss +
  • +
  • + Filesystem Path: + components/01-units/video/video.scss +
  • +
  • + Size: + 78 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/video.html b/components/detail/video.html new file mode 100644 index 0000000..d055e38 --- /dev/null +++ b/components/detail/video.html @@ -0,0 +1,2040 @@ + + + + + + + + + + + + +video component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + video component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div id="player" class="cmp-video" data-plyr-provider="youtube" data-plyr-embed-id="bTqVqk7FSmY">
+
+</div>
+ +
+
+ + +
+ +
<div id="player" class="cmp-video"  data-plyr-provider="youtube" data-plyr-embed-id="{{videoId}}">
+   
+</div>
+
+
+ + +
+ + + +
{
+  "videoId": "bTqVqk7FSmY"
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +import $ from "jquery";
    +import Plyr from "plyr";
    +/**
    + *  This is the main file for Video
    + */
    +
    +/* STARTER CODE
    +
    +class Video {
    +    constructor($inst) {
    +        cponsole.log('Initializing Video')
    +    }
    +}
    +
    +*/
    +
    +$(function() {
    +  // const player = new Plyr()
    +  const player = new Plyr("#player");
    +});
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.js +
  • +
  • + Filesystem Path: + components/01-units/video/video.js +
  • +
  • + Size: + 308 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Video
    + */
    +@import "~plyr/src/sass/plyr";
    +
    +.cmp-video {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/video/video.scss +
  • +
  • + Filesystem Path: + components/01-units/video/video.scss +
  • +
  • + Size: + 78 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/whatwedo.html b/components/detail/whatwedo.html new file mode 100644 index 0000000..44be409 --- /dev/null +++ b/components/detail/whatwedo.html @@ -0,0 +1,2164 @@ + + + + + + + + + + + + +whatwedo component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + whatwedo component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-whatwedo">
+    <div class="cmp-whatwedo__bgdesk d-none d-lg-block">
+
+        <section class="cmp-skew columns is-centered       overflow-unset " style=" background-image: url(/images/carfix2.jpg); background-size: cover; border-bottom: 1px solid white; ">
+
+            <div class="cmp-tricolor__position-inverted">
+                <div class="tricolor-layer  cmp-tricolor_start"></div>
+                <div class="tricolor-layer cmp-tricolor_middle"></div>
+                <div class="tricolor-layer cmp-tricolor_end"></div>
+
+            </div>
+
+        </section>
+    </div>
+    <div class="cmp-whatwedo__bgmobile d-lg-none">
+
+        <section class="cmp-skew columns is-centered skew-8     " style=" background-image: url(/images/carfix2.jpg); background-size: cover; border-bottom: 1px solid white; ">
+
+            <div class="inner-section ">
+                <div class="cmp-whatwedo__mob-bluefilter"></div>
+
+            </div>
+
+        </section>
+    </div>
+    <div class="cmp-whatwedo__about-us">
+
+        <div class="cmp-jumbo ">
+
+            <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+                WHA WE DO
+            </h2>
+
+            <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+            <p class="cmp-text">
+                We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>.
+            </p>
+
+            <button class="cmp-button btn btn-outline-secondary">About Us</button>
+
+            <button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
+
+        </div>
+
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-whatwedo">
+    <div class="cmp-whatwedo__bgdesk d-none d-lg-block">
+        {% set skewContent %}
+            {% include "@tricolor--position" with {inverted: true} %}
+        {% endset %}
+        {% include "@skew" with {content: skewContent, inlineBgImage: inlineBgImage, overflowUnset: true} %}
+    </div>
+    <div class="cmp-whatwedo__bgmobile d-lg-none">
+        {% set skewContent %}
+            <div class="cmp-whatwedo__mob-bluefilter"></div>
+        {% endset %}
+        {% include "@skew" with {content: skewContent, skewClass : "skew-8"} %}
+    </div>
+    <div class="cmp-whatwedo__about-us">
+        {% include "@jumbo" with jumboContent %}
+    </div>
+</div>
+
+
+ + +
+ + + +
{
+  "inlineBgImage": "/images/carfix2.jpg",
+  "jumboContent": {
+    "heading": "WHA WE DO",
+    "headingLevel": "h2",
+    "btnText": "About Us",
+    "threelines": true,
+    "text": "We are a <strong>data-driven solutions provider</strong> working <strong>hard</strong> and <strong>smart</strong> to help automotive repair shops be the <strong>best they can be</strong>."
+  }
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    'use strict';
    +
    +/**
    + *  This is the main file for Whatwedo
    + */
    +
    +/* STARTER CODE
    +
    +class Whatwedo {
    +    constructor($inst) {
    +        cponsole.log('Initializing Whatwedo')
    +    }
    +}
    +
    +*/
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/whatwedo/whatwedo.js +
  • +
  • + Filesystem Path: + components/groups/whatwedo/whatwedo.js +
  • +
  • + Size: + 180 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Whatwedo
    + */
    +
    +.cmp-whatwedo {
    +  width: 100%;
    +  max-width: 1600px;
    +  height: 1000px;
    +  .cmp-whatwedo__bgmobile.d-lg-none {
    +    margin-bottom: 140px;
    +    .cmp-skew{
    +      height: inherit;
    +      width: 100%;
    +      overflow: hidden;
    +      .cmp-whatwedo__mob-bluefilter{
    +        width: 100%;
    +        height: 500px;
    +        background-color: #05056696;
    +        opacity: .7;
    +        position: absolute;
    +        margin-top: -140px;
    +      }
    +    }
    +  }
    +  .cmp-whatwedo__about-us{
    +    width: 330px;
    +    margin: 0px auto;
    +    .cmp-jumbo .cmp-text{
    +      font-weight: 300;
    +    }
    +  }
    +}
    +
    +@include  media-breakpoint-up(lg){
    +  .cmp-whatwedo {
    +    .cmp-whatwedo__bgdesk{
    +      height: inherit;
    +      width: 100%;
    +      position: absolute;
    +      z-index: -1;
    +      .cmp-skew{
    +        margin-top: 0px;
    +        height: inherit;
    +        width: 100%;
    +        position: absolute;
    +        z-index: -1;
    +        .cmp-tricolor__position-inverted {
    +          margin-top: 0px;
    +          height: inherit;
    +          .cmp-tricolor_start{
    +            // display: none;
    +          }
    +          .cmp-tricolor_middle{
    +            // display: none;
    +          }
    +          .cmp-tricolor_end{
    +            // display: none;
    +          }
    +        }
    +      }
    +    }
    +    .cmp-whatwedo__about-us{
    +      width: 530px;
    +      float: right;
    +      margin: 250px 200px 0px 0px;
    +    }
    +  }
    +
    +}
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/whatwedo/whatwedo.scss +
  • +
  • + Filesystem Path: + components/groups/whatwedo/whatwedo.scss +
  • +
  • + Size: + 1.4 KB +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/detail/whoweserve.html b/components/detail/whoweserve.html new file mode 100644 index 0000000..affd540 --- /dev/null +++ b/components/detail/whoweserve.html @@ -0,0 +1,2308 @@ + + + + + + + + + + + + +whoweserve component | alldata components + + + + + + +
+ +
+
+ + alldata components +
+ +
+ +
+ +
+
+ + + + + + +
+ + + +
+

+ + whoweserve component + + + + + + +

+ + +
+ + + +
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + +
+ +
+ + + + +
+ + +
<div class="cmp-whoweserve">
+
+    <div class="cmp-jumbo  cmp-jumbo__No Button and no simple text ">
+
+        <h2 class="cmp-heading h2  cmp-jumbo__heading    has-line ">
+            Who we serve
+        </h2>
+
+        <svg class="cmp-threelines" xmlns="http://www.w3.org/2000/svg" width="61" height="17" viewBox="0 0 61 17">
+    <g fill="#F16824" fill-rule="evenodd">
+        <path d="M9.59 0L0 17h7.083L17 0zM31.59 0L22 17h7.083L39 0zM53.59 0L44 17h7.083L61 0z"/>
+    </g>
+</svg>
+
+    </div>
+
+    <div class="cmp-servicescards__cardcontainer mx-sm-auto">
+
+        <div class="cmp-cols  cols-1   cols-lg-3  ">
+
+            <div class="field field--name-field-brand-block-info field--type-entity-reference-revisions field--label-hidden field__items">
+
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds
+                                and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description  d-none d-lg-block" aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Learn More</a>
+
+                        </div>
+                    </div>
+
+                </div>
+                <div role="presentation" class="cmp-servcard mobile-overflow mb-sm-3   last-card  
+">
+                    <div class="cmp-servcard__image">
+
+                        <div class="cmp-imageblue bg-primary">
+
+                            <img class="cmp-image " src="/images/carfix.jpg" alt="">
+
+                        </div>
+                    </div>
+                    <div class="cmp-servcard__content">
+
+                        <h6 class="cmp-heading h6   ">
+                            Independent collision shops
+                        </h6>
+
+                        <h2>KYKYN</h2>
+                        <button class="cmp-servcard__more"><img src=/images/plus-orange.svg alt="more"></button>
+                        <div class="cmp-servcard__description-lastcard  " aria-hidden="true" aria-expanded="false">
+                            <p class="cmp-text">
+                                Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.
+                            </p>
+
+                            <a class="cmp-cardlink" href="https://www.google.com">Go to diy site</a>
+
+                        </div>
+                    </div>
+
+                </div>
+            </div>
+
+        </div>
+    </div>
+</div>
+ +
+
+ + +
+ +
<div class="cmp-whoweserve">
+	{% include "@jumbo" with 
+            {
+                "headingLevel": "h2",
+                "btnText": "",
+                "threelines": true,
+                "modifier": "No Button and no simple text"
+            } 
+        %}
+
+	{% set cardsContent %}
+
+	{% for card in cards %}
+		{% include "@servcard2" with card %}
+	{% endfor %}
+	{% endset %}
+
+
+	{% set drupal %}
+	{% include "@drupalitemsfacade" with {items:cardsContent} %}
+	{% endset %}
+	<div class="cmp-servicescards__cardcontainer mx-sm-auto">
+		{% include "@cols" with {content: drupal, mobileModifier: "1", desktopModifier: "3", } %}
+	</div>
+</div>
+
+
+ + +
+ + + +
{
+  "heading": "Who we serve",
+  "cards": [
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen. Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com"
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Learn More",
+      "link": "https://www.google.com",
+      "middlePos": true
+    },
+    {
+      "src": "/images/carfix.jpg",
+      "heading": "Independent collision shops",
+      "headingLevel": "h6",
+      "text": "Our Collision Advantage integrates with the three major estimating systems, analyzing your estimate in seconds and displaying on a single screen.",
+      "textLink": "Go to diy site",
+      "link": "https://www.google.com",
+      "lastCard": true
+    }
+  ]
+}
+ + +
+
+ + + + + +
+
+ +
+ + +
+ + +
+
    +
  • + Content: + +
    + + +
    "use strict";
    +
    +/**
    + *  This is the main file for Whoweserve
    + */
    +
    +/* STARTER CODE
    +
    +class Whoweserve {
    +    constructor($inst) {
    +        cponsole.log('Initializing Whoweserve')
    +    }
    +}
    +
    +*/
    +
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/whoweserve/whoweserve.js +
  • +
  • + Filesystem Path: + components/groups/whoweserve/whoweserve.js +
  • +
  • + Size: + 187 Bytes +
  • +
+
+ +
+
    +
  • + Content: + +
    + + +
    /**
    + *  Main css for Whoweserve
    + */
    +
    +.cmp-whoweserve {
    +}
    +
    +
    + +
    +
    +
  • +
  • + URL: + /components/raw/whoweserve/whoweserve.scss +
  • +
  • + Filesystem Path: + components/groups/whoweserve/whoweserve.scss +
  • +
  • + Size: + 57 Bytes +
  • +
+
+ +
+
+ + + + +
+ +
+ + +
+
+ +

There are no notes for this item.

+ +
+
+ + + +
+ +
+ + + + +
+ + +
+
+ +
+ +
+ + +
+
+
+ + + + + + + + + + diff --git a/components/groups/Affilliations/Affilliations.config.json b/components/groups/Affilliations/Affilliations.config.json deleted file mode 100644 index 748e11d..0000000 --- a/components/groups/Affilliations/Affilliations.config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Affilliations component", - "context": { - "text": "ALLDATA proudly partners with other leaders in the automotive industry. These affiliations help ensure that the OEM information found in ALLDATA products is used in major organizations nationwide for vehicle repair and maintenance.", - "heading": "working with
the industry’s best", - "companies": "@companies", - "btnText": "see all" - } -} diff --git a/components/groups/Affilliations/Affilliations.twig b/components/groups/Affilliations/Affilliations.twig deleted file mode 100644 index 593abeb..0000000 --- a/components/groups/Affilliations/Affilliations.twig +++ /dev/null @@ -1,16 +0,0 @@ - -
- {% include "@jumbo" with - { - "headingLevel": "h2", - "btnText": "", - "threelines": true, - "modifier": "No Button" - } - %} - {% include "@companies--bs" with companies only %} -
- {% include "@button"%} -
-
- diff --git a/components/groups/branding/branding.config.json b/components/groups/branding/branding.config.json deleted file mode 100644 index f796e10..0000000 --- a/components/groups/branding/branding.config.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "title": "branding component", - "context": { - "heading": "Why ALLDATA", - "text": "ALLDATA is the industry’s #1 choice for OEM-accurate mechanical and collision repair information, shop management software, and support services, trusted by more than 400,000 technicians in over 115,000 shops worldwide.", - "mobileModifier": "1", - "desktopModifier": "3", - "overlapPrev": false, - "cards": [{ - "heading": "Repair Information", - "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.", - "headingLevel": "h3", - "alt": "mechanic", - "src": "/images/mechanic.svg" - }, - { - "heading": "diagnostics", - "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.", - "headingLevel": "h3", - "alt": "tyre", - "src": "/images/tyre.svg" - }, - { - "heading": "shop management", - "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan sapien a orci pharetra pretium.", - "headingLevel": "h3", - "alt": "key", - "src": "/images/key.svg" - } - - ] - }, - "variants":[ - { - "name": "overlap", - "context": { - "overlapPrev": true - } - } - ] -} \ No newline at end of file diff --git a/components/groups/branding/branding.twig b/components/groups/branding/branding.twig deleted file mode 100644 index 8bdb4ab..0000000 --- a/components/groups/branding/branding.twig +++ /dev/null @@ -1,26 +0,0 @@ - -{% set cardsContent %} - {% for card in cards %} - {% include "@brandingcard" with card only %} - {% endfor %} -{% endset %} - -{% set drupal %} - {% include "@drupalitemsfacade" with {items:cardsContent} %} -{% endset %} - -{% set content %} - {#

hi

#} -
- {% include "@jumbo--simple" %} - {% include "@cols" with {content: drupal} %} -
-{% endset %} - - -{% set skewClass = 'skew-6 branding' %} -{% set skewBg = 'bg-primary' %} -{# {% set cmpClass = 'cmp-branding' %} #} - -{% include "@skew" %} - diff --git a/components/groups/footer/footer.config.json b/components/groups/footer/footer.config.json deleted file mode 100644 index 2d5532e..0000000 --- a/components/groups/footer/footer.config.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "title": "footer component", - "context": { - "footerMenu": [ - { - "listTitle": "Products", - "listContents": [ - { - "listText": "ALLDATA Repair" - }, - { - "listText": "ALLDTA Collision", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Mobile", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Diagnostics", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Tech-Assits", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Manage Online", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Shop Manager", - "listLink": "www.google.com" - } - ] - }, - { - "listTitle": "Support", - "listContents": [ - { - "listText": "Popular Topics", - "listLink": "www.google.com" - }, - { - "listText": "Product Support", - "listLink": "www.google.com" - }, - { - "listText": "Account Support", - "listLink": "www.google.com" - }, - { - "listText": "Training & Certificacions", - "listLink": "www.google.com" - } - ] - }, - { - "listTitle": "Resources", - "listContents": [ - { - "listText": "Product Resources", - "listLink": "www.google.com" - }, - { - "listText": "Teach tips", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA News", - "listLink": "www.google.com" - } - ] - }, - { - "listTitle": "About Us", - "listContents": [ - { - "listText": "Partners ", - "listLink": "www.google.com" - }, - { - "listText": "Press", - "listLink": "www.google.com" - }, - { - "listText": "Carrers", - "listLink": "www.google.com" - } - ] - }, - { - "listTitle": "Contact us", - "listContents": [ - { - "listText": "800-697-2533", - "listLink": "www.google.com" - }, - { - "listText": "Email Customer Support", - "listLink": "www.google.com" - }, - { - "listText": "Request a Demo ", - "listLink": "www.google.com" - }, - { - "listText": "More Options", - "listLink": "www.google.com" - } - ] - }, - { - "listTitle": "Related sites", - "listContents": [ - { - "listText": "ALLDATA Mexico", - "listLink": "www.google.com" - }, - { - "listText": "ALLDTA Canada", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA Europe", - "listLink": "www.google.com" - }, - { - "listText": "ALLDATA DIY", - "listLink": "www.google.com" - }, - { - "listText": "AutoZone", - "listLink": "www.google.com" - } - ] - } - ], - "singUpMessage" : "Sign up to receive email updates ", - "socialMedia": true, - "socialLinks": [ - { - "mediaAvaliable": true, - "link": "www.youtube.com", - "logo" : "/images/socialyt.svg", - "message" : "visit our channel!" - }, - { - "mediaAvaliable": false, - "link": "www.facebook.com", - "logo" : "/images/socialfb.svg", - "message" : "visit our channel!" - }, - { - "mediaAvaliable": true, - "link": "www.linkedin.com", - "logo" : "/images/sociallink.svg", - "message" : "visit our channel!" - }, - { - "mediaAvaliable": true, - "link": "www.twitter.com", - "logo" : "/images/socialtw.svg", - "message" : "visit our channel!" - }, - { - "mediaAvaliable": true, - "link": "www.instagram.com", - "logo" : "/images/socialins.svg", - "message" : "visit our channel!" - } - ], - "subfooterList" : [ - { - "text": "© 2019 ALLDATA", - "link": "link" - }, - { - "text": "An AutoZone Company", - "link": "link" - }, - { - "text": "Trademarks", - "link": "link" - }, - { - "text": "Terms of Use", - "link": "link" - }, - { - "text": "Privacy Policy", - "link": "link" - } - ] - } -} diff --git a/components/groups/footer/footer.twig b/components/groups/footer/footer.twig deleted file mode 100644 index 2abefc7..0000000 --- a/components/groups/footer/footer.twig +++ /dev/null @@ -1,32 +0,0 @@ - -