mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
removed box1, box2
This commit is contained in:
6
new/README.md
Normal file
6
new/README.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# neon443.github.io [](https://hits.seeyoufarm.com)
|
||||||
|
|
||||||
|
Free unblocked games to play in school. No ads, ever.
|
||||||
|
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).
|
||||||
16
new/app.webmanifest
Normal file
16
new/app.webmanifest
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "neon443",
|
||||||
|
"short_name": "neon443",
|
||||||
|
"description": ".",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "./images/icon.png",
|
||||||
|
"sizes": "1024x1024",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": "https://neon443.github.io/",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"theme_color": "#000",
|
||||||
|
"background_color": "#000"
|
||||||
|
}
|
||||||
BIN
new/images/fav.ico
Normal file
BIN
new/images/fav.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
BIN
new/images/minecraft/1.5.png
Normal file
BIN
new/images/minecraft/1.5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
new/images/minecraft/1.8.png
Normal file
BIN
new/images/minecraft/1.8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
new/images/uranium1024.png
Normal file
BIN
new/images/uranium1024.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
new/images/uranium64.png
Normal file
BIN
new/images/uranium64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
55
new/index.html
Normal file
55
new/index.html
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>neon443</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="./images/fav.ico">
|
||||||
|
<link rel="apple-touch-icon" href="./images/fav.ico">
|
||||||
|
<link rel="manifest" href="./app.webmanifest">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="./style.css" type="text/css">
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'G-6R79TC88DQ');
|
||||||
|
</script>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script src="./script.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="bar">
|
||||||
|
<div class="barItem"><h1>neon443</h1></div>
|
||||||
|
<div class="barItem"><a href="https://github.com/neon443">Github</a></div>
|
||||||
|
<div class="barItem"><a href="mailto:neons443@outlook.com">Contact</a></div>
|
||||||
|
</div>
|
||||||
|
<div class="contentPush"></div>
|
||||||
|
<p>
|
||||||
|
<b>This site is owned and maintained by Nihaal Sharma.<br>My Projects</b><br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/eaglercraftX188/">eaglercraftX188</a> - Minecraft 1.8.8<br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/webEPK/">webEPK</a><br>
|
||||||
|
<b>│ ├─</b><a href="https://neon443.github.io/webEPK/index.html">Compile EPK</a><br>
|
||||||
|
<b>│ ├─</b><a href="https://neon443.github.io/webEPK/decompile.html">Decompile EPK</a><br>
|
||||||
|
<b>│ └─</b><a href="https://neon443.github.io/webEPK/builder.html">Create EPK</a><br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/2048/">2048</a><br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/fancade/">Fancade</a><br>
|
||||||
|
<b>│ └─</b><a href="https://neon443.github.io/fancade/drive.html">Drive Mad</a><br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/slope/">Slope</a><br>
|
||||||
|
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
|
||||||
|
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
|
||||||
|
</p>
|
||||||
|
<table style="width:100%">
|
||||||
|
<tr>
|
||||||
|
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
|
||||||
|
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="label"><p>Minecraft 1.5.2</p></td>
|
||||||
|
<td class="label"><p>Minecraft 1.8.8 u27</p></td>
|
||||||
|
</tr>
|
||||||
|
</table><br>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
0
new/script.js
Normal file
0
new/script.js
Normal file
180
new/style.css
Normal file
180
new/style.css
Normal file
@@ -0,0 +1,180 @@
|
|||||||
|
/* COLOURS*/
|
||||||
|
/* Link: #007AFF */
|
||||||
|
/* Bold: #ff6200 */
|
||||||
|
/* Light */
|
||||||
|
/* Theme: #ddd */
|
||||||
|
/* text: #222 */
|
||||||
|
/* UI item bgs: #aaa */
|
||||||
|
/* for contrast: #aaa */
|
||||||
|
/* 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 */
|
||||||
|
/* bar link hover text color: #eee */
|
||||||
|
/* Dark */
|
||||||
|
/* Theme: #222 */
|
||||||
|
/* text: #ddd */
|
||||||
|
/* UI item bgs: #555 */
|
||||||
|
/* for contrast: #555 */
|
||||||
|
/* 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 */
|
||||||
|
/* bar link hover text color: #111 */
|
||||||
|
/* COLOURS */
|
||||||
|
|
||||||
|
/*regular text (body, p, b, h*) styles*/
|
||||||
|
* {
|
||||||
|
margin: 0px;
|
||||||
|
font-family: system-ui;
|
||||||
|
transition: 0.2s;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
b {
|
||||||
|
color: #ff6200;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #007aff;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
font-size: 20px;
|
||||||
|
padding: 0px 20px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 750;
|
||||||
|
padding: 0px 20px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: 400;
|
||||||
|
padding: 0px 20px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 25px;
|
||||||
|
font-weight: 400;
|
||||||
|
padding: 0px 20px;
|
||||||
|
}
|
||||||
|
/* regular text (body, p, b, h*) styles*/
|
||||||
|
|
||||||
|
.contentPush {
|
||||||
|
height: 65px;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Bar styling*/
|
||||||
|
.bar {
|
||||||
|
z-index: 5;
|
||||||
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
display: flex;
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
.barItem {
|
||||||
|
float: left;
|
||||||
|
flex: 1;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.barItem * {
|
||||||
|
display: block;
|
||||||
|
text-decoration: none;
|
||||||
|
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;
|
||||||
|
padding: 2.5px 12px;
|
||||||
|
border-right-style: solid;
|
||||||
|
border-width: 1.5px;
|
||||||
|
border-color: #222;
|
||||||
|
}
|
||||||
|
.barItem:hover {
|
||||||
|
flex: 1.5;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
.barItem *:hover {
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 2.5px 12px;
|
||||||
|
}
|
||||||
|
.barItem a:hover {
|
||||||
|
background-color: #111;
|
||||||
|
color: #eee;
|
||||||
|
-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
||||||
|
-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
/* Bar styling */
|
||||||
|
|
||||||
|
.box1 {
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
width: 9%;
|
||||||
|
height: auto;
|
||||||
|
padding: 20px 10px;
|
||||||
|
}
|
||||||
|
.box2 {
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
width: 9%;
|
||||||
|
height: auto;
|
||||||
|
padding: 20px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
td img{
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
transform: scale(0.9, 0.9);
|
||||||
|
border-radius: 5px;
|
||||||
|
transition: all 0.2s ease-in-out 100ms;
|
||||||
|
}
|
||||||
|
td img:hover {
|
||||||
|
transform: scale(1, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
* {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: #222;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
.bar {
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
.barItem * {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
.barItem h1 {
|
||||||
|
border-color: #ddd;
|
||||||
|
}
|
||||||
|
.barItem:hover {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
.barItem a:hover {
|
||||||
|
background-color: #888;
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
}
|
||||||
15
style.css
15
style.css
@@ -117,21 +117,6 @@ h3 {
|
|||||||
}
|
}
|
||||||
/* Bar styling */
|
/* Bar styling */
|
||||||
|
|
||||||
.box1 {
|
|
||||||
float: left;
|
|
||||||
display: block;
|
|
||||||
width: 9%;
|
|
||||||
height: auto;
|
|
||||||
padding: 20px 10px;
|
|
||||||
}
|
|
||||||
.box2 {
|
|
||||||
float: left;
|
|
||||||
display: block;
|
|
||||||
width: 9%;
|
|
||||||
height: auto;
|
|
||||||
padding: 20px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td p {
|
td p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user