deploy: 5bceb5af72
This commit is contained in:
parent
67805f5b29
commit
22a95000ee
24 changed files with 305 additions and 183 deletions
87
index.html
87
index.html
|
|
@ -2,28 +2,31 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<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">
|
||||
<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="/assets/logo.png" id="logo">
|
||||
<img src="/neoBeta/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>
|
||||
<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>
|
||||
|
|
@ -51,16 +54,16 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/ghostsandstuff">
|
||||
<img src="/projects/ghostsandstuff/logo.png">
|
||||
<a href="/neoBeta/projects/ghostsandstuff">
|
||||
|
||||
<img src="/neoBeta/projects/ghostsandstuff/logo.png">
|
||||
|
||||
</a>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
|
|
@ -79,12 +82,14 @@
|
|||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/aboukkit">
|
||||
<img src="/projects/aboukkit/logo.png">
|
||||
<a href="/neoBeta/projects/aboukkit">
|
||||
|
||||
<img src="/neoBeta/projects/aboukkit/logo.png">
|
||||
|
||||
</a>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
|
|
@ -99,8 +104,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -114,19 +117,19 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/tenkumalib">
|
||||
<img src="/projects/tenkumalib/logo.png">
|
||||
<a href="/neoBeta/projects/tenkumalib">
|
||||
|
||||
<img src="/neoBeta/projects/tenkumalib/logo.png">
|
||||
|
||||
</a>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
|
|
@ -143,16 +146,16 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/hangglidere">
|
||||
<img src="/assets/mod-placeholder.png">
|
||||
<a href="/neoBeta/projects/hangglidere">
|
||||
|
||||
<img src="/neoBeta/assets/mod-placeholder.png">
|
||||
|
||||
</a>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
|
|
@ -171,12 +174,14 @@
|
|||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/devilwithin">
|
||||
<img src="/projects/devilwithin/logo.png">
|
||||
<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="/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>
|
||||
</div>
|
||||
|
|
@ -191,8 +196,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -206,19 +209,19 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/timekeeper">
|
||||
<img src="/projects/timekeeper/logo.png">
|
||||
<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="/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>
|
||||
</div>
|
||||
|
|
@ -235,16 +238,16 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="featuredProject">
|
||||
<a href="/projects/tefreezer">
|
||||
<img src="/projects/tefreezer/logo.png">
|
||||
<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="/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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue