diff --git a/4gam/555421_antidrugsgames.swf b/4gam/555421_antidrugsgames.swf new file mode 100644 index 00000000..f6e24a78 Binary files /dev/null and b/4gam/555421_antidrugsgames.swf differ diff --git a/4gam/cover.svg b/4gam/cover.svg new file mode 100644 index 00000000..6315fc87 --- /dev/null +++ b/4gam/cover.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/4gam/index.html b/4gam/index.html new file mode 100644 index 00000000..cc8d81d8 --- /dev/null +++ b/4gam/index.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/98/307312_Windows_98_v2.swf b/98/307312_Windows_98_v2.swf new file mode 100644 index 00000000..e3191604 Binary files /dev/null and b/98/307312_Windows_98_v2.swf differ diff --git a/98/cover.svg b/98/cover.svg new file mode 100644 index 00000000..aef115f6 --- /dev/null +++ b/98/cover.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/98/index.html b/98/index.html new file mode 100644 index 00000000..f3b7ed32 --- /dev/null +++ b/98/index.html @@ -0,0 +1,2 @@ + + diff --git a/bootstrap3.css b/bootstrap3.css new file mode 100644 index 00000000..4f09f2ba --- /dev/null +++ b/bootstrap3.css @@ -0,0 +1,395 @@ +/*! + * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/) + */ +/*! + * Bootstrap v3.4.1 (https://getbootstrap.com/) + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ + + + +.modal-open { + overflow: hidden; +} +.close { + float:right; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); + -webkit-transition: -webkit-transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; +} +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #ffffff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #999999; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + outline: 0; +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: 0.5; +} +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 15px; +} +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.clearfix:before, +.clearfix:after, +.modal-header:before, +.modal-header:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.modal-header:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table !important; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table !important; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table !important; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table !important; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table !important; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} diff --git a/demo/908569_dd2af61701310616.swf b/demo/908569_dd2af61701310616.swf new file mode 100644 index 00000000..0ddfb7b0 Binary files /dev/null and b/demo/908569_dd2af61701310616.swf differ diff --git a/demo/cover.svg b/demo/cover.svg new file mode 100644 index 00000000..ef0931de --- /dev/null +++ b/demo/cover.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 00000000..6a0b8f2f --- /dev/null +++ b/demo/index.html @@ -0,0 +1,2 @@ + + diff --git a/games.json b/games.json index 95f82802..1fc08d2b 100644 --- a/games.json +++ b/games.json @@ -1,5 +1,94 @@ [ - + { + "name": "Web Assembly Flash (WAFlash)", + "image": "cover.svg", + "directory": "waflash", + "recommended": "1" + }, + { + "name": "sb2 to swf", + "image": "cover.svg", + "directory": "sb2toswf", + "recommended": "1" + }, + { + "name": "The Oregon Trail", + "image": "cover.svg", + "directory": "oregon", + "recommended": "1" + }, + { + "name": "Scratch 1", + "image": "cover.svg", + "directory": "scratch1", + "recommended": "1" + }, + { + "name": "Scratch 2", + "image": "cover.svg", + "directory": "scratch2", + "recommended": "1" + }, + { + "name": "Say No to Drugs", + "image": "cover.svg", + "directory": "4gam", + "recommended": "1" + }, + { + "name": "New Grounds", + "image": "cover.svg", + "directory": "ng", + "recommended": "1" + }, + { + "name": "Jewels Breaker Puzzle:Brick breaker challenge For PC (Windows & MAC)", + "image": "cover.svg", + "directory": "jewel", + "recommended": "1" + }, + { + "name": "Simcity Build:IT", + "image": "cover.svg", + "directory": "simcity", + "recommended": "1" + }, + { + "name": "VMware Workstation Pro 9", + "image": "cover.svg", + "directory": "vm", + "recommended": "1" + }, + { + "name": "Win 98", + "image": "cover.svg", + "directory": "98", + "recommended": "1" + }, + { + "name": "Advanced Terrain Demo", + "image": "cover.svg", + "directory": "demo", + "recommended": "1" + }, + { + "name": "Bullet Heaven", + "image": "cover.svg", + "directory": "heaven", + "recommended": "1" + }, + { + "name": "GrubHub", + "image": "cover.svg", + "directory": "grubhub", + "recommended": "1" + }, + { + "name": "Rabbit Rescue", + "image": "cover.svg", + "directory": "rabbit", + "recommended": "1" + }, { "name": "Creeper Craft", "image": "cover.svg", diff --git a/grubhub/779470_assassin.swf b/grubhub/779470_assassin.swf new file mode 100644 index 00000000..4971bc08 Binary files /dev/null and b/grubhub/779470_assassin.swf differ diff --git a/grubhub/cover.svg b/grubhub/cover.svg new file mode 100644 index 00000000..2d283851 --- /dev/null +++ b/grubhub/cover.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/grubhub/index.html b/grubhub/index.html new file mode 100644 index 00000000..e3940e68 --- /dev/null +++ b/grubhub/index.html @@ -0,0 +1,2 @@ + + diff --git a/heaven/782181_bullet-heaven-3-prototype.swf b/heaven/782181_bullet-heaven-3-prototype.swf new file mode 100644 index 00000000..89876532 Binary files /dev/null and b/heaven/782181_bullet-heaven-3-prototype.swf differ diff --git a/heaven/cover.svg b/heaven/cover.svg new file mode 100644 index 00000000..6dc3fff8 --- /dev/null +++ b/heaven/cover.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/heaven/index.html b/heaven/index.html new file mode 100644 index 00000000..988ecaaf --- /dev/null +++ b/heaven/index.html @@ -0,0 +1,2 @@ + + diff --git a/index.html b/index.html index 5a143062..eba49ae0 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ About
-

selenite.

+

selenite.

...

@@ -80,11 +80,12 @@
-
-

AD (click to read more):

+ +