Licensing
This commit is contained in:
parent
1f5d0ab37f
commit
dea569396a
2 changed files with 24 additions and 2 deletions
|
@ -23,6 +23,10 @@ Want to create your presentation using a visual editor? Try the official reveal.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT licensed
|
|
||||||
|
REACT.js components are MIT licensed
|
||||||
|
|
||||||
Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se
|
Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se
|
||||||
|
|
||||||
|
slide content in index.html is CC-BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||||
|
Copyright (C) 2021 Paul Warren
|
||||||
|
|
18
index.html
18
index.html
|
@ -10,6 +10,22 @@
|
||||||
<link rel="stylesheet" href="dist/reveal.css">
|
<link rel="stylesheet" href="dist/reveal.css">
|
||||||
<link rel="stylesheet" href="dist/theme/solarized.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 -->
|
<!-- Theme used for syntax highlighted code -->
|
||||||
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -21,6 +37,8 @@
|
||||||
<p><b>Paul Warren</b></p>
|
<p><b>Paul Warren</b></p>
|
||||||
<p>Mastodon: @pwarren@mastodon.thewarrens.name </p>
|
<p>Mastodon: @pwarren@mastodon.thewarrens.name </p>
|
||||||
<p>email: paul at thewarrens.name </p>
|
<p>email: paul at thewarrens.name </p>
|
||||||
|
<p>© 2021 Paul Warren</p>
|
||||||
|
<p>CC BY-NC-SA<p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section><h2 style="color:red">! WARNING !</h2>
|
<section><h2 style="color:red">! WARNING !</h2>
|
||||||
|
|
Loading…
Reference in a new issue