From ab583e2670ea70bb2d398e6e39b4ba8cdaf76e32 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 9 Apr 2018 15:21:35 -0500 Subject: [PATCH] Custom index for avril2018.container.training --- slides/index.html | 252 ++++------------------------------------------ slides/theme.css | 85 ++++++++++++++++ 2 files changed, 107 insertions(+), 230 deletions(-) create mode 100644 slides/theme.css diff --git a/slides/index.html b/slides/index.html index 1435083e..2e314d94 100644 --- a/slides/index.html +++ b/slides/index.html @@ -1,236 +1,28 @@ - Container Training - + +Formation/workshop containers, orchestration, et Kubernetes à Paris en avril -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Container Training
Coming soon near you
April 11-12, 2018: Introduction aux conteneurs (in French) 
April 13, 2018: Introduction à l'orchestration (in French) 
April 24th, 2018: GOTO Chicago - Kubernetes 101 
April 27th, 2018: GOTO Chicago - Swarm Orchestration 
May 8th, 2018: CRAFT Budapest - Swarm Orchestration 
May 17th, 2018: Revolution Conf Virginia Beach - Docker 101 
June 12th, 2018: Velocity San Jose - Kubernetes 101 
July 17th, 2018: OSCON - Kubernetes 101 
Past workshops
April 6th, 2018: MuraCon Sacramento, CA - Docker 101
March 27, 2018: SREcon Americas — Kubernetes 101
March 27, 2018: Boosterconf: Kubernetes 101
February 22, 2018: IndexConf: Kubernetes 101
QCON SF: Orchestrating Microservices with Docker Swarm
QCON SF: Introduction to Docker and Containers
Deploying and scaling microservices with Docker and Kubernetes
LISA16 T1: Deploying and Scaling Applications with Docker Swarm
PyCon2016: Introduction to Docker and containers
Self-paced tutorials
Introduction to Docker and Containers
Container Orchestration with Docker and Swarm
Deploying and Scaling Microservices with Docker and Kubernetes
-
+
+
+

Introduction aux conteneurs

+
De la pratique … aux bonnes pratiques
+
(11-12 avril 2018)
+

+SLIDES +CHATROOM +

+
+
+

Introduction à l'orchestration

+
Kubernetes par l'exemple
+
(13 avril 2018)
+

+SLIDES +CHATROOM +

+
+
diff --git a/slides/theme.css b/slides/theme.css new file mode 100644 index 00000000..74d0a326 --- /dev/null +++ b/slides/theme.css @@ -0,0 +1,85 @@ +@import url('https://fonts.googleapis.com/css?family=PT+Sans'); + +body { + font-family: 'PT Sans', sans-serif; + max-width: 900px; + margin: 0 auto 0 auto; + font-size: 13pt; + background: lightgrey; +} + +body > div { + background: white; + padding: 0 5em 0 5em; +} + +ul, p, h1, h2, h3, h4, h5, h6 { + margin: 0; +} + +h1, h2, h3 { + padding-top: 1em; + padding-bottom: 0.5em; +} + +ul, p { + padding-bottom: 1em; +} + +img { + width: 200px; + float: left; + margin-right: 1em; + margin-bottom: 0.5em; + margin-top: 3em; +} + +h2:nth-of-type(n+5) { + color: #0069A8; +} + +h2:nth-of-type(-n+4) { + text-align: center; +} + +h2:nth-of-type(1) { + font-size: 3em; +} + +h2:nth-of-type(2) { + font-size: 2em; +} + +h2:nth-of-type(3) { + font-size: 1.5em; +} + +h2:nth-of-type(4) { + font-size: 1em; +} + +/* index */ +.index h4 { + font-size: 2.0em; +} +.index h5 { + font-size: 1.3em; +} +.index h6 { + font-size: 1.0em; +} +.index h4, .index h5, .index h6, .index p { + padding: 5pt; +} +div.index { +} +div.block { + background: #e1f8ff; + padding: 1em; + margin: 2em; +} +.index { + font-size: 1.5em; + padding: 0.5em; +} +