Skip to content

Commit

Permalink
Fix the 'we have moved' slide
Browse files Browse the repository at this point in the history
I initially used remark to keep the same style for
the 'we have moved' slide; but that was a mistake
because all links to specific slides then pointed
to a grey slide. I'm switching back to a classic
HTML page; looks less nice but also less confusing.
  • Loading branch information
jpetazzo committed Dec 18, 2017
1 parent 5409e7d commit 11e723a
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions docs/index.html
Expand Up @@ -4,34 +4,23 @@
<title>The orchestration workshop has moved!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
body { font-family: 'Droid Serif'; }
.title {
body {
vertical-align: middle;
text-align: center;
}
.title p { font-size: 3em; }
.small { font-size: 0.4em; }
h1, h2, h3, h4 {
font-family: sans-serif;
font-size: 36pt;
}
</style>
</head>
<body>
<textarea id="source">
<h1>We have moved!</h1>

class: title
<h2>The orchestration workshop materials can now be found at:</h2>

We have moved!
<h3><a href="http://container.training/">http://container.training/</a></h3>

.small[The orchestration workshop materials can now be found at:]

http://container.training/

Thank you!

</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
<h4>Thank you!</h4>
</body>
</html>

0 comments on commit 11e723a

Please sign in to comment.