Preparing for deploying with GitHub pages.

This commit is contained in:
天クマ 2025-10-27 21:37:49 -03:00
commit 4a73c474dc
55 changed files with 1952 additions and 1585 deletions

270
_site/index.html Normal file
View file

@ -0,0 +1,270 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
<link rel="stylesheet" href="/assets/stylesheets/home.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>neoBeta</title>
</head>
<body>
<div id="everythingHelper">
<aside>
<header>
<div id="linksBox">
<div id="headerLinksAndTitle">
<div id="logoTitle">
<img src="/assets/logo.png" id="logo">
<h1 id="title" class="rainbowText">neoBeta</h1>
</div>
<ul id="headerLinks">
<li><a href="/">home</a></li>
<li><a href="/search">search</a></li>
<li><a href="/allprojects">index</a></li>
<li><a href="/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>
<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="/projects/ghostsandstuff">
<img src="/projects/ghostsandstuff/logo.png">
</a>
<div>
<p class="featuredProjectName">Ghosts &#39;n Stuff</p>
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Miscellaneous additions to your Minecraft server.</div>
</div>
</div>
<div class="featuredProject">
<a href="/projects/aboukkit">
<img src="/projects/aboukkit/logo.png">
</a>
<div>
<p class="featuredProjectName">Aboukkit</p>
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">A simple way to add custom commands with custom responses to your server.</div>
</div>
</div>
<div class="featuredProject">
<a href="/projects/tenkumalib">
<img src="/projects/tenkumalib/logo.png">
</a>
<div>
<p class="featuredProjectName">tenkuma&#39;s Library</p>
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Library to support my other plugins. Does nothing on it&#39;s own.</div>
</div>
</div>
<div class="featuredProject">
<a href="/projects/hangglidere">
<img src="/assets/mod-placeholder.png">
</a>
<div>
<p class="featuredProjectName">HangGlideRE</p>
<p class="featuredProjectSubtitle">by <a href="/authors/tenkuma/">tenkuma</a></p>
<div class="featuredProjectSubtitle dimText">Fly with a chicken!</div>
</div>
</div>
<div class="featuredProject">
<a href="/projects/devilwithin">
<img src="/projects/devilwithin/logo.png">
</a>
<div>
<p class="featuredProjectName">The Devil Within</p>
<p class="featuredProjectSubtitle">by <a href="/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="/projects/timekeeper">
<img src="/projects/timekeeper/logo.png">
</a>
<div>
<p class="featuredProjectName">TimeKeeper</p>
<p class="featuredProjectSubtitle">by <a href="/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="/projects/tefreezer">
<img src="/projects/tefreezer/logo.png">
</a>
<div>
<p class="featuredProjectName">teFreezer</p>
<p class="featuredProjectSubtitle">by <a href="/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-27: Website redesign!<br>Yaaay! neoBeta got a stylish redesign.</p>
</div>
</div>
</main>
</div>
</body>
</html>