From 4e5c81448fe2780f487e9f85cb58c6188acb93b5 Mon Sep 17 00:00:00 2001 From: Patrik Gothe Date: Wed, 1 Apr 2015 14:42:17 +0200 Subject: [PATCH] update page titles --- demo1.html | 2 +- demo1.jade | 2 +- demo2.html | 2 +- demo2.jade | 2 +- index.html | 6 +++--- index.jade | 4 ++-- spacemixins.jade | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/demo1.html b/demo1.html index 20172cf..461da05 100644 --- a/demo1.html +++ b/demo1.html @@ -1,4 +1,4 @@ -Demo 1
Author.
Patrik Goethe
PS. Not real astronaut.

HTML-driven narrative 3D-scrolling.

(No js required)

Try the demos

View on GitHub or read the Article

Creating a frame

+
Author.
Patrik Goethe
PS. Not real astronaut.

HTML-driven narrative 3D-scrolling

(No js required)

Try the demos

View on GitHub or read the Article

Creating a frame

<div class="space-frame">[contents]</div>

Recommended: Use inner-frame inside the space-frame. This makes things centered both vertically and horizontally inside the frame.

@@ -55,4 +55,4 @@ } }; Space.addTransitions(transitions); -</script>

HTML-driven narrative 3D-scrolling.

(No js required)

Try the demos

View on GitHub or read the Article

Author.
Patrik Goethe
PS. Not real astronaut.
\ No newline at end of file +</script>

HTML-driven narrative 3D-scrolling

(No js required)

Try the demos

View on GitHub or read the Article

Author.
Patrik Goethe
PS. Not real astronaut.
\ No newline at end of file diff --git a/index.jade b/index.jade index e5953cf..35b9b90 100644 --- a/index.jade +++ b/index.jade @@ -3,7 +3,7 @@ include ./spacemixins.jade doctype html html head - +head("space.js") + +head("HTML-driven narrative 3D-scrolling") body @@ -12,7 +12,7 @@ body mixin firstFrame section.center img.inline(src="img/spacejs.png", width="170px" alt="") - p.center.nm HTML-driven narrative 3D-scrolling. + p.center.nm HTML-driven narrative 3D-scrolling p.small.center.subtle (No js required) h3.center.small: a(href="demo1.html") Try the demos diff --git a/spacemixins.jade b/spacemixins.jade index 4994b46..d3438cd 100644 --- a/spacemixins.jade +++ b/spacemixins.jade @@ -36,7 +36,7 @@ mixin painting(src) mixin head(title) head meta(charset="utf-8") - title= title + title Space.js – #{title} script(src="jquery-2.0.2.min.js") link(rel="stylesheet", type="text/css", href="css/main.css") link(rel="stylesheet", type="text/css", href="css/demo.css")