Skip to content

Commit

Permalink
Added header and footer to the tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Jul 18, 2017
1 parent 7bd5e04 commit 5a59c4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/examples/tutorial.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,17 @@ a {

.hidden {
display: none;
}
}

.header img {
opacity: 0.2;
width: 25%;
position: absolute;
left: 0;
}

.footer {
position: absolute;
top: 95%;
font-size: 50%;
}
8 changes: 8 additions & 0 deletions docs/examples/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
:keywords: presentation, restructuredtext, impress.js, tutorial
:css: tutorial.css

.. header::

.. image:: images/hovercraft_logo.png

.. footer::

Hovercraft! Tutorial, https://hovercraft.readthedocs.io

This slide show is a sort of tutorial of how to use Hovercraft! to make
presentations. It will show the most important features of Hovercraft! with
explanations.
Expand Down

0 comments on commit 5a59c4b

Please sign in to comment.