diff --git a/.gitignore b/.gitignore index de0cb06..3dcaffb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,56 @@ .DS_Store *.sublime* +notes + + +# Created by https://www.gitignore.io/api/ower,node,linux + +#!! ERROR: ower is undefined. Use list command to see defined gitignore types !!# + +### Node ### +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +node_modules + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..79e405c Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/favicon.png b/assets/favicon.png index 7b26d7c..7da6019 100644 Binary files a/assets/favicon.png and b/assets/favicon.png differ diff --git a/assets/mobile/flame-icon.svg b/assets/mobile/flame-icon.svg new file mode 100644 index 0000000..f13923c --- /dev/null +++ b/assets/mobile/flame-icon.svg @@ -0,0 +1,185 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/mobile/icon-72.png b/assets/mobile/icon-72.png index 4fbbaf6..b5d6065 100644 Binary files a/assets/mobile/icon-72.png and b/assets/mobile/icon-72.png differ diff --git a/assets/mobile/icon-72@2x.png b/assets/mobile/icon-72@2x.png index 7ca80ca..ba81708 100644 Binary files a/assets/mobile/icon-72@2x.png and b/assets/mobile/icon-72@2x.png differ diff --git a/assets/mobile/icon.png b/assets/mobile/icon.png index b17f904..c5febd5 100644 Binary files a/assets/mobile/icon.png and b/assets/mobile/icon.png differ diff --git a/assets/mobile/icon@2x.png b/assets/mobile/icon@2x.png index 0288d38..646c515 100644 Binary files a/assets/mobile/icon@2x.png and b/assets/mobile/icon@2x.png differ diff --git a/assets/mobile/original.png b/assets/mobile/original.png index 6b25805..f08fb73 100644 Binary files a/assets/mobile/original.png and b/assets/mobile/original.png differ diff --git a/assets/pc32.png b/assets/pc32.png index 0e034a2..7da6019 100644 Binary files a/assets/pc32.png and b/assets/pc32.png differ diff --git a/assets/pc32@2x.png b/assets/pc32@2x.png index 98c4975..97d81cf 100644 Binary files a/assets/pc32@2x.png and b/assets/pc32@2x.png differ diff --git a/assets/pc32sw.png b/assets/pc32sw.png index 2304a74..dc39240 100644 Binary files a/assets/pc32sw.png and b/assets/pc32sw.png differ diff --git a/assets/pc32sw@2x.png b/assets/pc32sw@2x.png index 83283cf..142eda3 100644 Binary files a/assets/pc32sw@2x.png and b/assets/pc32sw@2x.png differ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..42328e3 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "sciencealchemy", + "description": "Science Alchemy", + "main": "js/app.js", + "moduleType": [], + "license": "MIT", + "homepage": "", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular-dragdrop": "~1.0.13" + } +} diff --git a/css/style.css b/css/style.css index d428af6..3516c7d 100644 --- a/css/style.css +++ b/css/style.css @@ -334,8 +334,8 @@ h1 br { background-color: transparent; position: relative; font-weight: bold; - top: -20px; - left: 20px; + top: -1em; + left: 2em; } /* https://github.com/mbostock/d3/blob/master/lib/colorbrewer/colorbrewer.css */ diff --git a/index.html b/index.html index d5234a4..b2fe7eb 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ - Particle Clicker + Science Alchemy - + @@ -38,7 +38,7 @@ - Particle Clicker + Science Alchemy