diff --git a/.nova/Configuration.json b/.nova/Configuration.json new file mode 100644 index 0000000..2c7a65d --- /dev/null +++ b/.nova/Configuration.json @@ -0,0 +1,3 @@ +{ + "workspace.color" : 1 +} diff --git a/README.md b/README.md index 36daf22..16be0ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # neon443.github.io [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fneon443%2Fneon443.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) Free unblocked games to play in school. No ads, ever. -For any teachers reading this, this site is purely for educational purposes. +For any teachers reading, this site is purely for educational purposes. -To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new). \ No newline at end of file +##### To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new). diff --git a/images/2048/icon.png b/images/2048/icon.png new file mode 100644 index 0000000..397bc45 Binary files /dev/null and b/images/2048/icon.png differ diff --git a/images/champion_island/icon.png b/images/champion_island/icon.png new file mode 100644 index 0000000..659a377 Binary files /dev/null and b/images/champion_island/icon.png differ diff --git a/images/fancade/drive.png b/images/fancade/drive.png new file mode 100644 index 0000000..a2c4dd6 Binary files /dev/null and b/images/fancade/drive.png differ diff --git a/images/fancade/icon.png b/images/fancade/icon.png new file mode 100644 index 0000000..2a1e805 Binary files /dev/null and b/images/fancade/icon.png differ diff --git a/images/minecraft/1.5.png b/images/minecraft/1.5.png new file mode 100644 index 0000000..36f3333 Binary files /dev/null and b/images/minecraft/1.5.png differ diff --git a/images/minecraft/1.8.png b/images/minecraft/1.8.png new file mode 100644 index 0000000..85ddbe6 Binary files /dev/null and b/images/minecraft/1.8.png differ diff --git a/images/minecraft/icon.png b/images/minecraft/icon.png deleted file mode 100644 index 2b003c3..0000000 Binary files a/images/minecraft/icon.png and /dev/null differ diff --git a/images/notByAI.svg b/images/notByAI.svg new file mode 100644 index 0000000..f056f53 --- /dev/null +++ b/images/notByAI.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/notByAIDark.svg b/images/notByAIDark.svg new file mode 100644 index 0000000..6562c16 --- /dev/null +++ b/images/notByAIDark.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/sandboxels/icon.png b/images/sandboxels/icon.png new file mode 100644 index 0000000..2cd3fd4 Binary files /dev/null and b/images/sandboxels/icon.png differ diff --git a/images/sandspiel/icon.png b/images/sandspiel/icon.png new file mode 100644 index 0000000..9c74b41 Binary files /dev/null and b/images/sandspiel/icon.png differ diff --git a/images/slope/icon.png b/images/slope/icon.png new file mode 100644 index 0000000..3b9d3a7 Binary files /dev/null and b/images/slope/icon.png differ diff --git a/images/webEPK/icon.png b/images/webEPK/icon.png new file mode 100644 index 0000000..f53dace Binary files /dev/null and b/images/webEPK/icon.png differ diff --git a/index.html b/index.html index d30a293..9fd6777 100644 --- a/index.html +++ b/index.html @@ -14,13 +14,11 @@ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - - gtag('config', 'G-6R79TC88DQ'); + gtag('config', 'G-6R79TC88DQ'); -

neon443

@@ -28,20 +26,64 @@
Contact
-

- This site is owned and maintained by Nihaal Sharma.
My Projects

- ├─eaglercraft152 - Minecraft 1.5.2
- ├─eaglercraftX188 - Minecraft 1.8.8
- ├─webEPK
- │ ├─Compile EPK
- │ ├─Decompile EPK
- │ └─Create EPK
- ├─2048
- ├─Fancade
- │ └─Drive Mad
- ├─Slope
- ├─Sandspiel
- └─Sandboxels

-

+

+ + Welcome + +

+
+ + + App Icon + Minecraft 1.5.2 + + + App Icon + Minecraft 1.8.8 + + + App Icon + WebEPK + + + App Icon + Champion Island + + + App Icon + 2048 + + + App Icon + Fancade + + + App Icon + Drive Mad + + + App Icon + Slope + + + App Icon + Sandspiel + + + App Icon + Sandboxels + +
+

News

+

The redesign everyone has been waiting for is now here!

+ + + + - \ No newline at end of file + diff --git a/style.css b/style.css index cbe9b6f..dc6ecb7 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ /* Theme: #ddd */ /* text: #222 */ /* UI item bgs: #aaa */ -/* for contrast: #aaa */ +/* for contrast: #333 */ /* transparency: rgba(255, 255, 255, 0.25) */ /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */ /* bar link hover bg color: #111 */ @@ -14,7 +14,7 @@ /* Theme: #222 */ /* text: #ddd */ /* UI item bgs: #555 */ -/* for contrast: #555 */ +/* for contrast: #ddd */ /* transparency: rgba(0, 0, 0, 0.25) */ /* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */ /* bar link hover bg color: #eee */ @@ -27,6 +27,7 @@ font-family: system-ui; transition: 0.2s; color: #222; + box-sizing: border-box; } b { color: #ff6200; @@ -38,6 +39,7 @@ body { background-color: #ddd; } p { + margin: 10px 0px; font-size: 20px; padding: 0px 20px; } @@ -56,6 +58,14 @@ h3 { font-weight: 400; padding: 0px 20px; } +h5 { + font-size: 25px; + font-weight: 100; + padding: 0px 20px; +} +.center { + text-align: center; +} /* regular text (body, p, b, h*) styles*/ .contentPush { @@ -72,7 +82,7 @@ h3 { display: flex; padding: 0; overflow: hidden; - background-color: rgba(255, 255, 255, 0.25); + background-color: rgba(255, 255, 255, 0.5); -webkit-backdrop-filter: blur(2.5px); -moz-backdrop-filter: blur(2.5px); backdrop-filter: blur(2.5px); @@ -88,6 +98,9 @@ h3 { font-size: 20px; color: #222; padding: 9.2px 12px; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } .barItem h1 { font-size: 30px; @@ -114,19 +127,58 @@ h3 { } /* Bar styling */ -.box1 { - float: left; - display: block; - width: 9%; - height: auto; - padding: 20px 10px; +.homescreen { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Responsive grid */ + gap: 20px; + margin: 20px; + justify-content: center; } -.box2 { - float: left; - display: block; - width: 9%; - height: auto; - padding: 20px 10px; + +.app { + padding: 1px; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + text-decoration: none; + transition: 0.2s ease-in-out; +} + +.app img { + margin-top: 5px; + width: auto; + height: 100px; + border-radius: 5px; + transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); +} + +.app:hover { + transform: scale(1.1); /* Grow effect */ + font-weight: 1000; + font-size: large; + color: #ff6200; + background-color: rgba(255, 255, 255, 0.2); + background-clip: border-box; + box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3); +} + +.label { + margin-top: 5px; + margin-bottom: 5px; +} + +.footer { + background-color: rgba(0, 0, 0, 0.2); + padding-top: 20px; +} + +.footer img { + padding: 20px; +} + +.themednotByAI { + content: url("./images/notByAI.svg"); } @media (prefers-color-scheme: dark) { @@ -138,7 +190,7 @@ h3 { color: #ddd; } .bar { - background-color: rgba(0, 0, 0, 0.25); + background-color: rgba(0, 0, 0, 0.5); } .barItem * { color: #ddd; @@ -147,14 +199,24 @@ h3 { border-color: #ddd; } .barItem:hover { - background-color: #555; + background-color: #333; } .barItem a:hover { - background-color: #eee; - color: #111; - box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); + background-color: #ddd; + color: #222; + -webkit-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8); + -moz-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8); + box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8); + } + .themednotByAI { + content: url("./images/notByAIDark.svg"); } } @media screen and (max-width: 600px) { + .app img { + width: auto; + height: 80px; + border-radius: 20px; + } }