├── CNAME ├── README.md ├── font ├── custom.eot ├── custom.svg ├── custom.ttf └── custom.woff ├── icons ├── android-chrome-144x144.png ├── android-chrome-192x192.png ├── android-chrome-36x36.png ├── android-chrome-48x48.png ├── android-chrome-72x72.png ├── android-chrome-96x96.png ├── apple-touch-icon-114x114.png ├── apple-touch-icon-120x120.png ├── apple-touch-icon-144x144.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-57x57.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-72x72.png ├── apple-touch-icon-76x76.png ├── apple-touch-icon-precomposed.png ├── apple-touch-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-194x194.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── manifest.json ├── mstile-144x144.png ├── mstile-150x150.png ├── mstile-310x150.png ├── mstile-310x310.png ├── mstile-70x70.png └── safari-pinned-tab.svg ├── images ├── 2019-07-30--DOTs-anti-thumb.png ├── 2019-07-30--DOTs-types-thumb.png ├── 81z7rttn8NL--Team-Topologies.jpg ├── TT_temp_cover.jpg ├── anti-type-a.png ├── anti-type-a.psd ├── anti-type-b.png ├── anti-type-c.png ├── anti-type-d.png ├── anti-type-e.png ├── anti-type-f.png ├── anti-type-g.jpg ├── anti-type-g.png ├── anti-type-h.png ├── bg-lt-blue.jpg ├── bg-orange.jpg ├── header.jpg ├── logo.png ├── matthew-skelton.jpg ├── type-1-small.png ├── type-1.png ├── type-10.png ├── type-2.png ├── type-3.png ├── type-4.png ├── type-5.png ├── type-6.png ├── type-7.png ├── type-8.png └── type-9.png ├── index.html └── style.css /CNAME: -------------------------------------------------------------------------------- 1 | web.devopstopologies.com 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/README.md -------------------------------------------------------------------------------- /font/custom.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/font/custom.eot -------------------------------------------------------------------------------- /font/custom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/font/custom.svg -------------------------------------------------------------------------------- /font/custom.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/font/custom.ttf -------------------------------------------------------------------------------- /font/custom.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/font/custom.woff -------------------------------------------------------------------------------- /icons/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-144x144.png -------------------------------------------------------------------------------- /icons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-192x192.png -------------------------------------------------------------------------------- /icons/android-chrome-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-36x36.png -------------------------------------------------------------------------------- /icons/android-chrome-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-48x48.png -------------------------------------------------------------------------------- /icons/android-chrome-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-72x72.png -------------------------------------------------------------------------------- /icons/android-chrome-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/android-chrome-96x96.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /icons/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /icons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/apple-touch-icon.png -------------------------------------------------------------------------------- /icons/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/browserconfig.xml -------------------------------------------------------------------------------- /icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/favicon-16x16.png -------------------------------------------------------------------------------- /icons/favicon-194x194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/favicon-194x194.png -------------------------------------------------------------------------------- /icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/favicon-32x32.png -------------------------------------------------------------------------------- /icons/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/favicon-96x96.png -------------------------------------------------------------------------------- /icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/favicon.ico -------------------------------------------------------------------------------- /icons/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/manifest.json -------------------------------------------------------------------------------- /icons/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/mstile-144x144.png -------------------------------------------------------------------------------- /icons/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/mstile-150x150.png -------------------------------------------------------------------------------- /icons/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/mstile-310x150.png -------------------------------------------------------------------------------- /icons/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/mstile-310x310.png -------------------------------------------------------------------------------- /icons/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/mstile-70x70.png -------------------------------------------------------------------------------- /icons/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/icons/safari-pinned-tab.svg -------------------------------------------------------------------------------- /images/2019-07-30--DOTs-anti-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/2019-07-30--DOTs-anti-thumb.png -------------------------------------------------------------------------------- /images/2019-07-30--DOTs-types-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/2019-07-30--DOTs-types-thumb.png -------------------------------------------------------------------------------- /images/81z7rttn8NL--Team-Topologies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/81z7rttn8NL--Team-Topologies.jpg -------------------------------------------------------------------------------- /images/TT_temp_cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/TT_temp_cover.jpg -------------------------------------------------------------------------------- /images/anti-type-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-a.png -------------------------------------------------------------------------------- /images/anti-type-a.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-a.psd -------------------------------------------------------------------------------- /images/anti-type-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-b.png -------------------------------------------------------------------------------- /images/anti-type-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-c.png -------------------------------------------------------------------------------- /images/anti-type-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-d.png -------------------------------------------------------------------------------- /images/anti-type-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-e.png -------------------------------------------------------------------------------- /images/anti-type-f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-f.png -------------------------------------------------------------------------------- /images/anti-type-g.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-g.jpg -------------------------------------------------------------------------------- /images/anti-type-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-g.png -------------------------------------------------------------------------------- /images/anti-type-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/anti-type-h.png -------------------------------------------------------------------------------- /images/bg-lt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/bg-lt-blue.jpg -------------------------------------------------------------------------------- /images/bg-orange.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/bg-orange.jpg -------------------------------------------------------------------------------- /images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/header.jpg -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/matthew-skelton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/matthew-skelton.jpg -------------------------------------------------------------------------------- /images/type-1-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-1-small.png -------------------------------------------------------------------------------- /images/type-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-1.png -------------------------------------------------------------------------------- /images/type-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-10.png -------------------------------------------------------------------------------- /images/type-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-2.png -------------------------------------------------------------------------------- /images/type-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-3.png -------------------------------------------------------------------------------- /images/type-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-4.png -------------------------------------------------------------------------------- /images/type-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-5.png -------------------------------------------------------------------------------- /images/type-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-6.png -------------------------------------------------------------------------------- /images/type-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-7.png -------------------------------------------------------------------------------- /images/type-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-8.png -------------------------------------------------------------------------------- /images/type-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/images/type-9.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SkeltonThatcher/devopstopologies/HEAD/style.css --------------------------------------------------------------------------------