neoBeta/index.html
2025-11-10 20:19:44 +00:00

189 lines
No EOL
6.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/home.css">
<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="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">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>
<h1>Howdy, traveler.</h1>
<p>This website is <b class="rainbowText">the place</b> for Minecraft plugins, made with users and developers in mind. neobeta is open-source, you can find out how the website is made in our <a href="https://github.com/adrianvic/neoBeta">GitHub repository</a> <span class="dimText">(spoiler: there's some real magic going on).</span></p>
<p>Our catalog is made by developers and community, you can get involved by following the tutorial linked <a href="/contribute">here</a>.</p>
<div id="featureAndUpdates">
<div>
<h2>Featured projects</h2>
<div id="featured">
<div id="featuredHelper">
<div class="featuredProject">
<a href="/neoBeta/projects/ghostsandstuff">
<img src="/neoBeta/projects/ghostsandstuff/logo.png">
</a>
<div>
<p class="featuredProjectName">Ghosts &#39;n Stuff</p>
<p class="featuredProjectSubtitle">by <a href="/neoBeta/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Miscellaneous additions to your Minecraft server.</div>
</div>
</div>
<div class="featuredProject">
<a href="/neoBeta/projects/devilwithin">
<img src="/neoBeta/projects/devilwithin/logo.png">
</a>
<div>
<p class="featuredProjectName">The Devil Within</p>
<p class="featuredProjectSubtitle">by <a href="/neoBeta/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Adds enchanting to Minecraft Beta. Supports balancing through curses.</div>
</div>
</div>
<div class="featuredProject">
<a href="/neoBeta/projects/timekeeper">
<img src="/neoBeta/projects/timekeeper/logo.png">
</a>
<div>
<p class="featuredProjectName">TimeKeeper</p>
<p class="featuredProjectSubtitle">by <a href="/neoBeta/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Syncs real world time with your Minecraft server time.</div>
</div>
</div>
<div class="featuredProject">
<a href="/neoBeta/projects/tefreezer">
<img src="/neoBeta/projects/tefreezer/logo.png">
</a>
<div>
<p class="featuredProjectName">teFreezer</p>
<p class="featuredProjectSubtitle">by <a href="/neoBeta/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</div>
</div>
</div>
</div>
</div>
</div>
<div id="homeUpdates">
<h2>Latest updates</h2>
<p>2025-10-30 Releases support:</p>
<p style="opacity: .8;">Now developers can list their software version and automatically list their GitHub releases in their project page!</p>
<p>2025-10-27 Website redesign!:</p>
<p style="opacity: .8;">Yaaay! neoBeta got a stylish redesign.</p>
</div>
</div>
</main>
</div>
</body>
</html>