Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Impressive Presentations with impress.js

You're reading from  Building Impressive Presentations with impress.js

Product type Book
Published in Mar 2013
Publisher Packt
ISBN-13 9781849696487
Pages 124 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (14) Chapters

Building Impressive Presentations with impress.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started with Impressive Presentations 2. Exploring Impress Visualization Effects 3. Diving into the Core of impress.js 4. Presenting on Different Viewports 5. Creating Personal Websites 6. Troubleshooting Impress Tools and Resources Index

Designing the home page


On the home page, we are going to show the details about you. It consists of multiple steps with text-based content for the most part. Previously, we created large steps which took the full screen or scope of the presentation, but now we are planning to do something different by creating multiple small steps which are visible in the browser screen at the same time, using CSS to handle the step transition. The following is a preview of our home page:

The content shown in this screenshot will be the first step of the website. After the first step, we have a few text-based smaller steps that are used to show the details of the owner of website. Let's now take a look at how the steps are placed inside the presentation:

<div id="impress">
    <div id="about" class="step slide" data-x="0" data-y='0'  >
        // First step Data
    </div>

    <div id="slide2" class="step slide" data-x="0" data-y='500' >
        <div class="intro-title">Web...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}