Skip to content

Commit

Permalink
Lunnar is here!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Apr 3, 2024
1 parent 3d89e72 commit 3c0a60a
Show file tree
Hide file tree
Showing 18 changed files with 189 additions and 67 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ server.on("listening", () => {
console.log();
console.log(`Made by The Parcoil Network :`);
console.log();
console.warn(`https://github.com/Parcoil/nativegames.net`);
console.warn(`https://github.com/Parcoil/lunaar.org`);
console.log();
console.log(`Nativegames Running on port ${address.port}`);
console.log(`Lunaar Running on port ${address.port}`);
console.log();
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "native-games",
"name": "lunaar",
"version": "4.1.1",
"description": "The Future of Unblocked Gaming!",
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Lunaar 200+ Unblocked Games" />
<meta
name="keywords"
content="games, unblocked, 3kh0, freegames, proxy, ubg, github, Lunaar, lunaar, lunaargames"
/>
<meta name="author" content="Parcoil Network" />
<meta property="og:title" content="Native" />
<meta property="og:description" content="Lunaar 200+ Unblocked Games" />
<meta property="og:image" content="media/lunaara.png" />
<meta property="og:url" content="https://lunaar.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lunaar" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lunaar" />
<meta name="twitter:description" content="Lunaar 200+ Unblocked Games" />
<meta name="twitter:image" content="SOON" />
<meta property="og:locale" content="en_US" />
<meta property="og:color" content="#3b039c" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404</title>
<script type="module" src="/./js/main.js" defer></script>
Expand Down
25 changes: 19 additions & 6 deletions public/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Lunaar 200+ Unblocked Games" />
<meta
name="keywords"
content="games, unblocked, 3kh0, freegames, proxy, ubg, github, Lunaar, lunaar, lunaargames"
/>
<meta name="author" content="Parcoil Network" />
<meta property="og:title" content="Native" />
<meta property="og:description" content="Lunaar 200+ Unblocked Games" />
<meta property="og:image" content="media/lunaara.png" />
<meta property="og:url" content="https://lunaar.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lunaar" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lunaar" />
<meta name="twitter:description" content="Lunaar 200+ Unblocked Games" />
<meta name="twitter:image" content="SOON" />
<meta property="og:locale" content="en_US" />
<meta property="og:color" content="#3b039c" />
<script
rel="preload"
src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apps</title>
<link
rel="icon"
type="image/png"
href="media/native_logo_trans.png"
id="favicon"
/>
<link rel="icon" type="image/png" href="media/lunaar.svg" id="favicon" />
<script type="module" src="js/main.js" defer></script>

<script src="/./js/particles.js" defer></script>
Expand Down
13 changes: 10 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ input::placeholder {
text-align: left;
transition: 0.35s ease;
}

#g-1 path {
fill: var(
--alt
) !important; /* Change the color of the paths inside the SVG */
}
#SvgjsG1596 path {
fill: var(--button) !important;
}
.dropdown {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -468,8 +475,8 @@ input:checked + .slider:before {
transition: all 0.3s ease;
display: none;
position: absolute;
background-color: var(--bg);

/* background-color: var(--bg); */
backdrop-filter: var(--background-filter);
border: 1.5px solid #9e9e9e4b;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: 1000;
Expand Down
26 changes: 16 additions & 10 deletions public/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ body[theme="main"] {
--background-filter: blur(3px) brightness(80%);
/* --bg: #240063; */
--bg: #3b039c;
--alt: rgba(15, 0, 38, 0.5);
--alt: rgb(69, 9, 174);
--button: #330386;
--border: #330386;
--textcolor: #fff;
--font: Ubuntu, sans-serif;
#SvgjsG1596 path {
fill: rgb(93, 0, 255) !important;
}
}

body[theme="greyblack"] {
Expand All @@ -35,7 +38,7 @@ body[theme="greyblack"] {
);
--bg: rgb(106, 97, 97);
--alt: rgba(27, 27, 27, 0.5);
--button: #444444;
--button: #707070;
--textcolor: #fff;
background-attachment: fixed;
}
Expand All @@ -52,7 +55,7 @@ body[theme="ghost"] {
--textcolor: #fff;
--button: rgb(90, 48, 48);
--logo: #ffffff;
--alt: #313131;
--alt: #000000;
background-attachment: fixed;
}
body[theme="yourthemename"] {
Expand Down Expand Up @@ -87,8 +90,8 @@ body[theme="gg"] {
--background-filter: blur(3px) brightness(80%);
--bg: #2f3e46;
--textcolor: #cad2c5;
--button: #2f3e46;
--alt: rgb(56, 56, 56);
--button: #48606d;
--alt: rgb(94, 153, 155);
--border: var(--button);
}
body[theme="brown"] {
Expand All @@ -106,7 +109,7 @@ body[theme="dg"] {
--bg: #293241;
--textcolor: #e0fbfc;
--button: #ee6c4d;
--alt: rgb(56, 56, 56);
--alt: rgb(116, 116, 116);
--border: var(--button);
}
body[theme="moon"] {
Expand All @@ -115,7 +118,7 @@ body[theme="moon"] {
--bg: #22223b;
--textcolor: #f2e9e4;
--button: #4a4e69;
--alt: rgb(151, 151, 151);
--alt: #37375f;
--border: var(--button);
}
body[theme="red"] {
Expand All @@ -124,7 +127,7 @@ body[theme="red"] {
--bg: #a4161a;
--textcolor: #ffffff;
--button: #660708;
--alt: rgb(151, 151, 151);
--alt: rgb(15, 15, 15);
--border: var(--button);
}
body[theme="sblue"] {
Expand All @@ -133,7 +136,7 @@ body[theme="sblue"] {
--bg: #001f54;
--textcolor: #fefcfb;
--button: #034078;
--alt: rgb(151, 151, 151);
--alt: rgb(0, 72, 180);
--border: var(--button);
}
body[theme="candy"] {
Expand All @@ -142,7 +145,7 @@ body[theme="candy"] {
--bg: #bdb2ff;
--textcolor: #fefcfb;
--button: #ffc6ff;
--alt: rgb(151, 151, 151);
--alt: rgb(255, 255, 255);
--border: var(--button);
}
body[theme="lgray"] {
Expand All @@ -161,6 +164,9 @@ body[theme="lgray"] {
[theme="bone"] input {
font-family: "bone" !important;
}
#SvgjsG1596 {
color: red;
}

/* background: rgb(108,28,217);
background: linear-gradient(153deg, rgba(108,28,217,1) 0%, rgba(16,0,43,1) 93%, rgba(0,0,0,1) 99%); */
27 changes: 20 additions & 7 deletions public/extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,30 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/./js/main.js" defer></script>
<link
rel="icon"
type="image/png"
href="/./media/native_logo_trans.png"
id="favicon"
<meta name="description" content="Lunaar 200+ Unblocked Games" />
<meta
name="keywords"
content="games, unblocked, 3kh0, freegames, proxy, ubg, github, Lunaar, lunaar, lunaargames"
/>
<meta name="author" content="Parcoil Network" />
<meta property="og:title" content="Native" />
<meta property="og:description" content="Lunaar 200+ Unblocked Games" />
<meta property="og:image" content="media/lunaara.png" />
<meta property="og:url" content="https://lunaar.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lunaar" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lunaar" />
<meta name="twitter:description" content="Lunaar 200+ Unblocked Games" />
<meta name="twitter:image" content="SOON" />
<meta property="og:locale" content="en_US" />
<meta property="og:color" content="#3b039c" />
<script type="module" src="/./js/main.js" defer></script>
<link rel="icon" type="image/png" href="/./media/lunaar.svg" id="favicon" />

<script src="/./js/particles.js" defer></script>
<link rel="stylesheet" href="/./css/style.css" />
<title>Projects</title>
<title>Extra</title>
</head>
<body theme="main">
<div id="particles-js"></div>
Expand Down
29 changes: 26 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,26 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Native</title>
<meta name="description" content="Lunaar 200+ Unblocked Games" />
<meta name="keywords" content="games, unblocked, 3kh0, freegames, proxy, ubg, github, Lunaar, lunaar, lunaargames" />
<meta name="author" content="Parcoil Network" />
<meta property="og:title" content="Native" />
<meta property="og:description" content="Lunaar 200+ Unblocked Games" />
<meta property="og:image" content="media/lunaara.png" />
<meta property="og:url" content="https://lunaar.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lunaar" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lunaar" />
<meta name="twitter:description" content="Lunaar 200+ Unblocked Games" />
<meta name="twitter:image" content="SOON" />
<meta property="og:locale" content="en_US" />
<meta property="og:color" content="#3b039c" />
<title>Lunaar</title>
<link
rel="icon"
type="image/png"
href="media/native_logo_trans.png"
href="media/lunaar.svg"
id="favicon"
/>
<link rel="stylesheet" href="css/style.css"/>
Expand Down Expand Up @@ -38,7 +53,15 @@

<main>
<form id="uv-form" class="flex-center">
<h1 id="native">native.</h1>
<svg viewBox="-21.616 -10.703 134.106 124.764" xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<g id="g-1" featurekey="symbolFeature-0" fill="#ffa3ac" transform="matrix(1, 0, 0, 1, -0.8905250430107117, 0.5785590410232544)">
<path xmlns="http://www.w3.org/2000/svg" d="M65.14746,74.94336c-22.1416,0-40.09082-17.94922-40.09082-40.09082c0-14.93555,8.17285-27.9541,20.28516-34.85254 C19.90332,2.40332,0,23.81934,0,49.88672C0,77.56348,22.43652,100,50.11328,100C76.18066,100,97.5957,80.09668,100,54.6582 C93.10156,66.77051,80.08301,74.94336,65.14746,74.94336z" style="fill: rgb(69, 9, 174);"/>
</g>
<g id="SvgjsG1596" featurekey="symbolFeature-0" transform="matrix(0.9643220901489258, 0, 0, 0.9727169871330261, 3.148042917251587, -0.4197390079498291)" fill="#ffa3ac" class="aaa">
<path xmlns="http://www.w3.org/2000/svg" d="M65.14746,74.94336c-22.1416,0-40.09082-17.94922-40.09082-40.09082c0-14.93555,8.17285-27.9541,20.28516-34.85254 C19.90332,2.40332,0,23.81934,0,49.88672C0,77.56348,22.43652,100,50.11328,100C76.18066,100,97.5957,80.09668,100,54.6582 C93.10156,66.77051,80.08301,74.94336,65.14746,74.94336z" style="fill: rgb(93, 0, 255);"/>
</g>
</svg>
<h1 id="native">lunaar.</h1>

<p id="randomText"></p>

Expand Down
20 changes: 12 additions & 8 deletions public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var textOptions = [
"insert text here",
"Placeholder text at its finest!",
"Unblocked!",
"Welcome To The New New Native!",
"Welcome To Lunaar!",
"Did you know we are open source? Fork US!",
"https://discord.gg/fbjT5wG4za",
"404: Productivity not found.",
Expand Down Expand Up @@ -150,6 +150,7 @@ var textOptions = [
"Do not insert text here",
"Sandwich Loves Metallica",
"Oh yeah or whatever",
"the name lunaar is a tribute to my cat luna that has sadly passed away - doge",
];

function getRandomIndex(max) {
Expand All @@ -166,7 +167,7 @@ if (window.location.pathname === "/") {
window.onload = updateText;
}

const originalTitle = "Native";
const originalTitle = "Lunaar";
const favicon = document.querySelector("#favicon").getAttribute("href");

function changeTabCloak(title, favicon) {
Expand Down Expand Up @@ -288,12 +289,15 @@ function createBlank() {
}

const asciiv4 = `
\x1b[35m███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ ██╗ ██╗██╗ ██╗
\x1b[35m████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ ██║ ██║██║ ██║
\x1b[35m██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ ██║ ██║███████║
\x1b[35m██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ ╚██╗ ██╔╝╚════██║
\x1b[35m██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ ╚████╔╝ ██║
\x1b[35m╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚═══╝ ╚═╝
\x1b[35m██╗ ██╗ ██╗███╗ ██╗ █████╗ █████╗ ██████╗ ██╗ ██╗██╗ ██╗
\x1b[35m██║ ██║ ██║████╗ ██║██╔══██╗██╔══██╗██╔══██╗ ██║ ██║██║ ██║
\x1b[35m██║ ██║ ██║██╔██╗ ██║███████║███████║██████╔╝ ██║ ██║███████║
\x1b[35m██║ ██║ ██║██║╚██╗██║██╔══██║██╔══██║██╔══██╗ ╚██╗ ██╔╝╚════██║
\x1b[35m███████╗╚██████╔╝██║ ╚████║██║ ██║██║ ██║██║ ██║ ╚████╔╝ ██║
\x1b[35m╚══════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝
`;

console.log(asciiv4);
Expand Down
4 changes: 2 additions & 2 deletions public/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Native</title>
<title>lunaar.</title>
<link
rel="icon"
type="image/png"
href="media/native_logo_trans.png"
href="media/lunaar.svg"
id="favicon"
/>
<link rel="stylesheet" href="css/style.css"/>
Expand Down
Binary file added public/media/lunaar-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/media/lunaar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/media/lunaara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/navbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="navbar">
<a class="nativenav" href="/./">native.</a>
<a class="nativenav" href="/./">lunaar.</a>
<a href="/./projects"><i class="ti ti-device-gamepad-2">&nbsp;</i>Games</a>
<a href="/./apps"><i class="ti ti-apps">&nbsp;</i>Apps</a>
<!-- <a href="/./bookmarklets"
Expand Down
Loading

0 comments on commit 3c0a60a

Please sign in to comment.