I went the lazy way and used Gimp to crop and type in my talk title on
the last slide. I'll share in case anyone else has an HTML presentation
(S5, reveal.js, or some other web-based slideshow
<https://en.wikipedia.org/wiki/Web-based_slideshow>) and is as lazy as I am.

  * first slide
    <https://gitlab.com/meonkeys/lfnw2016-cli-talk/raw/master/first-slide.png>
  * last slide
    <https://gitlab.com/meonkeys/lfnw2016-cli-talk/raw/master/last-slide.png>

To include these in a reveal.js slideshow:

 1. edit the last slide in Gimp, then
 2. use markup like this:

    <div class="reveal">
      <div class="slides">
        <section data-background="first-slide.png"></section>
        <section>Your slide 1 here</section>
        <section>Your slide 2 here</section>
        <section data-background="last-slide.png"></section>
      </div>
    </div>

I hope this helps!

If anyone gets a wild hair to do the equivalent HTML & CSS by hand,
please let me know!


On 04/21/2016 04:52 PM, Adam Monsen wrote:
> I'm using reveal.js <https://github.com/hakimel/reveal.js> for my
> slides. Anyone know how to work in the official LFNW slide deck
> theme/design <https://www.linuxfestnorthwest.org/2016/fest-resources>?
> I guess I could just take a big image for the first and last slides,
> but it would be really cool to use plain old HTML with the same fonts
_______________________________________________
Fest-list mailing list
[email protected]
http://lists.blug.org/cgi-bin/mailman/listinfo/fest-list

Reply via email to