diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/README.md b/README.md index c9e1dbb..955851f 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,3 @@ -# [Jurassic Systems](http://www.jurassicsystems.com) -HTML5/JavaScript recreation of the original Jurassic Park movie computer system. - -## About Repo -This project started out as a much smaller joke that got out of hand, so the implementation may not have lead to the most extensible of code bases. That being said, adding terminal commands, at least, should be fairly straight forward using the `addCommand` method in [jurassicSystems.js](https://github.com/tojrobinson/jurassicsystems.com/blob/master/static/js/jurassicSystems.js). - -## License -The MIT License (MIT) - -Copyright (c) 2014 Tully Robinson +[Jurassic Systems] -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +HTML5/JavaScript recreation of the original Jurassic Park movie computer system. diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index f714e2e..0000000 --- a/nginx.conf +++ /dev/null @@ -1,24 +0,0 @@ -server { - listen 80; - server_name jurassicsystems.com www.jurassicsystems.com; - root /home/treefingers/www/jurassicsystems.com/static; - index jurassicSystems.html; - error_page 404 /errorPage.html; - error_page 403 /errorPage.html; - - location ~* \.(css|js|jpg|png|gif|ico|ogg|mp3|wav|swf)$ { - expires max; - } - - location /system { - try_files /jurassicSystems.html =404; - } - - location /about { - try_files /about.html =404; - } - - location = /theking { - try_files /theKing.html =404; - } -} diff --git a/static/_redirects b/static/_redirects new file mode 100644 index 0000000..aea1694 --- /dev/null +++ b/static/_redirects @@ -0,0 +1 @@ +/ /jurassicSystems 303 \ No newline at end of file diff --git a/static/css/jurassicSystems.css b/static/css/jurassicSystems.css index 6238eab..9216699 100644 --- a/static/css/jurassicSystems.css +++ b/static/css/jurassicSystems.css @@ -118,7 +118,7 @@ body { } #irix-desktop { - background-image: url("/img/irixBackground.jpg"); + background-image: url("../img/irixBackground.jpg"); background-repeat: no-repeat; overflow: hidden; margin-left: 10px; @@ -129,7 +129,7 @@ body { } #apple-desktop { - background-image: url("/img/appleBackground.jpg"); + background-image: url("../img/appleBackground.jpg"); background-repeat: no-repeat; overflow: hidden; margin-left: 10px; @@ -147,7 +147,7 @@ body { margin: auto; padding-top: 31px; padding-left: 30px; - background-image: url("/img/mainTerm.jpg"); + background-image: url("../img/mainTerm.jpg"); background-repeat: no-repeat; position: absolute; top: 120px; @@ -188,7 +188,7 @@ body { } #chess-terminal { - background-image: url("/img/chessTerm.jpg"); + background-image: url("../img/chessTerm.jpg"); background-repeat: no-repeat; padding-top: 31px; padding-left: 30px; @@ -212,7 +212,7 @@ body { display: none; right: 20px; top: 40px; - background-image: url("/img/zebraGirlWindow.jpg"); + background-image: url("../img/zebraGirlWindow.jpg"); } .terminal-view { @@ -228,7 +228,7 @@ body { } #gr-osview { - background-image: url('/img/grOsview.gif'); + background-image: url("../img/grOsview.gif"); background-repeat: no-repeat; height: 369px; width: 393px; @@ -239,7 +239,7 @@ body { #the-king-window { display: none; - background-image: url('/img/theKingFocus.jpg'); + background-image: url("../img/theKingFocus.jpg"); background-repeat: no-repeat; width: 600px; height: 620px; @@ -254,7 +254,7 @@ body { } #the-king-blur { - background-image: url('/img/theKingBlur.jpg'); + background-image: url("../img/theKingBlur.jpg"); width: 600px; height: 620px; position: absolute; @@ -276,7 +276,7 @@ body { #mac-hd-window { width: 556px; height: 566px; - background-image: url("/img/macHDFocus.jpg"); + background-image: url("../img/macHDFocus.jpg"); background-repeat: no-repeat; position: absolute; left: 15px; @@ -329,11 +329,12 @@ input[type="button"], button { } *:focus{outline:0 none;} -input[type="button"], button {-moz-box-sizing: content-box;} +input[type="button"], button {-moz-box-sizing: content-box; + box-sizing: content-box;} input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { padding:0;border:0 none; } .button { - background-image:url("/img/buttonOverlay.png"); + background-image:url("../img/buttonOverlay.png"); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; diff --git a/static/css/theKing.css b/static/css/theKing.css index dc248a8..a70bc0e 100644 --- a/static/css/theKing.css +++ b/static/css/theKing.css @@ -22,7 +22,7 @@ body { } #apple-desktop { - background-image: url("/img/appleBackground.jpg"); + background-image: url("../img/appleBackground.jpg"); background-repeat: no-repeat; overflow: hidden; margin-left: 10px; @@ -35,7 +35,7 @@ body { #the-king-window { display: none; - background-image: url('/img/theKingFocus.jpg'); + background-image: url("../img/theKingFocus.jpg"); background-repeat: no-repeat; width: 600px; height: 620px; @@ -45,15 +45,12 @@ body { text-align: center; } -#the-king-animation { - position: absolute; - top: 40px; - left: 80px; - z-index: 64000; +#the-king-video { + margin-top: 40px; } #the-king-blur { - background-image: url('/img/theKingBlur.jpg'); + background-image: url("../img/theKingBlur.jpg"); width: 600px; height: 620px; position: absolute; @@ -74,7 +71,7 @@ body { #mac-hd-window { width: 556px; height: 566px; - background-image: url("/img/macHDFocus.jpg"); + background-image: url("../img/macHDFocus.jpg"); background-repeat: no-repeat; position: absolute; left: 15px; diff --git a/static/img/hotlink-ok/apple-touch-icon.png b/static/img/hotlink-ok/apple-touch-icon.png new file mode 100644 index 0000000..620cf6a Binary files /dev/null and b/static/img/hotlink-ok/apple-touch-icon.png differ diff --git a/static/img/hotlink-ok/att.png b/static/img/hotlink-ok/att.png new file mode 100644 index 0000000..c266133 Binary files /dev/null and b/static/img/hotlink-ok/att.png differ diff --git a/static/img/hotlink-ok/avatar_default.png b/static/img/hotlink-ok/avatar_default.png new file mode 100644 index 0000000..f8b1d55 Binary files /dev/null and b/static/img/hotlink-ok/avatar_default.png differ diff --git a/static/img/hotlink-ok/backup.png b/static/img/hotlink-ok/backup.png new file mode 100644 index 0000000..87c1ef5 Binary files /dev/null and b/static/img/hotlink-ok/backup.png differ diff --git a/static/img/hotlink-ok/cf.png b/static/img/hotlink-ok/cf.png new file mode 100644 index 0000000..021bd99 Binary files /dev/null and b/static/img/hotlink-ok/cf.png differ diff --git a/static/img/hotlink-ok/docker.png b/static/img/hotlink-ok/docker.png new file mode 100644 index 0000000..6ab11bf Binary files /dev/null and b/static/img/hotlink-ok/docker.png differ diff --git a/static/img/hotlink-ok/favicon.png b/static/img/hotlink-ok/favicon.png new file mode 100644 index 0000000..620cf6a Binary files /dev/null and b/static/img/hotlink-ok/favicon.png differ diff --git a/static/img/hotlink-ok/gitea.png b/static/img/hotlink-ok/gitea.png new file mode 100644 index 0000000..e33ff67 Binary files /dev/null and b/static/img/hotlink-ok/gitea.png differ diff --git a/static/img/hotlink-ok/gpt.png b/static/img/hotlink-ok/gpt.png new file mode 100644 index 0000000..838be1f Binary files /dev/null and b/static/img/hotlink-ok/gpt.png differ diff --git a/static/img/hotlink-ok/logo.png b/static/img/hotlink-ok/logo.png new file mode 100644 index 0000000..79c3c04 Binary files /dev/null and b/static/img/hotlink-ok/logo.png differ diff --git a/static/img/hotlink-ok/logo.svg b/static/img/hotlink-ok/logo.svg new file mode 100644 index 0000000..5b70730 --- /dev/null +++ b/static/img/hotlink-ok/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/hotlink-ok/nest.png b/static/img/hotlink-ok/nest.png new file mode 100644 index 0000000..3b60a1c Binary files /dev/null and b/static/img/hotlink-ok/nest.png differ diff --git a/static/img/hotlink-ok/photos.png b/static/img/hotlink-ok/photos.png new file mode 100644 index 0000000..4fa3eb9 Binary files /dev/null and b/static/img/hotlink-ok/photos.png differ diff --git a/static/img/hotlink-ok/rdg.png b/static/img/hotlink-ok/rdg.png new file mode 100644 index 0000000..afdf31b Binary files /dev/null and b/static/img/hotlink-ok/rdg.png differ diff --git a/static/img/hotlink-ok/vmm.png b/static/img/hotlink-ok/vmm.png new file mode 100644 index 0000000..3dd306d Binary files /dev/null and b/static/img/hotlink-ok/vmm.png differ diff --git a/static/js/jurassicSystems.js b/static/js/jurassicSystems.js index bd51027..314951e 100644 --- a/static/js/jurassicSystems.js +++ b/static/js/jurassicSystems.js @@ -57,17 +57,17 @@ const lockDownHTML5 = $('