From a1906ac8e52eb470b4fc36815d759fc72a56f187 Mon Sep 17 00:00:00 2001 From: Yohei Shimomae Date: Thu, 17 Oct 2013 16:05:54 -0700 Subject: [PATCH] added crocodile demo-2 --- demos/animated-crocodile/index.html | 197 ---------- demos/snap-mascot/crocodile-1.html | 164 +++++++++ demos/snap-mascot/crocodile-2.html | 343 ++++++++++++++++++ demos/snap-mascot/index.html | 36 ++ .../index.html => snap-mascot/snap-logo.html} | 56 +-- demos/snap-mascot/style.css | 20 + 6 files changed, 594 insertions(+), 222 deletions(-) delete mode 100644 demos/animated-crocodile/index.html create mode 100644 demos/snap-mascot/crocodile-1.html create mode 100644 demos/snap-mascot/crocodile-2.html create mode 100644 demos/snap-mascot/index.html rename demos/{animated-snap-logo/index.html => snap-mascot/snap-logo.html} (66%) create mode 100644 demos/snap-mascot/style.css diff --git a/demos/animated-crocodile/index.html b/demos/animated-crocodile/index.html deleted file mode 100644 index 14724d6..0000000 --- a/demos/animated-crocodile/index.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - Snap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/demos/snap-mascot/crocodile-1.html b/demos/snap-mascot/crocodile-1.html new file mode 100644 index 0000000..5cc038d --- /dev/null +++ b/demos/snap-mascot/crocodile-1.html @@ -0,0 +1,164 @@ + + + + + + Snap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demos/snap-mascot/crocodile-2.html b/demos/snap-mascot/crocodile-2.html new file mode 100644 index 0000000..6f0fc00 --- /dev/null +++ b/demos/snap-mascot/crocodile-2.html @@ -0,0 +1,343 @@ + + + + + + Snap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demos/snap-mascot/index.html b/demos/snap-mascot/index.html new file mode 100644 index 0000000..2a24ddc --- /dev/null +++ b/demos/snap-mascot/index.html @@ -0,0 +1,36 @@ + + + + + + Snap + + + + + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/demos/animated-snap-logo/index.html b/demos/snap-mascot/snap-logo.html similarity index 66% rename from demos/animated-snap-logo/index.html rename to demos/snap-mascot/snap-logo.html index b6bab7a..794e583 100644 --- a/demos/animated-snap-logo/index.html +++ b/demos/snap-mascot/snap-logo.html @@ -15,10 +15,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."> - Snap Logo + Snap + + + + + + \ No newline at end of file diff --git a/demos/snap-mascot/style.css b/demos/snap-mascot/style.css new file mode 100644 index 0000000..f0d7869 --- /dev/null +++ b/demos/snap-mascot/style.css @@ -0,0 +1,20 @@ +html { + overflow: hidden; +} + +body { + background: #eee; + text-align: center; +} + +svg { + display: inline-block; +} + +iframe { + display: inline-block; + border: none; + height: 300px; + width: 400px; + margin: 10px; +} \ No newline at end of file