From 80c6c011f2925ec455aeff1f6f6aa1fd7acd5a06 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 3 Mar 2010 20:43:36 +0000 Subject: [PATCH] Add common stylesheet and Javascript to the simple example. --- examples/simple/10-hello.html | 3 +++ examples/simple/15-second.html | 3 +++ examples/simple/30-goodbye.html | 8 ++++++++ examples/simple/README | 3 ++- examples/simple/code.js | 0 examples/simple/style.css | 3 +++ 6 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 examples/simple/code.js create mode 100644 examples/simple/style.css diff --git a/examples/simple/10-hello.html b/examples/simple/10-hello.html index 5af67ad..d7a4005 100644 --- a/examples/simple/10-hello.html +++ b/examples/simple/10-hello.html @@ -1 +1,4 @@ + + + Hello, world! diff --git a/examples/simple/15-second.html b/examples/simple/15-second.html index 5c764f9..fbccc4b 100644 --- a/examples/simple/15-second.html +++ b/examples/simple/15-second.html @@ -1 +1,4 @@ + + + This is the second slide. diff --git a/examples/simple/30-goodbye.html b/examples/simple/30-goodbye.html index 8699f60..a9200f6 100644 --- a/examples/simple/30-goodbye.html +++ b/examples/simple/30-goodbye.html @@ -1,9 +1,17 @@ + + + +

Goodbye, hope you enjoyed this simple example. +

+

Now look at these files to find out how we did it: +

diff --git a/examples/simple/README b/examples/simple/README index 26cd6d5..75ef5fb 100644 --- a/examples/simple/README +++ b/examples/simple/README @@ -1 +1,2 @@ -A very simple, 3 slide talk. +A very simple, 3 slide talk with one demonstration. + diff --git a/examples/simple/code.js b/examples/simple/code.js new file mode 100644 index 0000000..e69de29 diff --git a/examples/simple/style.css b/examples/simple/style.css new file mode 100644 index 0000000..62dbc6a --- /dev/null +++ b/examples/simple/style.css @@ -0,0 +1,3 @@ +body { + font-size: 24pt; +} \ No newline at end of file -- 1.8.3.1