Policy-based control for cloud native environments
+Empower your administrators with flexible, fine-grained control across your entire stack.
+ ++ Get Started + Learn More +
+diff --git a/docs/GulpFile.js b/docs/GulpFile.js deleted file mode 100644 index f26858a5eb..0000000000 --- a/docs/GulpFile.js +++ /dev/null @@ -1,32 +0,0 @@ -/** - * Copyright 2015 IBM Corp. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -'use strict'; - -var gulp = require('gulp'); -var wrench = require('wrench'); - -/** - * This will load all js or coffee files in the gulp directory - * in order to load all gulp tasks - */ -wrench.readdirSyncRecursive('./gulp').filter(function gulFile(file) { - return (/\.(js|coffee)$/i).test(file); -}).map(function requireGulp(file) { - require('./gulp/' + file); -}); - -gulp.task('default', ['serve']); diff --git a/docs/css/components/use-case-section.css b/docs/css/components/use-case-section.css deleted file mode 100644 index b5a228b13e..0000000000 --- a/docs/css/components/use-case-section.css +++ /dev/null @@ -1,30 +0,0 @@ -.use-case-section--use-case-section-title { - font-size: ms(1); } - -.use-case-section--use-case-section-para { - font-size: ms(-1); } - -.use-case-section--use-case-container { - margin-top: 4rem; } - -.use-case-section--use-case-title { - font-size: 18px; } - -.use-case-section--use-case-para { - font-size: ms(-1); } - -.use-case-section--btn { - border-radius: 2rem; - padding: 0.8rem 2rem; - font-size: ms(-1); } - -.use-case-section--use-cases { - padding-bottom: 4rem; } - -.use-case-section--village-container { - position: absolute; - right: 5%; - top: 0%; - width: 150px; - height: 150px; - z-index: 100; } diff --git a/docs/css/hamburgers.css b/docs/css/hamburgers.css deleted file mode 100644 index b284d25dd6..0000000000 --- a/docs/css/hamburgers.css +++ /dev/null @@ -1,626 +0,0 @@ -/*! - * Hamburgers - * @description Tasty CSS-animated hamburgers - * @author Jonathan Suh @jonsuh - * @site https://jonsuh.com/hamburgers - * @link https://github.com/jonsuh/hamburgers - */ -.hamburger { - padding: 15px 15px; - display: inline-block; - cursor: pointer; - transition-property: opacity, filter; - transition-duration: 0.15s; - transition-timing-function: linear; - font: inherit; - color: inherit; - text-transform: none; - background-color: transparent; - border: 0; - margin: 0; - overflow: visible; } - .hamburger:hover { - opacity: 0.7; } - -.hamburger-box { - width: 40px; - height: 24px; - display: inline-block; - position: relative; } - -.hamburger-inner { - display: block; - top: 50%; - margin-top: -2px; } - .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { - width: 29px; - height: 3px; - background-color: #000; - border-radius: 4px; - position: absolute; - transition-property: transform; - transition-duration: 0.15s; - transition-timing-function: ease; } - .hamburger-inner::before, .hamburger-inner::after { - content: ""; - display: block; } - .hamburger-inner::before { - top: -10px; } - .hamburger-inner::after { - bottom: -10px; } - -/* - * 3DX - */ -.hamburger--3dx .hamburger-box { - perspective: 80px; } - -.hamburger--3dx .hamburger-inner { - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after { - transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - -.hamburger--3dx.is-active .hamburger-inner { - background-color: transparent; - transform: rotateY(180deg); } - .hamburger--3dx.is-active .hamburger-inner::before { - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--3dx.is-active .hamburger-inner::after { - transform: translate3d(0, -10px, 0) rotate(-45deg); } - -/* - * 3DX Reverse - */ -.hamburger--3dx-r .hamburger-box { - perspective: 80px; } - -.hamburger--3dx-r .hamburger-inner { - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after { - transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - -.hamburger--3dx-r.is-active .hamburger-inner { - background-color: transparent; - transform: rotateY(-180deg); } - .hamburger--3dx-r.is-active .hamburger-inner::before { - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--3dx-r.is-active .hamburger-inner::after { - transform: translate3d(0, -10px, 0) rotate(-45deg); } - -/* - * 3DY - */ -.hamburger--3dy .hamburger-box { - perspective: 80px; } - -.hamburger--3dy .hamburger-inner { - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after { - transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - -.hamburger--3dy.is-active .hamburger-inner { - background-color: transparent; - transform: rotateX(-180deg); } - .hamburger--3dy.is-active .hamburger-inner::before { - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--3dy.is-active .hamburger-inner::after { - transform: translate3d(0, -10px, 0) rotate(-45deg); } - -/* - * 3DY Reverse - */ -.hamburger--3dy-r .hamburger-box { - perspective: 80px; } - -.hamburger--3dy-r .hamburger-inner { - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after { - transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } - -.hamburger--3dy-r.is-active .hamburger-inner { - background-color: transparent; - transform: rotateX(180deg); } - .hamburger--3dy-r.is-active .hamburger-inner::before { - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--3dy-r.is-active .hamburger-inner::after { - transform: translate3d(0, -10px, 0) rotate(-45deg); } - -/* - * Arrow - */ -.hamburger--arrow.is-active .hamburger-inner::before { - transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); } - -.hamburger--arrow.is-active .hamburger-inner::after { - transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); } - -/* - * Arrow Right - */ -.hamburger--arrow-r.is-active .hamburger-inner::before { - transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); } - -.hamburger--arrow-r.is-active .hamburger-inner::after { - transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); } - -/* - * Arrow Alt - */ -.hamburger--arrowalt .hamburger-inner::before { - transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); } - -.hamburger--arrowalt .hamburger-inner::after { - transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); } - -.hamburger--arrowalt.is-active .hamburger-inner::before { - top: 0; - transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1); - transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); } - -.hamburger--arrowalt.is-active .hamburger-inner::after { - bottom: 0; - transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1); - transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); } - -/* - * Arrow Alt Right - */ -.hamburger--arrowalt-r .hamburger-inner::before { - transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); } - -.hamburger--arrowalt-r .hamburger-inner::after { - transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); } - -.hamburger--arrowalt-r.is-active .hamburger-inner::before { - top: 0; - transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1); - transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); } - -.hamburger--arrowalt-r.is-active .hamburger-inner::after { - bottom: 0; - transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1); - transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); } - -/* - * Boring - */ -.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after { - transition-property: none; } - -.hamburger--boring.is-active .hamburger-inner { - transform: rotate(45deg); } - .hamburger--boring.is-active .hamburger-inner::before { - top: 0; - opacity: 0; } - .hamburger--boring.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(-90deg); } - -/* - * Collapse - */ -.hamburger--collapse .hamburger-inner { - top: auto; - bottom: 0; - transition-duration: 0.13s; - transition-delay: 0.13s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--collapse .hamburger-inner::after { - top: -20px; - transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } - .hamburger--collapse .hamburger-inner::before { - transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--collapse.is-active .hamburger-inner { - transform: translate3d(0, -10px, 0) rotate(-45deg); - transition-delay: 0.22s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--collapse.is-active .hamburger-inner::after { - top: 0; - opacity: 0; - transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } - .hamburger--collapse.is-active .hamburger-inner::before { - top: 0; - transform: rotate(-90deg); - transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Collapse Reverse - */ -.hamburger--collapse-r .hamburger-inner { - top: auto; - bottom: 0; - transition-duration: 0.13s; - transition-delay: 0.13s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--collapse-r .hamburger-inner::after { - top: -20px; - transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } - .hamburger--collapse-r .hamburger-inner::before { - transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--collapse-r.is-active .hamburger-inner { - transform: translate3d(0, -10px, 0) rotate(45deg); - transition-delay: 0.22s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--collapse-r.is-active .hamburger-inner::after { - top: 0; - opacity: 0; - transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } - .hamburger--collapse-r.is-active .hamburger-inner::before { - top: 0; - transform: rotate(90deg); - transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Elastic - */ -.hamburger--elastic .hamburger-inner { - top: 2px; - transition-duration: 0.275s; - transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } - .hamburger--elastic .hamburger-inner::before { - top: 10px; - transition: opacity 0.125s 0.275s ease; } - .hamburger--elastic .hamburger-inner::after { - top: 20px; - transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); } - -.hamburger--elastic.is-active .hamburger-inner { - transform: translate3d(0, 10px, 0) rotate(135deg); - transition-delay: 0.075s; } - .hamburger--elastic.is-active .hamburger-inner::before { - transition-delay: 0s; - opacity: 0; } - .hamburger--elastic.is-active .hamburger-inner::after { - transform: translate3d(0, -20px, 0) rotate(-270deg); - transition-delay: 0.075s; } - -/* - * Elastic Reverse - */ -.hamburger--elastic-r .hamburger-inner { - top: 2px; - transition-duration: 0.275s; - transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } - .hamburger--elastic-r .hamburger-inner::before { - top: 10px; - transition: opacity 0.125s 0.275s ease; } - .hamburger--elastic-r .hamburger-inner::after { - top: 20px; - transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); } - -.hamburger--elastic-r.is-active .hamburger-inner { - transform: translate3d(0, 10px, 0) rotate(-135deg); - transition-delay: 0.075s; } - .hamburger--elastic-r.is-active .hamburger-inner::before { - transition-delay: 0s; - opacity: 0; } - .hamburger--elastic-r.is-active .hamburger-inner::after { - transform: translate3d(0, -20px, 0) rotate(270deg); - transition-delay: 0.075s; } - -/* - * Emphatic - */ -.hamburger--emphatic { - overflow: hidden; } - .hamburger--emphatic .hamburger-inner { - transition: background-color 0.125s 0.175s ease-in; } - .hamburger--emphatic .hamburger-inner::before { - left: 0; - transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } - .hamburger--emphatic .hamburger-inner::after { - top: 10px; - right: 0; - transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } - .hamburger--emphatic.is-active .hamburger-inner { - transition-delay: 0s; - transition-timing-function: ease-out; - background-color: transparent; } - .hamburger--emphatic.is-active .hamburger-inner::before { - left: -80px; - top: -80px; - transform: translate3d(80px, 80px, 0) rotate(45deg); - transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } - .hamburger--emphatic.is-active .hamburger-inner::after { - right: -80px; - top: -80px; - transform: translate3d(-80px, 80px, 0) rotate(-45deg); - transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } - -/* - * Emphatic Reverse - */ -.hamburger--emphatic-r { - overflow: hidden; } - .hamburger--emphatic-r .hamburger-inner { - transition: background-color 0.125s 0.175s ease-in; } - .hamburger--emphatic-r .hamburger-inner::before { - left: 0; - transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } - .hamburger--emphatic-r .hamburger-inner::after { - top: 10px; - right: 0; - transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } - .hamburger--emphatic-r.is-active .hamburger-inner { - transition-delay: 0s; - transition-timing-function: ease-out; - background-color: transparent; } - .hamburger--emphatic-r.is-active .hamburger-inner::before { - left: -80px; - top: 80px; - transform: translate3d(80px, -80px, 0) rotate(-45deg); - transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } - .hamburger--emphatic-r.is-active .hamburger-inner::after { - right: -80px; - top: 80px; - transform: translate3d(-80px, -80px, 0) rotate(45deg); - transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } - -/* - * Slider - */ -.hamburger--slider .hamburger-inner { - top: 2px; } - .hamburger--slider .hamburger-inner::before { - top: 10px; - transition-property: transform, opacity; - transition-timing-function: ease; - transition-duration: 0.15s; } - .hamburger--slider .hamburger-inner::after { - top: 20px; } - -.hamburger--slider.is-active .hamburger-inner { - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--slider.is-active .hamburger-inner::before { - transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); - opacity: 0; } - .hamburger--slider.is-active .hamburger-inner::after { - transform: translate3d(0, -20px, 0) rotate(-90deg); } - -/* - * Slider Reverse - */ -.hamburger--slider-r .hamburger-inner { - top: 2px; } - .hamburger--slider-r .hamburger-inner::before { - top: 10px; - transition-property: transform, opacity; - transition-timing-function: ease; - transition-duration: 0.15s; } - .hamburger--slider-r .hamburger-inner::after { - top: 20px; } - -.hamburger--slider-r.is-active .hamburger-inner { - transform: translate3d(0, 10px, 0) rotate(-45deg); } - .hamburger--slider-r.is-active .hamburger-inner::before { - transform: rotate(45deg) translate3d(5.71429px, -6px, 0); - opacity: 0; } - .hamburger--slider-r.is-active .hamburger-inner::after { - transform: translate3d(0, -20px, 0) rotate(90deg); } - -/* - * Spring - */ -.hamburger--spring .hamburger-inner { - top: 2px; - transition: background-color 0s 0.13s linear; } - .hamburger--spring .hamburger-inner::before { - top: 10px; - transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--spring .hamburger-inner::after { - top: 20px; - transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--spring.is-active .hamburger-inner { - transition-delay: 0.22s; - background-color: transparent; } - .hamburger--spring.is-active .hamburger-inner::before { - top: 0; - transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); - transform: translate3d(0, 10px, 0) rotate(45deg); } - .hamburger--spring.is-active .hamburger-inner::after { - top: 0; - transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); - transform: translate3d(0, 10px, 0) rotate(-45deg); } - -/* - * Spring Reverse - */ -.hamburger--spring-r .hamburger-inner { - top: auto; - bottom: 0; - transition-duration: 0.13s; - transition-delay: 0s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--spring-r .hamburger-inner::after { - top: -20px; - transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; } - .hamburger--spring-r .hamburger-inner::before { - transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--spring-r.is-active .hamburger-inner { - transform: translate3d(0, -10px, 0) rotate(-45deg); - transition-delay: 0.22s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--spring-r.is-active .hamburger-inner::after { - top: 0; - opacity: 0; - transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; } - .hamburger--spring-r.is-active .hamburger-inner::before { - top: 0; - transform: rotate(90deg); - transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Stand - */ -.hamburger--stand .hamburger-inner { - transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } - .hamburger--stand .hamburger-inner::before { - transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--stand .hamburger-inner::after { - transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--stand.is-active .hamburger-inner { - transform: rotate(90deg); - background-color: transparent; - transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } - .hamburger--stand.is-active .hamburger-inner::before { - top: 0; - transform: rotate(-45deg); - transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--stand.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(45deg); - transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Stand Reverse - */ -.hamburger--stand-r .hamburger-inner { - transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } - .hamburger--stand-r .hamburger-inner::before { - transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--stand-r .hamburger-inner::after { - transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--stand-r.is-active .hamburger-inner { - transform: rotate(-90deg); - background-color: transparent; - transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } - .hamburger--stand-r.is-active .hamburger-inner::before { - top: 0; - transform: rotate(-45deg); - transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--stand-r.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(45deg); - transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Spin - */ -.hamburger--spin .hamburger-inner { - transition-duration: 0.22s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--spin .hamburger-inner::before { - transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } - .hamburger--spin .hamburger-inner::after { - transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--spin.is-active .hamburger-inner { - transform: rotate(225deg); - transition-delay: 0.12s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--spin.is-active .hamburger-inner::before { - top: 0; - opacity: 0; - transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } - .hamburger--spin.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(-90deg); - transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Spin Reverse - */ -.hamburger--spin-r .hamburger-inner { - transition-duration: 0.22s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--spin-r .hamburger-inner::before { - transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } - .hamburger--spin-r .hamburger-inner::after { - transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--spin-r.is-active .hamburger-inner { - transform: rotate(-225deg); - transition-delay: 0.12s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--spin-r.is-active .hamburger-inner::before { - top: 0; - opacity: 0; - transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } - .hamburger--spin-r.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(90deg); - transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Squeeze - */ -.hamburger--squeeze .hamburger-inner { - transition-duration: 0.075s; - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } - .hamburger--squeeze .hamburger-inner::before { - transition: top 0.075s 0.12s ease, opacity 0.075s ease; } - .hamburger--squeeze .hamburger-inner::after { - transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); } - -.hamburger--squeeze.is-active .hamburger-inner { - transform: rotate(45deg); - transition-delay: 0.12s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } - .hamburger--squeeze.is-active .hamburger-inner::before { - top: 0; - opacity: 0; - transition: top 0.075s ease, opacity 0.075s 0.12s ease; } - .hamburger--squeeze.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(-90deg); - transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } - -/* - * Vortex - */ -.hamburger--vortex .hamburger-inner { - transition-duration: 0.2s; - transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } - .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after { - transition-duration: 0s; - transition-delay: 0.1s; - transition-timing-function: linear; } - .hamburger--vortex .hamburger-inner::before { - transition-property: top, opacity; } - .hamburger--vortex .hamburger-inner::after { - transition-property: bottom, transform; } - -.hamburger--vortex.is-active .hamburger-inner { - transform: rotate(765deg); - transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } - .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after { - transition-delay: 0s; } - .hamburger--vortex.is-active .hamburger-inner::before { - top: 0; - opacity: 0; } - .hamburger--vortex.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(90deg); } - -/* - * Vortex Reverse - */ -.hamburger--vortex-r .hamburger-inner { - transition-duration: 0.2s; - transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } - .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after { - transition-duration: 0s; - transition-delay: 0.1s; - transition-timing-function: linear; } - .hamburger--vortex-r .hamburger-inner::before { - transition-property: top, opacity; } - .hamburger--vortex-r .hamburger-inner::after { - transition-property: bottom, transform; } - -.hamburger--vortex-r.is-active .hamburger-inner { - transform: rotate(-765deg); - transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } - .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after { - transition-delay: 0s; } - .hamburger--vortex-r.is-active .hamburger-inner::before { - top: 0; - opacity: 0; } - .hamburger--vortex-r.is-active .hamburger-inner::after { - bottom: 0; - transform: rotate(-90deg); } diff --git a/docs/css/style.css b/docs/css/style.css deleted file mode 100755 index 79626fbe88..0000000000 --- a/docs/css/style.css +++ /dev/null @@ -1,1173 +0,0 @@ -@charset "UTF-8"; -.base--input, .base--color-input, .base--date-input, .base--datetime-local-input, .base--email-input, .base--file-input, .base--hidden-input, .base--month-input, .base--number-input, .base--password-input, .base--range-input, .base--search-input, .base--tel-input, .base--text-input, .base--time-input, .base--url-input, .base--week-input, .base--select, .base--textarea { - font-family: "Roboto", "Open Sans", Arial, "Lucida Grande", sans-serif; } - -.base--code, .base--pre, .base--pre code, .base--pre .base--code { - font-family: "Courier New", "Lucida Console", monospace; } - -article:before, -.base--article:before, header:before, -.base--header:before, footer:before, -.base--footer:before, div:before, -.base--div:before, article:after, -.base--article:after, header:after, -.base--header:after, footer:after, -.base--footer:after, div:after, -.base--div:after { - content: ''; - display: table; - clear: both; } - -/*! Reset/normalize hybrid with major contributions from normalize.css, html5doctor.com Reset Stylesheet, and http://html5reset.org/ - -* Sam Richard - http://snugug.com/ -* Nicholas Gallagher, Jonathan Neal - http://necolas.github.io/normalize.css/ -* Richard Clark - http://richclarkdesign.com -* Tim Murtaugh - http://monkeydo.biz/ -*/ -abbr, -address, -article, -aside, -audio, -b, -blockquote, -body, -canvas, -caption, -cite, -code, -dd, -del, -details, -dfn, -div, -dl, -dt, -em, -fieldset, -figcaption, -figure, -footer, -form, -h1, -h2, -h3, -h4, -h5, -h6, -header, -hgroup, -html, -i, -iframe, -img, -ins, -kbd, -label, -legend, -li, -mark, -main, -menu, -nav, -object, -ol, -p, -pre, -q, -samp, -section, -small, -span, -strong, -sub, -summary, -sup, -table, -tbody, -td, -tfoot, -th, -thead, -time, -tr, -ul, -var, -video { - background: transparent; - border: 0; - font-size: 100%; - margin: 0; - outline: 0; - padding: 0; - vertical-align: baseline; } - -html { - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; } - -body { - line-height: 1; } - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; } - -audio, -canvas, -progress, -video { - display: inline-block; - vertical-align: baseline; } - -audio:not([controls]) { - display: none; - height: 0; } - -[hidden], -template { - display: none; } - -a { - background-color: transparent; - font-size: 100%; - margin: 0; - padding: 0; - vertical-align: baseline; } - -a:active, -a:hover { - outline: 0; } - -abbr[title], -dfn[title] { - border-bottom: 1px dotted; - cursor: help; } - -ins { - text-decoration: none; } - -del { - text-decoration: line-through; } - -blockquote, -q { - quotes: none; } - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; } - -ul { - list-style: none; } - -img { - border: 0; } - -svg:not(:root) { - overflow: hidden; } - -pre { - overflow: auto; - white-space: pre; - white-space: pre-wrap; - white-space: pre-line; - word-wrap: break-word; } - -code, -kbd, -pre, -samp { - font-size: 1em; - font-family: monospace, sans-serif; } - -hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid; - margin: 1em 0; - padding: 0; } - -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0; } - -button, -input[type="button"] { - overflow: visible; } - -button, -select { - text-transform: none; } - -button, -html input[type="button"], -input[type="file"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; } - -button[disabled], -html input[disabled] { - cursor: default; } - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; } - -input { - line-height: normal; } - -input[type="checkbox"], -input[type="radio"] { - padding: 0; } - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; } - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -legend { - border: 0; - padding: 0; } - -textarea { - overflow: auto; } - -input, -select { - vertical-align: middle; } - -table { - border-collapse: collapse; - border-spacing: 0; } - -td, -th { - padding: 0; } - -html { - box-sizing: border-box; } - -*, *:before, *:after { - box-sizing: inherit; } - -embed, -img, -object, -video { - max-width: 100%; - height: auto; } - -body { - font-family: "Roboto", "Open Sans", Arial, "Lucida Grande", sans-serif; - font-weight: 300; - line-height: 1.5; } - -body { - margin: 0; } - body * + * { - margin-top: 1rem; } - -body { - background: #fff; } - -.base--h1 { - font-size: 2.44141em; - font-weight: 700; - color: #325c80; } - @media (min-width: ) { - .base--h1 { - font-size: 3.15733em; } } - -.base--h2 { - font-size: 2.36859em; - font-weight: 400; - color: #464646; } - -.base--h3 { - font-size: 1.95312em; - font-weight: 400; - color: #323232; } - -.base--h4 { - font-size: 1.25em; - font-weight: 400; - color: #323232; } - @media (min-width: ) { - .base--h4 { - font-size: 1.333em; } } - -.base--h5 { - font-size: 1em; - font-weight: 700; - color: #464646; } - -.base--h6 { - font-size: 1em; - font-weight: 400; - color: #323232; } - -.base--input, .base--color-input, .base--date-input, .base--datetime-local-input, .base--email-input, .base--file-input, .base--hidden-input, .base--month-input, .base--number-input, .base--password-input, .base--range-input, .base--search-input, .base--tel-input, .base--text-input, .base--time-input, .base--url-input, .base--week-input, .base--select { - width: 100%; - padding: 0.6em 1em; - font-size: 1em; - font-weight: 300; - border: 1px solid #325c80; - background-color: #fff; } - .base--input:focus, .base--color-input:focus, .base--date-input:focus, .base--datetime-local-input:focus, .base--email-input:focus, .base--file-input:focus, .base--hidden-input:focus, .base--month-input:focus, .base--number-input:focus, .base--password-input:focus, .base--range-input:focus, .base--search-input:focus, .base--tel-input:focus, .base--text-input:focus, .base--time-input:focus, .base--url-input:focus, .base--week-input:focus, .base--select:focus { - outline: 2px solid #325c80; - border-color: #325c80; } - .base--input:disabled, .base--color-input:disabled, .base--date-input:disabled, .base--datetime-local-input:disabled, .base--email-input:disabled, .base--file-input:disabled, .base--hidden-input:disabled, .base--month-input:disabled, .base--number-input:disabled, .base--password-input:disabled, .base--range-input:disabled, .base--search-input:disabled, .base--tel-input:disabled, .base--text-input:disabled, .base--time-input:disabled, .base--url-input:disabled, .base--week-input:disabled, .base--select:disabled { - background-color: #ececec; } - -.base--block-label { - display: block; - margin: 1.25em 0 .25em; } - -.base--inline-label { - display: inline; } - -.base--radio { - display: none; } - .base--radio + label { - position: relative; } - .base--radio + label:before { - display: inline-block; - width: 1em; - height: 1em; - margin-right: 1rem; - vertical-align: middle; - border: 1px solid #aeaeae; - border-radius: 50%; - content: ''; - transform: translateY(-0.125em); } - .base--radio:checked + label:before { - background: radial-gradient(#323232 40%, transparent 40%); } - -.base--color-input { - height: 3em; - padding: .25em; - background: #fff; } - -.base--range-input { - height: 0.5em; - padding: 0; - background-color: #fff; - border-radius: 0.5em; - box-shadow: inset 0 0 0 0.125em #325c80; } - .base--range-input:focus { - outline: 0; - box-shadow: inset 0 0 0 0.125em #325c80; } - .base--range-input:disabled { - opacity: .5; } - .base--range-input::-moz-range-track { - height: 0.5em; - padding: 0; - background-color: #fff; - border-radius: 0.5em; - box-shadow: inset 0 0 0 0.125em #325c80; } - .base--range-input::-webkit-slider-thumb { - -webkit-appearance: none; - width: 1.5em; - height: 1.5em; - background: #fff; - border-radius: 1.5em; - box-shadow: inset 0 0 0 0.1875em #325c80; - transition-duration: .5s; } - .base--range-input:active::-webkit-slider-thumb { - box-shadow: inset 0 0 0 1.25em #325c80; - width: 1.875em; - height: 1.875em; } - .base--range-input::-moz-range-thumb { - -moz-appearance: none; - width: 1.5em; - height: 1.5em; - background: #fff; - border-radius: 1.5em; - box-shadow: inset 0 0 0 0.1875em #325c80; - transition-duration: .5s; } - .base--range-input:active::-moz-range-thumb { - box-shadow: inset 0 0 0 1.25em #325c80; - width: 1.875em; - height: 1.875em; } - -.base--textarea { - width: 100%; - padding: 0.6em 1em; - font-size: 1em; - font-weight: 300; - border: 2px solid #ececec; - background-color: #fff; } - .base--textarea:focus { - outline: #3B99FC auto 5px; - border-color: #ececec; } - .base--textarea:disabled { - background-color: #ececec; } - -.base--checkbox { - display: none; } - .base--checkbox + label { - position: relative; } - .base--checkbox + label:before { - display: inline-block; - width: 1em; - height: 1em; - margin-right: 1rem; - vertical-align: middle; - border: 1px solid #aeaeae; - content: ''; - transform: translateY(-0.125em); } - .base--checkbox:checked + label:before { - background: #323232; - box-shadow: inset 0 0 0 0.66667px #fff; } - -.base--select { - border-radius: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewbox%3D%220%200%2014%2014%20true%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23325c80%22%20points%3D%220%2C0%206%2E825%2C14%2014%2C0%20%22%2F%3E%3C%2Fsvg%3E"); - background-size: 1em 1em; - background-repeat: no-repeat; - background-position: calc(100% - .3em) 1em; } - -.base--button { - padding: 0.5em 1em; - color: #EF6C00; - font-weight: bold; - background-color: transparent; - border: 2px solid #EF6C00; - display: inline-block; } - .base--button:hover, .base--button:focus { - color: #fff; - background-color: #EF6C00; } - -.base--button_submit { - padding: 0.5em 1em; - color: white; - font-weight: bold; - background-color: #325c80; - border: 2px solid #325c80; - display: inline-block; } - .base--button_submit:hover, .base--button_submit:focus { - color: #fff; - background-color: #325c80; } - .base--button_submit:focus, .base--button_submit:hover { - padding: 0.5em 1em; - color: #EF6C00; - font-weight: bold; - background-color: #264a60; - border: 2px solid #264a60; - display: inline-block; } - .base--button_submit:focus:hover, .base--button_submit:focus:focus, .base--button_submit:hover:hover, .base--button_submit:hover:focus { - color: #fff; - background-color: #264a60; } - -.base--button_reset { - padding: 0.5em 1em; - color: #5a5a5a; - font-weight: bold; - background-color: #fff; - border: 2px solid #aeaeae; - display: inline-block; - border-width: 3px; } - .base--button_reset:hover, .base--button_reset:focus { - color: #fff; - background-color: #aeaeae; } - .base--button_reset:hover, .base--button_reset:focus { - background-color: #5a5a5a; - border-color: #5a5a5a; } - -.base--a { - color: #d74108; } - .base--a:visited { - color: #d74108; } - .base--a:hover, .base--a:focus { - color: #aeaeae; } - -.base--em { - font-style: italic; } - -.base--strong { - font-weight: 700; } - -.base--p { - font-size: 1em; - color: #5a5a5a; } - -.base--code { - padding: .2em .5em; - font-size: .8em; - color: #d74108; - outline: 1px solid rgba(119, 118, 119, 0.25); } - -.base--pre, .base--pre code, .base--pre .base--code { - display: block; - -webkit-hyphens: none; - -ms-hyphens: none; - hyphens: none; - word-spacing: normal; - text-align: left; - word-break: normal; - white-space: pre; - word-wrap: normal; - direction: ltr; - -moz-tab-size: 2; - -o-tab-size: 2; - tab-size: 2; - overflow-y: overlay; } - -.base--pre { - margin: .5em 0; - overflow: auto; - border: 1px solid rgba(119, 118, 119, 0.25); } - .base--pre code, .base--pre .base--code { - padding: 1em; - font-size: 1em; - outline: 0; } - -.base--ul, .base--ol { - display: table; - padding-left: 0; - margin-left: 0; - list-style: none; } - .base--ul li, .base--ol li, .base--ul .base--li, .base--ol .base--li { - display: table-row; - counter-increment: table-ol; } - .base--ul li:before, .base--ol li:before, .base--ul .base--li:before, .base--ol .base--li:before { - display: table-cell; - padding-right: .4em; - text-align: right; } - -.base--ul li:before, .base--ul .base--li:before { - content: "•"; } - -.base--ol li:before, .base--ol .base--li:before { - content: counter(table-ol) "."; } - -.base--blockquote { - padding: 0em 1.5em; - margin-right: 1em; - margin-left: 1em; - font-style: italic; - color: #464646; - border-left: 0.25em solid #c7c7c7; } - -.base--table { - width: 100%; } - -.base--thead { - font-weight: bold; - color: #fff; - background-color: #325c80; } - -.base--td { - padding: 1em; } - -.base--tr:nth-of-type(even) { - background-color: #e0e0e0; } - -.base--hr { - border-top: 2px solid #ececec; } - -.header--logo-image { - width: 3rem; - display: inline-block; - position: relative; - top: -4px; } - @media (min-width: 900px) { - .header--logo-image { - width: 4rem; - top: -7px; } } - -.header--logo-txt { - display: inline-block; - color: #000; } - @media (min-width: 900px) { - .header--logo-txt { - font-size: 1.25em; } } - -.header--logo-link { - text-decoration: none; } - -.header--menu-image { - width: 2rem; - position: relative; - top: 10px; } - -.header--menu-image-github { - width: 1.8rem; } - -.header--link { - text-decoration: none; - margin-top: 0; - color: #777677; - display: inline-block; } - -.header--link_SMALL { - margin-left: 0.5rem; } - -.header--link_LONG { - margin-left: 1rem; } - -.header--logo-image { - vertical-align: middle; } - -.header--logo-txt { - margin-left: 0.5rem; } - -.header--hamburger-menu-item { - list-style-type: none; } - -.header--hamburger-menu-link { - text-decoration: none; - color: #776777; - text-align: center; - padding: 1rem; } - -.menu-mobile--hamburger-inner { - width: 29px; - height: 3px; } - -.messages--main { - font-size: 1.95312em; } - @media (min-width: 700px) { - .messages--main { - font-size: 2.36859em; } } - @media (min-width: 900px) { - .messages--main { - font-size: 2.44141em; } } - @media (min-width: 1100px) { - .messages--main { - font-size: 3.05176em; } } - @media (min-width: 1200px) { - .messages--main { - font-size: 3.8147em; } } - -.messages--side { - color: #777677; } - @media (min-width: 700px) { - .messages--side { - margin-top: 0; } } - @media (min-width: 1200px) { - .messages--side { - font-size: 1.25em; } } - -.messages--btn { - padding: 0.8rem 2rem; - font-size: 0.8em; } - @media (min-width: 700px) { - .messages--btn { - padding: 0.8rem 4rem; } } - @media (min-width: 1200px) { - .messages--btn { - font-size: 1em; } } - -.messages--btn-link { - text-decoration: none !important; } - -.messages--get-started-btn { - background-color: #FF9512; - color: #fff; - font-weight: 400; - border-color: #FF9512; } - -.messages--learn-more-btn { - background-color: #fff; - color: #FF9512; - font-weight: 400; - border-color: #FF9512; - margin-left: 1rem; } - -.value-section--values { - color: #fff; - padding-bottom: 4rem; } - @media (min-width: 1990px) { - .value-section--values { - padding-top: 4rem; - padding-bottom: 8rem; } } - -.value-section--value-img { - height: 3rem; } - -.value-section--value-item-container { - margin-top: 4rem; } - @media (min-width: 600px) { - .value-section--value-item-container { - width: calc(33.33333% - 0.66667rem); - margin-right: 1rem; - display: block; - float: left; } - .value-section--value-item-container:nth-of-type(3n) { - margin-right: 0rem; } } - @media (min-width: 900px) { - .value-section--value-item-container { - width: calc(33.33333% - 1.33333rem); - margin-right: 2rem; - display: block; - float: left; } - .value-section--value-item-container:nth-of-type(3n) { - margin-right: 0rem; } } - @media (min-width: 1100px) { - .value-section--value-item-container { - width: calc(33.33333% - 2rem); - margin-right: 3rem; - display: block; - float: left; } - .value-section--value-item-container:nth-of-type(3n) { - margin-right: 0rem; } } - -.value-section--value-title { - font-size: 1.25em; } - @media (min-width: 1200px) { - .value-section--value-title { - font-size: 1.333em; } } - -.value-section--value-para { - font-size: 0.8em; - font-weight: 300; } - @media (min-width: 1200px) { - .value-section--value-para { - font-size: 1em; } } - -.value-section--light-blue-wave-container { - position: absolute; - bottom: 100%; - width: 100%; - overflow: hidden; - height: 84px; } - @media (min-width: 1990px) { - .value-section--light-blue-wave-container { - display: none; } } - -.value-section--light-blue-wave { - position: absolute; - left: -9999px; - right: -9999px; - margin: auto; - width: 2100px; - min-width: 2100px; - height: 84px; } - -.value-section--boat-container { - position: absolute; - bottom: 103%; - width: 100%; - height: 115px; } - @media (min-width: 600px) { - .value-section--boat-container { - bottom: 108%; } } - @media (min-width: 1200px) { - .value-section--boat-container { - bottom: 111%; } } - @media (min-width: 1990px) { - .value-section--boat-container { - bottom: 95%; } } - -.value-section--boat { - position: absolute; - width: 17rem; - right: 17%; } - @media (min-width: 1200px) { - .value-section--boat { - width: 20rem; } } - -.value-section--middle-blue-wave-container { - position: absolute; - bottom: 96%; - width: 100%; - overflow: hidden; - height: 91px; } - @media (min-width: 600px) { - .value-section--middle-blue-wave-container { - bottom: 92%; } } - @media (min-width: 1200px) { - .value-section--middle-blue-wave-container { - bottom: 90%; } } - @media (min-width: 1990px) { - .value-section--middle-blue-wave-container { - display: none; } } - -.value-section--middle-blue-wave { - position: absolute; - left: -9999px; - right: -9999px; - margin: auto; - width: 2100px; - min-width: 2100px; - height: 91px; } - -.value-section--long-wave-container { - position: absolute; - top: 99%; - width: 100%; - overflow: hidden; - height: 150px; - margin-top: 0; - z-index: 100; } - @media (min-width: 1990px) { - .value-section--long-wave-container { - display: none; } } - -.value-section--long-wave { - position: absolute; - left: -9999px; - right: -9999px; - margin: auto; - width: 2000px; - min-width: 2000px; - height: 156px; } - -.use-case-section--use-case-section-title { - font-size: 1.25em; } - @media (min-width: 1200px) { - .use-case-section--use-case-section-title { - font-size: 1.77689em; } } - -.use-case-section--use-case-section-para { - font-size: 0.8em; } - @media (min-width: 1200px) { - .use-case-section--use-case-section-para { - font-size: 1em; } } - -@media (min-width: 600px) { - .use-case-section--use-case-summary-container { - width: calc(67% - 1.33rem); - margin-right: 1rem; } } - -@media (min-width: 900px) { - .use-case-section--use-case-summary-container { - width: calc(67% - 1.33rem); - margin-right: 2rem; } } - -@media (min-width: 1100px) { - .use-case-section--use-case-summary-container { - width: calc(67% - 1.33rem); - margin-right: 3rem; } } - -@media (min-width: 600px) { - .use-case-section--use-case-container { - width: calc(33.33333% - 0.66667rem); - margin-right: 1rem; - display: block; - float: left; } - .use-case-section--use-case-container:nth-of-type(3n) { - margin-right: 0rem; } } - -@media (min-width: 900px) { - .use-case-section--use-case-container { - width: calc(33.33333% - 1.33333rem); - margin-right: 2rem; - display: block; - float: left; } - .use-case-section--use-case-container:nth-of-type(3n) { - margin-right: 0rem; } } - -@media (min-width: 1100px) { - .use-case-section--use-case-container { - width: calc(33.33333% - 2rem); - margin-right: 3rem; - display: block; - float: left; } - .use-case-section--use-case-container:nth-of-type(3n) { - margin-right: 0rem; } } - -.use-case-section--microservices { - margin-top: 6rem; } - -.use-case-section--containers { - margin-top: 6rem; } - @media (min-width: 600px) { - .use-case-section--containers { - margin-top: 8rem; } } - @media (min-width: 1990px) { - .use-case-section--containers { - margin-top: 6rem; } } - -.use-case-section--infrastructure { - margin-top: 6rem; } - @media (min-width: 600px) { - .use-case-section--infrastructure { - margin-top: 10rem; } } - @media (min-width: 1990px) { - .use-case-section--infrastructure { - margin-top: 6rem; } } - -.use-case-section--use-case-title { - font-size: 1.25em; } - @media (min-width: 1200px) { - .use-case-section--use-case-title { - font-size: 1.333em; } } - -.use-case-section--use-case-para { - font-size: 0.8em; - margin-bottom: 1rem; } - @media (min-width: 1200px) { - .use-case-section--use-case-para { - font-size: 1em; } } - -.use-case-section--btn { - padding: 0.8rem 2rem; - font-size: 0.8em; } - -.use-case-section--use-cases { - padding-bottom: 4rem; } - -.use-case-section--village-container { - position: absolute; - right: 5%; - top: 0%; - width: 150px; - height: 150px; - z-index: 100; } - @media (min-width: 600px) { - .use-case-section--village-container { - top: 3%; - width: 280px; } } - -.key-features-section--section-title { - font-size: 1.25em; - color: #fff; } - @media (min-width: 1200px) { - .key-features-section--section-title { - font-size: 1.77689em; } } - -.key-features-section--key-features { - color: #fff; } - @media (min-width: 850px) { - .key-features-section--key-features { - margin-top: 1rem; } } - -.key-features-section--key-feature-container { - margin-top: 5rem; } - @media (min-width: 600px) { - .key-features-section--key-feature-container { - width: calc(50% - 0.5rem); - margin-right: 1rem; - display: block; - float: left; } - .key-features-section--key-feature-container:nth-of-type(2n) { - margin-right: 0rem; } } - @media (min-width: 900px) { - .key-features-section--key-feature-container { - width: calc(50% - 1rem); - margin-right: 2rem; - display: block; - float: left; } - .key-features-section--key-feature-container:nth-of-type(2n) { - margin-right: 0rem; } } - @media (min-width: 1100px) { - .key-features-section--key-feature-container { - width: calc(50% - 1.5rem); - margin-right: 3rem; - display: block; - float: left; } - .key-features-section--key-feature-container:nth-of-type(2n) { - margin-right: 0rem; } } - -.key-features-section--key-feature-title { - font-size: 1.25em; } - @media (min-width: 1200px) { - .key-features-section--key-feature-title { - font-size: 1.333em; } } - -.key-features-section--key-feature-para { - font-size: 0.8em; } - @media (min-width: 1200px) { - .key-features-section--key-feature-para { - font-size: 1em; } } - -.key-features-section--sea-plants-container { - position: absolute; - bottom: 0%; - width: 100%; - overflow: hidden; - height: 95px; } - -.key-features-section--sea-plants { - position: absolute; - left: -9999px; - right: -9999px; - margin: auto; - width: 2100px; - min-width: 2100px; - height: 140px; } - -.key-features-section--dark-blue-long-wave-container { - position: absolute; - bottom: 100%; - width: 100%; - overflow: hidden; - height: 150px; - margin-top: 0; - z-index: 100; } - @media (min-width: 1990px) { - .key-features-section--dark-blue-long-wave-container { - display: none; } } - -.key-features-section--dark-blue-long-wave { - position: absolute; - left: -9999px; - right: -9999px; - margin: auto; - width: 2000px; - min-width: 2000px; - height: 156px; } - -.key-features-section--row-container:first-child { - margin-top: 0; } - @media (min-width: 850px) { - .key-features-section--row-container:first-child { - margin-top: 1rem; } } - -.footer--text { - font-size: 0.64em; - color: #BDBDBD; } - @media (min-width: 1200px) { - .footer--text { - font-size: 0.8em; } } - -.footer--link { - color: #FF9512; } - -._homepage--container { - margin: 0 1rem; } - @media (min-width: 1200px) { - ._homepage--container { - width: 1200px; - margin: 0 auto; } } - -._homepage--banner-cloud { - position: absolute; - top: 0; - right: 0; - width: 14rem; - z-index: -10; } - @media (min-width: 850px) { - ._homepage--banner-cloud { - width: 18rem; } } - @media (min-width: 1100px) { - ._homepage--banner-cloud { - width: 22rem; } } - @media (min-width: 1200px) { - ._homepage--banner-cloud { - right: 5%; - width: 27rem; } } - -._homepage--banner { - position: relative; } - -._homepage--header { - position: relative; } - @media (min-width: 900px) { - ._homepage--header { - margin-top: 2rem; } } - -._homepage--logo { - float: left; } - -._homepage--menu-mobile { - display: block; - float: right; - margin-top: 0; } - @media (min-width: 640px) { - ._homepage--menu-mobile { - display: none; } } - -._homepage--menu-mobile-hamburger-inner { - width: 20px; } - -._homepage--menu-desktop { - display: none; } - @media (min-width: 640px) { - ._homepage--menu-desktop { - float: right; - margin-top: 0; - display: block; } } - -._homepage--messages { - margin-top: 4rem; } - @media (min-width: 700px) { - ._homepage--messages { - margin-top: 6rem; } } - @media (min-width: 900px) { - ._homepage--messages { - margin-top: 10rem; } } - @media (min-width: 1200px) { - ._homepage--messages { - margin-top: 11rem; } } - -._homepage--value-section { - background-color: #0097A7; - position: relative; - margin-top: 16rem; } - @media (min-width: 900px) { - ._homepage--value-section { - margin-top: 20rem; } } - @media (min-width: 1200px) { - ._homepage--value-section { - margin-top: 21rem; } } - -._homepage--use-case-section { - background-color: #E9E2D3; - position: relative; - margin-top: 0; - padding-top: 10rem; - padding-bottom: 8rem; } - -._homepage--key-features-section { - background-color: #006064; - position: relative; - margin-top: 0; - padding-bottom: 12rem; - padding-top: 2rem; - position: relative; } - @media (min-width: 1990px) { - ._homepage--key-features-section { - padding-top: 11rem; - padding-bottom: 15rem; } } - -._homepage--footer { - text-align: center; - background-color: #855B41; - margin-top: 0; - padding: 4rem 1rem 1rem 1rem; } - -._homepage--hamburger-menu-container { - position: fixed; - background-color: #fff; - width: 100%; - z-index: 100; - top: 0; - height: 100%; - margin-top: 6rem; } - @media (min-width: 640px) { - ._homepage--hamburger-menu-container { - display: none; } } diff --git a/docs/fonts/icon-fonts/icons.eot b/docs/fonts/icon-fonts/icons.eot deleted file mode 100755 index ecb2b47865..0000000000 Binary files a/docs/fonts/icon-fonts/icons.eot and /dev/null differ diff --git a/docs/fonts/icon-fonts/icons.svg b/docs/fonts/icon-fonts/icons.svg deleted file mode 100755 index 6e356fb293..0000000000 --- a/docs/fonts/icon-fonts/icons.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/docs/fonts/icon-fonts/icons.ttf b/docs/fonts/icon-fonts/icons.ttf deleted file mode 100755 index 37aeb5d4a6..0000000000 Binary files a/docs/fonts/icon-fonts/icons.ttf and /dev/null differ diff --git a/docs/fonts/icon-fonts/icons.woff b/docs/fonts/icon-fonts/icons.woff deleted file mode 100755 index ac05185718..0000000000 Binary files a/docs/fonts/icon-fonts/icons.woff and /dev/null differ diff --git a/docs/fonts/scss/components/icon/_icon-fonts.scss b/docs/fonts/scss/components/icon/_icon-fonts.scss deleted file mode 100755 index a998a20872..0000000000 --- a/docs/fonts/scss/components/icon/_icon-fonts.scss +++ /dev/null @@ -1,29 +0,0 @@ -@font-face { - font-family: "icons"; - src: url('../../fonts/icon-fonts/icons.eot'); - src: url('../../fonts/icon-fonts/icons.eot?#iefix') format('eot'), - url('../../fonts/icon-fonts/icons.woff') format('woff'), - url('../../fonts/icon-fonts/icons.ttf') format('truetype'), - url('../../fonts/icon-fonts/icons.svg#icons') format('svg'); -} - -.icon:before { - font-family: "icons"; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-style: normal; - font-variant: normal; - font-weight: normal; - /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */ - text-decoration: none; - text-transform: none; -} - - -.icon-link:before { - content: "\E001"; -} - -.icon-reset:before { - content: "\E002"; -} diff --git a/docs/gulp/browser-sync.js b/docs/gulp/browser-sync.js deleted file mode 100755 index 65d3f73d41..0000000000 --- a/docs/gulp/browser-sync.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Browser Sync setup and tasks - **/ - -'use strict'; - -var gulp = require('gulp'); -var browserSync = require('browser-sync'); -var config = require('./config.js'); - -var baseDir = config.paths.dest; - -gulp.task('browser-sync', function() { - browserSync.init({ - 'notify': true, - 'server': { - 'baseDir': baseDir - } - }); -}); - -gulp.task('browser-sync-reload', function() { - browserSync.reload(); -}); diff --git a/docs/gulp/build.js b/docs/gulp/build.js deleted file mode 100644 index f131dda3e2..0000000000 --- a/docs/gulp/build.js +++ /dev/null @@ -1,78 +0,0 @@ -/** - * Build site - **/ - -'use strict'; - -var gulp = require('gulp'); -var build = require('gulp-build'); - -gulp.task('build', function() { - gulp.src('js/*') - .pipe(gulp.dest('_site/js')); - - gulp.src('css/*.css') - .pipe(gulp.dest('_site/css')); - - gulp.src('images/*') - .pipe(gulp.dest('_site/images')); - - gulp.src('fonts/*') - .pipe(gulp.dest('_site/fonts')); - - gulp.src('*.html') - .pipe(gulp.dest('_site')); - - gulp.src('book/_book/*.html') - .pipe(gulp.dest('_site/docs')); - - gulp.src('book/_book/*.json') - .pipe(gulp.dest('_site/docs')); - - gulp.src('book/_book/gitbook/*/**') - .pipe(gulp.dest('_site/docs/gitbook')); - - gulp.src('book/_book/gitbook/*') - .pipe(gulp.dest('_site/docs/gitbook')); - - gulp.src('book/_book/images/*') - .pipe(gulp.dest('_site/docs/images')); - - gulp.src('book/_book/js/*') - .pipe(gulp.dest('_site/docs/js')); - - gulp.src('book/_book/styles/*/**') - .pipe(gulp.dest('_site/docs/styles')); - - gulp.src('book/_book/styles/*') - .pipe(gulp.dest('_site/docs/styles')); - -}); - -gulp.task('copy-book', function() { - - gulp.src('book/_book/*.html') - .pipe(gulp.dest('docs/')); - - gulp.src('book/_book/*.json') - .pipe(gulp.dest('docs/')); - - gulp.src('book/_book/gitbook/*/**') - .pipe(gulp.dest('docs/gitbook')); - - gulp.src('book/_book/gitbook/*') - .pipe(gulp.dest('docs/gitbook')); - - gulp.src('book/_book/images/*') - .pipe(gulp.dest('docs/images')); - - gulp.src('book/_book/js/*') - .pipe(gulp.dest('docs/js')); - - gulp.src('book/_book/styles/*/**') - .pipe(gulp.dest('docs/styles')); - - gulp.src('book/_book/styles/*') - .pipe(gulp.dest('docs/styles')); - -}); diff --git a/docs/gulp/config.js b/docs/gulp/config.js deleted file mode 100755 index 3050a916e4..0000000000 --- a/docs/gulp/config.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Copyright 2015 IBM Corp. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -'use strict'; - -var src = './src'; -var dest = './'; - -module.exports = { - paths: { - src: src, - src_styles: src + '/scss', - src_icons: src + '/icons', - src_scripts: src + '/js', - dest: dest, - dest_styles: dest + '/css', - dest_fonts: dest + '/fonts', - dest_iconFonts: dest + '/fonts/icon-fonts', - dest_icons: dest + '/images/icons', - dest_scripts: dest + '/js' - } -}; diff --git a/docs/gulp/icon-fonts.js b/docs/gulp/icon-fonts.js deleted file mode 100755 index 17632a62cf..0000000000 --- a/docs/gulp/icon-fonts.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * Compiles JS to dist - **/ - -'use strict'; - -var paths = require('./config.js').paths; -var gulp = require('gulp'); -var runSequence = require('run-sequence'); -var iconfont = require('gulp-iconfont'); -var iconfontCSS = require('gulp-iconfont-css'); -var plumber = require('gulp-plumber'); -var onError = require('./on-error.js'); - -// Paths -var watchPath = paths.src_icons + '/**/*.svg'; -// relative to 'fonts/icon-fonts' path -var targetPath = '../../src/scss/components/icon/_icon-fonts.scss'; -// relative to icon-fonts.scss -var fontPath = '../../fonts/icon-fonts/'; -var destPath = paths.dest_iconFonts; -var imagesDestPath = paths.dest_icons; - -gulp.task('icon-fonts', ['icon-fonts:copy-to-images'], function() { - return gulp.src([watchPath]) - .pipe(plumber({ - errorHandler: onError - })) - .pipe(iconfontCSS({ - fontName: 'icons', - targetPath: targetPath, - fontPath: fontPath - })) - .pipe(iconfont({ - fontName: 'icons', // required - appendCodepoints: true, // recommended option - normalize: true, - formats: ['svg', 'ttf', 'eot', 'woff'] - })) - .on('codepoints', function(codepoints, options) { - // CSS templating, e.g. - console.log(codepoints, options); - }) - .pipe(gulp.dest(destPath)); -}); - -gulp.task('icon-fonts:copy-to-images', function() { - return gulp.src([watchPath]) - .pipe(gulp.dest(imagesDestPath)); -}); - -gulp.task('icon-fonts:watch', ['icon-fonts'], function() { - return gulp.watch(watchPath).on('change', function() { - runSequence('icon-fonts', 'styles', 'browser-sync-reload'); - }); -}); diff --git a/docs/gulp/on-error.js b/docs/gulp/on-error.js deleted file mode 100755 index bfe3e80208..0000000000 --- a/docs/gulp/on-error.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Copyright 2015 IBM Corp. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -'use strict'; -// error catching to prevent gulp from crashing -module.exports = function(error) { - // details of the error in console - console.log(error); - this.emit('end'); -}; diff --git a/docs/gulp/scripts.js b/docs/gulp/scripts.js deleted file mode 100755 index 872f920e18..0000000000 --- a/docs/gulp/scripts.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Compiles src/js to public/js - **/ - -'use strict'; - -var paths = require('./config.js').paths; -var gulp = require('gulp'); -var concat = require('gulp-concat'); -var runSequence = require('run-sequence'); -var plumber = require('gulp-plumber'); -var onError = require('./on-error.js'); - -// Paths -var watchPath = 'js/script.js'; -var destPath = paths.dest_scripts; - -gulp.task('scripts', function() { - return gulp.src(watchPath) - .pipe(plumber({ - errorHandler: onError - })) - .pipe(concat('script.js')) - .pipe(gulp.dest(destPath)); -}); - -gulp.task('scripts:watch', ['scripts'], function() { - return gulp.watch(watchPath).on('change', function() { - runSequence('scripts', 'browser-sync-reload'); - }); -}); diff --git a/docs/gulp/serve.js b/docs/gulp/serve.js deleted file mode 100755 index e80476eb7d..0000000000 --- a/docs/gulp/serve.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Serve site - **/ - -'use strict'; - -var gulp = require('gulp'); -var runSequence = require('run-sequence'); - -gulp.task('serve', function(cb) { - return runSequence( - ['compile', 'browser-sync', 'watch'], - cb - ); -}); diff --git a/docs/gulp/styles.js b/docs/gulp/styles.js deleted file mode 100755 index 9259e13066..0000000000 --- a/docs/gulp/styles.js +++ /dev/null @@ -1,35 +0,0 @@ -/** -* Compiles SCSS to CSS -**/ - -'use strict'; - -var paths = require('./config.js').paths; -var gulp = require('gulp'); -var sass = require('gulp-sass'); -var autoprefixer = require('gulp-autoprefixer'); -var runSequence = require('run-sequence'); -var plumber = require('gulp-plumber'); -var onError = require('./on-error.js'); - -// Paths -var watchPath = paths.src_styles + '/**/*.scss'; -var destPath = paths.dest_styles; - -gulp.task('styles', function() { - return gulp.src([watchPath]) - .pipe(plumber({ - errorHandler: onError - })) - .pipe(sass({ - errLogToConsole: true - })) - .pipe(autoprefixer()) - .pipe(gulp.dest(destPath)); -}); - -gulp.task('styles:watch', ['styles'], function() { - return gulp.watch(watchPath).on('change', function() { - runSequence('styles', 'browser-sync-reload'); - }); -}); diff --git a/docs/gulp/views.js b/docs/gulp/views.js deleted file mode 100755 index 42836d7878..0000000000 --- a/docs/gulp/views.js +++ /dev/null @@ -1,26 +0,0 @@ -/** -* Compiles SCSS to CSS -**/ - -'use strict'; - -var paths = require('./config.js').paths; -var gulp = require('gulp'); -var autoprefixer = require('gulp-autoprefixer'); -var runSequence = require('run-sequence'); -var plumber = require('gulp-plumber'); -var onError = require('./on-error.js'); - -// Paths -var watchPath = 'index.html'; -var destPath = 'index.html'; - -gulp.task('views', function() { - return gulp.src([watchPath]); -}); - -gulp.task('views:watch', ['views'], function() { - return gulp.watch(watchPath).on('change', function() { - runSequence('views', 'browser-sync-reload'); - }); -}); diff --git a/docs/gulp/watch.js b/docs/gulp/watch.js deleted file mode 100755 index 5c907a794a..0000000000 --- a/docs/gulp/watch.js +++ /dev/null @@ -1,21 +0,0 @@ -/** -* Watches all the files for changes -**/ - -'use strict'; - -var gulp = require('gulp'); - -var tasks = [ - 'styles', - 'scripts', - 'icon-fonts', - 'views' -]; - -var watches = tasks.map(function(element) { - return element + ':watch'; -}); - -gulp.task('compile', tasks); -gulp.task('watch', watches); diff --git a/docs/images/Github.svg b/docs/images/Github.svg deleted file mode 100644 index 03020e6e31..0000000000 --- a/docs/images/Github.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/docs/images/Medium.svg b/docs/images/Medium.svg deleted file mode 100644 index c8b0759c51..0000000000 --- a/docs/images/Medium.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - diff --git a/docs/images/Slack.svg b/docs/images/Slack.svg deleted file mode 100644 index 829c0a6e61..0000000000 --- a/docs/images/Slack.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/docs/images/boat.svg b/docs/images/boat.svg deleted file mode 100644 index 30456a5b8c..0000000000 --- a/docs/images/boat.svg +++ /dev/null @@ -1,181 +0,0 @@ - - - diff --git a/docs/images/cloud.svg b/docs/images/cloud.svg deleted file mode 100644 index 8dbbc10dc5..0000000000 --- a/docs/images/cloud.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/images/favicon.png b/docs/images/favicon.png deleted file mode 100644 index 20bd728b61..0000000000 Binary files a/docs/images/favicon.png and /dev/null differ diff --git a/docs/images/horizontal-dark-blue-wave.svg b/docs/images/horizontal-dark-blue-wave.svg deleted file mode 100644 index ee632bc343..0000000000 --- a/docs/images/horizontal-dark-blue-wave.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/docs/images/horizontal-light-blue-wave.svg b/docs/images/horizontal-light-blue-wave.svg deleted file mode 100644 index 1861e6aed4..0000000000 --- a/docs/images/horizontal-light-blue-wave.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/docs/images/long-wave-dark-blue.svg b/docs/images/long-wave-dark-blue.svg deleted file mode 100644 index c2ff5a3041..0000000000 --- a/docs/images/long-wave-dark-blue.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/images/long-wave.svg b/docs/images/long-wave.svg deleted file mode 100644 index 6646d76bc2..0000000000 --- a/docs/images/long-wave.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/docs/images/opa-logo.svg b/docs/images/opa-logo.svg deleted file mode 100644 index 9f38e86056..0000000000 --- a/docs/images/opa-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/images/sand-top-half.svg b/docs/images/sand-top-half.svg deleted file mode 100644 index 18a714b02e..0000000000 --- a/docs/images/sand-top-half.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - diff --git a/docs/images/sea-plants.svg b/docs/images/sea-plants.svg deleted file mode 100644 index 157b6c98db..0000000000 --- a/docs/images/sea-plants.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/images/sea-with-wave.svg b/docs/images/sea-with-wave.svg deleted file mode 100644 index 50139d9060..0000000000 --- a/docs/images/sea-with-wave.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/docs/images/viking-village.svg b/docs/images/viking-village.svg deleted file mode 100644 index e49ca44636..0000000000 --- a/docs/images/viking-village.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - diff --git a/docs/img/api-authorization.svg b/docs/img/api-authorization.svg new file mode 100644 index 0000000000..b6bac9f06e --- /dev/null +++ b/docs/img/api-authorization.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/boat.svg b/docs/img/boat.svg new file mode 100644 index 0000000000..9293427de6 --- /dev/null +++ b/docs/img/boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/cloud.svg b/docs/img/cloud.svg new file mode 100644 index 0000000000..aeb2b03b27 --- /dev/null +++ b/docs/img/cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/images/context-icon.svg b/docs/img/context-icon.svg similarity index 100% rename from docs/images/context-icon.svg rename to docs/img/context-icon.svg diff --git a/docs/images/declarative-icon.svg b/docs/img/declarative-icon.svg similarity index 100% rename from docs/images/declarative-icon.svg rename to docs/img/declarative-icon.svg diff --git a/docs/img/favicon.png b/docs/img/favicon.png new file mode 100644 index 0000000000..d48e90a38c Binary files /dev/null and b/docs/img/favicon.png differ diff --git a/docs/img/kubernetes-admission-control.svg b/docs/img/kubernetes-admission-control.svg new file mode 100644 index 0000000000..df0f848737 --- /dev/null +++ b/docs/img/kubernetes-admission-control.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/opa-logo.svg b/docs/img/opa-logo.svg new file mode 100644 index 0000000000..73f873b41e --- /dev/null +++ b/docs/img/opa-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/partial-evaluation.svg b/docs/img/partial-evaluation.svg new file mode 100644 index 0000000000..2b739ff897 --- /dev/null +++ b/docs/img/partial-evaluation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/sea-plants.svg b/docs/img/sea-plants.svg new file mode 100644 index 0000000000..d0b498bd9d --- /dev/null +++ b/docs/img/sea-plants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/ssh-authorization.svg b/docs/img/ssh-authorization.svg new file mode 100644 index 0000000000..e0a880430e --- /dev/null +++ b/docs/img/ssh-authorization.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/images/unified-icon.svg b/docs/img/unified-icon.svg similarity index 100% rename from docs/images/unified-icon.svg rename to docs/img/unified-icon.svg diff --git a/docs/img/viking-village.svg b/docs/img/viking-village.svg new file mode 100644 index 0000000000..20ecbb1fdc --- /dev/null +++ b/docs/img/viking-village.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/wave--examples.svg b/docs/img/wave--examples.svg new file mode 100644 index 0000000000..d827de4f55 --- /dev/null +++ b/docs/img/wave--examples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/wave--headline--bg.svg b/docs/img/wave--headline--bg.svg new file mode 100644 index 0000000000..f334fa0f6e --- /dev/null +++ b/docs/img/wave--headline--bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/wave--headline--fg.svg b/docs/img/wave--headline--fg.svg new file mode 100644 index 0000000000..3a4723fb23 --- /dev/null +++ b/docs/img/wave--headline--fg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/wave--use-cases.svg b/docs/img/wave--use-cases.svg new file mode 100644 index 0000000000..8a4e982efd --- /dev/null +++ b/docs/img/wave--use-cases.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 110ea73319..1b6b2de3d7 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1,330 +1,424 @@ - +
+ - - - - - + +