From d8dd1126fdcdc49347bdafa63cbaf27a22efb2d5 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 30 Mar 2016 13:51:46 +0200 Subject: [PATCH] Organize files somewhat --- .gitignore | 2 ++ main.css => css/main.css | 2 +- cube.html | 6 +++--- background1.jpg => images/background1.jpg | Bin gravatar-256.jpg => images/gravatar-256.jpg | Bin index.html | 2 +- cube.js => js/cube.js | 0 gl-matrix-min.js => js/gl-matrix-min.js | 0 square.js => js/square.js | 0 texture.js => js/texture.js | 3 +-- square.html | 6 +++--- texture.html | 9 +++++---- 12 files changed, 16 insertions(+), 14 deletions(-) rename main.css => css/main.css (94%) rename background1.jpg => images/background1.jpg (100%) rename gravatar-256.jpg => images/gravatar-256.jpg (100%) rename cube.js => js/cube.js (100%) rename gl-matrix-min.js => js/gl-matrix-min.js (100%) rename square.js => js/square.js (100%) rename texture.js => js/texture.js (98%) diff --git a/.gitignore b/.gitignore index e61ff13..25caafc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +.*.sw? +Downloads/ toji* Programming* diff --git a/main.css b/css/main.css similarity index 94% rename from main.css rename to css/main.css index 2125b3b..6099e0d 100644 --- a/main.css +++ b/css/main.css @@ -32,7 +32,7 @@ top: 0px; width: 1920px; height: 1200px; - background-image: url(./background1.jpg); + background-image: url(../images/background1.jpg); padding: 0px; margin: 0px; z-index: -1; diff --git a/cube.html b/cube.html index c6ac794..9fbcee0 100644 --- a/cube.html +++ b/cube.html @@ -1,9 +1,9 @@ Colored animated cube. - - - + + + - + + + - + + +