From: Richard Jones Date: Wed, 3 Mar 2010 20:43:36 +0000 (+0000) Subject: Add common stylesheet and Javascript to the simple example. X-Git-Tag: 1.0.0~22 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=80c6c011f2925ec455aeff1f6f6aa1fd7acd5a06;p=techtalk-pse.git Add common stylesheet and Javascript to the simple example. --- 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