Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up and repair. #31

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cbf188f
Clean up and repair.
darth-pika-hu Apr 8, 2022
7950106
Added Cloudflare Web Analytics
darth-pika-hu Sep 27, 2022
abc838e
Update jurassicSystems.html
darth-pika-hu Sep 27, 2022
a83a968
Update jurassicSystems.html
darth-pika-hu Sep 27, 2022
1f059bf
Add Cloudflare Web Analytics
darth-pika-hu Sep 29, 2022
ae5583f
Create CF.html
darth-pika-hu Sep 29, 2022
766a3a5
Update CF.html
darth-pika-hu Sep 29, 2022
180e421
Revert "Update CF.html"
darth-pika-hu Sep 29, 2022
1818d80
Create _headers.txt
darth-pika-hu Sep 29, 2022
4b7abae
Modify
darth-pika-hu Sep 29, 2022
6dda2b1
Update _headers
darth-pika-hu Sep 29, 2022
e13d1f9
Update _headers
darth-pika-hu Oct 1, 2022
e29022f
Delete _headers
darth-pika-hu Oct 1, 2022
479f979
Update jurassicSystems.js
darth-pika-hu Oct 1, 2022
9c3b905
Revert "Update jurassicSystems.js"
darth-pika-hu Oct 1, 2022
a99a766
Update _headers
darth-pika-hu Oct 1, 2022
dfbac4b
Update README.md
darth-pika-hu Apr 24, 2023
0955acc
Create .gitignore
darth-pika-hu Apr 25, 2023
c7ef56a
Merge branch 'master' of https://github.com/darth-pika-hu/jurassicsys…
darth-pika-hu Apr 25, 2023
4a7c22b
Update README.md
darth-pika-hu Apr 25, 2023
829913a
Merge branch 'master' of https://github.com/darth-pika-hu/Jurassic
darth-pika-hu Apr 25, 2023
3c9ea2b
Tweaked some codes
darth-pika-hu Apr 28, 2023
65a2190
Add files via upload
darth-pika-hu Nov 17, 2023
6fdacd0
Add files via upload
darth-pika-hu Nov 17, 2023
26ea5e3
Delete static/_headers
darth-pika-hu Aug 23, 2024
82e7f81
Delete static/_redirects
darth-pika-hu Aug 23, 2024
534b97b
Revert "Delete static/_redirects"
darth-pika-hu Aug 23, 2024
9645fdd
change to 303
darth-pika-hu Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
28 changes: 2 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 0 additions & 24 deletions nginx.conf

This file was deleted.

1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/ /jurassicSystems 303
23 changes: 12 additions & 11 deletions static/css/jurassicSystems.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
15 changes: 6 additions & 9 deletions static/css/theKing.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
Binary file added static/img/hotlink-ok/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/att.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/avatar_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/gitea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/gpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/hotlink-ok/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/nest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/photos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/rdg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/hotlink-ok/vmm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions static/js/jurassicSystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
const lockDownHTML5 = $('<audio preload="auto"/>');
const dennisMusicHTML5 = $('<audio preload="auto"/>');

beepHTML5.append('<source src="/snd/beep.ogg">');
beepHTML5.append('<source src="/snd/beep.mp3">');
beepHTML5.append('<source src="/snd/beep.wav">');
beepHTML5.append('<source src="snd/beep.ogg">');
beepHTML5.append('<source src="snd/beep.mp3">');
beepHTML5.append('<source src="snd/beep.wav">');

lockDownHTML5.append('<source src="/snd/lockDown.ogg">');
lockDownHTML5.append('<source src="/snd/lockDown.mp3">');
lockDownHTML5.append('<source src="/snd/lockDown.wav">');
lockDownHTML5.append('<source src="snd/lockDown.ogg">');
lockDownHTML5.append('<source src="snd/lockDown.mp3">');
lockDownHTML5.append('<source src="snd/lockDown.wav">');

dennisMusicHTML5.append('<source src="/snd/dennisMusic.ogg">');
dennisMusicHTML5.append('<source src="/snd/dennisMusic.mp3">');
dennisMusicHTML5.append('<source src="/snd/dennisMusic.wav">');
dennisMusicHTML5.append('<source src="snd/dennisMusic.ogg">');
dennisMusicHTML5.append('<source src="snd/dennisMusic.mp3">');
dennisMusicHTML5.append('<source src="snd/dennisMusic.wav">');

env.sounds.beep = {
play: function() {
Expand Down Expand Up @@ -224,7 +224,7 @@
errorSpam != null && clearInterval(errorSpam);
theKingVideo != null && theKingVideo.play();
$('#irix-desktop').hide();
$('#mac-hd-window').css('background-image', 'url(/img/macHDBlur.jpg)');
$('#mac-hd-window').css('background-image', 'url(img/macHDBlur.jpg)');
$('#the-king-window').show();

setTimeout(function() {
Expand Down Expand Up @@ -443,7 +443,7 @@
'asciiNewman.jpg',
'zebraGirlWindow.jpg',
]).each(function() {
new Image().src = '/img/' + this;
new Image().src = 'img/' + this;
});


Expand Down
6 changes: 3 additions & 3 deletions static/js/lib/modernizr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions static/js/theKing.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
(function($) {
$.ajax({
url : '/swf/theKing.swf'
});

$(['theKingBlur.jpg',
'macHDBlur.jpg',
'macHDFocus.jpg']).each(function() {
$('<img />')[0].src = '/img/' + this;
$('<img />')[0].src = 'img/' + this;
});

(function() {
Expand Down Expand Up @@ -34,7 +31,10 @@

$('#the-king-window').ready(function() {
setTimeout(function() {
$('#mac-hd-window').css('background-image', 'url(/img/macHDBlur.jpg)');
const theKingVideo = document.getElementById('the-king-video');

theKingVideo != null && theKingVideo.play();
$('#mac-hd-window').css('background-image', 'url(img/macHDBlur.jpg)');
$('#the-king-window').show();

if ($(window).width() < 1200) {
Expand Down
Loading