Add and update copyright notes and alts
This commit is contained in:
parent
bcae0efd4b
commit
b7732b17ac
25
index.html
25
index.html
|
@ -15,11 +15,12 @@
|
||||||
<section class="slide" id="cover">
|
<section class="slide" id="cover">
|
||||||
<h2>Shower Presentation Engine</h2>
|
<h2>Shower Presentation Engine</h2>
|
||||||
<p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p>
|
<p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p>
|
||||||
<img src="pictures/cover.jpg" alt="" class="cover">
|
<figure>
|
||||||
<!--
|
<img class="cover" src="pictures/cover.jpg" alt="Hands on the orange typewriter in a park">
|
||||||
To apply styles to the certain slides
|
<figcaption class="white">
|
||||||
set slide ID to get needed elements
|
<a href="http://fiftyfootshadows.net/">© John Carey</a>
|
||||||
-->
|
</figcaption>
|
||||||
|
</figure>
|
||||||
<style>
|
<style>
|
||||||
#cover h2 {
|
#cover h2 {
|
||||||
margin:30px 0 0;
|
margin:30px 0 0;
|
||||||
|
@ -133,7 +134,12 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="slide" id="picture">
|
<section class="slide" id="picture">
|
||||||
<h2>Pictures</h2>
|
<h2>Pictures</h2>
|
||||||
<img src="pictures/picture.jpg" alt="" class="cover">
|
<figure>
|
||||||
|
<img class="cover" src="pictures/picture.jpg" alt="Orange typewriter on a wooden table close-up">
|
||||||
|
<figcaption class="white">
|
||||||
|
<a href="http://fiftyfootshadows.net/">© John Carey</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
<style>
|
<style>
|
||||||
#picture h2 {
|
#picture h2 {
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
|
@ -174,13 +180,8 @@
|
||||||
<p class="badge">
|
<p class="badge">
|
||||||
<a href="https://github.com/shower/shower">Fork me on GitHub</a>
|
<a href="https://github.com/shower/shower">Fork me on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
<!--
|
|
||||||
To hide progress bar from entire presentation
|
|
||||||
just remove “progress” element.
|
|
||||||
-->
|
|
||||||
<div class="progress"></div>
|
<div class="progress"></div>
|
||||||
<script src="node_modules/shower-core/shower.min.js"></script>
|
<script src="node_modules/shower-core/shower.min.js"></script>
|
||||||
<!-- Copyright © 2015 Yours Truly, Famous Inc. -->
|
<!-- Copyright © 2017 Yours Truly, Famous Inc. -->
|
||||||
<!-- Photos by John Carey, fiftyfootshadows.net -->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue