Working "pause" command.
[hacks/simpleWebSlides.git] / doc / sample.xhtml
index 01a9d6d..6bc4546 100644 (file)
@@ -1,10 +1,10 @@
-<!DOCTYPE html ""
-[
-  <!ENTITY global-title "<h1>SimpleWebSlides</h1><h1>An HTML5 presentation framework</h1>">
-]>
-<html>
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
+>
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>&global-title;</title>
+    <title>SimpleWebSlides</title>
 
     <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
     <meta name="copyright"
 
     <div class="slide cover nofooter">
       <div class="centerbox">
-        &global-title;
-        <a href="mailto:kim@nguyen.vg">kim@nguyen.vg</a>
+        <h1 class="pause" >SimpleWebSlides</h1>
+        <h1 class="pause" >An <em>HTML</em><img style="height:28pt"
+             src="http://www.w3.org/html/logo/downloads/HTML5_Badge.svg" alt="5"/>
+          Presentation framework</h1>
+        <a class="pause" href="mailto:kim@nguyen.vg">kim@nguyen.vg</a>
       </div>
     </div>
 
 
     <h1>Introduction</h1>
 
-    <div class="slide" data-foo="44">
+    <div class="slide" >
       <h1>What is it?</h1>
       <em>SimpleWebSlides</em> is an HTML5 framework that allows
-      you to build presentation slides:<i class="pause"/>
+      you to build presentation slides:
       <ul>
         <li>Write your slides in HTML5!</li>
         <li>Script your slides with Javascript!</li>