deploy: 5bceb5af72
This commit is contained in:
parent
67805f5b29
commit
22a95000ee
24 changed files with 305 additions and 183 deletions
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/search.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/search.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>neoBeta</title>
|
<title>neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -32,16 +35,18 @@
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<h1>Projects Index - page 1</h1>
|
||||||
|
|
||||||
<ul style="display: flex; flex-direction: column; gap: 1em;">
|
<ul style="display: flex; flex-direction: column; gap: 1em;">
|
||||||
|
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/aboukkit/logo.png">
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/aboukkit/logo.png">
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/aboukkit/">Aboukkit</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/aboukkit/">Aboukkit</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">A simple way to add custom commands with custom responses to your server.</p>
|
<p class="searchItemDescription">A simple way to add custom commands with custom responses to your server.</p>
|
||||||
|
|
@ -55,11 +60,11 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/devilwithin/logo.png">
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/devilwithin/logo.png">
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/devilwithin/">The Devil Within</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/devilwithin/">The Devil Within</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
<p class="searchItemDescription">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
||||||
|
|
@ -73,23 +78,11 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/ghostsandstuff/docs/example_documentation/"></a>
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/ghostsandstuff/logo.png">
|
||||||
|
|
||||||
</p>
|
<a class="searchItemTitle" href="/neoBeta/projects/ghostsandstuff/">Ghosts 'n Stuff</a>
|
||||||
<p class="searchItemDescription"></p>
|
|
||||||
<div class="searchItemTagHolder">
|
|
||||||
|
|
||||||
</div>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="searchItem">
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/ghostsandstuff/logo.png">
|
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/ghostsandstuff/">Ghosts 'n Stuff</a>
|
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Miscellaneous additions to your Minecraft server.</p>
|
<p class="searchItemDescription">Miscellaneous additions to your Minecraft server.</p>
|
||||||
|
|
@ -103,9 +96,9 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/hangglidere/">HangGlideRE</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/hangglidere/">HangGlideRE</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Fly with a chicken!</p>
|
<p class="searchItemDescription">Fly with a chicken!</p>
|
||||||
|
|
@ -119,11 +112,11 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/tefreezer/logo.png">
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/tefreezer/logo.png">
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/tefreezer/">teFreezer</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/tefreezer/">teFreezer</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
|
<p class="searchItemDescription">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
|
||||||
|
|
@ -137,11 +130,11 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/tenkumalib/logo.png">
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/tenkumalib/logo.png">
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/tenkumalib/">tenkuma's Library</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/tenkumalib/">tenkuma's Library</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Library to support my other plugins. Does nothing on it's own.</p>
|
<p class="searchItemDescription">Library to support my other plugins. Does nothing on it's own.</p>
|
||||||
|
|
@ -155,11 +148,11 @@
|
||||||
<div class="searchItem">
|
<div class="searchItem">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<img float="left" class="searchItemImage" src="/projects/timekeeper/logo.png">
|
<img float="left" class="searchItemImage" src="/neoBeta/projects/timekeeper/logo.png">
|
||||||
|
|
||||||
<a class="searchItemTitle" href="/projects/timekeeper/">TimeKeeper</a>
|
<a class="searchItemTitle" href="/neoBeta/projects/timekeeper/">TimeKeeper</a>
|
||||||
|
|
||||||
by <a href="/authors/tenkuma">tenkuma</a>
|
by <a href="/neoBeta/authors/tenkuma">tenkuma</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="searchItemDescription">Syncs real world time with your Minecraft server time.</p>
|
<p class="searchItemDescription">Syncs real world time with your Minecraft server time.</p>
|
||||||
|
|
|
||||||
BIN
android-chrome-192x192.png
Normal file
BIN
android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
android-chrome-512x512.png
Normal file
BIN
android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
BIN
apple-touch-icon.png
Normal file
BIN
apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -1,4 +1,9 @@
|
||||||
fetch('/search_index.json')
|
function url(path) {
|
||||||
|
const prefix = (window.ELEVENTY_PATH_PREFIX || '').replace(/\/$/,'');
|
||||||
|
return (prefix ? prefix + '/' : '/') + path.replace(/^\/+/,'');
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch(url("search_index.json"))
|
||||||
.then(r => r.json())
|
.then(r => r.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const idx = elasticlunr.Index.load(data);
|
const idx = elasticlunr.Index.load(data);
|
||||||
|
|
@ -28,7 +33,7 @@ fetch('/search_index.json')
|
||||||
});
|
});
|
||||||
|
|
||||||
return `<div class="searchItem">
|
return `<div class="searchItem">
|
||||||
<p>${doc.image ? `<img float=left class="searchItemImage" src="${doc.image}">` : ''} <a class="searchItemTitle" href="${doc.url}">${doc.title}</a>${doc.author ? ` by <a href="/authors/${doc.author}">${doc.author}</a>` : ''}</p>
|
<p>${doc.image ? `<img float=left class="searchItemImage" src="${url(doc.image)}">` : ''} <a class="searchItemTitle" href="${url(doc.url)}">${doc.title}</a>${doc.author ? ` by <a href="${ url('/authors/' + doc.author) }">${doc.author}</a>` : ''}</p>
|
||||||
<p class="searchItemDescription">${doc.subtitle}</p>
|
<p class="searchItemDescription">${doc.subtitle}</p>
|
||||||
<div class="searchItemTagHolder">
|
<div class="searchItemTagHolder">
|
||||||
${tagsHTML}
|
${tagsHTML}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Minecraft;
|
font-family: Minecraft;
|
||||||
src: url("/assets/MinecraftRegular-Bmg3.otf") format("opentype");
|
src: url("../MinecraftRegular-Bmg3.otf") format("opentype");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>tenkuma - neoBeta</title>
|
<title>tenkuma - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -45,9 +48,15 @@
|
||||||
<p>Images</p>
|
<p>Images</p>
|
||||||
<div id="projectCarrouselImageHolder">
|
<div id="projectCarrouselImageHolder">
|
||||||
|
|
||||||
<a href="tenkuma-silverfish.jpg"><img class="projectImage" src="tenkuma-silverfish.jpg" alt=""></a>
|
|
||||||
|
|
||||||
<a href="tenkuma-mrnando-enderdragon.jpg"><img class="projectImage" src="tenkuma-mrnando-enderdragon.jpg" alt=""></a>
|
<a href="/neoBeta/authors/tenkuma/tenkuma-silverfish.jpg">
|
||||||
|
<img class="projectImage" src="/neoBeta/authors/tenkuma/tenkuma-silverfish.jpg">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/neoBeta/authors/tenkuma/tenkuma-mrnando-enderdragon.jpg">
|
||||||
|
<img class="projectImage" src="/neoBeta/authors/tenkuma/tenkuma-mrnando-enderdragon.jpg">
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
72
contribute/index.html
Normal file
72
contribute/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>neoBeta</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
|
<div id="everythingHelper">
|
||||||
|
<aside>
|
||||||
|
<header>
|
||||||
|
<div id="linksBox">
|
||||||
|
<div id="headerLinksAndTitle">
|
||||||
|
<div id="logoTitle">
|
||||||
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
|
</div>
|
||||||
|
<ul id="headerLinks">
|
||||||
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<h2>How can I get my project here?</h2>
|
||||||
|
<p>neoBeta is an open-source content management system. There are various ways you can put your plugin/mod on our catalog:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Clone <a href="https://github.com/adrianvic/neoBeta">neoBeta's repository</a>, create your project folder inside the /projects directory with the necessary metadata (index.md for project description, index.json for metadata and any other file your project may depend on) and make a pull request. Less manual work on our side, so review should be quickier.</li>
|
||||||
|
<li>Open an issue on our GitHub repository with the project information. This may take longer as a contributor will have to spend time creating the project files, but is useful if you're not confortable using Git.</li>
|
||||||
|
<li>Host your own instance of neoBeta.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Required metadata fields</h3>
|
||||||
|
<ul>
|
||||||
|
<li><em>name</em> - project name.</li>
|
||||||
|
<li><em>subtitle</em> - project's brief description.</li>
|
||||||
|
<li><em>author</em> - your author name, must be consistent across all your submissions.</li>
|
||||||
|
<li><em>tags</em> - whether your project is a plugin or mod.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Optional metadata fields</h3>
|
||||||
|
<p>Please fill as many fields as possible.</p>
|
||||||
|
<ul>
|
||||||
|
<li><em>downloadLink</em> - link for when you click the download link.</li>
|
||||||
|
<li><em>images</em> - lists of image files names or URLs that will appear in the project page.</li>
|
||||||
|
<li><em>logo</em> - your logo file name or URL.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Config file example</h3>
|
||||||
|
<pre><code>{
|
||||||
|
"name": "Ghosts 'n Stuff",
|
||||||
|
"subtitle": "Miscellaneous additions to your server.",
|
||||||
|
"author": "tenkuma",
|
||||||
|
"downloadLink": "https://example.com",
|
||||||
|
"images": "["image1.png", "image2.png", "image3.png"]",
|
||||||
|
"logo": "logo.png",
|
||||||
|
"tags": ["plugin", "mod"]
|
||||||
|
}
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -2,26 +2,29 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>neoBeta</title>
|
<title>neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
|
||||||
BIN
favicon-16x16.png
Normal file
BIN
favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 721 B |
BIN
favicon-32x32.png
Normal file
BIN
favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
87
index.html
87
index.html
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/home.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/home.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>neoBeta</title>
|
<title>neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -52,15 +55,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/ghostsandstuff">
|
<a href="/neoBeta/projects/ghostsandstuff">
|
||||||
<img src="/projects/ghostsandstuff/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/ghostsandstuff/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">Ghosts 'n Stuff</p>
|
<p class="featuredProjectName">Ghosts 'n Stuff</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Miscellaneous additions to your Minecraft server.</div>
|
<div class="featuredProjectSubtitle dimText">Miscellaneous additions to your Minecraft server.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -79,12 +82,14 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/aboukkit">
|
<a href="/neoBeta/projects/aboukkit">
|
||||||
<img src="/projects/aboukkit/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/aboukkit/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">Aboukkit</p>
|
<p class="featuredProjectName">Aboukkit</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">A simple way to add custom commands with custom responses to your server.</div>
|
<div class="featuredProjectSubtitle dimText">A simple way to add custom commands with custom responses to your server.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -111,22 +116,20 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/tenkumalib">
|
<a href="/neoBeta/projects/tenkumalib">
|
||||||
<img src="/projects/tenkumalib/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/tenkumalib/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">tenkuma's Library</p>
|
<p class="featuredProjectName">tenkuma's Library</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Library to support my other plugins. Does nothing on it's own.</div>
|
<div class="featuredProjectSubtitle dimText">Library to support my other plugins. Does nothing on it's own.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -144,15 +147,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/hangglidere">
|
<a href="/neoBeta/projects/hangglidere">
|
||||||
<img src="/assets/mod-placeholder.png">
|
|
||||||
|
<img src="/neoBeta/assets/mod-placeholder.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">HangGlideRE</p>
|
<p class="featuredProjectName">HangGlideRE</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Fly with a chicken!</div>
|
<div class="featuredProjectSubtitle dimText">Fly with a chicken!</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -171,12 +174,14 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/devilwithin">
|
<a href="/neoBeta/projects/devilwithin">
|
||||||
<img src="/projects/devilwithin/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/devilwithin/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">The Devil Within</p>
|
<p class="featuredProjectName">The Devil Within</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Adds enchanting to Minecraft Beta. Supports balancing through curses.</div>
|
<div class="featuredProjectSubtitle dimText">Adds enchanting to Minecraft Beta. Supports balancing through curses.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -203,22 +208,20 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/timekeeper">
|
<a href="/neoBeta/projects/timekeeper">
|
||||||
<img src="/projects/timekeeper/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/timekeeper/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">TimeKeeper</p>
|
<p class="featuredProjectName">TimeKeeper</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Syncs real world time with your Minecraft server time.</div>
|
<div class="featuredProjectSubtitle dimText">Syncs real world time with your Minecraft server time.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -236,15 +239,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="featuredProject">
|
<div class="featuredProject">
|
||||||
<a href="/projects/tefreezer">
|
<a href="/neoBeta/projects/tefreezer">
|
||||||
<img src="/projects/tefreezer/logo.png">
|
|
||||||
|
<img src="/neoBeta/projects/tefreezer/logo.png">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p class="featuredProjectName">teFreezer</p>
|
<p class="featuredProjectName">teFreezer</p>
|
||||||
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
|
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/neoBeta/">tenkuma</a></p>
|
||||||
<div class="featuredProjectSubtitle dimText">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</div>
|
<div class="featuredProjectSubtitle dimText">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Aboukkit - neoBeta</title>
|
<title>Aboukkit - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/aboukkit/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">Aboukkit</h1>
|
<h1 id="projectTitle">Aboukkit</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">A simple way to add custom commands with custom responses to your server.</p>
|
<p id="projectSubtitle">A simple way to add custom commands with custom responses to your server.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>The Devil Within - neoBeta</title>
|
<title>The Devil Within - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/devilwithin/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">The Devil Within</h1>
|
<h1 id="projectTitle">The Devil Within</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
<p id="projectSubtitle">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>neoBeta</title>
|
<title>neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -31,7 +34,7 @@
|
||||||
</header>
|
</header>
|
||||||
</aside>
|
</aside>
|
||||||
<main>
|
<main>
|
||||||
<p>You are seeing the documentation for: <a href=""></a></p>
|
<p>You are seeing the documentation for: <span class="rainbowText"></span></p>
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
<h2>Installation instructions for GhostsAndStuff</h2>
|
<h2>Installation instructions for GhostsAndStuff</h2>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Ghosts 'n Stuff - neoBeta</title>
|
<title>Ghosts 'n Stuff - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/ghostsandstuff/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">Ghosts 'n Stuff</h1>
|
<h1 id="projectTitle">Ghosts 'n Stuff</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Miscellaneous additions to your Minecraft server.</p>
|
<p id="projectSubtitle">Miscellaneous additions to your Minecraft server.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -51,11 +54,20 @@
|
||||||
<p>Images</p>
|
<p>Images</p>
|
||||||
<div id="projectCarrouselImageHolder">
|
<div id="projectCarrouselImageHolder">
|
||||||
|
|
||||||
<a href="anti-spam.png"><img class="projectImage" src="anti-spam.png" alt=""></a>
|
|
||||||
|
|
||||||
<a href="rainbow-chat.png"><img class="projectImage" src="rainbow-chat.png" alt=""></a>
|
<a href="/neoBeta/projects/ghostsandstuff/anti-spam.png">
|
||||||
|
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/anti-spam.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="skibidi-blocker.png"><img class="projectImage" src="skibidi-blocker.png" alt=""></a>
|
|
||||||
|
<a href="/neoBeta/projects/ghostsandstuff/rainbow-chat.png">
|
||||||
|
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/rainbow-chat.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/neoBeta/projects/ghostsandstuff/skibidi-blocker.png">
|
||||||
|
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/skibidi-blocker.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>HangGlideRE - neoBeta</title>
|
<title>HangGlideRE - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -36,11 +39,11 @@
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">HangGlideRE</h1>
|
<h1 id="projectTitle">HangGlideRE</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Fly with a chicken!</p>
|
<p id="projectSubtitle">Fly with a chicken!</p>
|
||||||
</div>
|
</div>
|
||||||
<a id="downloadLink" href=""><button id="downloadButton">Unavailable</button></a>
|
<a id="downloadLink" href="."><button id="downloadButton">Unavailable</button></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main id="projectDescription">
|
<main id="projectDescription">
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>teFreezer - neoBeta</title>
|
<title>teFreezer - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/tefreezer/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">teFreezer</h1>
|
<h1 id="projectTitle">teFreezer</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
|
<p id="projectSubtitle">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>tenkuma's Library - neoBeta</title>
|
<title>tenkuma's Library - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/tenkumalib/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">tenkuma's Library</h1>
|
<h1 id="projectTitle">tenkuma's Library</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Library to support my other plugins. Does nothing on it's own.</p>
|
<p id="projectSubtitle">Library to support my other plugins. Does nothing on it's own.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>TimeKeeper - neoBeta</title>
|
<title>TimeKeeper - neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,12 +36,12 @@
|
||||||
<div id="project">
|
<div id="project">
|
||||||
<div id="projectHeader">
|
<div id="projectHeader">
|
||||||
|
|
||||||
<img src="logo.png">
|
<img src="/neoBeta/projects/timekeeper/logo.png">
|
||||||
|
|
||||||
<div id="projectTitleSubtitle">
|
<div id="projectTitleSubtitle">
|
||||||
<div id="projectTitleAuthor">
|
<div id="projectTitleAuthor">
|
||||||
<h1 id="projectTitle">TimeKeeper</h1>
|
<h1 id="projectTitle">TimeKeeper</h1>
|
||||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p id="projectSubtitle">Syncs real world time with your Minecraft server time.</p>
|
<p id="projectSubtitle">Syncs real world time with your Minecraft server time.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,28 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/search.css">
|
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/search.css">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>neoBeta</title>
|
<title>neoBeta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||||
|
</script>
|
||||||
<div id="everythingHelper">
|
<div id="everythingHelper">
|
||||||
<aside>
|
<aside>
|
||||||
<header>
|
<header>
|
||||||
<div id="linksBox">
|
<div id="linksBox">
|
||||||
<div id="headerLinksAndTitle">
|
<div id="headerLinksAndTitle">
|
||||||
<div id="logoTitle">
|
<div id="logoTitle">
|
||||||
<img src="/assets/logo.png" id="logo">
|
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul id="headerLinks">
|
<ul id="headerLinks">
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="/neoBeta/">home</a></li>
|
||||||
<li><a href="/search">search</a></li>
|
<li><a href="/neoBeta/search">search</a></li>
|
||||||
<li><a href="/allprojects">index</a></li>
|
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||||
<li><a href="/contribute">contribute</a></li>
|
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||||
|
|
@ -33,7 +36,7 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/elasticlunr/0.9.6/elasticlunr.min.js"></script>
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/elasticlunr/0.9.6/elasticlunr.min.js"></script>
|
||||||
<script src="/assets/search.js" defer></script>
|
<script src="/neoBeta/assets/search.js" defer></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
1
site.webmanifest
Normal file
1
site.webmanifest
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue