mirror of
https://github.com/vbatts/talks.git
synced 2024-11-16 05:28:37 +00:00
2874 lines
206 KiB
HTML
2874 lines
206 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html class="sl-root decks export offline loaded">
|
|||
|
<head>
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|||
|
<title>Containers: past, present and future [2016 ContainerCon.jp]</title>
|
|||
|
|
|||
|
<meta name="description" content="Overview of where we've gotten so far on container standards, and how we're moving forward. The OpenContainer Initiative is the best option for standardizing common interfaces and reducing risk on the long-term for the container ecosystem.">
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="lib/offline-v2.css">
|
|||
|
|
|||
|
<!-- Team CSS -->
|
|||
|
<style id="global-css-output" type="text/css">
|
|||
|
@import url("https://s3.amazonaws.com/static.slid.es/fonts/overpass2/overpass2.css");
|
|||
|
.reveal {
|
|||
|
|
|||
|
|
|||
|
/*fix icon inversion*/
|
|||
|
|
|||
|
}
|
|||
|
.reveal svg,
|
|||
|
.reveal text,
|
|||
|
.reveal tspan,
|
|||
|
.reveal svg text {
|
|||
|
font-family: "Overpass 2", Overpass, sans-serif !important;
|
|||
|
color: currentcolor;
|
|||
|
fill: currentcolor;
|
|||
|
}
|
|||
|
.reveal .sl-block {
|
|||
|
color: #354045;
|
|||
|
fill: currentcolor;
|
|||
|
}
|
|||
|
.reveal .sl-block svg {
|
|||
|
color: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-dark-background,
|
|||
|
.reveal .has-dark-background > .sl-block {
|
|||
|
color: white;
|
|||
|
fill: currentcolor;
|
|||
|
}
|
|||
|
.reveal section > .sl-block .redhat-logo .logotext {
|
|||
|
fill: #000000;
|
|||
|
}
|
|||
|
.reveal .has-dark-background > .sl-block .redhat-logo .logotext {
|
|||
|
fill: #ffffff;
|
|||
|
}
|
|||
|
.reveal .has-dark-background > .sl-block[data-block-type="image"] {
|
|||
|
color: #ffffff;
|
|||
|
}
|
|||
|
.reveal [fill="none"] {
|
|||
|
fill: none !important;
|
|||
|
}
|
|||
|
.reveal [fill="#a30000"] {
|
|||
|
fill: #aa0000 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#cc2029"],
|
|||
|
.reveal [fill="#cb2027"],
|
|||
|
.reveal [fill="#c00"] {
|
|||
|
fill: #cc0000 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#fff"] {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal [fill="#6d6e70"] {
|
|||
|
fill: #6d6e70 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#231f20"] {
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal [fill="#efab1f"] {
|
|||
|
fill: #efab1f !important;
|
|||
|
}
|
|||
|
.reveal [fill="#92d400"] {
|
|||
|
fill: #92d400 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#6d6e70"] {
|
|||
|
fill: #266272 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#fff"] {
|
|||
|
fill: #555555 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#fff"] {
|
|||
|
fill: #333333 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [stroke="#231f20"] {
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal [data-inline-svg="true"] img {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
</style>
|
|||
|
|
|||
|
<!-- Theme CSS -->
|
|||
|
<style id="theme-css-output" type="text/css">
|
|||
|
@import url(//overpassmonotest-30e2.kxcdn.com/overpass-mono.css);
|
|||
|
.reveal {
|
|||
|
|
|||
|
|
|||
|
/*
|
|||
|
.sl-block[data-block-type="snippet"],
|
|||
|
.sl-block[data-block-type="image"]
|
|||
|
{
|
|||
|
text,
|
|||
|
tspan,
|
|||
|
polygon,
|
|||
|
path,
|
|||
|
rect,
|
|||
|
ellipse {
|
|||
|
fill: currentcolor;
|
|||
|
}
|
|||
|
}
|
|||
|
*/
|
|||
|
|
|||
|
/*slide-default*/
|
|||
|
|
|||
|
/*Custom Ordered Lists */
|
|||
|
|
|||
|
/*helpers*/
|
|||
|
|
|||
|
/*fixing left aligned text*/
|
|||
|
|
|||
|
/*h1,h2,h3,h4,h5,h6{&::first-letter{margin-left:-.09em;}}*/
|
|||
|
|
|||
|
/*icon absolute brute-fix*/
|
|||
|
|
|||
|
/*
|
|||
|
.present .icon.stroked path.long{ stroke-width: 2px ;
|
|||
|
-webkit-animation: icon-animation-long 3.5s 1.5s 1;
|
|||
|
-moz-animation: icon-animation-long 3.5s 1.5s 1;
|
|||
|
animation: icon-animation-long 3.5s 1.5s 1;
|
|||
|
}*/
|
|||
|
|
|||
|
/*
|
|||
|
.present .icon.stroked path.short{
|
|||
|
-webkit-animation: icon-animation-short 3.5s 1.5s 1;
|
|||
|
-moz-animation: icon-animation-short 3.5s 1.5s 1;
|
|||
|
animation: icon-animation-short 3.5s 1.5s 1;
|
|||
|
}*/
|
|||
|
|
|||
|
/*controls logic*/
|
|||
|
|
|||
|
/*animated logos with complex svg segments*/
|
|||
|
|
|||
|
/*transitions*/
|
|||
|
|
|||
|
/*logos svg files that contain inverted path alternates */
|
|||
|
|
|||
|
/* call to action */
|
|||
|
|
|||
|
/* tables in snippets.... the devil */
|
|||
|
|
|||
|
/* tables in text */
|
|||
|
|
|||
|
/*testimonial snippet */
|
|||
|
|
|||
|
/*for inverting images*/
|
|||
|
|
|||
|
/**/
|
|||
|
|
|||
|
/*code blocks*/
|
|||
|
|
|||
|
/* round line arrows */
|
|||
|
|
|||
|
/*fix icon inversion*/
|
|||
|
|
|||
|
/*body:hover .corner svg{transform: translate(30%, 30%)}*/
|
|||
|
|
|||
|
}
|
|||
|
.reveal.reveal[role="application"] > .backgrounds > .slide-background:not(.stack):first-child,
|
|||
|
.reveal.reveal[role="application"] > .backgrounds > .stack:first-child > .slide-background:first-child,
|
|||
|
.reveal.reveal[role="application"] .slides > .pdf-page:not(.stack):first-child .slide-background,
|
|||
|
.reveal.reveal[role="application"] .slides > .stack:first-child > .pdf-page:first-child .slide-background {
|
|||
|
background-color: #900;
|
|||
|
color: #fff;
|
|||
|
background-size: cover;
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-position: 50% 50%;
|
|||
|
background-image: linear-gradient(-45deg, #8e0000 20%, #820000 20%, #990000 85%, #890000 85%);
|
|||
|
min-height: 100vh;
|
|||
|
}
|
|||
|
.reveal.reveal[role="application"] > .backgrounds > .slide-background:not(.stack):first-child.has-light-background,
|
|||
|
.reveal.reveal[role="application"] > .backgrounds > .stack:first-child > .slide-background:first-child.has-light-background,
|
|||
|
.reveal.reveal[role="application"] .slides > .pdf-page:not(.stack):first-child .slide-background.has-light-background,
|
|||
|
.reveal.reveal[role="application"] .slides > .stack:first-child > .pdf-page:first-child .slide-background.has-light-background {
|
|||
|
background-image: none;
|
|||
|
}
|
|||
|
.reveal.reveal .slides > .section:first-child,
|
|||
|
.reveal.reveal[role="application"] > .slides > .section:first-child .sl-block {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .name {
|
|||
|
white-space: nowrap;
|
|||
|
}
|
|||
|
.reveal .reveal,
|
|||
|
.reveal .sl-block,
|
|||
|
.reveal .sl-block-content,
|
|||
|
.reveal .sl-block-content div,
|
|||
|
.reveal .sl-block-content p,
|
|||
|
.reveal .sl-block-content h1,
|
|||
|
.reveal .sl-block-content h2,
|
|||
|
.reveal .sl-block-content h3,
|
|||
|
.reveal .sl-block-content h4 {
|
|||
|
font-family: "Overpass 2", overpass, "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
|
|||
|
}
|
|||
|
.reveal .future .sl-block-content,
|
|||
|
.reveal .past .sl-block-content {
|
|||
|
transition: none !important;
|
|||
|
}
|
|||
|
.reveal section,
|
|||
|
.reveal.reveal .has-dark-background,
|
|||
|
.reveal section.background-shade-dark {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal.reveal .has-dark-background a {
|
|||
|
color: #eee;
|
|||
|
}
|
|||
|
.reveal.reveal .has-dark-background a:hover {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .backgrounds {
|
|||
|
background: #f3f4f4;
|
|||
|
}
|
|||
|
.reveal .slide-background {
|
|||
|
background-size: cover;
|
|||
|
background-position: 50% 50%;
|
|||
|
background-repeat: no-repeat;
|
|||
|
}
|
|||
|
.reveal .slide-background.has-light-background {
|
|||
|
/*background-image: url(//s3.amazonaws.com/media-p.slid.es/uploads/team-32/images/1297460/standard-background.svg);*/
|
|||
|
|
|||
|
}
|
|||
|
.reveal .backgrounds .paint-it-red {
|
|||
|
background-color: #c00 !important;
|
|||
|
-moz-background-blend-mode: multiply;
|
|||
|
-webkit-background-blend-mode: multiply;
|
|||
|
-ms-background-blend-mode: multiply;
|
|||
|
background-blend-mode: multiply;
|
|||
|
}
|
|||
|
.reveal .paint-it-red {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .icon.stroked path,
|
|||
|
.reveal section.background-shade-dark .icon.stroked path,
|
|||
|
.reveal section.light-foreground .icon.stroked path {
|
|||
|
stroke: #fff !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .redhat-product-logotype path,
|
|||
|
.reveal section.background-shade-dark .redhat-product-logotype path,
|
|||
|
.reveal section.light-foreground .redhat-product-logotype path {
|
|||
|
fill: #ffffff;
|
|||
|
}
|
|||
|
.reveal .has-dark-background text.logotext,
|
|||
|
.reveal section.background-shade-dark text.logotext,
|
|||
|
.reveal section.light-foreground text.logotext,
|
|||
|
.reveal .has-dark-background .logotext text,
|
|||
|
.reveal section.background-shade-dark .logotext text,
|
|||
|
.reveal section.light-foreground .logotext text,
|
|||
|
.reveal .has-dark-background path.logotext,
|
|||
|
.reveal section.background-shade-dark path.logotext,
|
|||
|
.reveal section.light-foreground path.logotext,
|
|||
|
.reveal .has-dark-background path.logotype,
|
|||
|
.reveal section.background-shade-dark path.logotype,
|
|||
|
.reveal section.light-foreground path.logotype,
|
|||
|
.reveal .has-dark-background .logotext path,
|
|||
|
.reveal section.background-shade-dark .logotext path,
|
|||
|
.reveal section.light-foreground .logotext path {
|
|||
|
fill: #fff !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .closing-logo .logotext,
|
|||
|
.reveal section.background-shade-dark .closing-logo .logotext,
|
|||
|
.reveal section.light-foreground .closing-logo .logotext,
|
|||
|
.reveal .has-dark-background .redhat-logo .logotext,
|
|||
|
.reveal section.background-shade-dark .redhat-logo .logotext,
|
|||
|
.reveal section.light-foreground .redhat-logo .logotext {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal .has-light-background .icon.stroked path {
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-light-background .redhat-logo .logotext {
|
|||
|
fill: #000000 !important;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol li {
|
|||
|
position: relative;
|
|||
|
padding-bottom: .5em;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol li > p:first-child {
|
|||
|
margin: 0;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol > li::before {
|
|||
|
margin-left: -2.5em;
|
|||
|
}
|
|||
|
.reveal .sl-block-content > ol > li:before {
|
|||
|
float: left;
|
|||
|
text-align: center;
|
|||
|
box-shadow: inset 0 0 0 .1em;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol {
|
|||
|
counter-reset: section;
|
|||
|
list-style-type: none;
|
|||
|
margin: 0 0 0 2.5em;
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol ol {
|
|||
|
margin-top: .5em;
|
|||
|
}
|
|||
|
.reveal .sl-block-content ol > li:before {
|
|||
|
font-weight: 400;
|
|||
|
display: inline-block;
|
|||
|
width: 1.75em;
|
|||
|
height: 1.75em;
|
|||
|
line-height: 1.75em;
|
|||
|
text-align: center;
|
|||
|
letter-spacing: 0;
|
|||
|
font-size: .75em;
|
|||
|
margin: 0 0.75em 0 -2.5em;
|
|||
|
counter-increment: section;
|
|||
|
content: counters(section, ".") " ";
|
|||
|
white-space: nowrap;
|
|||
|
}
|
|||
|
.reveal .sl-block-content > ol > li ol li:before {
|
|||
|
opacity: .5;
|
|||
|
text-align: left;
|
|||
|
box-shadow: none;
|
|||
|
letter-spacing: .1em;
|
|||
|
}
|
|||
|
.reveal .sl-block-content > ol > li > ol > li > ol > li:before {
|
|||
|
width: 4em;
|
|||
|
left: -3em;
|
|||
|
font-size: .75em;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .sl-block-content > ol > li:before {
|
|||
|
color: currentcolor;
|
|||
|
background-color: rgba(0, 0, 0, 0.1);
|
|||
|
box-shadow: inset 0 0 0 0.2em rgba(0, 0, 0, 0.2);
|
|||
|
font-weight: 500;
|
|||
|
letter-spacing: -0.05em;
|
|||
|
}
|
|||
|
.reveal .sl-block-content > ol ol ol li:before {
|
|||
|
opacity: 1;
|
|||
|
font-size: .55em !important;
|
|||
|
width: 3.5em !important;
|
|||
|
}
|
|||
|
.reveal .sl-block-content > ol ol ol {
|
|||
|
margin-left: 1.5em !important;
|
|||
|
}
|
|||
|
.reveal .uppercase {
|
|||
|
text-transform: uppercase;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="text"] > .initial h1,
|
|||
|
.reveal .sl-block[data-block-type="text"] > .initial h2,
|
|||
|
.reveal .sl-block[data-block-type="text"] > .initial h3 {
|
|||
|
text-transform: initial;
|
|||
|
}
|
|||
|
.reveal .force-mono text,
|
|||
|
.reveal .force-mono tspan,
|
|||
|
.reveal .force-mono polygon,
|
|||
|
.reveal .force-mono path,
|
|||
|
.reveal .force-mono rect,
|
|||
|
.reveal .force-mono ellipse {
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal .force-red .stroked path {
|
|||
|
stroke: #c00;
|
|||
|
}
|
|||
|
.reveal .force-red,
|
|||
|
.reveal .force-red text,
|
|||
|
.reveal .force-red tspan,
|
|||
|
.reveal .force-red polygon,
|
|||
|
.reveal .force-red path,
|
|||
|
.reveal .force-red rect,
|
|||
|
.reveal .force-red ellipse {
|
|||
|
color: #c00;
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal .force-red .stroked {
|
|||
|
fill: none;
|
|||
|
stroke: #cc0000;
|
|||
|
}
|
|||
|
.reveal .background-shade-dark .sl-block {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .dark-foreground text.logotext,
|
|||
|
.reveal section.background-shade-light text.logotext,
|
|||
|
.reveal section.dark-foreground text.logotext,
|
|||
|
.reveal .dark-foreground .logotext text,
|
|||
|
.reveal section.background-shade-light .logotext text,
|
|||
|
.reveal section.dark-foreground .logotext text,
|
|||
|
.reveal .dark-foreground path.logotext,
|
|||
|
.reveal section.background-shade-light path.logotext,
|
|||
|
.reveal section.dark-foreground path.logotext,
|
|||
|
.reveal .dark-foreground path.logotype,
|
|||
|
.reveal section.background-shade-light path.logotype,
|
|||
|
.reveal section.dark-foreground path.logotype,
|
|||
|
.reveal .dark-foreground .logotext path,
|
|||
|
.reveal section.background-shade-light .logotext path,
|
|||
|
.reveal section.dark-foreground .logotext path,
|
|||
|
.reveal .dark-foreground .product,
|
|||
|
.reveal section.background-shade-light .product,
|
|||
|
.reveal section.dark-foreground .product {
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal .dark-foreground .redhat-logo .logotext,
|
|||
|
.reveal section.background-shade-light .redhat-logo .logotext,
|
|||
|
.reveal section.dark-foreground .redhat-logo .logotext {
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal .slide-background.background-shade-dark:after {
|
|||
|
content: "";
|
|||
|
display: block;
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
right: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background-color: rgba(40, 40, 40, 0.8);
|
|||
|
}
|
|||
|
.reveal .slide-background.background-shade-light:after {
|
|||
|
content: "";
|
|||
|
display: block;
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
right: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background-color: rgba(255, 255, 255, 0.8);
|
|||
|
}
|
|||
|
.reveal .slides section {
|
|||
|
text-align: left;
|
|||
|
}
|
|||
|
.reveal .slides section h1 {
|
|||
|
line-height: 1em;
|
|||
|
font-weight: 700 ;
|
|||
|
font-size: 3em ;
|
|||
|
}
|
|||
|
.reveal .slides section h2 {
|
|||
|
font-size: 2em;
|
|||
|
font-weight: 400 ;
|
|||
|
line-height: 1.15em;
|
|||
|
}
|
|||
|
.reveal .slides section h3 {
|
|||
|
font-weight: 700 ;
|
|||
|
font-size: 1em ;
|
|||
|
line-height: 1.25em;
|
|||
|
}
|
|||
|
.reveal .slides section p {
|
|||
|
margin-bottom: .5em;
|
|||
|
}
|
|||
|
.reveal .slides section blockquote {
|
|||
|
font-style: normal;
|
|||
|
box-shadow: none;
|
|||
|
}
|
|||
|
.reveal .progress {
|
|||
|
background-color: transparent;
|
|||
|
}
|
|||
|
.reveal .progress span {
|
|||
|
background-color: #5e6a71;
|
|||
|
}
|
|||
|
.reveal .absolute-element svg {
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
left: 0;
|
|||
|
right: 0;
|
|||
|
width: 100% !important;
|
|||
|
height: 100% !important;
|
|||
|
}
|
|||
|
.reveal .icon.stroked {
|
|||
|
width: 282px;
|
|||
|
height: 282px;
|
|||
|
}
|
|||
|
.reveal .icon.stroked.icon-arrow path {
|
|||
|
stroke-width: 4px !important;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path {
|
|||
|
fill: none;
|
|||
|
stroke-width: 1.5px;
|
|||
|
transition-delay: .5s !important;
|
|||
|
stroke-dashoffset: 0;
|
|||
|
stroke-width: 1.5;
|
|||
|
stroke-linecap: round;
|
|||
|
stroke-linejoin: round;
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.long {
|
|||
|
stroke-dasharray: 420,420;
|
|||
|
transition: 2.5s all ease;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.longer {
|
|||
|
stroke-dasharray: 512,512;
|
|||
|
transition: 2.5s all ease;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.short {
|
|||
|
stroke-dasharray: 90,90;
|
|||
|
transition: 5s all ease;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.shortest {
|
|||
|
stroke-dasharray: 5,5;
|
|||
|
transition: 2s all ease;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.round {
|
|||
|
stroke-linecap: round ;
|
|||
|
stroke-linejoin: round ;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.virtual {
|
|||
|
transition: .5s all ease;
|
|||
|
stroke-dasharray: 1.1, 3;
|
|||
|
stroke-linecap: round ;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.dashed {
|
|||
|
stroke-dasharray: 3, 3;
|
|||
|
}
|
|||
|
.reveal .icon.stroked path.hand {
|
|||
|
stroke-linecap: round;
|
|||
|
}
|
|||
|
.reveal .present path.virtual {
|
|||
|
-webkit-animation: virtual-outline 60s infinite linear;
|
|||
|
-moz-animation: virtual-outline 60s infinite linear;
|
|||
|
animation: virtual-outline 60s infinite linear;
|
|||
|
}
|
|||
|
@-webkit-keyframes virtual-outline {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
stroke-dashoffset: 512;
|
|||
|
}
|
|||
|
}
|
|||
|
@-moz-keyframes virtual-outline {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
stroke-dashoffset: 512;
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes virtual-outline {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
stroke-dashoffset: 512;
|
|||
|
}
|
|||
|
}
|
|||
|
.reveal a {
|
|||
|
box-shadow: 0 0.066666em;
|
|||
|
}
|
|||
|
.reveal .overview section.present {
|
|||
|
border: 12px solid white !important;
|
|||
|
box-shadow: 0 0 0 10px #ffffff, inset 0 0 0 6px rgba(0, 0, 0, 0.2);
|
|||
|
}
|
|||
|
.reveal .rh-pattern {
|
|||
|
width: 256px;
|
|||
|
height: 256px;
|
|||
|
}
|
|||
|
.reveal .rh-pattern path {
|
|||
|
transition: all .5s ease;
|
|||
|
}
|
|||
|
.reveal .future .rh-pattern path {
|
|||
|
stroke-dasharray: 0, 85 !important;
|
|||
|
}
|
|||
|
.reveal .present .rh-pattern path {
|
|||
|
stroke-dasharray: 80, 0 !important;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="snippet"] .sl-block-content > svg,
|
|||
|
.reveal div[data-block-type="snippet"] > .sl-block-content > svg,
|
|||
|
.reveal div[data-block-type="snippet"] .icon,
|
|||
|
.reveal div[data-block-type="snippet"] .product {
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
left: 0;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="snippet"] .sl-block-content > svg:not(:last-child) {
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="snippet"] .icon {
|
|||
|
top: -15%;
|
|||
|
right: -15%;
|
|||
|
bottom: -15%;
|
|||
|
left: -15%;
|
|||
|
width: 130%;
|
|||
|
height: 130%;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="snippet"] {
|
|||
|
min-width: 60px !important;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="text"] {
|
|||
|
font-size: 20px;
|
|||
|
}
|
|||
|
.reveal .triangle-element,
|
|||
|
.reveal .triangle-element * {
|
|||
|
user-select: none;
|
|||
|
}
|
|||
|
.reveal .has-light-background .closing-logo.logotype path {
|
|||
|
fill: black !important;
|
|||
|
}
|
|||
|
@-webkit-keyframes closing-animation {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(4) translate(40%);
|
|||
|
transform: scale(4) translate(40%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
80% {
|
|||
|
-webkit-transform: scale(1) translate(30%);
|
|||
|
transform: scale(1) translate(30%);
|
|||
|
}
|
|||
|
}
|
|||
|
@-moz-keyframes closing-animation {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(4) translate(40%);
|
|||
|
transform: scale(4) translate(40%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
80% {
|
|||
|
-webkit-transform: scale(1) translate(30%);
|
|||
|
transform: scale(1) translate(30%);
|
|||
|
}
|
|||
|
}
|
|||
|
@-o-keyframes closing-animation {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(4) translate(40%);
|
|||
|
transform: scale(4) translate(40%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
80% {
|
|||
|
-webkit-transform: scale(1) translate(30%);
|
|||
|
transform: scale(1) translate(30%);
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes closing-animation {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(4) translate(40%);
|
|||
|
transform: scale(4) translate(40%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
80% {
|
|||
|
-webkit-transform: scale(1) translate(30%);
|
|||
|
transform: scale(1) translate(30%);
|
|||
|
}
|
|||
|
}
|
|||
|
.reveal .present .closing-logo.icon {
|
|||
|
-webkit-animation: closing-animation 1.5s 1;
|
|||
|
-moz-animation: closing-animation 1.5s 1;
|
|||
|
-o-animation: closing-animation 1.5s 1;
|
|||
|
animation: closing-animation 1.5s 1;
|
|||
|
}
|
|||
|
.reveal .present .closing-logo.logotype {
|
|||
|
-webkit-animation: closing-text-animation 1.8s 1;
|
|||
|
-moz-animation: closing-text-animation 1.8s 1;
|
|||
|
-o-animation: closing-text-animation 1.8s 1;
|
|||
|
animation: closing-text-animation 1.8s 1;
|
|||
|
}
|
|||
|
@-webkit-keyframes closing-text-animation {
|
|||
|
0% {
|
|||
|
opacity: 0;
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
}
|
|||
|
70% {
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
transform: none;
|
|||
|
opacity: 1;
|
|||
|
-webkit-transform: none;
|
|||
|
}
|
|||
|
}
|
|||
|
@-moz-keyframes closing-text-animation {
|
|||
|
0% {
|
|||
|
opacity: 0;
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
}
|
|||
|
70% {
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
transform: none;
|
|||
|
opacity: 1;
|
|||
|
-webkit-transform: none;
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes closing-text-animation {
|
|||
|
0% {
|
|||
|
opacity: 0;
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
}
|
|||
|
70% {
|
|||
|
-webkit-transform: translate(-10%);
|
|||
|
transform: translate(-10%);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
100% {
|
|||
|
transform: none;
|
|||
|
opacity: 1;
|
|||
|
-webkit-transform: none;
|
|||
|
}
|
|||
|
}
|
|||
|
.reveal .brand-pattern-paths path,
|
|||
|
.reveal .pattern-path {
|
|||
|
stroke-width: 1;
|
|||
|
fill: none;
|
|||
|
}
|
|||
|
.reveal .brand-pattern-paths path {
|
|||
|
fill: none !important;
|
|||
|
}
|
|||
|
.reveal pattern {
|
|||
|
patterntransform: scale(2) !important;
|
|||
|
}
|
|||
|
.reveal pattern.normal use {
|
|||
|
stroke: currentcolor;
|
|||
|
fill: none;
|
|||
|
}
|
|||
|
.reveal pattern.light use {
|
|||
|
stroke: #fff !important;
|
|||
|
fill: none;
|
|||
|
}
|
|||
|
.reveal pattern.dark use {
|
|||
|
stroke: #000 !important;
|
|||
|
fill: none;
|
|||
|
}
|
|||
|
.reveal .brand-pattern {
|
|||
|
min-width: 40px;
|
|||
|
min-height: 40px;
|
|||
|
position: absolute;
|
|||
|
top: 0 ;
|
|||
|
left: 0 ;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.reveal .brand-pattern path,
|
|||
|
.reveal .brand-pattern rect {
|
|||
|
width: 100% !important;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.reveal .brand-pattern.corporate {
|
|||
|
fill: url(#pattern-corporate);
|
|||
|
}
|
|||
|
.reveal #pattern-corporate-2 use {
|
|||
|
stroke: #dd0000;
|
|||
|
}
|
|||
|
.reveal #pattern-corporate use {
|
|||
|
stroke: #cc0000;
|
|||
|
}
|
|||
|
.reveal section,
|
|||
|
.reveal .slide-background {
|
|||
|
-webkit-backface-visibility: hidden;
|
|||
|
-ms-backface-visibility: hidden;
|
|||
|
backface-visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide,
|
|||
|
.reveal .slides > section.transition-slide + section.future,
|
|||
|
.reveal .slides > section.transition-slide + section.present,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide + .slide-background.future,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide + .slide-background.present {
|
|||
|
transition: all 1s ease !important;
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide {
|
|||
|
opacity: 1 ;
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide.past {
|
|||
|
z-index: 99;
|
|||
|
-webkit-transform: translate(-100%, 0);
|
|||
|
-ms-transform: translate(-100%, 0);
|
|||
|
transform: translate(-100%, 0);
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide.future,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide.present + .slide-background.future {
|
|||
|
-webkit-transform: translate(100%, 0);
|
|||
|
-ms-transform: translate(100%, 0);
|
|||
|
transform: translate(100%, 0);
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide.past {
|
|||
|
z-index: 99;
|
|||
|
-webkit-transform: translate(-150%, 0);
|
|||
|
-ms-transform: translate(-150%, 0);
|
|||
|
transform: translate(-150%, 0);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide.future,
|
|||
|
.reveal .slides > section.transition-slide.future + section {
|
|||
|
-webkit-transform: translate(150%, 0);
|
|||
|
-ms-transform: translate(150%, 0);
|
|||
|
transform: translate(150%, 0);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide-up,
|
|||
|
.reveal .slides > section.transition-slide-up + section.future,
|
|||
|
.reveal .slides > section.transition-slide-up + section.present,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up + .slide-background.future .backgrounds > .slide-background.transition-slide-up + .slide-background.present {
|
|||
|
transition: all 1s ease !important;
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up {
|
|||
|
opacity: 1 ;
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up.past {
|
|||
|
z-index: 99;
|
|||
|
-webkit-transform: translate(0, -100%);
|
|||
|
-ms-transform: translate(0, -100%);
|
|||
|
transform: translate(0, -100%);
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up.future,
|
|||
|
.reveal .backgrounds > .slide-background.transition-slide-up.present + .slide-background.future {
|
|||
|
-webkit-transform: translate(0, 100%);
|
|||
|
-ms-transform: translate(0, 100%);
|
|||
|
transform: translate(0, 100%);
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide-up.past {
|
|||
|
z-index: 99;
|
|||
|
-webkit-transform: translate(0, -150%);
|
|||
|
-ms-transform: translate(0, -150%);
|
|||
|
transform: translate(0, -150%);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-slide-up.future,
|
|||
|
.reveal .slides > section.transition-slide-up.present + section {
|
|||
|
-webkit-transform: translate(0, 150%);
|
|||
|
-ms-transform: translate(0, 150%);
|
|||
|
transform: translate(0, 150%);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-zoom-in,
|
|||
|
.reveal .slides > section.transition-zoom-in + section.future,
|
|||
|
.reveal .slides > section.transition-zoom-in + section.present,
|
|||
|
.reveal .backgrounds > .slide-background.transition-zoom-in,
|
|||
|
.reveal .backgrounds > .slide-background.transition-zoom-in + .slide-background.future .backgrounds > .slide-background.transition-zoom-in + .slide-background.present {
|
|||
|
-webkit-transition: all 1s ease !important;
|
|||
|
-moz-transition: all 1s ease !important;
|
|||
|
transition: all 1s ease !important;
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-zoom-in.past {
|
|||
|
opacity: 0 !important;
|
|||
|
-webkit-transform: scale(1.5);
|
|||
|
-ms-transform: scale(0.1 0.5);
|
|||
|
transform: scale(1.5);
|
|||
|
}
|
|||
|
.reveal .backgrounds > .slide-background.transition-zoom-in.future,
|
|||
|
.reveal .backgrounds > .slide-background.transition-zoom-in.present + .slide-background.future {
|
|||
|
opacity: 0 !important;
|
|||
|
-webkit-transform: scale(0.01);
|
|||
|
-ms-transform: scale(0.01);
|
|||
|
transform: scale(0.01);
|
|||
|
}
|
|||
|
.reveal .past {
|
|||
|
z-index: -1;
|
|||
|
opacity: 0 !important;
|
|||
|
}
|
|||
|
.reveal .present + .slide-background.future {
|
|||
|
z-index: 99;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-zoom-in.past {
|
|||
|
z-index: 99;
|
|||
|
-webkit-transform: scale(1.5);
|
|||
|
-ms-transform: scale(1.5);
|
|||
|
transform: scale(1.5);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
.reveal .slides > section.transition-zoom-in.future {
|
|||
|
-webkit-transform: scale(0.1);
|
|||
|
-ms-transform: scale(0.1);
|
|||
|
transform: scale(0.1);
|
|||
|
visibility: hidden;
|
|||
|
}
|
|||
|
@-webkit-keyframes icon-animation-long {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 420;
|
|||
|
stroke-width: .5px;
|
|||
|
}
|
|||
|
}
|
|||
|
@-moz-keyframes icon-animation-long {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 420;
|
|||
|
stroke-width: .5px;
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes icon-animation-long {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 420;
|
|||
|
stroke-width: .5px;
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes icon-animation-short {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 90;
|
|||
|
}
|
|||
|
}
|
|||
|
@-moz-keyframes icon-animation-short {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 90;
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes icon-animation-short {
|
|||
|
0% {
|
|||
|
stroke-dashoffset: 90;
|
|||
|
}
|
|||
|
}
|
|||
|
.reveal .present .animate.icon.stroked path,
|
|||
|
.reveal .present .animate .icon.stroked path,
|
|||
|
.reveal .fragment .icon.stroked path {
|
|||
|
animation: 0;
|
|||
|
-moz-animation: 0;
|
|||
|
-webkit-animation: 0;
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .present .animate.icon.stroked path.long,
|
|||
|
.reveal .present .animate .icon.stroked path.long,
|
|||
|
.reveal .fragment.visible .icon.stroked path.long {
|
|||
|
display: block;
|
|||
|
stroke-width: 2px ;
|
|||
|
-webkit-animation: icon-animation-long 3.5s 0.5s 1;
|
|||
|
-moz-animation: icon-animation-long 3.5s 0.5s 1;
|
|||
|
animation: icon-animation-long 3.5s 0.5s 1;
|
|||
|
}
|
|||
|
.reveal .present .animate.icon.stroked path.short,
|
|||
|
.reveal .present .animate .icon.stroked path.short,
|
|||
|
.reveal .fragment.visible .icon.stroked path.short {
|
|||
|
display: block;
|
|||
|
-webkit-animation: icon-animation-short 3.5s 0.5s 1 !important;
|
|||
|
-moz-animation: icon-animation-short 3.5s 0.5s 1 !important;
|
|||
|
animation: icon-animation-short 3.5s 0.5s 1 !important;
|
|||
|
}
|
|||
|
.reveal .triangle-element {
|
|||
|
transition: all 0.4s cubic-bezier(0.21, 0.9, 0.55, 1) 5s;
|
|||
|
}
|
|||
|
.reveal.reveal:hover .triangle-element {
|
|||
|
transition: all 1s cubic-bezier(0.21, 0.9, 0.55, 1.16) 0s !important;
|
|||
|
top: 100% !important;
|
|||
|
left: 100% !important;
|
|||
|
opacity: 0.95;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .only-dark {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .has-light-background .only-light {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .thinner .icon.stroked path {
|
|||
|
stroke-width: 1px !important;
|
|||
|
}
|
|||
|
.reveal .thinnest .icon.stroked path {
|
|||
|
stroke-width: 0.05em !important;
|
|||
|
}
|
|||
|
.reveal .thicker .icon.stroked path {
|
|||
|
stroke-width: 3px !important;
|
|||
|
}
|
|||
|
.reveal .thickest .icon.stroked path {
|
|||
|
stroke-width: 4px !important;
|
|||
|
}
|
|||
|
.reveal .angle {
|
|||
|
-ms-transform: rotate(-45deg);
|
|||
|
-moz-transform: rotate(-45deg);
|
|||
|
-webkit-transform: rotate(-45deg);
|
|||
|
transform: rotate(-45deg);
|
|||
|
}
|
|||
|
.reveal .rangle {
|
|||
|
-ms-transform: rotate(45deg);
|
|||
|
-moz-transform: rotate(45deg);
|
|||
|
-webkit-transform: rotate(45deg);
|
|||
|
transform: rotate(45deg);
|
|||
|
}
|
|||
|
.reveal .sl-block > .vertical {
|
|||
|
-ms-transform: rotate(-90deg);
|
|||
|
-moz-transform: rotate(-90deg);
|
|||
|
-webkit-transform: rotate(-90deg);
|
|||
|
transform: rotate(-90deg);
|
|||
|
}
|
|||
|
.reveal .skewed {
|
|||
|
transition: all 1s cubic-bezier(0.13, 0.81, 0.08, 1);
|
|||
|
-moz-transform: skew(-45deg, 0);
|
|||
|
-ms-transform: skew(-45deg, 0);
|
|||
|
-webkit-transform: skew(-45deg, 0);
|
|||
|
transform: skew(-45deg, 0);
|
|||
|
}
|
|||
|
.reveal .future .skewed {
|
|||
|
margin-left: -800%;
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .past .skewed {
|
|||
|
margin-left: 800%;
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .item-label,
|
|||
|
.reveal .item-box {
|
|||
|
letter-spacing: 0em;
|
|||
|
font-weight: 500;
|
|||
|
}
|
|||
|
.reveal .epic-content-box {
|
|||
|
height: 100%;
|
|||
|
width: 100%;
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .epic-content-box {
|
|||
|
box-shadow: inset 0 0 0.51em rgba(0, 0, 0, 0.25), 0 0.05em 0.05em rgba(255, 255, 255, 0.1);
|
|||
|
background-color: rgba(0, 0, 0, 0.15);
|
|||
|
}
|
|||
|
.reveal .has-light-background .epic-content-box {
|
|||
|
box-shadow: inset 0 0 0.2em rgba(255, 255, 255, 0.5), 0 0.06666em 0.555em 0 rgba(0, 0, 0, 0.12);
|
|||
|
}
|
|||
|
.reveal .controls {
|
|||
|
bottom: 1%;
|
|||
|
right: 1%;
|
|||
|
}
|
|||
|
.reveal .controls button {
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .controls button.enabled {
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
.reveal .controls {
|
|||
|
opacity: 0 !important;
|
|||
|
transition: opacity .5s ease 4.8s, transform .5s ease 4.8s;
|
|||
|
transform: scale(0.4);
|
|||
|
}
|
|||
|
.reveal.reveal:hover .controls {
|
|||
|
transform: scale(1);
|
|||
|
opacity: 1 !important;
|
|||
|
transition: opacity .5s ease 0s, transform .5s ease 0s;
|
|||
|
}
|
|||
|
.reveal .backgrounds {
|
|||
|
transition-property: height;
|
|||
|
transition-duration: 1s;
|
|||
|
perspective: 1000px;
|
|||
|
transform-style: preserve-3d;
|
|||
|
}
|
|||
|
.reveal .complex-logo {
|
|||
|
min-height: 70px;
|
|||
|
min-width: 70px;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.reveal .complex-logo,
|
|||
|
.reveal .complex-logo svg,
|
|||
|
.reveal .complex-logo > div {
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.reveal .complex-logo > div.line-icon,
|
|||
|
.reveal .complex-logo svg > div.line-icon,
|
|||
|
.reveal .complex-logo > div > div.line-icon,
|
|||
|
.reveal .complex-logo > div.logomark,
|
|||
|
.reveal .complex-logo svg > div.logomark,
|
|||
|
.reveal .complex-logo > div > div.logomark {
|
|||
|
transform-origin: 12% 50%;
|
|||
|
}
|
|||
|
.reveal .animated .complex-logo div {
|
|||
|
transition: all .5s ease;
|
|||
|
}
|
|||
|
.reveal .animated .complex-logo div.line-icon {
|
|||
|
transition-delay: 2s;
|
|||
|
}
|
|||
|
.reveal .animated .complex-logo div.line-icon path {
|
|||
|
transition: all 1s ease .52s;
|
|||
|
stroke-dasharray: 100 ,10;
|
|||
|
}
|
|||
|
.reveal .animated .complex-logo div.event-name {
|
|||
|
transition-delay: 1s;
|
|||
|
}
|
|||
|
.reveal .animated .complex-logo div.location {
|
|||
|
transition-delay: 1.4s;
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo > div {
|
|||
|
transition: none;
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo > div.line-icon path {
|
|||
|
stroke-dasharray: 0 ,100;
|
|||
|
transition: none;
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo {
|
|||
|
/*.line-icon{transform:rotate(30deg); opacity:0;}*/
|
|||
|
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo .logomark {
|
|||
|
transform: translate(0, -20%);
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo .location {
|
|||
|
transform: translate(0, 0.5em);
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .future .animated .complex-logo .event-name {
|
|||
|
opacity: 0;
|
|||
|
transform: translate(-0.6em, 0);
|
|||
|
}
|
|||
|
.reveal .lowercase {
|
|||
|
text-transform: lowercase;
|
|||
|
}
|
|||
|
.reveal .pop-in.fragment {
|
|||
|
-webkit-transform: scale(0.2);
|
|||
|
-moz-transform: scale(0.2);
|
|||
|
-ms-transform: scale(0.2);
|
|||
|
transform: scale(0.2);
|
|||
|
-webkit-transition: 2s ease 0.25s;
|
|||
|
-moz-transition: 2s ease 0.25s;
|
|||
|
-ms-transition: 2s ease 0.25s;
|
|||
|
transition: 2s ease 0.25s;
|
|||
|
-webkit-animation-delay: 0.66s;
|
|||
|
-moz-animation-delay: 0.66s;
|
|||
|
-ms-animation-delay: 0.66s;
|
|||
|
animation-delay: 0.66s;
|
|||
|
}
|
|||
|
.reveal .pop-in.fragment.visible {
|
|||
|
-webkit-transform: scale(1);
|
|||
|
-moz-transform: scale(1);
|
|||
|
-ms-transform: scale(1);
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
.reveal .pop-in.fragment.current-fragment {
|
|||
|
color: #c22;
|
|||
|
}
|
|||
|
.reveal .grow-width {
|
|||
|
-webkit-transition: all 0.5s ease 0.2s;
|
|||
|
-moz-transition: all 0.5s ease 0.2s;
|
|||
|
-o-transition: all 0.5s ease 0.2s;
|
|||
|
-ms-transition: all 0.5s ease 0.2s;
|
|||
|
transition: all 0.5s ease 0.2s;
|
|||
|
}
|
|||
|
.reveal .future .grow-width {
|
|||
|
width: 0% !important;
|
|||
|
-webkit-transition: none;
|
|||
|
-moz-transition: none;
|
|||
|
-o-transition: none;
|
|||
|
-ms-transition: none;
|
|||
|
transition: none;
|
|||
|
}
|
|||
|
.reveal .stampit {
|
|||
|
-webkit-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
|||
|
-moz-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
|||
|
-ms-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
|||
|
transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
|||
|
}
|
|||
|
.reveal .future .stampit {
|
|||
|
-webkit-transform: rotate(-12deg) scale(2);
|
|||
|
-moz-transform: rotate(-12deg) scale(2);
|
|||
|
-ms-transform: rotate(-12deg) scale(2);
|
|||
|
transform: rotate(-12deg) scale(2);
|
|||
|
-webkit-transition: none;
|
|||
|
-moz-transition: none;
|
|||
|
-ms-transition: none;
|
|||
|
transition: none;
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .headshot img {
|
|||
|
border-radius: 50%;
|
|||
|
border: 4px solid #c00 !important;
|
|||
|
}
|
|||
|
.reveal .condensed {
|
|||
|
letter-spacing: 0.02em;
|
|||
|
}
|
|||
|
.reveal .condensed li {
|
|||
|
margin-bottom: 1em ;
|
|||
|
}
|
|||
|
.reveal .has-light-background .sl-block .has-dark-background > svg.redhat-logo .logotext {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal .has-light-background .sl-block .reversed.redhat-logo .logotext,
|
|||
|
.reveal .has-light-background .sl-block .reversed .redhat-logo .logotext,
|
|||
|
.reveal .has-light-background .sl-block .has-dark-background > .redhat-logo .logotext {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .sl-block .reversed.redhat-logo .logotext,
|
|||
|
.reveal .has-dark-background .sl-block .reversed .redhat-logo .logotext,
|
|||
|
.reveal .has-dark-background .sl-block .has-light-background > .redhat-logo .logotext {
|
|||
|
fill: #000000 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .has-light-background .logo .only-dark path,
|
|||
|
.reveal .has-light-background .mono.redhat-logo path {
|
|||
|
fill: #000000 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .mono.redhat-logo path {
|
|||
|
fill: #ffffff;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .logo .only-dark {
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.reveal .has-light-background .logo .only-light {
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.reveal .has-light-background .logo .only-dark {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .logo .only-light {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .has-light-background .reversed svg path {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .reversed svg path {
|
|||
|
fill: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .has-light-background .logo .only-light,
|
|||
|
.reveal .has-dark-background .reversed .logo .only-dark {
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.reveal .has-light-background .has-dark-background .logo .only-dark,
|
|||
|
.reveal .has-light-background .logo .only-light {
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.reveal .has-light-background .has-dark-background .redhat-logo .only-dark,
|
|||
|
.reveal .has-light-background .redhat-logo .only-light {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal .has-light-background .has-dark-background .logo .only-light,
|
|||
|
.reveal .has-light-background .logo .only-dark,
|
|||
|
.reveal .has-dark-background .has-light-background .logo .only-dark,
|
|||
|
.reveal .has-dark-background .logo .only-light {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .future .fade-up,
|
|||
|
.reveal .future .fade-down,
|
|||
|
.reveal .future .fade-left,
|
|||
|
.reveal .future .fade-right,
|
|||
|
.reveal .future .fade-zoom {
|
|||
|
-webkit-transition: none;
|
|||
|
transition: none;
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-up,
|
|||
|
.reveal .fade-up.fragment {
|
|||
|
-webkit-transform: translate(0, 2em);
|
|||
|
-ms-transform: translate(0, 2em);
|
|||
|
transform: translate(0, 2em);
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-down,
|
|||
|
.reveal .fade-down.fragment {
|
|||
|
-webkit-transform: translate(0, -2em);
|
|||
|
-ms-transform: translate(0, -2em);
|
|||
|
transform: translate(0, -2em);
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-left,
|
|||
|
.reveal .fade-left.fragment {
|
|||
|
-webkit-transform: translate(2em, 0);
|
|||
|
-ms-transform: translate(2em, 0);
|
|||
|
transform: translate(2em, 0);
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-right,
|
|||
|
.reveal .fade-right.fragment {
|
|||
|
-webkit-transform: translate(-2em, 0);
|
|||
|
-ms-transform: translate(-2em, 0);
|
|||
|
transform: translate(-2em, 0);
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-zoom,
|
|||
|
.reveal .fade-zoom.fragment {
|
|||
|
-webkit-transform: scale(0.1);
|
|||
|
-ms-transform: scale(0.1);
|
|||
|
transform: scale(0.1);
|
|||
|
opacity: 0;
|
|||
|
filter: alpha(opacity=0);
|
|||
|
}
|
|||
|
.reveal .future .fade-in {
|
|||
|
transition: none;
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .present .fade-in,
|
|||
|
.reveal .present .fade-up,
|
|||
|
.reveal .present .fade-down,
|
|||
|
.reveal .present .fade-left,
|
|||
|
.reveal .present .fade-right,
|
|||
|
.reveal .present .fade-zoom {
|
|||
|
-webkit-transition: all .5s ease .5s;
|
|||
|
transition: all .5s ease .5s;
|
|||
|
opacity: 1;
|
|||
|
filter: alpha(opacity=100);
|
|||
|
}
|
|||
|
.reveal .present .fragment.visible.fade-up,
|
|||
|
.reveal .present .fragment.visible.fade-down,
|
|||
|
.reveal .present .fragment.visible.fade-left,
|
|||
|
.reveal .present .fragment.visible.fade-right,
|
|||
|
.reveal .present .fragment.visible.fade-zoom {
|
|||
|
-webkit-transform: none ;
|
|||
|
-ms-transform: none ;
|
|||
|
transform: none ;
|
|||
|
opacity: 1;
|
|||
|
filter: alpha(opacity=100);
|
|||
|
}
|
|||
|
.reveal .sl-block {
|
|||
|
font-family: "Overpass 2", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Overpass, sans-serif !important;
|
|||
|
}
|
|||
|
.reveal .has-light-background .icon.stroked {
|
|||
|
color: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .icon.stroked path {
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .only-light-background {
|
|||
|
display: none !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .only-dark-background {
|
|||
|
display: block !important;
|
|||
|
}
|
|||
|
.reveal a.call-to-action:hover {
|
|||
|
background-color: #d00 !important;
|
|||
|
box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.05) !important;
|
|||
|
text-shadow: none !important;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="snippet"] table {
|
|||
|
width: 100% !important;
|
|||
|
max-width: 100% !important;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="snippet"] table td {
|
|||
|
border-color: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="snippet"] table td {
|
|||
|
text-align: inherit !important;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="text"] table {
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="text"] table td {
|
|||
|
border-color: currentcolor;
|
|||
|
}
|
|||
|
.reveal .sl-block[data-block-type="text"] table td {
|
|||
|
text-align: inherit;
|
|||
|
}
|
|||
|
.reveal.reveal .sl-block[data-block-type="image"] .person {
|
|||
|
border-radius: 50%;
|
|||
|
position: relative !important;
|
|||
|
background-color: transparent;
|
|||
|
height: auto !important;
|
|||
|
}
|
|||
|
.reveal.reveal .sl-block[data-block-type="image"] .person:before {
|
|||
|
content: "" !important;
|
|||
|
display: block !important;
|
|||
|
padding-top: 100% ;
|
|||
|
position: relative !important ;
|
|||
|
/* 4:3 aspect ratio */
|
|||
|
|
|||
|
}
|
|||
|
.reveal.reveal .sl-block[data-block-type="image"] .person > img {
|
|||
|
position: absolute ;
|
|||
|
margin: 0 auto !important;
|
|||
|
left: 0% ;
|
|||
|
right: 0 ;
|
|||
|
width: auto !important;
|
|||
|
top: 0 ;
|
|||
|
bottom: 0 ;
|
|||
|
}
|
|||
|
.reveal .present .delay-1 {
|
|||
|
transition-delay: 0.1s;
|
|||
|
}
|
|||
|
.reveal .present .delay-2 {
|
|||
|
transition-delay: 0.2s;
|
|||
|
}
|
|||
|
.reveal .present .delay-3 {
|
|||
|
transition-delay: 0.3s;
|
|||
|
}
|
|||
|
.reveal .present .delay-4 {
|
|||
|
transition-delay: 0.4s;
|
|||
|
}
|
|||
|
.reveal .present .delay-5 {
|
|||
|
transition-delay: 0.5s;
|
|||
|
}
|
|||
|
.reveal .present .delay-6 {
|
|||
|
transition-delay: 0.6s;
|
|||
|
}
|
|||
|
.reveal .present .delay-7 {
|
|||
|
transition-delay: 0.7s;
|
|||
|
}
|
|||
|
.reveal .present .delay-8 {
|
|||
|
transition-delay: 0.8s;
|
|||
|
}
|
|||
|
.reveal .present .delay-9 {
|
|||
|
transition-delay: 0.9s;
|
|||
|
}
|
|||
|
.reveal .present .delay-10 {
|
|||
|
transition-delay: 1s;
|
|||
|
}
|
|||
|
.reveal .present .delay-11 {
|
|||
|
transition-delay: 1.1s;
|
|||
|
}
|
|||
|
.reveal .present .delay-12 {
|
|||
|
transition-delay: 1.2s;
|
|||
|
}
|
|||
|
.reveal .present .delay-13 {
|
|||
|
transition-delay: 1.3s;
|
|||
|
}
|
|||
|
.reveal .present .delay-14 {
|
|||
|
transition-delay: 1.4s;
|
|||
|
}
|
|||
|
.reveal .present .delay-15 {
|
|||
|
transition-delay: 1.5s;
|
|||
|
}
|
|||
|
.reveal .present .delay-16 {
|
|||
|
transition-delay: 1.6s;
|
|||
|
}
|
|||
|
.reveal .present .delay-17 {
|
|||
|
transition-delay: 1.7s;
|
|||
|
}
|
|||
|
.reveal .present .delay-18 {
|
|||
|
transition-delay: 1.8s;
|
|||
|
}
|
|||
|
.reveal .present .delay-19 {
|
|||
|
transition-delay: 1.9s;
|
|||
|
}
|
|||
|
.reveal .present .delay-20 {
|
|||
|
transition-delay: 2s;
|
|||
|
}
|
|||
|
.reveal .present .delay-21 {
|
|||
|
transition-delay: 2.1s;
|
|||
|
}
|
|||
|
.reveal .present .delay-22 {
|
|||
|
transition-delay: 2.2s;
|
|||
|
}
|
|||
|
.reveal .present .delay-23 {
|
|||
|
transition-delay: 2.3s;
|
|||
|
}
|
|||
|
.reveal .present .delay-24 {
|
|||
|
transition-delay: 2.4s;
|
|||
|
}
|
|||
|
.reveal .present .delay-25 {
|
|||
|
transition-delay: 2.5s;
|
|||
|
}
|
|||
|
.reveal .present .delay-26 {
|
|||
|
transition-delay: 2.6s;
|
|||
|
}
|
|||
|
.reveal .present .delay-27 {
|
|||
|
transition-delay: 2.7s;
|
|||
|
}
|
|||
|
.reveal .present .delay-28 {
|
|||
|
transition-delay: 2.8s;
|
|||
|
}
|
|||
|
.reveal .present .delay-29 {
|
|||
|
transition-delay: 2.9s;
|
|||
|
}
|
|||
|
.reveal .present .delay-30 {
|
|||
|
transition-delay: 3s;
|
|||
|
}
|
|||
|
.reveal .present .delay-31 {
|
|||
|
transition-delay: 3.1s;
|
|||
|
}
|
|||
|
.reveal .present .delay-32 {
|
|||
|
transition-delay: 3.2s;
|
|||
|
}
|
|||
|
.reveal .present .delay-33 {
|
|||
|
transition-delay: 3.3s;
|
|||
|
}
|
|||
|
.reveal .present .delay-34 {
|
|||
|
transition-delay: 3.4s;
|
|||
|
}
|
|||
|
.reveal .present .delay-35 {
|
|||
|
transition-delay: 3.5s;
|
|||
|
}
|
|||
|
.reveal .present .delay-36 {
|
|||
|
transition-delay: 3.6s;
|
|||
|
}
|
|||
|
.reveal .present .delay-37 {
|
|||
|
transition-delay: 3.7s;
|
|||
|
}
|
|||
|
.reveal .present .delay-38 {
|
|||
|
transition-delay: 3.8s;
|
|||
|
}
|
|||
|
.reveal .present .delay-39 {
|
|||
|
transition-delay: 3.9s;
|
|||
|
}
|
|||
|
.reveal .present .delay-40 {
|
|||
|
transition-delay: 4s;
|
|||
|
}
|
|||
|
.reveal .light-foreground .sl-block * {
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .dark-foreground .sl-block * {
|
|||
|
color: #000;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .invert {
|
|||
|
color: #000;
|
|||
|
}
|
|||
|
.reveal .has-light-background .invert * {
|
|||
|
color: #fff ;
|
|||
|
}
|
|||
|
.reveal .has-light-background .invert .only-light-background {
|
|||
|
display: none ;
|
|||
|
}
|
|||
|
.reveal .has-light-background .invert .only-dark-background {
|
|||
|
display: block !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .invert .only-light-background {
|
|||
|
display: block !important ;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .invert .only-dark-background {
|
|||
|
display: none !important;
|
|||
|
}
|
|||
|
.reveal .slide-number {
|
|||
|
position: absolute !important;
|
|||
|
opacity: 1;
|
|||
|
right: 1em;
|
|||
|
height: 28px;
|
|||
|
min-width: 28px;
|
|||
|
bottom: auto;
|
|||
|
left: auto;
|
|||
|
text-align: center;
|
|||
|
font-size: 14px;
|
|||
|
border-radius: 28px;
|
|||
|
line-height: 28px;
|
|||
|
color: white;
|
|||
|
text-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4);
|
|||
|
top: 1em;
|
|||
|
font-family: "Overpass 2", Overpass, sans-serif;
|
|||
|
font-weight: 500;
|
|||
|
white-space: nowrap;
|
|||
|
padding: 4px;
|
|||
|
box-sizing: content-box;
|
|||
|
}
|
|||
|
.reveal .slide-number-delimiter {
|
|||
|
margin: 0 1px;
|
|||
|
}
|
|||
|
.reveal.reveal .present.in-3d-appear {
|
|||
|
transform: translatez(0em) !important;
|
|||
|
animation: none !important;
|
|||
|
transition: transform 1s ease !important;
|
|||
|
}
|
|||
|
.reveal.reveal .future.in-3d-appear {
|
|||
|
transform: translatez(10em) rotateX(21deg) !important;
|
|||
|
animation: none !important;
|
|||
|
}
|
|||
|
.reveal .no-filter img,
|
|||
|
.reveal .no-filter {
|
|||
|
filter: none !important;
|
|||
|
-webkit-filter: none !important;
|
|||
|
}
|
|||
|
.reveal .present .fade-in-slow {
|
|||
|
transition: all 5s ease;
|
|||
|
}
|
|||
|
.reveal .future .fade-in-slow {
|
|||
|
transition: none;
|
|||
|
opacity: 0;
|
|||
|
}
|
|||
|
.reveal .redhat-logo .logotext {
|
|||
|
fill: #000000 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background .redhat-logo .logotext {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal [data-block-type="table"] .sl-block-content {
|
|||
|
font-size: .75em;
|
|||
|
background-color: #c00;
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal [data-block-type="table"] td {
|
|||
|
background-color: #e5e5e5;
|
|||
|
color: #333;
|
|||
|
border-color: white;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="table"] th {
|
|||
|
font-weight: 500;
|
|||
|
}
|
|||
|
.reveal [data-block-type="table"] tr:nth-child(odd) td {
|
|||
|
background-color: #f5f5f5;
|
|||
|
color: #333;
|
|||
|
}
|
|||
|
.reveal .has-dark-background > [data-block-type="table"] td {
|
|||
|
background-color: #131619;
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal .has-dark-background > [data-block-type="table"] tr:nth-child(odd) td {
|
|||
|
background-color: #232629;
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
.reveal [data-block-type="code"],
|
|||
|
.reveal .hljs {
|
|||
|
background-color: white ;
|
|||
|
color: rgba(55, 55, 55, 0.85) !important;
|
|||
|
}
|
|||
|
.reveal section .hljs {
|
|||
|
background-color: white !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [data-block-type="code"],
|
|||
|
.reveal .has-dark-background .hljs {
|
|||
|
background-color: #012736!important ;
|
|||
|
color: rgba(255, 255, 255, 0.85) !important;
|
|||
|
}
|
|||
|
.reveal [data-block-type="code"] pre {
|
|||
|
letter-spacing: 0.015em;
|
|||
|
line-height: 1.5em;
|
|||
|
}
|
|||
|
.reveal .has-light-background[data-block-type="code"] pre,
|
|||
|
.reveal [data-block-type="code"] pre {
|
|||
|
background-color: white ;
|
|||
|
color: currentcolor;
|
|||
|
padding: 1em !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [data-block-type="code"] pre {
|
|||
|
background-color: #012736 ;
|
|||
|
}
|
|||
|
.reveal .hljs,
|
|||
|
.reveal pre,
|
|||
|
.reveal code {
|
|||
|
font-family: 'Overpass Mono', monospace !important;
|
|||
|
font-weight: 200 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-literal {
|
|||
|
color: #ffb612 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-keyword {
|
|||
|
color: #ffb612;
|
|||
|
font-weight: 700 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-string {
|
|||
|
color: #88c639;
|
|||
|
font-weight: 700;
|
|||
|
}
|
|||
|
.reveal .hljs-comment {
|
|||
|
color: #94a0a7 !important;
|
|||
|
font-weight: 400 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-params {
|
|||
|
color: #028c98 ;
|
|||
|
font-weight: 700;
|
|||
|
}
|
|||
|
.reveal .hljs-attr {
|
|||
|
color: #EC7A08 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-tag {
|
|||
|
color: #7F5FAE !important;
|
|||
|
}
|
|||
|
.reveal .hljs-name {
|
|||
|
color: #028c98 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-string {
|
|||
|
color: #7f5fae !important;
|
|||
|
}
|
|||
|
.reveal .hljs-comment {
|
|||
|
color: rgba(125, 125, 125, 0.65) !important;
|
|||
|
}
|
|||
|
.reveal .hljs-number {
|
|||
|
color: #4e9fdd !important;
|
|||
|
}
|
|||
|
.reveal .hljs-attribute {
|
|||
|
color: #ec9e34 !important;
|
|||
|
}
|
|||
|
.reveal .hljs-variable {
|
|||
|
color: #4e9fdd !important;
|
|||
|
}
|
|||
|
.reveal .hljs-built_in {
|
|||
|
color: #ee1122!important;
|
|||
|
}
|
|||
|
.reveal .hljs-selector-class {
|
|||
|
color: #55aab2 !important;
|
|||
|
}
|
|||
|
.reveal [data-line-end-type="line-arrow"] line,
|
|||
|
.reveal [data-line-start-type="line-arrow"] line,
|
|||
|
.reveal [data-line-end-type="line-arrow"] path {
|
|||
|
stroke-linecap: round;
|
|||
|
stroke-linejoin: square;
|
|||
|
}
|
|||
|
.reveal div[data-block-type="line"] line[stroke="#000000"],
|
|||
|
.reveal div[data-block-type="line"] path[stroke="#000000"] {
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal [fill="none"] {
|
|||
|
fill: none !important;
|
|||
|
}
|
|||
|
.reveal [fill="#a30000"] {
|
|||
|
fill: #aa0000 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#cc2029"],
|
|||
|
.reveal [fill="#cb2027"],
|
|||
|
.reveal [fill="#c00"] {
|
|||
|
fill: #cc0000 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#fff"] {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal [fill="#6d6e70"] {
|
|||
|
fill: #6d6e70 !important;
|
|||
|
}
|
|||
|
.reveal [fill="#231f20"] {
|
|||
|
fill: currentcolor !important;
|
|||
|
}
|
|||
|
.reveal [fill="#efab1f"] {
|
|||
|
fill: #efab1f !important;
|
|||
|
}
|
|||
|
.reveal [fill="#92d400"] {
|
|||
|
fill: #92d400 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#6d6e70"] {
|
|||
|
fill: #266272 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#fff"] {
|
|||
|
fill: #555555 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#fff"] {
|
|||
|
fill: #333333 !important;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [stroke="#231f20"] {
|
|||
|
stroke: currentcolor;
|
|||
|
}
|
|||
|
.reveal .has-dark-background [fill="#221F1F"],
|
|||
|
.reveal .has-dark-background [fill="#221f1f"],
|
|||
|
.reveal .has-dark-background [fill="#231F20"],
|
|||
|
.reveal .has-dark-background [fill="#010101"] {
|
|||
|
fill: #ffffff !important;
|
|||
|
}
|
|||
|
.reveal [data-inline-svg="true"] img {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.reveal .corner {
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
overflow: hidden;
|
|||
|
z-index: 8;
|
|||
|
}
|
|||
|
.reveal .corner svg {
|
|||
|
transition: all .75s ease 5s;
|
|||
|
}
|
|||
|
|
|||
|
</style>
|
|||
|
|
|||
|
</head>
|
|||
|
<body class="reveal-viewport theme-font-overpass2 theme-color-no-color">
|
|||
|
<div class="reveal">
|
|||
|
<div class="slides">
|
|||
|
<section class="has-dark-background" data-background-color="#b21a0f" data-background-image="containers-past-present-and-future-3/5e1a7c37f8b075137176a16db5edc490.svg" data-background-size="cover" data-id="104124bc9471640953b625b5574edf7d">
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 852px; left: 108px; top: 244px;" data-block-id="d47113ddc5922a083caff91ea62b4024"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h1>Common Container standards:</h1>
|
|||
|
|
|||
|
<h2>Past, Present & Future</h2>
|
|||
|
|
|||
|
<p> </p>
|
|||
|
|
|||
|
<p>Vincent Batts @vbatts</p>
|
|||
|
</div></div>
|
|||
|
</section><section class="has-dark-background" data-background-color="#7c7c7c" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="43c67a8fd2abdb057ed6d2fbfd010939">
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 478.222px; height: 269px; left: 241px; top: 389px;" data-block-id="7e8f21afa8ae97d7f7a463287afa0887"><div class="sl-block-content" style="z-index: 11;"><img data-natural-width="320" data-natural-height="180" data-src="containers-past-present-and-future-3/339e84e5deca8af62480a1dc3fb7af96.gif"></div></div>
|
|||
|
<div class="sl-block" data-block-type="code" style="min-width: 30px; min-height: 30px; width: 896px; height: 356px; left: 47px; top: 15px;" data-block-id="d978286e7b3525a0195af2d6e397bf77"><div class="sl-block-content" style="z-index: 12; font-size: 141%;" data-highlight-theme="zenburn"><pre class="none"><code>$> finger $(whoami)
|
|||
|
Login: vbatts Name: Vincent Batts
|
|||
|
Directory: /home/vbatts Shell: /bin/bash
|
|||
|
Such mail.
|
|||
|
Plan:
|
|||
|
OHMAN
|
|||
|
$> id -Gn
|
|||
|
devel opencontainers docker appc redhat golang slackware</code></pre></div></div></section><section class="has-light-background" data-background-color="#d1d4d3" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="53e4629c36d2c19d91e010f8222054b4"><div class="sl-block" data-block-type="image" data-block-id="6842399ccc462cdb5828d225770ee09a" style="min-width: 30px; min-height: 30px; width: 351px; height: 351px; left: 8px; top: 248px;"><div class="sl-block-content" style="z-index: 11;" data-inline-svg="false"><img data-natural-width="500" data-natural-height="500" style="" data-src="containers-past-present-and-future-3/31b17322559178827a235d220821aa93.svg"></div></div>
|
|||
|
<div class="sl-block" data-block-type="image" data-block-id="4bb06cf1bc34089c3a5e3858676d5c52" style="min-width: 30px; min-height: 30px; width: 377.914px; height: 154px; left: 551px; top: 34px;"><div class="sl-block-content" style="z-index: 12;" data-inline-svg="false"><img data-natural-width="400" data-natural-height="163" style="" data-src="containers-past-present-and-future-3/8c1ff2ec86107f22f0e7353d1cdd99fd.svg"></div></div>
|
|||
|
<div class="sl-block" data-block-type="image" data-block-id="91544dacb3a447547fc0276f0d16f419" style="min-width: 30px; min-height: 30px; width: 179.205px; height: 174px; left: 372px; top: 176px;"><div class="sl-block-content" style="z-index: 13;" data-inline-svg="false"><img data-natural-width="723" data-natural-height="702" style="" data-src="containers-past-present-and-future-3/c1ded99bf3ade93e11962707e0e58d63.svg"></div></div></section><section class="has-light-background" data-background-color="#efefef" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="b7d8b0e84f42a99bd85a74cb3f49f839"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 40px; top: 94px;" data-block-id="abe69e5ec03579ccfe2c2bb8dfc8a4b1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>So,</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 120px; top: 140px;" data-block-id="a5b4e7954a36b69290dcd16876c8c908"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;">
|
|||
|
<h2>Why, Containers?</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 54px; top: 250px;" data-block-id="d03d370d775747ce79550c79b7715410"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="0">
|
|||
|
<pre>Single Application</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 110px; top: 280px;" data-block-id="4e6eb0d9799af3b424284544df7dc407"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="1">
|
|||
|
<pre>Full System</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 160px; top: 310px;" data-block-id="8c1e3dedd34890cb316e45a7355b47f9"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="2">
|
|||
|
<pre>But Not a VM</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 202px; top: 340px;" data-block-id="e2ffc711368ad1189bca448302cccb47"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;" data-fragment-index="3">
|
|||
|
<pre>Except Maybe a VM</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 160px; top: 370px;" data-block-id="fda76ad270c266dfa7946e41530b2516"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17;" data-fragment-index="4">
|
|||
|
<pre>Pods of applications</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 110px; top: 400px;" data-block-id="e32d6af91cd75daa9a31158ec67daba3"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 18;" data-fragment-index="5">
|
|||
|
<pre>Labels of services</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 54px; top: 430px;" data-block-id="f385b46fafb4daf2f331cc5cc359b1bc"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 19;" data-fragment-index="6">
|
|||
|
<pre>Non-root</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 110px; top: 460px;" data-block-id="e7db745e21068a8ed353797db19afd9e"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 20;" data-fragment-index="7">
|
|||
|
<pre>Desktop Applications</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 556px; left: 160px; top: 490px;" data-block-id="43f0876919ed605a6f1a783d66f9786d"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 21;" data-fragment-index="8">
|
|||
|
<pre>OMG AND CATS</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 360px; height: 270px; left: 553px; top: 370px;" data-block-id="11dbbe715ad1657be734b619087b2938"><div class="sl-block-content fragment" style="z-index: 22;" data-fragment-index="9"><img data-natural-width="240" data-natural-height="180" data-src="containers-past-present-and-future-3/29583aa0f6502646cc4a405a00d175f1.jpg"></div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 374px; left: 560px; top: 656px;" data-block-id="7a9ce50d5a01163ef2eef10457def8bb"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 23;" data-fragment-index="9">
|
|||
|
<p><span style="font-size:0.7em"><a href="https://www.flickr.com/photos/27549668@N03/" target="_blank">https://www.flickr.com/photos/27549668@N03/</a></span></p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#eef5d8" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="9a31d21232bc7b9c95cf55dea8c67528"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 120px; top: 78px;" data-block-id="11135a000724d114c96b58bb5d604ad3"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11; font-size: 150%;">
|
|||
|
<pre>But Wait,
|
|||
|
</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 646px; left: 160px; top: 114px;" data-block-id="bd3d0d996b4208b46a3862ed44614235"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; font-size: 150%;">
|
|||
|
<pre>What does "container" mean to you?</pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 343.816px; height: 335px; left: 308px; top: 253px;" data-block-id="f4653f177194ffaff116424066deb4e0"><div class="sl-block-content fragment" style="z-index: 13;" data-fragment-index="0"><img data-natural-width="468" data-natural-height="456" data-src="containers-past-present-and-future-3/977b27c9a05d9eb092b3d77e0a34d3d8.png"></div></div>
|
|||
|
</section><section class="has-light-background" data-background-color="#e1efba" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="49a2dfcdc8df9ce56c1035590c27344f"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="7d047ef0763125df86d278cd32717872"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h1>STANDARDS!</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 764px; left: 57px; top: 266px;" data-block-id="c892ae62175ff9268bfe5e819ca9441c"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;" data-fragment-index="0">
|
|||
|
<p><span style="font-size:1.4em">Standard</span></p>
|
|||
|
|
|||
|
<p><span style="font-size:1.4em"><span style="color:rgb(34, 34, 34)">/ˈstandəd/</span></span></p>
|
|||
|
|
|||
|
<p><span style="font-size:1.4em"><span style="color:rgb(34, 34, 34)"><em>noun</em></span></span></p>
|
|||
|
|
|||
|
<p><span style="font-size:1.4em"><span style="color:rgb(34, 34, 34)">something used as a measure, norm, or model in comparative evaluations</span></span></p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#e1efba" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="b168b1452aefcdedf2148d70f8861a3e"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 0px; top: 80px;" data-block-id="0839e4caa70d8dfd29d5dddf33fcdf8d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;">
|
|||
|
<h1>STANDARDS!</h1>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 40px; top: 180px;" data-block-id="40b6ffcbdc6e5f7bc89835b96815e930"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;">
|
|||
|
<pre><strong>Areas to Standardize:</strong></pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 54px; top: 210px;" data-block-id="d63832754549486930902d0642b3f8ff"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">
|
|||
|
<pre>Packaging</pre>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 54px; top: 246px;" data-block-id="b912648a73df3e51817a52c5655057e1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">
|
|||
|
<pre>Runtime</pre>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 54px; top: 282px;" data-block-id="82186a4b0a3c50b121176ea6285e7fe6"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17;">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">
|
|||
|
<pre>Networking</pre>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 54px; top: 318px;" data-block-id="5cf0b5167a2640b87a6e9a147fc76089"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 18;" data-fragment-index="3">
|
|||
|
<ul>
|
|||
|
<li>
|
|||
|
<pre>Cloud</pre>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 122px; height: 122px; left: 171px; top: 368px;" data-block-id="1c34fd5f441da662e7ab27275d38b632"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 19;" data-fragment-index="0">
|
|||
|
<img data-natural-width="144" data-natural-height="144" data-src="containers-past-present-and-future-3/77224ae77eddb4497dc05323e883e772.svg"><svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewbox="0 0 144 144" class="icon stroked icon-box-closed " preserveaspectratio="xMidYMid meet"><path fill="none" stroke="#666" stroke-width="2px" class="long" d="m 73.09,73.45 0.1,39.45 M 72.26,41.78 40.66,57.4 73.09,73.45 103.9,57.4 z m -31.6,15.62 0,40.3 32.53,15.2 30.71,-16.1 0,-39.4"></path><path fill="none" stroke="#666" stroke-width="2px" class="short" d="m 69.34,106.6 0,-14.74 m 19.94,8.84 11.12,-6.04 0,-9.64 M 86.94,49.47 56.59,65.19"></path></svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 240px; top: 444px;" data-block-id="85758e111d3615ebac6201c7da9893a2"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 20;" data-fragment-index="2">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/1c6ccbd38dab6f0b22091524abac7aa7.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m110.6 126.2h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.3 0.5-0.5 0.5zm-3.6 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5-0.2h-0.2c-0.6-0.2-1-0.6-1.3-1.1-0.2-0.2-0.1-0.6 0.2-0.7 0.2-0.2 0.6-0.1 0.7 0.2 0.2 0.3 0.5 0.5 0.8 0.6s0.4 0.4 0.3 0.7c-0.1 0.2-0.3 0.3-0.5 0.3zm44-0.7c-0.1 0-0.2 0-0.3-0.1-0.2-0.2-0.3-0.5-0.1-0.7 0.2-0.3 0.3-0.6 0.3-1h1.1c0 0.6-0.2 1.2-0.5 1.6-0.2 0.2-0.3 0.2-0.5 0.2zm-45.4-2.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.5c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.6-0.5 0.6zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1
|
|||
|
<circle cy="116.7" cx="74.1" r="1"></circle>
|
|||
|
<circle cy="116.7" cx="77.5" r="1"></circle>
|
|||
|
<path d="m105.1 119.8h2.1c0.2 0 0.4-0.2 0.4-0.3v-5.6c0-0.2-0.2-0.3-0.4-0.3h-2.1c-0.2 0-0.4 0.2-0.4 0.3v5.6c0 0.2 0.2 0.3 0.4 0.3zm0.3-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m100.8 119.8h2.1c0.2 0 0.3-0.2 0.3-0.3v-5.6c0-0.2-0.2-0.3-0.3-0.3h-2.1c-0.2 0-0.3 0.2-0.3 0.3v5.6c0 0.2 0.2 0.3 0.3 0.3zm0.4-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m69.2 110.8v11.8c0 0.4 0.3 0.7 0.7 0.7h40.3c0.4 0 0.7-0.3 0.7-0.7v-11.6-1.4-10-40.5c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.3l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v40.5 10l0.1 1.1zm8.5-54.9h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-38.9v-37.6zm0 39.1h38.9v11.4h-38.9v-11.4zm38.8 23h-38.8v-10.2h38.9v10.2z"></path>
|
|||
|
<path d="m93 74.2c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7c-0.2-0.2-0.4-0.2-0.6-0.2-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.3 0.5-0.1 1.3 0.4 1.6zm-0.1-1.5l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m90.2 64.6c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.2-0.8-2-1.8-2zm-5.2 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.2-0.1 0.2-0.1 0.3-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.3 0.2 0.5 0.7 0.2 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.3 0.1 0.8-0.3 1.1zm3.8-1.7c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m85.1 79c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1 0.1 1.8-0.6 1.8-1.6zm-7.9 0.8c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.3-0.1-0.4-0.1z"></path>
|
|||
|
<path d="m85.7 81.6c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.4 0.9-1.4 0.5-2.2zm-1 1.6l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.3 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m87.6 83.6c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.4-0.5-0.7-0.8-0.9zm-0.1 1.7l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.6 0.8 0.3 1.1z"></path>
|
|||
|
<path d="m90.2 84.4c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.4-0.6-0.5-1-0.5zm0.8 7.2v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.8 84.2c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.5c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m101.8 84.2l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.6 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.8 77.8h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.2 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.9 75.3c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.3 0.2-0.5 0.4-0.6 0.7zm5.8-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 182px; height: 182px; left: 240px; top: 518px;" data-block-id="cd4ea5ec9837d44732b162092f26304a"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 10;" data-fragment-index="2">
|
|||
|
<img data-natural-width="216" data-natural-height="216" data-src="containers-past-present-and-future-3/542568e027f2219a3fdaf6422a7fbfbb.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" xml:space="preserve" viewbox="0 0 216 216" version="1.1" y="0px" x="0px" enable-background="new 0 0 216 216" width="216" height="216" preserveaspectratio="xMidYMid meet">
|
|||
|
<path d="m117.73 114.12h4.934v-0.868h1.156v-4.747h-7.246v4.747h1.156v0.87zm0.35-4.11h4.246v1.747h-1.156v0.868h-1.934v-0.868h-1.156v-1.75z"></path>
|
|||
|
<path d="m146.12 96.547c0.154-0.586-0.093-1.214-0.657-1.491l-11.897-5.822c-0.177-0.086-0.371-0.13-0.567-0.13h-48.838c-0.174 0-0.345 0.033-0.507 0.101l-13.693 5.824c-0.6 0.255-0.883 0.91-0.72 1.521-0.029 0.11-0.067 0.216-0.067 0.334v21.747c0 0.713 0.579 1.293 1.294 1.293h74.436c0.716 0 1.294-0.58 1.294-1.293v-21.747c0-0.118-0.04-0.227-0.07-0.336zm-61.705-4.858h48.285l7.97 3.902h-65.427l9.172-3.902zm59.185 25.651h-71.848v-18.842h71.848v18.842z"></path>
|
|||
|
<path d="m89.983 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m98.483 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m106.94 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m115.44 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m123.82 102.48h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.24h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m140.53 109.35h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.25h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m109.23 114.12h4.934v-0.868h1.156v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.156v0.868h-1.934v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m100.77 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m92.274 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.343-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m83.894 114.12h4.933v-0.868h1.156v-4.747h-7.246v4.747h1.157v0.87zm0.342-4.11h4.246v1.747h-1.156v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 307px; top: 444px;" data-block-id="86880dcf181fda09340159ad98fe6cf9"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 11;" data-fragment-index="2">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/1c6ccbd38dab6f0b22091524abac7aa7.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m110.6 126.2h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.3 0.5-0.5 0.5zm-3.6 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5-0.2h-0.2c-0.6-0.2-1-0.6-1.3-1.1-0.2-0.2-0.1-0.6 0.2-0.7 0.2-0.2 0.6-0.1 0.7 0.2 0.2 0.3 0.5 0.5 0.8 0.6s0.4 0.4 0.3 0.7c-0.1 0.2-0.3 0.3-0.5 0.3zm44-0.7c-0.1 0-0.2 0-0.3-0.1-0.2-0.2-0.3-0.5-0.1-0.7 0.2-0.3 0.3-0.6 0.3-1h1.1c0 0.6-0.2 1.2-0.5 1.6-0.2 0.2-0.3 0.2-0.5 0.2zm-45.4-2.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.5c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.6-0.5 0.6zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1
|
|||
|
<circle cy="116.7" cx="74.1" r="1"></circle>
|
|||
|
<circle cy="116.7" cx="77.5" r="1"></circle>
|
|||
|
<path d="m105.1 119.8h2.1c0.2 0 0.4-0.2 0.4-0.3v-5.6c0-0.2-0.2-0.3-0.4-0.3h-2.1c-0.2 0-0.4 0.2-0.4 0.3v5.6c0 0.2 0.2 0.3 0.4 0.3zm0.3-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m100.8 119.8h2.1c0.2 0 0.3-0.2 0.3-0.3v-5.6c0-0.2-0.2-0.3-0.3-0.3h-2.1c-0.2 0-0.3 0.2-0.3 0.3v5.6c0 0.2 0.2 0.3 0.3 0.3zm0.4-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m69.2 110.8v11.8c0 0.4 0.3 0.7 0.7 0.7h40.3c0.4 0 0.7-0.3 0.7-0.7v-11.6-1.4-10-40.5c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.3l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v40.5 10l0.1 1.1zm8.5-54.9h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-38.9v-37.6zm0 39.1h38.9v11.4h-38.9v-11.4zm38.8 23h-38.8v-10.2h38.9v10.2z"></path>
|
|||
|
<path d="m93 74.2c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7c-0.2-0.2-0.4-0.2-0.6-0.2-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.3 0.5-0.1 1.3 0.4 1.6zm-0.1-1.5l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m90.2 64.6c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.2-0.8-2-1.8-2zm-5.2 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.2-0.1 0.2-0.1 0.3-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.3 0.2 0.5 0.7 0.2 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.3 0.1 0.8-0.3 1.1zm3.8-1.7c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m85.1 79c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1 0.1 1.8-0.6 1.8-1.6zm-7.9 0.8c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.3-0.1-0.4-0.1z"></path>
|
|||
|
<path d="m85.7 81.6c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.4 0.9-1.4 0.5-2.2zm-1 1.6l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.3 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m87.6 83.6c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.4-0.5-0.7-0.8-0.9zm-0.1 1.7l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.6 0.8 0.3 1.1z"></path>
|
|||
|
<path d="m90.2 84.4c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.4-0.6-0.5-1-0.5zm0.8 7.2v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.8 84.2c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.5c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m101.8 84.2l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.6 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.8 77.8h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.2 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.9 75.3c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.3 0.2-0.5 0.4-0.6 0.7zm5.8-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 171px; top: 444px;" data-block-id="09587f577cc1085b981ea8ea7deb9cef"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 12;" data-fragment-index="1">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/1c6ccbd38dab6f0b22091524abac7aa7.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m110.6 126.2h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.3 0.5-0.5 0.5zm-3.6 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5-0.2h-0.2c-0.6-0.2-1-0.6-1.3-1.1-0.2-0.2-0.1-0.6 0.2-0.7 0.2-0.2 0.6-0.1 0.7 0.2 0.2 0.3 0.5 0.5 0.8 0.6s0.4 0.4 0.3 0.7c-0.1 0.2-0.3 0.3-0.5 0.3zm44-0.7c-0.1 0-0.2 0-0.3-0.1-0.2-0.2-0.3-0.5-0.1-0.7 0.2-0.3 0.3-0.6 0.3-1h1.1c0 0.6-0.2 1.2-0.5 1.6-0.2 0.2-0.3 0.2-0.5 0.2zm-45.4-2.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.5c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.6-0.5 0.6zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1
|
|||
|
<circle cy="116.7" cx="74.1" r="1"></circle>
|
|||
|
<circle cy="116.7" cx="77.5" r="1"></circle>
|
|||
|
<path d="m105.1 119.8h2.1c0.2 0 0.4-0.2 0.4-0.3v-5.6c0-0.2-0.2-0.3-0.4-0.3h-2.1c-0.2 0-0.4 0.2-0.4 0.3v5.6c0 0.2 0.2 0.3 0.4 0.3zm0.3-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m100.8 119.8h2.1c0.2 0 0.3-0.2 0.3-0.3v-5.6c0-0.2-0.2-0.3-0.3-0.3h-2.1c-0.2 0-0.3 0.2-0.3 0.3v5.6c0 0.2 0.2 0.3 0.3 0.3zm0.4-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m69.2 110.8v11.8c0 0.4 0.3 0.7 0.7 0.7h40.3c0.4 0 0.7-0.3 0.7-0.7v-11.6-1.4-10-40.5c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.3l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v40.5 10l0.1 1.1zm8.5-54.9h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-38.9v-37.6zm0 39.1h38.9v11.4h-38.9v-11.4zm38.8 23h-38.8v-10.2h38.9v10.2z"></path>
|
|||
|
<path d="m93 74.2c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7c-0.2-0.2-0.4-0.2-0.6-0.2-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.3 0.5-0.1 1.3 0.4 1.6zm-0.1-1.5l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m90.2 64.6c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.2-0.8-2-1.8-2zm-5.2 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.2-0.1 0.2-0.1 0.3-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.3 0.2 0.5 0.7 0.2 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.3 0.1 0.8-0.3 1.1zm3.8-1.7c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m85.1 79c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1 0.1 1.8-0.6 1.8-1.6zm-7.9 0.8c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.3-0.1-0.4-0.1z"></path>
|
|||
|
<path d="m85.7 81.6c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.4 0.9-1.4 0.5-2.2zm-1 1.6l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.3 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m87.6 83.6c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.4-0.5-0.7-0.8-0.9zm-0.1 1.7l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.6 0.8 0.3 1.1z"></path>
|
|||
|
<path d="m90.2 84.4c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.4-0.6-0.5-1-0.5zm0.8 7.2v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.8 84.2c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.5c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m101.8 84.2l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.6 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.8 77.8h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.2 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.9 75.3c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.3 0.2-0.5 0.4-0.6 0.7zm5.8-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 459px; top: 444px;" data-block-id="d0886099730c69e5bb533d99c2e11152"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 21;" data-fragment-index="3">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/6a20bf7c89752f4a154c94b982adad75.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m111.6 104.8c-0.2-0.8-0.5-1.5-0.9-2.2v-5.4-0.7-39.8c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.2l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v39.7 0.7 10c0 0.3 0.1 0.5 0.1 0.8-1.1 1.3-1.9 2.8-2.3 4.5-4.5 0.2-8.2 3.3-9.2 7.7 0 0.2 0 0.4 0.1 0.6s0.3 0.3 0.5 0.3h63c0.3 0 0.6-0.2 0.7-0.6 0.1-0.8 0.2-1.6 0.2-2.3 0.2-6.5-4.3-12-10.5-13.4zm-2.2-4.6c-1-1.5-2.3-2.7-3.8-3.8h3.8v3.8zm-31.8-46.7h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-6.2c-2.1-1-4.5-1.6-6.9-1.6-2.5 0-4.8 0.6-6.9 1.6h-18.9v-37.6zm0 39.1h16.5c-2.8 2-5 4.9-6 8.3-1.2-0.4-2.4-0.6-3.6-0.6-2.6 0-5 0.9-6.9 2.5v-10.2zm50.3 23.1h-61.5c1.1-3.5 4.4-5.8 8.1-5.8h0.1c0.3 0 0.6-0.2 0.7-0.5 0.3-1.6 1-3 1.9-4.2 0.3-0.4 0.7-0.8 1-1.1 1.7-1.5 3.9-2.4 6.2-2.4 1.2 0 2.4 0.2 3.5 0.7 0.5 0.3 1.5 0.8 2.3 1.7 0.3 0.3 0.6 0.7 0.8 1 0.1 0.2 0.3 0.3 0.5 0.2 0.1 0 0.1 0 0.2-0.1 0.2-0.1 0.3-0.4 0.2-0.7-0.1-0.2-0.2-0.4-0.4-0.5-0.7-1-1.7-1.7-2.4-2.2 1.1-4.1 3.9-7.4 7.4-9.2 1.3-0.7 2.6-1.1 4.1-1.4 0.9-0.2 1.8-0.3 2.7-0.3s1.8 0.1 2.7 0.3c1.4 0.3 2.8 0.7 4.1 1.4 2.7 1.4 4.9 3.6 6.3 6.3 0.4 0.7 0.7 1.4 0.9 2.2-0.3 0-0.6 0-0.9 0.1-1.2 0.1-2.1 0.6-2.2 0.6-0.3 0.1-0.4 0.4-0.3 0.7s0.4 0.4 0.7 0.3c0 0 0.7-0.3 1.8-0.4 0.4 0 0.9-0.1 1.4 0 0.2 0 0.4 0 0.6 0.1 5.6 1.2 9.6 6.1 9.6 11.9 0 0.2 0 0.7-0.1 1.3z"></path>
|
|||
|
<path d="m92.8 71.5c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7-0.4-0.2-0.6-0.2c-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.4 0.6-0.2 1.3 0.4 1.6zm-0.2-1.4l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m89.9 61.9c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.1-0.7-2-1.8-2zm-5.1 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.4 0 0.9-0.3 1.1zm3.8-1.6c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m84.8 76.4c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1.1 0 1.8-0.7 1.8-1.6zm-7.9 0.7c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.2 0-0.4-0.1z"></path>
|
|||
|
<path d="m85.4 79c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.5 1-1.5 0.5-2.2zm-0.9 1.5l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m87.3 80.9c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.3-0.4-0.7-0.8-0.9zm0 1.8l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m89.9 81.7c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.3-0.6-0.5-1-0.5zm0.9 7.3v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.5 81.6c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.4c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m101.5 81.5l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0.1 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.5 75.1h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0.1-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.1 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.7 72.7c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.4 0.1-0.6 0.3-0.6 0.7zm5.7-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 534px; top: 444px;" data-block-id="ff9136d951f6ee5fc49ab4f05dcd7c42"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 26;" data-fragment-index="3">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/6a20bf7c89752f4a154c94b982adad75.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m111.6 104.8c-0.2-0.8-0.5-1.5-0.9-2.2v-5.4-0.7-39.8c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.2l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v39.7 0.7 10c0 0.3 0.1 0.5 0.1 0.8-1.1 1.3-1.9 2.8-2.3 4.5-4.5 0.2-8.2 3.3-9.2 7.7 0 0.2 0 0.4 0.1 0.6s0.3 0.3 0.5 0.3h63c0.3 0 0.6-0.2 0.7-0.6 0.1-0.8 0.2-1.6 0.2-2.3 0.2-6.5-4.3-12-10.5-13.4zm-2.2-4.6c-1-1.5-2.3-2.7-3.8-3.8h3.8v3.8zm-31.8-46.7h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-6.2c-2.1-1-4.5-1.6-6.9-1.6-2.5 0-4.8 0.6-6.9 1.6h-18.9v-37.6zm0 39.1h16.5c-2.8 2-5 4.9-6 8.3-1.2-0.4-2.4-0.6-3.6-0.6-2.6 0-5 0.9-6.9 2.5v-10.2zm50.3 23.1h-61.5c1.1-3.5 4.4-5.8 8.1-5.8h0.1c0.3 0 0.6-0.2 0.7-0.5 0.3-1.6 1-3 1.9-4.2 0.3-0.4 0.7-0.8 1-1.1 1.7-1.5 3.9-2.4 6.2-2.4 1.2 0 2.4 0.2 3.5 0.7 0.5 0.3 1.5 0.8 2.3 1.7 0.3 0.3 0.6 0.7 0.8 1 0.1 0.2 0.3 0.3 0.5 0.2 0.1 0 0.1 0 0.2-0.1 0.2-0.1 0.3-0.4 0.2-0.7-0.1-0.2-0.2-0.4-0.4-0.5-0.7-1-1.7-1.7-2.4-2.2 1.1-4.1 3.9-7.4 7.4-9.2 1.3-0.7 2.6-1.1 4.1-1.4 0.9-0.2 1.8-0.3 2.7-0.3s1.8 0.1 2.7 0.3c1.4 0.3 2.8 0.7 4.1 1.4 2.7 1.4 4.9 3.6 6.3 6.3 0.4 0.7 0.7 1.4 0.9 2.2-0.3 0-0.6 0-0.9 0.1-1.2 0.1-2.1 0.6-2.2 0.6-0.3 0.1-0.4 0.4-0.3 0.7s0.4 0.4 0.7 0.3c0 0 0.7-0.3 1.8-0.4 0.4 0 0.9-0.1 1.4 0 0.2 0 0.4 0 0.6 0.1 5.6 1.2 9.6 6.1 9.6 11.9 0 0.2 0 0.7-0.1 1.3z"></path>
|
|||
|
<path d="m92.8 71.5c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7-0.4-0.2-0.6-0.2c-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.4 0.6-0.2 1.3 0.4 1.6zm-0.2-1.4l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m89.9 61.9c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.1-0.7-2-1.8-2zm-5.1 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.4 0 0.9-0.3 1.1zm3.8-1.6c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m84.8 76.4c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1.1 0 1.8-0.7 1.8-1.6zm-7.9 0.7c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.2 0-0.4-0.1z"></path>
|
|||
|
<path d="m85.4 79c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.5 1-1.5 0.5-2.2zm-0.9 1.5l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m87.3 80.9c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.3-0.4-0.7-0.8-0.9zm0 1.8l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m89.9 81.7c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.3-0.6-0.5-1-0.5zm0.9 7.3v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.5 81.6c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.4c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m101.5 81.5l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0.1 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.5 75.1h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0.1-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.1 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.7 72.7c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.4 0.1-0.6 0.3-0.6 0.7zm5.7-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 614px; top: 444px;" data-block-id="5ea6e1b8a023b609115b93c165c5ed8f"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 25;" data-fragment-index="3">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/6a20bf7c89752f4a154c94b982adad75.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m111.6 104.8c-0.2-0.8-0.5-1.5-0.9-2.2v-5.4-0.7-39.8c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.2l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v39.7 0.7 10c0 0.3 0.1 0.5 0.1 0.8-1.1 1.3-1.9 2.8-2.3 4.5-4.5 0.2-8.2 3.3-9.2 7.7 0 0.2 0 0.4 0.1 0.6s0.3 0.3 0.5 0.3h63c0.3 0 0.6-0.2 0.7-0.6 0.1-0.8 0.2-1.6 0.2-2.3 0.2-6.5-4.3-12-10.5-13.4zm-2.2-4.6c-1-1.5-2.3-2.7-3.8-3.8h3.8v3.8zm-31.8-46.7h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-6.2c-2.1-1-4.5-1.6-6.9-1.6-2.5 0-4.8 0.6-6.9 1.6h-18.9v-37.6zm0 39.1h16.5c-2.8 2-5 4.9-6 8.3-1.2-0.4-2.4-0.6-3.6-0.6-2.6 0-5 0.9-6.9 2.5v-10.2zm50.3 23.1h-61.5c1.1-3.5 4.4-5.8 8.1-5.8h0.1c0.3 0 0.6-0.2 0.7-0.5 0.3-1.6 1-3 1.9-4.2 0.3-0.4 0.7-0.8 1-1.1 1.7-1.5 3.9-2.4 6.2-2.4 1.2 0 2.4 0.2 3.5 0.7 0.5 0.3 1.5 0.8 2.3 1.7 0.3 0.3 0.6 0.7 0.8 1 0.1 0.2 0.3 0.3 0.5 0.2 0.1 0 0.1 0 0.2-0.1 0.2-0.1 0.3-0.4 0.2-0.7-0.1-0.2-0.2-0.4-0.4-0.5-0.7-1-1.7-1.7-2.4-2.2 1.1-4.1 3.9-7.4 7.4-9.2 1.3-0.7 2.6-1.1 4.1-1.4 0.9-0.2 1.8-0.3 2.7-0.3s1.8 0.1 2.7 0.3c1.4 0.3 2.8 0.7 4.1 1.4 2.7 1.4 4.9 3.6 6.3 6.3 0.4 0.7 0.7 1.4 0.9 2.2-0.3 0-0.6 0-0.9 0.1-1.2 0.1-2.1 0.6-2.2 0.6-0.3 0.1-0.4 0.4-0.3 0.7s0.4 0.4 0.7 0.3c0 0 0.7-0.3 1.8-0.4 0.4 0 0.9-0.1 1.4 0 0.2 0 0.4 0 0.6 0.1 5.6 1.2 9.6 6.1 9.6 11.9 0 0.2 0 0.7-0.1 1.3z"></path>
|
|||
|
<path d="m92.8 71.5c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7-0.4-0.2-0.6-0.2c-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.4 0.6-0.2 1.3 0.4 1.6zm-0.2-1.4l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m89.9 61.9c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.1-0.7-2-1.8-2zm-5.1 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.4 0 0.9-0.3 1.1zm3.8-1.6c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m84.8 76.4c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1.1 0 1.8-0.7 1.8-1.6zm-7.9 0.7c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.2 0-0.4-0.1z"></path>
|
|||
|
<path d="m85.4 79c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.5 1-1.5 0.5-2.2zm-0.9 1.5l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m87.3 80.9c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.3-0.4-0.7-0.8-0.9zm0 1.8l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m89.9 81.7c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.3-0.6-0.5-1-0.5zm0.9 7.3v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.5 81.6c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.4c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m101.5 81.5l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0.1 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.5 75.1h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0.1-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.1 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.7 72.7c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.4 0.1-0.6 0.3-0.6 0.7zm5.7-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 182px; height: 182px; left: 538px; top: 518px;" data-block-id="c3579cbfef915a68859fccae6f943659"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 23;" data-fragment-index="3">
|
|||
|
<img data-natural-width="216" data-natural-height="216" data-src="containers-past-present-and-future-3/542568e027f2219a3fdaf6422a7fbfbb.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" xml:space="preserve" viewbox="0 0 216 216" version="1.1" y="0px" x="0px" enable-background="new 0 0 216 216" width="216" height="216" preserveaspectratio="xMidYMid meet">
|
|||
|
<path d="m117.73 114.12h4.934v-0.868h1.156v-4.747h-7.246v4.747h1.156v0.87zm0.35-4.11h4.246v1.747h-1.156v0.868h-1.934v-0.868h-1.156v-1.75z"></path>
|
|||
|
<path d="m146.12 96.547c0.154-0.586-0.093-1.214-0.657-1.491l-11.897-5.822c-0.177-0.086-0.371-0.13-0.567-0.13h-48.838c-0.174 0-0.345 0.033-0.507 0.101l-13.693 5.824c-0.6 0.255-0.883 0.91-0.72 1.521-0.029 0.11-0.067 0.216-0.067 0.334v21.747c0 0.713 0.579 1.293 1.294 1.293h74.436c0.716 0 1.294-0.58 1.294-1.293v-21.747c0-0.118-0.04-0.227-0.07-0.336zm-61.705-4.858h48.285l7.97 3.902h-65.427l9.172-3.902zm59.185 25.651h-71.848v-18.842h71.848v18.842z"></path>
|
|||
|
<path d="m89.983 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m98.483 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m106.94 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m115.44 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m123.82 102.48h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.24h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m140.53 109.35h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.25h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m109.23 114.12h4.934v-0.868h1.156v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.156v0.868h-1.934v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m100.77 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m92.274 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.343-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m83.894 114.12h4.933v-0.868h1.156v-4.747h-7.246v4.747h1.157v0.87zm0.342-4.11h4.246v1.747h-1.156v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 122px; height: 122px; left: 480px; top: 368px;" data-block-id="71bb8d37193699b9656eeaf7ec2b0b40"><div class="sl-block-content fragment" data-inline-svg="true" style="z-index: 24;" data-fragment-index="3">
|
|||
|
<img data-natural-width="144" data-natural-height="144" data-src="containers-past-present-and-future-3/77224ae77eddb4497dc05323e883e772.svg"><svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewbox="0 0 144 144" class="icon stroked icon-box-closed " preserveaspectratio="xMidYMid meet"><path fill="none" stroke="#666" stroke-width="2px" class="long" d="m 73.09,73.45 0.1,39.45 M 72.26,41.78 40.66,57.4 73.09,73.45 103.9,57.4 z m -31.6,15.62 0,40.3 32.53,15.2 30.71,-16.1 0,-39.4"></path><path fill="none" stroke="#666" stroke-width="2px" class="short" d="m 69.34,106.6 0,-14.74 m 19.94,8.84 11.12,-6.04 0,-9.64 M 86.94,49.47 56.59,65.19"></path></svg>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#cfe68f" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="ced37cbc2ce5d85a0198f85e335b8345"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="c91e4c14671e5b75bae217ca65d38d3a"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;">
|
|||
|
<h1>Past</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</section><section class="has-light-background" data-background-color="#cfe68f" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="92f87b47321515efd469a6b7fdd0b7b8"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 0px; top: 140px;" data-block-id="9ce889cc0f478308b649fb784a614408"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h2>Packages</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 122px; height: 122px; left: 108px; top: 149px;" data-block-id="cbf8282dc7bbc4182eba8eeeec3766a6"><div class="sl-block-content" data-inline-svg="true" style="z-index: 11;">
|
|||
|
<img data-natural-width="144" data-natural-height="144" data-src="containers-past-present-and-future-3/77224ae77eddb4497dc05323e883e772.svg"><svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewbox="0 0 144 144" class="icon stroked icon-box-closed " preserveaspectratio="xMidYMid meet"><path fill="none" stroke="#666" stroke-width="2px" class="long" d="m 73.09,73.45 0.1,39.45 M 72.26,41.78 40.66,57.4 73.09,73.45 103.9,57.4 z m -31.6,15.62 0,40.3 32.53,15.2 30.71,-16.1 0,-39.4"></path><path fill="none" stroke="#666" stroke-width="2px" class="short" d="m 69.34,106.6 0,-14.74 m 19.94,8.84 11.12,-6.04 0,-9.64 M 86.94,49.47 56.59,65.19"></path></svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 180px; top: 335px;" data-block-id="5c3e2a0b80f212028acd8587a222565a"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;" data-fragment-index="0">
|
|||
|
<p>tar archives</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 30px; top: 380px;" data-block-id="4a7d90d9d9bdc785746ef1fea7976aea"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="1">
|
|||
|
<p>*.deb or *.rpm</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 580px; top: 219px;" data-block-id="f97987f0de5c00e18ed78461f9cc7bfb"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="8">
|
|||
|
<p>jar</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 415px; top: 286px;" data-block-id="d70f031acb0aa8b3619cfa878b9a6e8d"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="3">
|
|||
|
<p>gem</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 300px; top: 447px;" data-block-id="f7ffa2bf09a49889da5b75834298f7b6"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;" data-fragment-index="4">
|
|||
|
<p>pod</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 611px; top: 335px;" data-block-id="cd163ad3c385a7f1fe6d201acf82992f"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17;" data-fragment-index="7">
|
|||
|
<p>module</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 500px; top: 405px;" data-block-id="ab6f7585f6a979476dc0c730600e5478"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 18;" data-fragment-index="5">
|
|||
|
<p>egg</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 100px; top: 509px;" data-block-id="3680b11f2174a12b20313d89d42b0889"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 19;" data-fragment-index="1">
|
|||
|
<p>zip archives</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 500px; top: 140px;" data-block-id="6202fa857d02c2aab6021ce8859da55b"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 20;" data-fragment-index="10">
|
|||
|
<p>tar archives</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 536px; top: 286px;" data-block-id="3a158cca284212a74f28077d87348b94"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 21;" data-fragment-index="6">
|
|||
|
<p>tar archives</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 500px; top: 462px;" data-block-id="108c12a450432938234b39eed1667da7"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 22;" data-fragment-index="2">
|
|||
|
<p>tar archives</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="16834fe8b268acf9d942928c4d4831b3"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 23;">
|
|||
|
<h1>Past</h1>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 660px; top: 405px;" data-block-id="6c22cfd1686be58ae9fd876938083305"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 24;" data-fragment-index="9">
|
|||
|
<p>*.dmg</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 300px; left: 420px; top: 545px;" data-block-id="32224b9f6e4c40f086922074758fa088"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 26;" data-fragment-index="9">
|
|||
|
<p>*.msi</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#cfe68f" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="31d4a1253bc0e1e7824fa7dc00e15bde"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="6dfa85f06a2a7f2bc5b36cc290d709ea"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Runtime</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="image" style="width: 186px; height: 186px; left: 76px; top: 125px;" data-block-id="dd340d87fa7ea332aa6fe74d80cfe70f"><div class="sl-block-content" data-inline-svg="true" style="z-index: 10;">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/1c6ccbd38dab6f0b22091524abac7aa7.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m110.6 126.2h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.3 0.5-0.5 0.5zm-3.6 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0.1 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5 0h-1.4c-0.3 0-0.5-0.2-0.5-0.5s0.2-0.5 0.5-0.5h1.4c0.3 0 0.5 0.2 0.5 0.5 0 0.2-0.2 0.5-0.5 0.5zm-3.5-0.2h-0.2c-0.6-0.2-1-0.6-1.3-1.1-0.2-0.2-0.1-0.6 0.2-0.7 0.2-0.2 0.6-0.1 0.7 0.2 0.2 0.3 0.5 0.5 0.8 0.6s0.4 0.4 0.3 0.7c-0.1 0.2-0.3 0.3-0.5 0.3zm44-0.7c-0.1 0-0.2 0-0.3-0.1-0.2-0.2-0.3-0.5-0.1-0.7 0.2-0.3 0.3-0.6 0.3-1h1.1c0 0.6-0.2 1.2-0.5 1.6-0.2 0.2-0.3 0.2-0.5 0.2zm-45.4-2.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.5c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.6-0.5 0.6zm45.8-1.2c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.2-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.2-0.2 0.5-0.5 0.5zm45.8-1.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0.1 0.3-0.2 0.5-0.5 0.5zm-45.8-2.3c-0.3 0-0.5-0.2-0.5-0.5v-1.4c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v1.4c0 0.3-0.2 0.5-0.5 0.5zm45.8-1
|
|||
|
<circle cy="116.7" cx="74.1" r="1"></circle>
|
|||
|
<circle cy="116.7" cx="77.5" r="1"></circle>
|
|||
|
<path d="m105.1 119.8h2.1c0.2 0 0.4-0.2 0.4-0.3v-5.6c0-0.2-0.2-0.3-0.4-0.3h-2.1c-0.2 0-0.4 0.2-0.4 0.3v5.6c0 0.2 0.2 0.3 0.4 0.3zm0.3-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m100.8 119.8h2.1c0.2 0 0.3-0.2 0.3-0.3v-5.6c0-0.2-0.2-0.3-0.3-0.3h-2.1c-0.2 0-0.3 0.2-0.3 0.3v5.6c0 0.2 0.2 0.3 0.3 0.3zm0.4-5.6h1.4v4.9h-1.4v-4.9z"></path>
|
|||
|
<path d="m69.2 110.8v11.8c0 0.4 0.3 0.7 0.7 0.7h40.3c0.4 0 0.7-0.3 0.7-0.7v-11.6-1.4-10-40.5c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.3l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v40.5 10l0.1 1.1zm8.5-54.9h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-38.9v-37.6zm0 39.1h38.9v11.4h-38.9v-11.4zm38.8 23h-38.8v-10.2h38.9v10.2z"></path>
|
|||
|
<path d="m93 74.2c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7c-0.2-0.2-0.4-0.2-0.6-0.2-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.3 0.5-0.1 1.3 0.4 1.6zm-0.1-1.5l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m90.2 64.6c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.2-0.8-2-1.8-2zm-5.2 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.2-0.1 0.2-0.1 0.3-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.3 0.2 0.5 0.7 0.2 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.3 0.1 0.8-0.3 1.1zm3.8-1.7c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m85.1 79c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1 0.1 1.8-0.6 1.8-1.6zm-7.9 0.8c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.3-0.1-0.4-0.1z"></path>
|
|||
|
<path d="m85.7 81.6c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.4 0.9-1.4 0.5-2.2zm-1 1.6l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.3 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m87.6 83.6c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.4-0.5-0.7-0.8-0.9zm-0.1 1.7l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.6 0.8 0.3 1.1z"></path>
|
|||
|
<path d="m90.2 84.4c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.4-0.6-0.5-1-0.5zm0.8 7.2v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.8 84.2c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.5c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.3 0.1 0.8-0.3 1.1z"></path>
|
|||
|
<path d="m101.8 84.2l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.6 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.8 77.8h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.2 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.9 75.3c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.3 0.2-0.5 0.4-0.6 0.7zm5.8-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="99469aad8ccb89bf162707426a4ea3e4"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;">
|
|||
|
<h1>Past</h1>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 480px; top: 180px;" data-block-id="81a087664ab8f1ee9a599ca65fa3749b"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="0">
|
|||
|
<p>binaries?</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 135px; top: 320px;" data-block-id="bd939dfc48f0a9b04abaa995a195f8e3"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="1">
|
|||
|
<p>ELF binaries?</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 545px; top: 320px;" data-block-id="89e159f33627b9010c2d8334064a115f"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="4">
|
|||
|
<p>WAR files</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 240px; top: 420px;" data-block-id="e8d52ef76202a4e34e86ab678b98d5f7"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;" data-fragment-index="3">
|
|||
|
<p>SysVinit</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 453px; top: 460px;" data-block-id="47d02a114876c1d92fa5e48c0c240c5b"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17;" data-fragment-index="2">
|
|||
|
<p>shell scripts</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 255px; left: 360px; top: 250px;" data-block-id="da4eaa3e3c552a49cba8a19ae038470d"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 19;" data-fragment-index="5">
|
|||
|
<p>so many shell scripts</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#cfe68f" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="eb9f0ffb1621c8d27b69474aedae9427"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="401d764dd0661a9cf8fa30e49f44289b"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Network</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="bab802d882405eef3f908a0ff063baf5"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;">
|
|||
|
<h1>Past</h1>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 182px; height: 182px; left: 76px; top: 129px;" data-block-id="a75b726e3fefe814e273e9ffaaf8fec0"><div class="sl-block-content" data-inline-svg="true" style="z-index: 10;">
|
|||
|
<img data-natural-width="216" data-natural-height="216" data-src="containers-past-present-and-future-3/542568e027f2219a3fdaf6422a7fbfbb.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" xml:space="preserve" viewbox="0 0 216 216" version="1.1" y="0px" x="0px" enable-background="new 0 0 216 216" width="216" height="216" preserveaspectratio="xMidYMid meet">
|
|||
|
<path d="m117.73 114.12h4.934v-0.868h1.156v-4.747h-7.246v4.747h1.156v0.87zm0.35-4.11h4.246v1.747h-1.156v0.868h-1.934v-0.868h-1.156v-1.75z"></path>
|
|||
|
<path d="m146.12 96.547c0.154-0.586-0.093-1.214-0.657-1.491l-11.897-5.822c-0.177-0.086-0.371-0.13-0.567-0.13h-48.838c-0.174 0-0.345 0.033-0.507 0.101l-13.693 5.824c-0.6 0.255-0.883 0.91-0.72 1.521-0.029 0.11-0.067 0.216-0.067 0.334v21.747c0 0.713 0.579 1.293 1.294 1.293h74.436c0.716 0 1.294-0.58 1.294-1.293v-21.747c0-0.118-0.04-0.227-0.07-0.336zm-61.705-4.858h48.285l7.97 3.902h-65.427l9.172-3.902zm59.185 25.651h-71.848v-18.842h71.848v18.842z"></path>
|
|||
|
<path d="m89.983 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m98.483 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m106.94 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m115.44 102.48h-1.157v-0.868h-4.933v0.868h-1.157v4.747h7.247v-4.75zm-1.5 3.24h-4.247v-1.747h1.157v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m123.82 102.48h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.24h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m140.53 109.35h-1.157v-0.868h-4.933v0.868h-1.156v4.747h7.246v-4.75zm-1.5 3.25h-4.246v-1.747h1.156v-0.868h1.933v0.868h1.157v1.75z"></path>
|
|||
|
<path d="m109.23 114.12h4.934v-0.868h1.156v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.156v0.868h-1.934v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m100.77 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.35-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m92.274 114.12h4.933v-0.868h1.157v-4.747h-7.247v4.747h1.157v0.87zm0.343-4.11h4.247v1.747h-1.157v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
<path d="m83.894 114.12h4.933v-0.868h1.156v-4.747h-7.246v4.747h1.157v0.87zm0.342-4.11h4.246v1.747h-1.156v0.868h-1.933v-0.868h-1.157v-1.75z"></path>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 363px; left: 180px; top: 335px;" data-block-id="dedfe90dca9810981144d80f403d9ecf"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="0">
|
|||
|
<p>Hardware</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 363px; left: 288px; top: 420px;" data-block-id="e6bb51e4c86b6913162c6cb17073e185"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="1">
|
|||
|
<p>shell scripts + telnet</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 363px; left: 480px; top: 250px;" data-block-id="c924c476d49d83f4116f387d770e0b40"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="2">
|
|||
|
<p>custom</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 363px; left: 560px; top: 350px;" data-block-id="c60b1da4204f1295a3356f9d27ee874f"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17;" data-fragment-index="3">
|
|||
|
<p>SDN</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#cfe68f" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="dac6ab7df1e013bf38f5daf94489a11d"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="ef7a11e1a8c260ae49a7391e4946a9a1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Cloud</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="1fb9aa7056d2485dc64c1abb4c906ec7"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;">
|
|||
|
<h1>Past</h1>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 186px; height: 186px; left: 74px; top: 127px;" data-block-id="704dde95f54562e714aefae2ef565c7a"><div class="sl-block-content" data-inline-svg="true" style="z-index: 10;">
|
|||
|
<img data-natural-width="180" data-natural-height="180" data-src="containers-past-present-and-future-3/6a20bf7c89752f4a154c94b982adad75.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" enable-background="new 0 0 180 180" xml:space="preserve" viewbox="0 0 180 180" version="1.1" y="0px" x="0px" width="180" height="180" preserveaspectratio="xMidYMid meet">
|
|||
|
<switch>
|
|||
|
<foreignobject y="0" x="0" height="1" width="1" requiredextensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
|
|||
|
</foreignobject>
|
|||
|
<g>
|
|||
|
<path d="m111.6 104.8c-0.2-0.8-0.5-1.5-0.9-2.2v-5.4-0.7-39.8c0-0.8-0.5-1.5-1.2-1.9l-6-2.7h-26.2l-7 2.8c-0.8 0.3-1.3 1-1.3 1.9v39.7 0.7 10c0 0.3 0.1 0.5 0.1 0.8-1.1 1.3-1.9 2.8-2.3 4.5-4.5 0.2-8.2 3.3-9.2 7.7 0 0.2 0 0.4 0.1 0.6s0.3 0.3 0.5 0.3h63c0.3 0 0.6-0.2 0.7-0.6 0.1-0.8 0.2-1.6 0.2-2.3 0.2-6.5-4.3-12-10.5-13.4zm-2.2-4.6c-1-1.5-2.3-2.7-3.8-3.8h3.8v3.8zm-31.8-46.7h25.6l5.6 2.5h-37.6l6.4-2.5zm-7.1 3.9h38.9v37.6h-6.2c-2.1-1-4.5-1.6-6.9-1.6-2.5 0-4.8 0.6-6.9 1.6h-18.9v-37.6zm0 39.1h16.5c-2.8 2-5 4.9-6 8.3-1.2-0.4-2.4-0.6-3.6-0.6-2.6 0-5 0.9-6.9 2.5v-10.2zm50.3 23.1h-61.5c1.1-3.5 4.4-5.8 8.1-5.8h0.1c0.3 0 0.6-0.2 0.7-0.5 0.3-1.6 1-3 1.9-4.2 0.3-0.4 0.7-0.8 1-1.1 1.7-1.5 3.9-2.4 6.2-2.4 1.2 0 2.4 0.2 3.5 0.7 0.5 0.3 1.5 0.8 2.3 1.7 0.3 0.3 0.6 0.7 0.8 1 0.1 0.2 0.3 0.3 0.5 0.2 0.1 0 0.1 0 0.2-0.1 0.2-0.1 0.3-0.4 0.2-0.7-0.1-0.2-0.2-0.4-0.4-0.5-0.7-1-1.7-1.7-2.4-2.2 1.1-4.1 3.9-7.4 7.4-9.2 1.3-0.7 2.6-1.1 4.1-1.4 0.9-0.2 1.8-0.3 2.7-0.3s1.8 0.1 2.7 0.3c1.4 0.3 2.8 0.7 4.1 1.4 2.7 1.4 4.9 3.6 6.3 6.3 0.4 0.7 0.7 1.4 0.9 2.2-0.3 0-0.6 0-0.9 0.1-1.2 0.1-2.1 0.6-2.2 0.6-0.3 0.1-0.4 0.4-0.3 0.7s0.4 0.4 0.7 0.3c0 0 0.7-0.3 1.8-0.4 0.4 0 0.9-0.1 1.4 0 0.2 0 0.4 0 0.6 0.1 5.6 1.2 9.6 6.1 9.6 11.9 0 0.2 0 0.7-0.1 1.3z"></path>
|
|||
|
<path d="m92.8 71.5c0.2 0.1 0.4 0.2 0.6 0.2 0.4 0 0.8-0.2 1-0.6l2.9-5c0.2-0.3 0.2-0.6 0.1-0.9s-0.3-0.6-0.5-0.7-0.4-0.2-0.6-0.2c-0.4 0-0.8 0.2-1 0.6l-2.9 5c-0.4 0.6-0.2 1.3 0.4 1.6zm-0.2-1.4l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1z"></path>
|
|||
|
<path d="m89.9 61.9c-1 0-1.9 0.8-1.9 1.9v5.7l-2.9-4.9c-0.3-0.6-0.9-0.9-1.6-0.9-0.3 0-0.6 0.1-0.9 0.2-0.9 0.5-1.2 1.6-0.7 2.5l2.9 5c0.1 0.1 0.1 0.2 0.2 0.3-0.1-0.1-0.2-0.1-0.2-0.2l-5-2.9c-0.3-0.2-0.6-0.2-0.9-0.2-0.6 0-1.2 0.3-1.5 0.9-0.2 0.4-0.3 0.9-0.2 1.3s0.4 0.8 0.8 1.1l5 2.9c0.3 0.2 0.6 0.2 0.9 0.2 0.6 0 1.2-0.3 1.5-0.9 0.2-0.4 0.3-0.9 0.2-1.3-0.1-0.3-0.2-0.5-0.4-0.7 0.1 0.1 0.2 0.1 0.3 0.2 0.3 0.2 0.6 0.2 0.9 0.2s0.6-0.1 0.9-0.2c0.6-0.3 0.9-0.9 0.9-1.5 0.2 0.3 0.4 0.5 0.7 0.7s0.6 0.3 0.9 0.3c1 0 1.9-0.8 1.9-1.9v-5.8c0.1-1.1-0.7-2-1.8-2zm-5.1 11.5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1zm2.2-2.2c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.2 0.4 0 0.9-0.3 1.1zm3.8-1.6c0 0.5-0.4 0.8-0.8 0.8-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8c0-0.5 0.4-0.8 0.8-0.8h0.1 0.1 0.1 0.1s0.1 0 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1c0 0.1 0.1 0.2 0.1 0.3l-0.1 5.9z"></path>
|
|||
|
<path d="m84.8 76.4c0-0.9-0.7-1.7-1.7-1.7h-5.8c-0.9 0-1.7 0.7-1.7 1.7 0 0.6 0.3 1.1 0.8 1.4 0.3 0.1 0.5 0.2 0.8 0.2h5.8c1.1 0 1.8-0.7 1.8-1.6zm-7.9 0.7c-0.2-0.1-0.4-0.4-0.4-0.7 0-0.5 0.4-0.8 0.8-0.8h5.8c0.5 0 0.8 0.4 0.8 0.8 0 0.5-0.4 0.8-0.8 0.8h-5.8c-0.1 0-0.2 0-0.4-0.1z"></path>
|
|||
|
<path d="m85.4 79c-0.3-0.5-0.8-0.8-1.4-0.8-0.3 0-0.6 0.1-0.8 0.2l-5 2.9c-0.4 0.2-0.6 0.6-0.7 1s-0.1 0.8 0.2 1.2c0.1 0.2 0.3 0.4 0.6 0.6 0.2 0.1 0.5 0.2 0.8 0.2s0.6-0.1 0.8-0.2l5-2.9c0.7-0.5 1-1.5 0.5-2.2zm-0.9 1.5l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m87.3 80.9c-0.2-0.1-0.5-0.2-0.8-0.2-0.5 0-1.1 0.3-1.3 0.8l-2.9 5c-0.4 0.7-0.2 1.7 0.6 2.1 0.2 0.1 0.5 0.2 0.8 0.2 0.5 0 1-0.3 1.3-0.8l2.9-5c0.2-0.4 0.3-0.8 0.2-1.2-0.2-0.3-0.4-0.7-0.8-0.9zm0 1.8l-2.9 5c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1-0.4-0.2-0.5-0.7-0.3-1.1l2.9-5c0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1 0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m89.9 81.7c-0.8 0-1.5 0.7-1.5 1.5v5.8c0 0.5 0.3 1 0.7 1.3 0.2 0.1 0.5 0.2 0.7 0.2 0.8 0 1.5-0.7 1.5-1.5v-5.8c0-0.4-0.2-0.8-0.4-1-0.2-0.3-0.6-0.5-1-0.5zm0.9 7.3v0.3 0.1s0 0.1-0.1 0.1l-0.1 0.1-0.1 0.1s-0.1 0-0.1 0.1h-0.1-0.1-0.1c-0.2 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-5.8-0.2-0.1-0.1-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1 0.1 0.1s0 0.1 0.1 0.1v0.1 0.2l-0.3 6.1z"></path>
|
|||
|
<path d="m94.5 81.6c-0.2-0.4-0.7-0.7-1.2-0.7-0.2 0-0.5 0.1-0.7 0.2-0.7 0.4-0.9 1.2-0.5 1.9l2.9 5c0.1 0.2 0.3 0.4 0.5 0.5s0.5 0.2 0.7 0.2 0.5-0.1 0.7-0.2c0.3-0.2 0.5-0.5 0.6-0.8 0.1-0.4 0-0.7-0.1-1.1l-2.9-5zm2.1 6.4c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3-2.9-5c-0.2-0.4-0.1-0.9 0.3-1.1 0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2l2.9 5c0.3 0.4 0.1 0.9-0.3 1.1z"></path>
|
|||
|
<path d="m101.5 81.5l-5-2.9c-0.2-0.1-0.4-0.2-0.7-0.2-0.5 0-0.9 0.3-1.1 0.7-0.2 0.3-0.2 0.7-0.1 1s0.3 0.6 0.6 0.8l5 2.9c0.2 0.1 0.4 0.2 0.7 0.2 0.5 0 0.9-0.3 1.1-0.7 0.3-0.6 0.1-1.4-0.5-1.8zm0.1 1.6c0 0.1-0.1 0.1-0.1 0.2l-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1h-0.2-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-5-2.9c-0.4-0.2-0.5-0.7-0.3-1.1 0-0.1 0.1-0.1 0.1-0.2l0.1-0.1c0.1 0 0.1-0.1 0.2-0.1h0.2 0.1 0.1 0.1c0.1 0 0.1 0 0.2 0.1l5 2.9c0.4 0.2 0.5 0.7 0.3 1.1z"></path>
|
|||
|
<path d="m102.5 75.1h-5.8c-0.7 0-1.2 0.6-1.2 1.2 0 0.4 0.2 0.9 0.6 1.1 0.2 0.1 0.4 0.2 0.6 0.2h5.8c0.7 0 1.2-0.6 1.2-1.2 0.1-0.7-0.5-1.3-1.2-1.3zm0 2.1h-5.8c-0.1 0-0.3 0-0.4-0.1-0.2-0.1-0.4-0.4-0.4-0.7v-0.2-0.1-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1 0.1 0.1 0.1 0.1 0.1 5.8 0.1 0.1 0.1 0.1 0.1 0.1l0.1 0.1h0.1l0.1 0.1v0.1 0.1 0.1 0.1 0.2c-0.1 0.3-0.5 0.7-1 0.7z"></path>
|
|||
|
<path d="m94.7 72.7c-0.1 0.3 0 0.6 0.1 0.9 0.1 0.2 0.3 0.3 0.4 0.4 0.2 0.1 0.4 0.2 0.6 0.2s0.4-0.1 0.6-0.2l5-2.9c0.3-0.2 0.5-0.4 0.6-0.7s0-0.6-0.1-0.9c-0.2-0.4-0.6-0.6-1-0.6-0.2 0-0.4 0.1-0.6 0.2l-5 2.9c-0.4 0.1-0.6 0.3-0.6 0.7zm5.7-3.3c0.1 0 0.1-0.1 0.2-0.1h0.1 0.1 0.1 0.2c0.1 0 0.1 0 0.2 0.1l0.1 0.1s0.1 0.1 0.1 0.2c0.2 0.4 0.1 0.9-0.3 1.1l-5 2.9c-0.1 0-0.1 0.1-0.2 0.1h-0.1-0.1-0.1-0.1c-0.1 0-0.1 0-0.2-0.1l-0.3-0.3c-0.2-0.4-0.1-0.9 0.3-1.1l5-2.9z"></path>
|
|||
|
</g>
|
|||
|
</switch>
|
|||
|
</svg>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 243px; left: 180px; top: 335px;" data-block-id="de2a7f44e449b195ce995b670e4979df"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="0">
|
|||
|
<p>REST</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 243px; left: 497px; top: 163px;" data-block-id="e9b8d7a826e9b1b647072ee8d30ef6a6"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="1">
|
|||
|
<p>SOAP</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 243px; left: 527px; top: 280px;" data-block-id="0eb3a0706781defaf93fdfbffd133fe8"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;" data-fragment-index="2">
|
|||
|
<p>APIs of APIs</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="b5810a00d5ba26824cc9f8c7bdc560a0"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="e8359e0d3c9197a200a10d1c30858c29"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="aa9f38a57c6a2565c43750985f770d88"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Runtime</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="349be1cddc3db1cd849276d261586277"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="" data-fragment-index="0">
|
|||
|
<p>LXC</p>
|
|||
|
</div></div>
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 89px; top: 280px;" data-block-id="9d242b250aa4211affb5f9b31469033b"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">2008</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 89px; top: 306px;" data-block-id="678384f947adbd52549ec1f6ecd5bc99"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">lxc specifc config</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 407px;" data-block-id="bc6d8169ec3e837328308022a95ce804"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="" data-fragment-index="0">
|
|||
|
<p>Docker</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 433px;" data-block-id="820ca91ecf647c63483f53b112a6be02"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">2013</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 459px;" data-block-id="0ee94c930dba605f2f02bd3b873b085b"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 18; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="4">Docker specifc config and APIs</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="8a696a2ea8f9aefe85ebbbf9842e5444"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="3392395e72409ec6b61e455bb40f4689"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="7b1c8b57bdcdf3de70b2f5a6803414bb"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Runtime</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="e217adffad9b0380c9f8c9bf66389dc9"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>Application Container Spec (<a href="https://github.com/appc/spec" target="_blank">github.com/appc/spec</a>)</p>
|
|||
|
</div></div>
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 89px; top: 280px;" data-block-id="e209ce1bc6a30330a9653103d6694358"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">December 2014</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 89px; top: 332px;" data-block-id="a6885d7e5d98a10d7c8be5dc697e953c"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">App Container Executor (ACE)</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 690px; left: 89px; top: 358px;" data-block-id="b80dcd51779a463758a95f931944cea1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Several implementations, with rkt as the flagship</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 89px; top: 306px;" data-block-id="7e2d5be5a8f16a83a3f00fddc8e4f4b8"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">Specification</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="b99e1461d3f88260c9845321cab9a9a6"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="4ea4d39be5f6cb785bb6f6b5cbc8bd43"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="5066a3262a38a903af1f3fd168c140f6"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Runtime</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="c715745721f9785424287628a41398a1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>OpenContainer Runtime-Spec (<a href="https://github.com/opencontainers/runtime-spec" target="_blank">github.com/opencontainers/runtime-spec</a>)</p>
|
|||
|
</div></div>
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 301px;" data-block-id="49217678e46f22d7fda61048a5b52442"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">June 2015</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 353px;" data-block-id="426cb85313bf33f96a33ce0e7c40a7e7"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">Several Implementations, with runc as flagship</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 327px;" data-block-id="ec3e40f73d574d824dbde0d1623b418d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Specification</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 379px;" data-block-id="2f86860194cc6b1fea0514d45b1711d7"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">Currently v1.0.0-rc1</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="e9e4edca0a40878e11fe629502902366"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="87b989585aef63780b44283866465152"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="4465a3b0e677ed48ba02736b90096f08"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Network</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="7276060d0bd5ef70dbca930a6a3387ae"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>Container Networking Interface</p>
|
|||
|
|
|||
|
<p>(<a href="https://github.com/containernetworking/cni" target="_blank">CNI - github.com/containernetworking/cni</a>)</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 415px;" data-block-id="84a66285e36edaf760698a91969f493a"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">Used by RKT, kubernetes, Kurma, Cloud Foundry, usable with runC, and more</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 389px;" data-block-id="ed088fbf23dc0b76dfe7643ef618a278"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Simple to integrate with a process based workflow</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 337px;" data-block-id="306fc821cb52e9c277e38a8016cb1ad4"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">December 2014</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 363px;" data-block-id="1de072f66a7a65ff6e786d0be0b37549"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="" data-fragment-index="1">
|
|||
|
<ul>
|
|||
|
<li class="">Specification</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="ade1d1532b65f5cd89c0534356bcd58a"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="49418f10dbfe4ced9c33dcecd8f0ce7c"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="f6f12a5cc3f9e33a72f3874e4968142a"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Network</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="6418c643e94018e8900d6c076c9faba9"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>Container Network Model</p>
|
|||
|
|
|||
|
<p>(<a href="https://github.com/docker/libnetwork/blob/master/docs/design.md" target="_blank">CNM - Docker libnetwork</a>)</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 376px;" data-block-id="679bb582d84e0b48ef6b825255e778e8"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Used by Docker Engine</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 350px;" data-block-id="804de498ca29635dffd190b4f40a5bf3"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1"><a href="http://blog.kubernetes.io/2016/01/why-Kubernetes-doesnt-use-libnetwork.html" target="_blank">Hard to integrate into existing system</a></li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 685.516px; height: 269px; left: 137px; top: 426px;" data-block-id="8255102fb3a242252f99ddb6bc848f42"><div class="sl-block-content fragment" style="z-index: 16;" data-fragment-index="1"><img data-natural-width="632" data-natural-height="248" data-src="containers-past-present-and-future-3/45d982a1393e7ba90cd737f14784a939.jpg"></div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 324px;" data-block-id="b5380783ce4365a0f0f806dcf341a2d2"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">April 2015</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="fe0b3035817b0010681e9dcb95645309"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="30b750dd2964ac6e21b9957b80d4e7cc"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="de1000a8169cfab6d034b17936e7377c"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Packaging</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 301px;" data-block-id="630123150c905f2a2dca95a20598094e"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">Docker specific format</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="1e63d8e417ec553bc6e7f3998ac960de"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>Docker Image</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 327px;" data-block-id="594cf76f84e087fbb25246ffbc09361b"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">Tight coupling with daemon version</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 822px; left: 90px; top: 353px;" data-block-id="cff0d677f8435ef551f3c165b810438d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Signing requires Docker notary integration</li>
|
|||
|
<li class="fragment" data-fragment-index="3">Image naming is Docker specific and bound to registries</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="3c8420c074073c8d0600122a5add94ee"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="f50629a0b3d9718332473f51a37d904a"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="33f1838d98019d085b3e0dad5e7883fd"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Packaging</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 301px;" data-block-id="3036e30779a7cfa2af7768d47f42a470"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">December 2014</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 353px;" data-block-id="a4ed083eb667bb5714f6f5b9e39632a1"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">A number of independent tooling</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="0207cd99cd526ebe77ce2f32d6af761a"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>Application Container Spec (<a href="https://github.com/appc/spec" target="_blank">github.com/appc/spec</a>)</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 327px;" data-block-id="2c275e4bf4e06184c01bbcd682e20e49"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">App Container Image (ACI)</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 379px;" data-block-id="9b75e68e7b6794ff3f16b28860436c30"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 17; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">Addresses Fully-Qualified-Naming, image discovery, signing, content addressibility, and versioned schema</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="f349ee89d52d833f0b33528e4dab6acb"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="4f08c0559fbddd30c499178b2aeddc44"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 140px;" data-block-id="0bb63f3023da6b013b86e348877b3880"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Packaging</h2>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 301px;" data-block-id="586031132730b6b2d4509451ae9b2fa9"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="0">April 2016</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 327px;" data-block-id="02739f99d5e1b59f635682300dbcc755"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="1">Pulled from Docker-1.10 and Registry v2 format</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 353px;" data-block-id="571fe41dc86314786b311061d689d865"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="2">Content addressibility</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 80px; top: 249px;" data-block-id="ad8d6e0af8bb8d16e93ee3f28522718f"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<p>OpenContainer Image-Spec (<a href="https://github.com/opencontainers/image-spec" target="_blank">github.com/opencontainers/image-spec</a>)</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 379px;" data-block-id="574f6a0b2e66cec86d61336f77f191e4"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="3">Signable. Possibility to have naming and discovery.</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; width: 728px; left: 90px; top: 407px;" data-block-id="30eaedaa2d867540b837d8bfca90af9c"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 18; letter-spacing: 0.22em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li class="fragment" data-fragment-index="4">Likely v1.0.0-rc1 in August 2016</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#7cd5ee" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="59c48b37c55612e6adbe6fb049eeebd3"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="4c62cb1a789dd4e6739e3d06cc3f96d3"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Present</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 0px; top: 140px;" data-block-id="8c930e53a9038f4ea26939d7f32d1c4b"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<h2>Cloud</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 728px; left: 52px; top: 335px;" data-block-id="f8e1be6dc363dd57eca733c57f6546cc"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12; letter-spacing: 0.29em;" data-has-letter-spacing="">
|
|||
|
<p>Cloud Native Computing Foundation (<a href="https://cncf.io" target="_blank">https://cncf.io</a>)</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 728px; left: 52px; top: 420px;" data-block-id="ce36075b2fa2985b9a1ef12c7cd12a6c"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13; letter-spacing: 0.29em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li>Kubernetes orchestration donated by Google</li>
|
|||
|
</ul>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 728px; left: 52px; top: 450px;" data-block-id="ef4d5752f6cd5e2986760d1e9494e93d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15; letter-spacing: 0.29em;" data-has-letter-spacing="">
|
|||
|
<ul>
|
|||
|
<li>Prometheus monitoring donated</li>
|
|||
|
</ul>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#d7cde5" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="36ce870c10e084014b7ba91b330f8250"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 40px; top: 70px;" data-block-id="cb09ed83eef3ed6cd92ac93464d5be2d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;">
|
|||
|
<pre><span style="font-size:1.4em">Why More Standards?!</span></pre>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 106px; top: 140px;" data-block-id="5db69f8d42dca4a5bfe32d60b2adc54b"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;" data-fragment-index="0">
|
|||
|
<p>Really great question. Thought you might ask ...</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 700px; left: 160px; top: 184px;" data-block-id="3a8017c6c1b61ee0fcb341cce013ef93"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="2">
|
|||
|
<p><br>
|
|||
|
The package wars of deb vs rpm set back the broad adoption of Linux</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 618.375px; height: 350px; left: 171px; top: 302px;" data-block-id="8a9d3e98f944e56609677057acddddad"><div class="sl-block-content fragment" style="z-index: 14;" data-fragment-index="1"><img data-natural-width="500" data-natural-height="283" data-src="containers-past-present-and-future-3/6967ea0d2cd91d9d3148b59913c877b2.png"></div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 180px; top: 652px;" data-block-id="4c148171c7aaf69b289ebff6e4d5a84a"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 15;" data-fragment-index="1">
|
|||
|
<p style="text-align: center;"><a href="https://xkcd.com/927/" target="_blank">xkcd.com/927</a></p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#ac97ca" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="bb89c31aabf25cfcbe365755ec9d0300"><div class="sl-block" data-block-type="text" style="height: auto; width: 600px; left: 0px; top: 80px;" data-block-id="60ead4293d714b80c1ed257bd9a1e1ca"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h1>Future</h1>
|
|||
|
</div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 100px; top: 210px;" data-block-id="31e81b685d5cf128df885e9f0c16dcf3"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11;" data-fragment-index="0">
|
|||
|
<p>Broad consensus on v1 and forward</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 200px; top: 280px;" data-block-id="c4743621720d83f38a7dc10b25266e07"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;" data-fragment-index="1">
|
|||
|
<p>Portability of integrations</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 120px; top: 350px;" data-block-id="6c1e9df5dd8191c6b2aa45e0972690b2"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="2">
|
|||
|
<p>Perhaps, industry standards for CAS filesystems, and mapping to content publisher Fully-Qualified-Name</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#f8af78" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="b40af9a3eee5d605371b2434fb4b6587"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 320px; top: 62px;" data-block-id="46fa97b03d4aa1d825fb679714ef5d3d"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 11; letter-spacing: 0.4em;" data-has-letter-spacing="">
|
|||
|
<p><span style="font-size:1.4em">Call to Action!</span></p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 100px; top: 125px;" data-block-id="90a6fed4b7c2dbd5cbff96cfaeec7493"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;" data-fragment-index="0">
|
|||
|
<p>Define <u>your</u> use-cases <strong>first</strong></p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 63px; top: 249px;" data-block-id="4957daa653bba313341895533338e963"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 13;" data-fragment-index="2">
|
|||
|
<p>Ensure your container integration touchpoint stay generic,</p>
|
|||
|
|
|||
|
<p>to avoid lock-in to a particular platform.</p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 280px; top: 180px;" data-block-id="916681049c6ca615636652bccfa447db"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 14;" data-fragment-index="1">
|
|||
|
<p><a href="https://groups.google.com/a/opencontainers.org/forum/#!forum/dev" target="_blank">Get involved in the conversations</a></p>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="image" style="min-width: 30px; min-height: 30px; width: 260px; height: 245.818px; left: 350px; top: 448px;" data-block-id="56859bcd6f2ad0fc29d02c25110bbf7a"><div class="sl-block-content fragment" style="z-index: 15;" data-fragment-index="4"><img data-natural-width="330" data-natural-height="312" data-src="containers-past-present-and-future-3/0ff1b7eb9667528cb8cde60f7a5a2d5c.gif"></div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 288px; top: 342px;" data-block-id="3a3af6f7edfbc885e4f71623aae8aab3"><div class="sl-block-content fragment" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 16;" data-fragment-index="3">
|
|||
|
<p>PoC tooling for your integration</p>
|
|||
|
</div></div></section><section class="has-light-background" data-background-color="#fac9a5" data-background-image="containers-past-present-and-future-3/60672f0849c5b758b11dc0905dc42c02.svg" data-id="f493b413871c1e2cc59b0016ba9f03db"><div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 320px; top: 584px;" data-block-id="b907e1a44da82b3a5f0e3af6097b2ebf"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 10;">
|
|||
|
<h2>Thanks!</h2>
|
|||
|
</div></div>
|
|||
|
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 827px; left: 53px; top: 294px;" data-block-id="ef51e9976de4838e5a1d814b1e95a71f"><div class="sl-block-content" data-placeholder-tag="p" data-placeholder-text="Text" style="z-index: 12;">
|
|||
|
<h2 style="text-align:center">Vincent Batts</h2>
|
|||
|
|
|||
|
<h2 style="text-align:center">@vbatts| vbatts@redhat.com</h2>
|
|||
|
</div></div></section>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<script>
|
|||
|
var SLConfig = {"deck": {"id":751299,"slug":"containers-past-present-and-future-3","title":"Containers: past, present and future [2016 ContainerCon.jp]","description":"Overview of where we've gotten so far on container standards, and how we're moving forward. The OpenContainer Initiative is the best option for standardizing common interfaces and reducing risk on the long-term for the container ecosystem.","width":960,"height":700,"visibility":"self","published_at":null,"sanitize_messages":null,"thumbnail_url":"https://s3.amazonaws.com/media-p.slid.es/thumbnails/c3fb340c34ff1669558c02774d1b618b/thumb.jpg","view_count":0,"user":{"id":352550,"username":"vbatts","name":"Vincent Batts","description":"","thumbnail_url":"https://www.gravatar.com/avatar/a76bbb02d3ce311820f53ef484c0f8bf?s=140\u0026d=https%3A%2F%2Fstatic.slid.es%2Fimages%2Fdefault-profile-picture.png","paid":true,"pro":true,"lite":false,"team_id":32,"settings":{"id":185974,"present_controls":true,"present_upsizing":true,"present_pointer":false,"present_notes":true,"default_deck_tag_id":null},"enterprise":true,"membership":{"role":"member","manager":false,"activated":true}},"background_transition":"none","transition":"none","theme_id":176,"theme_font":"overpass2","theme_color":"no-color","auto_slide_interval":0,"comments_enabled":true,"forking_enabled":false,"rolling_links":false,"center":false,"shuffle":null,"should_loop":false,"share_notes":false,"slide_number":false,"slide_count":25,"rtl":false,"version":2,"collaborative":false,"deck_user_editor_limit":1,"data_updated_at":1468535004370,"font_typekit":null,"font_google":null,"notes":{"b7d8b0e84f42a99bd85a74cb3f49f839":"Tooling and sprawl. So many reinventions of the wheel.\nxdg-app and bubblewrap","9a31d21232bc7b9c95cf55dea8c67528":"Ask the audience to shout out some words.\nBuild system? pushing images? Immutable runtime?","92f87b47321515efd469a6b7fdd0b7b8":"Packages? \nLike distributing file systems?\nOh my god no. We _solved_ that problem already.\n\nLet's stick all these packages in an even bigger package","59c48b37c55612e6adbe6fb049eeebd3":"And lets work our way back down from cloud.\n\nDrive common container standards for internet-scale computing. \nMany companies/people working together.","ade1d1532b65f5cd89c0534356bcd58a":"It's an all new API and model for networking.\nDifficult for outside plugins to maintain their own state.\nRequires libkv integration, likely needing another daemon to the infrastructure.","b5810a00d5ba26824cc9f8c7bdc560a0":"spec-first\nStaged approach for sandbox and exec\nDefines pod for groups of applications as a service","b99e1461d3f88260c9845321cab9a9a6":"\nmore of a singular approach. a binary to be exec'ed.\nsingle applications. specific to instance of the container.","fe0b3035817b0010681e9dcb95645309":"tar archives!\n\nInitially not content addressable. nor signable.","3c8420c074073c8d0600122a5add94ee":"tar archives!","36ce870c10e084014b7ba91b330f8250":"Ridiculous Contentions?\nAversion to being humble?\n\nIs this about being able to have a build of an image last forever? I sure hope not.\nBut your tooling and infrastructure ought not have pervasive churn with every upstream release. ","b40af9a3eee5d605371b2434fb4b6587":"With many of the neat tools that are coming out, folks see that the tools may solve a use-case of theirs, but are far to often overlooking the added difficulty in committing to that specific tooling.\n\nCommon standards are here for you, and intended to be broadly usable. It is through vetting and adoption from you, that that happens.\n\nIf your entire workflow, or business, becomes dependent on the way a particular tool does X, that should be a red flag of risk.","bb89c31aabf25cfcbe365755ec9d0300":"v1 is intended to be generally the infrastructure that many have already been working on.\nOnce we're all on the same open page, then we can continue improving the baseline together.\n\nEnsuring that a \"container integration\" done today, is not _completely_ broken on the next minor release of some tool. If a switch is needed, it ought not demand re-architectur
|
|||
|
|
|||
|
SLConfig.theme = {"id":176,"created_at":"2014-05-27T12:38:16.183Z","updated_at":"2018-05-04T07:53:25.097Z","name":"Red Hat Corporate","thumbnail_url":"https://s3.amazonaws.com/media-p.slid.es/thumbnails/66755080be2b0c8c0146bfa70069ef16/thumb.jpg?1525420403","sanitize_messages":null,"slide_template_ids":[56706,56689,28642,36442,27160,26765,26762,56684,56696,56704,56703],"font_typekit":"","font_google":"","width":960,"height":700};
|
|||
|
|
|||
|
// Use local fonts
|
|||
|
SLConfig.fonts_url = 'lib/fonts/';
|
|||
|
</script>
|
|||
|
|
|||
|
<script src="lib/head.min.js"></script>
|
|||
|
<script src="lib/reveal.min.js"></script>
|
|||
|
<script src="lib/offline.js"></script>
|
|||
|
|
|||
|
<!-- Initialize the presentation -->
|
|||
|
<script>
|
|||
|
Reveal.initialize({
|
|||
|
width: 960,
|
|||
|
height: 700,
|
|||
|
margin: 0.05,
|
|||
|
|
|||
|
controls: true,
|
|||
|
progress: true,
|
|||
|
history: true,
|
|||
|
mouseWheel: false,
|
|||
|
showNotes: false,
|
|||
|
slideNumber: false,
|
|||
|
|
|||
|
autoSlide: 0 || 0,
|
|||
|
autoSlideStoppable: true,
|
|||
|
|
|||
|
center: false,
|
|||
|
shuffle: false,
|
|||
|
loop: false,
|
|||
|
rtl: false,
|
|||
|
|
|||
|
transition: "none",
|
|||
|
backgroundTransition: "none",
|
|||
|
|
|||
|
dependencies: [
|
|||
|
{ src: 'lib/reveal-plugins/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|||
|
{ src: 'lib/reveal-plugins/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|||
|
{ src: 'lib/reveal-plugins/highlight/highlight.js', async: true, callback: function() { hljs.initHighlighting(); hljs.initHighlightingOnLoad(); } },
|
|||
|
{ src: 'lib/reveal-plugins/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
|
|||
|
{ src: 'lib/reveal-plugins/zoom/zoom.js', async: true }
|
|||
|
]
|
|||
|
});
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
<script id="theme-js-output" type="text/javascript">var themeHTMLOutput = document.getElementById('theme-html-output');
|
|||
|
if( themeHTMLOutput ) {
|
|||
|
themeHTMLOutput.innerHTML = '<link rel="stylesheet" href="https://overpassmonotest-30e2.kxcdn.com/overpass-mono.css" />';
|
|||
|
}
|
|||
|
|
|||
|
// (function() {
|
|||
|
//
|
|||
|
// var slidesInitInterval = setInterval( function() {
|
|||
|
// if( window.SL && window.SL.view ) {
|
|||
|
// // If we're in the editor, wait for the Blocks controller
|
|||
|
// // to be initialized
|
|||
|
// if( SL.editor ) {
|
|||
|
//
|
|||
|
// if( SL.editor.controllers && SL.editor.controllers.Blocks && SL.editor.controllers.Blocks.textSaved ) {
|
|||
|
// SL.editor.controllers.Blocks.textSaved.add( function( element ) {
|
|||
|
// var html = element.html();
|
|||
|
// html = html.replace( /(@RedHat | @redhat)/g, '@redhat' );
|
|||
|
// html = html.replace( 'redhat.com', 'redhat.com' );
|
|||
|
// html = html.replace( /(Red Hat|red hat|RedHat|Red hat|Redhat|redHat|red Hat)/g, '<span class="name">Red Hat</span>' );
|
|||
|
// html = html.replace( /( redhat |redhat )/g, ' <span class="name">Red Hat</span> ' );
|
|||
|
// html = html.replace( 'REDHAT', '<span class="name">RED HAT</span>' );
|
|||
|
// html = html.replace( 'redhat<', '<span class="name">Red Hat</span><' );
|
|||
|
// html = html.replace( 'openshift', '<span class="name">OpenShift</span>' );
|
|||
|
// html = html.replace( '<span class="name"><span class="name">Red Hat</span></span>', '<span class="name">Red Hat</span>' );
|
|||
|
// html = html.replace( 'redhat.com', 'redhat.com' );
|
|||
|
// html = html.replace( 'REDHAT.COM', 'REDHAT.COM' );
|
|||
|
// html = html.replace( '@redhat', '@redhat' );
|
|||
|
// html = html.replace( /(@RedHatNews | @redhatnews)/g, '@RedHatNews' );
|
|||
|
// html = html.replace( /(@RedHat | @redhat)/g, '@RedHatInc' );
|
|||
|
// html = html.replace( /(RHEL-OSP|RHELOSP|Red Hat Enterprise Linux OpenStack Platform)/g, 'Red Hat OpenStack Platform' );
|
|||
|
// html = html.replace( /(openstack |openstack|open stack|openStack|Openstack)/g, 'OpenStack' );
|
|||
|
// html = html.replace( 'openstack', 'OpenStack' );
|
|||
|
// html = html.replace( 'openstack<', 'OpenStack<' );
|
|||
|
//
|
|||
|
// element.html( html );
|
|||
|
// } );
|
|||
|
//
|
|||
|
// clearInterval( slidesInitInterval );
|
|||
|
// }
|
|||
|
//
|
|||
|
// }
|
|||
|
// else {
|
|||
|
// clearInterval( slidesInitInterval );
|
|||
|
// }
|
|||
|
// }
|
|||
|
// }, 500 );
|
|||
|
//
|
|||
|
// })();
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// piwik script
|
|||
|
var _paq = _paq || [];
|
|||
|
_paq.push(["trackPageView"]);
|
|||
|
_paq.push(["enableLinkTracking"]);
|
|||
|
|
|||
|
(function() {
|
|||
|
var u = (("https:" == document.location.protocol) ? "https" : "http") +
|
|||
|
"://engstats.redhat.com/piwik/";
|
|||
|
_paq.push(["setTrackerUrl", u+"piwik.php"]);
|
|||
|
_paq.push(["setSiteId", "8"]);
|
|||
|
var d=document, g=d.createElement("script"),
|
|||
|
s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
|
|||
|
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
|
|||
|
})();
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
function sliceString(selector) {
|
|||
|
var elements = document.getElementsByClassName(selector);
|
|||
|
|
|||
|
|
|||
|
for (var h=0; h<elements.length; h++){
|
|||
|
var string = elements[h].innerText,
|
|||
|
total = string.length,
|
|||
|
div = '';
|
|||
|
|
|||
|
// futile attempt to clean space
|
|||
|
var string = elements[h].innerText.trim();
|
|||
|
|
|||
|
for (var i=0; i<total; i++) {
|
|||
|
var letter = string.charAt(i);
|
|||
|
div+= '<span class="'+letter+'">'+letter+'</span>';
|
|||
|
}
|
|||
|
elements[h].innerHTML = div;
|
|||
|
}
|
|||
|
}
|
|||
|
sliceString('lettering');
|
|||
|
sliceString('lettering'); //no rogue spaces when fired twice for some reason
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// function sliceString(selector) {
|
|||
|
// if (!document.querySelector) return;
|
|||
|
// var string = document.querySelector(selector).innerText,
|
|||
|
// total = string.length,
|
|||
|
// html = '';
|
|||
|
// for (var i=0; i<total; i++) {
|
|||
|
// var letter = string.charAt(i);
|
|||
|
// html+= '<span class="'+letter+'">'+letter+'</span>';
|
|||
|
// }
|
|||
|
// document.querySelector(selector).innerHTML = html;
|
|||
|
//}
|
|||
|
//sliceString('.lettering');</script>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|