Skip to content

Commit

Permalink
Merge pull request #14 from NGSpace/hudderhighlight
Browse files Browse the repository at this point in the history
Update everythang
  • Loading branch information
NGSpace authored Nov 12, 2024
2 parents 1f1d57b + ab795ae commit 2143c72
Show file tree
Hide file tree
Showing 15 changed files with 428 additions and 221 deletions.
79 changes: 79 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>
<title>NGS's land</title>
<link rel="icon" href="Images/ngs.png">
<style>
#icon {
position: absolute;
top: 10%;
left: 5%;
width: 35%;
animation: rotation 50s infinite linear;
}
#message {
position: absolute;
display: block;
top: 14vh;
left: 42%;
width: 100%;
}
#whoops {
font-size: 2.6vw;
border: .2vw dashed #f69c55;
}
#error {
position: absolute;
font-size: 1vw;
top: 15vh;
}
#links {
position: absolute;
font-size: 1vw;
top: 20vh;
}
#links a {
text-decoration: none;
color: brown;
}
#links a:hover {
text-decoration: underline;
}
#page {
color: red;
font-weight: bold;
}
* {
font-family: monospace;
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
</style>
</head>
<body>
<img id="icon" src="Images/ngs.png">
<div id="message">
<span id="whoops">Whoops! That page doesn't exist! <br></span>
<span id="error">
It appears that the page "<span id="page">PLACEHOLDER</span>" doesn't exist!
</span>
<span id="links">
<a href="/">Return to NGS's land!</a>
<br>
<a href="/hudder">Return to Hudder wiki!</a>
</span>
</div>
<script>
document.getElementById("page").innerText = window.location.pathname;
</script>
</body>
5 changes: 3 additions & 2 deletions HG.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
gtag('config', 'G-M0SCB1X0YP');
</script>

<link rel="scoresfxx" href="score.mp3">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="scoresfxx" href="score.mp3">
<link rel="icon" href="Images/ngs.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
canvas {
border:none;/*1px solid #a1a1a1;*/
Expand Down
Binary file added Images/Hudder.webp
Binary file not shown.
Binary file added Images/axe.png
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 Images/circle.png
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 Images/ngs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions Numbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M0SCB1X0YP');
</script>

<link rel="icon" href="Images/ngs.png">
<title> Numbers! </title>
<link rel="stylesheet" href="Styles/numbers.css">
<link rel="stylesheet" href="Styles/numbers.css">
</head>
<body>
<div id="ContentPane" onload="Click()">
Expand Down
14 changes: 7 additions & 7 deletions Styles/GamesList.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
--margin: 20px;
}

#GamesContentPane {
#ProjectsContentPane {
margin: 0px;
padding: 0px;
font-size: 0px;
overflow-x: auto;
overflow-y: hidden;
}

#GamesContentPane div {
#ProjectsContentPane div {
font-size:20px;
display:inline-block;
background: #595959;
Expand All @@ -28,14 +28,14 @@
padding: 0;
}

#GamesContentPane div img {
#ProjectsContentPane div img {
font-size:20px;
object-fit: contain;
width: 100%;
height: 100%;
padding: 0;
}
#GamesContentPane figcaption {
#ProjectsContentPane figcaption {
background-color: black;
color: white;
font-style: italic;
Expand All @@ -47,13 +47,13 @@
transition: opacity .2s ease-in-out;
opacity: 0;
}
#GamesContentPane div:hover figcaption {
#ProjectsContentPane div:hover figcaption {
opacity: 1;
}
#GamesContentPane div:hover {
#ProjectsContentPane div:hover {
transform: scale(1.05);
}

#GamesContentPane a {
#ProjectsContentPane a {
text-decoration: none;
}
Empty file added Styles/contentpane.css
Empty file.
64 changes: 41 additions & 23 deletions Styles/index.css
Original file line number Diff line number Diff line change
@@ -1,45 +1,33 @@
#ContentPane {
width: 70%;
background-color: #383838;
background-image: linear-gradient(180deg, #101010 30%, #383838);
color: lightgray;
color: lightgray;
font: bold 150px monospace, Fira Mono, serif;
transition: width 0.3s;
}

html {
scrollbar-transition: smooth;
scroll-behavior: smooth;
}
#TitleNGS {color: red;
background: linear-gradient(to left, blue, red);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-stroke: 2px pink;
color: transparent;
} #TitleS {color: gray;-webkit-text-stroke: 1px darkgray;}
#TitleLAND {
font-size: 130px;
background: linear-gradient(to left, blue, red);
background-clip: text;
-webkit-background-clip: text;
color: #ed0533;
scrollbar-transition: smooth;
scroll-behavior: smooth;
}

#aboutmespan {
background: linear-gradient(180deg, #fFFFFF 55%, #ffed4b 10%);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
body {
background-color: #606060;
overflow: auto;
margin: 0px;
background-color: #606060;
background-color: #383838;
background-color: rgb(32, 32, 32);
background-size: 100% max(100%,2900px);
}
.tab {
font-size: 0px;
margin: 0;
padding: 0;
border: none;
//border-bottom: solid gray 5px;
border-width: 5px;
line-height:100%;
}
Expand All @@ -57,6 +45,9 @@ body {
padding-left: 15px;
text-decoration:none;
}
#borderbottom a:hover {
text-decoration:underline;
}
.tab button {
font: 20px consolas, Fira Mono, serif;
background-color: inherit;
Expand All @@ -78,8 +69,35 @@ body {
background-color: #929292;
}
.tabcontent {
font-size: 0;
display: none;
padding: 0px 0px;
border: none;
font-size: 0;
}
.ImageAndText {
width: fit-content;
text-wrap: nowrap;
vertical-align: 5px;
}
.ImageAndText span {
display: inline;
text-wrap: nowrap;
vertical-align: top;
font-size: 60px;
}
.Text p {
text-align: left;
}
#ContentPane .Text {
display: grid;
align-items: center;
justify-content: center;
}
#ContentPane .Text a:hover {
text-decoration-line: underline;
}
#ContentPane .Text a {
font-size: 55px;
color: pink;
text-decoration: none;
}
55 changes: 55 additions & 0 deletions Styles/nnuedit.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

#ContentPane {
width: 70%;
color: lightgray;
background-size: 100% max(100%,2900px);
font: bold 150px monospace, Fira Mono, serif;
transition: width 0.3s;
}
#ContentPane img {width:66%;}

#ContentPane {
margin: 0px;
padding: 0px;
font-size: 0px;
}
#ContentPane a:hover {
text-decoration-line: underline;
color: #FF6A00;
}
#ContentPane a {
color: #FF6A00;
text-decoration: none;
}
#ContentPane .Text {
font-size: 0px;
display: grid;
align-items: center;
justify-content: center;
}
#ContentPane p {
align-items: center;
vertical-alignment: middle;
font-size:30px;
overflow: hidden;
}
#ContentPane h1 {
color: lightgray;
font: bold 40px monospace, Fira Mono, serif;
}
#NNUEditImage {
width: 42px;
height: 42px;
}
#NNUEditTitle {
font-size:40px;
background: radial-gradient(#FF6A00, #db233c);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
#NNUEditLogo {
width: 40px;
height:40px;
}
61 changes: 0 additions & 61 deletions Styles/projects.css

This file was deleted.

Loading

0 comments on commit 2143c72

Please sign in to comment.