diff --git a/tools/swfs/1on1soccer.swf b/assets/Files/1on1soccer.swf similarity index 100% rename from tools/swfs/1on1soccer.swf rename to assets/Files/1on1soccer.swf diff --git a/tools/swfs/a-fancy-pants-adventure-world1.swf b/assets/Files/a-fancy-pants-adventure-world1.swf similarity index 100% rename from tools/swfs/a-fancy-pants-adventure-world1.swf rename to assets/Files/a-fancy-pants-adventure-world1.swf diff --git a/tools/swfs/alienhominid.swf b/assets/Files/alienhominid.swf similarity index 100% rename from tools/swfs/alienhominid.swf rename to assets/Files/alienhominid.swf diff --git a/tools/swfs/alts.swf b/assets/Files/alts.swf similarity index 100% rename from tools/swfs/alts.swf rename to assets/Files/alts.swf diff --git a/tools/swfs/cubefield.swf b/assets/Files/cubefield.swf similarity index 100% rename from tools/swfs/cubefield.swf rename to assets/Files/cubefield.swf diff --git a/assets/Files/ducklife3.swf b/assets/Files/ducklife3.swf new file mode 100644 index 0000000..a961f7d Binary files /dev/null and b/assets/Files/ducklife3.swf differ diff --git a/tools/swfs/leekspin.swf b/assets/Files/leekspin.swf similarity index 100% rename from tools/swfs/leekspin.swf rename to assets/Files/leekspin.swf diff --git a/tools/swfs/ohtoodles.swf b/assets/Files/ohtoodles.swf similarity index 100% rename from tools/swfs/ohtoodles.swf rename to assets/Files/ohtoodles.swf diff --git a/tools/swfs/portal2d.swf b/assets/Files/portal2d.swf similarity index 100% rename from tools/swfs/portal2d.swf rename to assets/Files/portal2d.swf diff --git a/tools/swfs/warfare1917.swf b/assets/Files/warfare1917.swf similarity index 100% rename from tools/swfs/warfare1917.swf rename to assets/Files/warfare1917.swf diff --git a/tools/swfs/warfare1944.swf b/assets/Files/warfare1944.swf similarity index 100% rename from tools/swfs/warfare1944.swf rename to assets/Files/warfare1944.swf diff --git a/pdfs/compressed.tracemonkey-pldi-09.pdf b/assets/pdfs/compressed.tracemonkey-pldi-09.pdf similarity index 100% rename from pdfs/compressed.tracemonkey-pldi-09.pdf rename to assets/pdfs/compressed.tracemonkey-pldi-09.pdf diff --git a/assets/styles/backround.css b/assets/styles/backround.css index e8b0a8d..11eac00 100644 --- a/assets/styles/backround.css +++ b/assets/styles/backround.css @@ -1,22 +1,34 @@ -html, body { - width: 100%; - height:100%; +body { + background-color: #111111; + margin: 0; + overflow-x: hidden; } - body { - background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); - background-size: 400% 400%; - animation: gradient 15s ease infinite; + .bg { + position: fixed; + top: -50%; + left: -50%; + right: -50%; + bottom: -50%; + width: 200%; + height: 200vh; + background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0; + background-repeat: repeat; + animation: bg-animation .2s infinite; + opacity: .9; + visibility: visible; } - @keyframes gradient { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } + @keyframes bg-animation { + 0% { transform: translate(0,0) } + 10% { transform: translate(-5%,-5%) } + 20% { transform: translate(-10%,5%) } + 30% { transform: translate(5%,-10%) } + 40% { transform: translate(-5%,15%) } + 50% { transform: translate(-10%,5%) } + 60% { transform: translate(15%,0) } + 70% { transform: translate(0,10%) } + 80% { transform: translate(-15%,0) } + 90% { transform: translate(10%,5%) } + 100% { transform: translate(5%,0) } } \ No newline at end of file diff --git a/assets/styles/button.css b/assets/styles/button.css index 4391e70..169dc48 100644 --- a/assets/styles/button.css +++ b/assets/styles/button.css @@ -18,23 +18,3 @@ background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px); } -.noscroll::-webkit-scrollbar { -display: none; -} -.noscroll { --ms-overflow-style: none; -scrollbar-width: none; -} - -.button2 { -padding: 15px 25px; -font-size: 24px; -text-align: center; -cursor: pointer; -outline: none; -color: #fff; -background-color: #3e8e41; -border: none; -border-radius: 15px; -box-shadow: 0 9px #999; -} \ No newline at end of file diff --git a/assets/styles/noscroll.css b/assets/styles/noscroll.css new file mode 100644 index 0000000..e62585f --- /dev/null +++ b/assets/styles/noscroll.css @@ -0,0 +1,7 @@ +.noscroll::-webkit-scrollbar { + display: none; + } +.noscroll { + -ms-overflow-style: none; + scrollbar-width: none; + } \ No newline at end of file diff --git a/index.html b/index.html index 9d0f00d..6f4e180 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,8 @@ + +
@@ -28,42 +30,6 @@ - -