From bec4e31ea85e53445d29490824fb61035cccfe75 Mon Sep 17 00:00:00 2001 From: s1nical Date: Fri, 16 Aug 2019 05:58:53 -0700 Subject: various removals, fixes, changes - remove license, readme - update humans - resources > doc - todo.todo > spike/todo.todo - mobile excludes for space invaders and wolf3d --- 404.html | 4 ++-- LICENSE | 21 -------------------- README.md | 12 +----------- doc/easter-eggs.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++ doc/paths.txt | 6 ++++++ humans.txt | 2 +- resources/easter-eggs.txt | 47 --------------------------------------------- resources/paths.txt | 6 ------ space-invaders/index.html | 1 + space-invaders/js/mobile.js | 4 ++++ spike/todo.todo | 1 + todo.todo | 1 - wolf3d/index.html | 7 ++++--- wolf3d/js/main.js | 4 ++++ 14 files changed, 71 insertions(+), 92 deletions(-) delete mode 100644 LICENSE create mode 100644 doc/easter-eggs.txt create mode 100644 doc/paths.txt delete mode 100644 resources/easter-eggs.txt delete mode 100644 resources/paths.txt create mode 100644 space-invaders/js/mobile.js create mode 100644 spike/todo.todo delete mode 100644 todo.todo create mode 100644 wolf3d/js/main.js diff --git a/404.html b/404.html index a271e62..f53a7c5 100644 --- a/404.html +++ b/404.html @@ -6,8 +6,8 @@ s1nical - 404 - + diff --git a/LICENSE b/LICENSE deleted file mode 100644 index bfd6c8b..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 s1n - -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. diff --git a/README.md b/README.md index b60cbf6..131ef4d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1 @@ -🔧 [Status](https://s1nical.statuspal.io/?lang=en) 🔧 - -🔨 [Deploys](https://app.netlify.com/sites/s1nempty/deploys) 🔨 - -📡 [DNS](https://app.netlify.com/teams/s1nical/dns/s1n.pw) 📡 - -📄 [Project Page](https://github.com/users/s1nical/projects/1) 📄 - -📺 [Google Search Console](https://search.google.com/search-console/performance/search-analytics?resource_id=sc-domain%3As1n.pw) 📺 - -📈 [Google Analytics](https://analytics.google.com/analytics/web/?authuser=2#/report-home/a145087191w206671783p199514356) 📈 +hi ;) \ No newline at end of file diff --git a/doc/easter-eggs.txt b/doc/easter-eggs.txt new file mode 100644 index 0000000..f4ae6ac --- /dev/null +++ b/doc/easter-eggs.txt @@ -0,0 +1,47 @@ +pie +ufo +walk +cool +balloon +hangover +kirby +no +onmyway +haters +board +snorlax +fly +earth +thankyou +swim +penguin +handsome +tank +jump +winner +fox +mario +joker +rabbit +piggy +psyduck +dragon +salamander +airguitar +pikachu +bravo +ghost +britney +pikarun +catrun +koggy +sonic +doggy +spongebob +gun +money +bird +piqiu +lol +ohhh +nyancat \ No newline at end of file diff --git a/doc/paths.txt b/doc/paths.txt new file mode 100644 index 0000000..1c667d9 --- /dev/null +++ b/doc/paths.txt @@ -0,0 +1,6 @@ +Here is all you need to know about relative file paths: + +- Starting with "/" returns to the root directory and starts there +- Starting with "../" moves one directory backwards and starts there +- Starting with "../../" moves two directories backwards and starts there (and so on...) +- To move forward, just start with the first subdirectory and keep moving forward \ No newline at end of file diff --git a/humans.txt b/humans.txt index d998a6e..c130bdc 100644 --- a/humans.txt +++ b/humans.txt @@ -18,7 +18,7 @@ Location: Oregon /* SITE */ -Last update: 2019/08/14 +Last update: 2019/08/16 Standards: HTML5, CSS3, JS and PHP7. diff --git a/resources/easter-eggs.txt b/resources/easter-eggs.txt deleted file mode 100644 index f4ae6ac..0000000 --- a/resources/easter-eggs.txt +++ /dev/null @@ -1,47 +0,0 @@ -pie -ufo -walk -cool -balloon -hangover -kirby -no -onmyway -haters -board -snorlax -fly -earth -thankyou -swim -penguin -handsome -tank -jump -winner -fox -mario -joker -rabbit -piggy -psyduck -dragon -salamander -airguitar -pikachu -bravo -ghost -britney -pikarun -catrun -koggy -sonic -doggy -spongebob -gun -money -bird -piqiu -lol -ohhh -nyancat \ No newline at end of file diff --git a/resources/paths.txt b/resources/paths.txt deleted file mode 100644 index 1c667d9..0000000 --- a/resources/paths.txt +++ /dev/null @@ -1,6 +0,0 @@ -Here is all you need to know about relative file paths: - -- Starting with "/" returns to the root directory and starts there -- Starting with "../" moves one directory backwards and starts there -- Starting with "../../" moves two directories backwards and starts there (and so on...) -- To move forward, just start with the first subdirectory and keep moving forward \ No newline at end of file diff --git a/space-invaders/index.html b/space-invaders/index.html index 71e2f11..03e49e3 100644 --- a/space-invaders/index.html +++ b/space-invaders/index.html @@ -7,6 +7,7 @@ s1nical - Space Invaders + diff --git a/space-invaders/js/mobile.js b/space-invaders/js/mobile.js new file mode 100644 index 0000000..5807029 --- /dev/null +++ b/space-invaders/js/mobile.js @@ -0,0 +1,4 @@ +// CHECKS IF USER IS ON MOBILE +if (screen.width <= 480) { + location.href = '/mobile'; +} \ No newline at end of file diff --git a/spike/todo.todo b/spike/todo.todo new file mode 100644 index 0000000..47d241f --- /dev/null +++ b/spike/todo.todo @@ -0,0 +1 @@ +- [] Finish :) diff --git a/todo.todo b/todo.todo deleted file mode 100644 index 874163e..0000000 --- a/todo.todo +++ /dev/null @@ -1 +0,0 @@ -- [] Finish :) diff --git a/wolf3d/index.html b/wolf3d/index.html index d269b37..cc0bec0 100644 --- a/wolf3d/index.html +++ b/wolf3d/index.html @@ -4,12 +4,13 @@ s1nical - Wolfenstein 3D - + - - + + +
diff --git a/wolf3d/js/main.js b/wolf3d/js/main.js new file mode 100644 index 0000000..5807029 --- /dev/null +++ b/wolf3d/js/main.js @@ -0,0 +1,4 @@ +// CHECKS IF USER IS ON MOBILE +if (screen.width <= 480) { + location.href = '/mobile'; +} \ No newline at end of file -- cgit v1.2.3