Update homepage

This commit is contained in:
Jérôme Petazzoni
2017-11-05 10:08:19 -08:00
parent f479591f9c
commit 1f9b304eec

View File

@@ -1,29 +1,74 @@
<ul style="font-size:2em;">
<li>
LISA17 M7: Getting Started with Docker and Containers
<a href="intro.yml.html">(slides)</a>
<a href="https://gitter.im/jpetazzo/workshop-20171030-sanfrancisco">(chat)</a>
</li>
<li>
LISA17 T9: Build, Ship, and Run Microservices on a Docker Swarm Cluster
<a href="lisa.yml.html">(slides)</a>
<a href="https://gitter.im/jpetazzo/workshop-20171031-sanfrancisco">(chat)</a>
</li>
<li>
Deploying and scaling microservices with Docker and Kubernetes
<a href="kube.yml.html">(slides)</a>
<a href="https://gitter.im/jpetazzo/workshop-20171026-prague">(chat)</a>
</li>
<li>
DockerCon Workshop: from Zero to Hero (full day, B3 M1-2)
<a href="dockercon.yml.html">(slides)</a>
</li>
<li>
DockerCon Workshop: Orchestration for Advanced Users (afternoon, B4 M5-6)
<a href="https://www.bretfisher.com/dockercon17eu/">(slides)</a>
</li>
<li>
Self-paced Workshop: Orchestrating Microservices with Docker and Swarm
<a href="selfpaced.yml.html">(slides)</a>
</li>
</ul>
<html>
<head>
<title>Container Training</title>
<style type="text/css">
body {
background-image: url("images/containers-pattern.jpg");
}
* {
font-size: 24px;
font-family: sans-serif;
}
h1 {
display: block;
}
h1, table {
margin-left: auto;
margin-right: auto;
}
h1, td, th {
padding: 0.5em;
background: #eee;
}
a {
text-decoration: none;
}
td:nth-child(2) a::after {
content: "(slides)";
}
td:nth-child(3) a::after {
content: "(chat)";
}
</style>
</head>
<body>
<h1>Container Training</h1>
<table>
<tr><th>Coming soon</th></tr>
<tr>
<td>QCON SF: Introduction to Docker and Containers</td>
</tr>
<tr>
<td>QCON SF: Orchestrating Microservices with Docker Swarm</td>
</tr>
<tr><th>Past workshops</th></tr>
<tr>
<td>LISA17 M7: Getting Started with Docker and Containers</td>
<td><a href="http://lisa17m7.container.training/">📚</a></td>
<td><a href="https://gitter.im/jpetazzo/workshop-20171030-sanfrancisco">💬</a></td>
</tr>
<tr>
<td>LISA17 T9: Build, Ship, and Run Microservices on a Docker Swarm Cluster</td>
<td><a href="http://lisa17t9.container.training/">📚</a></td>
<td><a href="https://gitter.im/jpetazzo/workshop-20171031-sanfrancisco">💬</a></td>
</tr>
<tr>
<td>Deploying and scaling microservices with Docker and Kubernetes</td>
<td><a href="http://osseu17.container.training/">📚</a></td>
<td><a href="https://gitter.im/jpetazzo/workshop-20171026-prague">💬</a></td>
</tr>
<tr>
<td>DockerCon Workshop: from Zero to Hero (full day, B3 M1-2)</td>
<td><a href="http://dc17eu.container.training/">📚</a></td>
</tr>
<tr>
<td>DockerCon Workshop: Orchestration for Advanced Users (afternoon, B4 M5-6)</td>
<td><a href="https://www.bretfisher.com/dockercon17eu/">📚</a></td>
</tr>
<tr>
<td>Self-paced Workshop: Orchestrating Microservices with Docker and Swarm</td>
<td><a href="selfpaced.yml.html">📚</a></td>
</tr>
</table>
</body>
</html>