|
|
|
@ -9,7 +9,23 @@
|
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
|
|
|
<link rel="stylesheet" href="dist/theme/solarized.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
/* Copyright notice */
|
|
|
|
|
#copyright {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
left: 0%;
|
|
|
|
|
text-size: tiny;
|
|
|
|
|
}
|
|
|
|
|
.reveal .footer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 1em;
|
|
|
|
|
left: 1em;
|
|
|
|
|
font-size: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
|
|
|
</head>
|
|
|
|
@ -21,6 +37,8 @@
|
|
|
|
|
<p><b>Paul Warren</b></p>
|
|
|
|
|
<p>Mastodon: @pwarren@mastodon.thewarrens.name </p>
|
|
|
|
|
<p>email: paul at thewarrens.name </p>
|
|
|
|
|
<p>© 2021 Paul Warren</p>
|
|
|
|
|
<p>CC BY-NC-SA<p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section><h2 style="color:red">! WARNING !</h2>
|
|
|
|
|