Responsive UI, reworked project loading script and WIP automatic featured section.

This commit is contained in:
天クマ 2025-03-28 17:56:04 -03:00
commit ed347bcfca
6 changed files with 88 additions and 41 deletions

View file

@ -2,8 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="styles.css" media="screen">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="project.js"></script>
<script src="featured.js" defer></script>
<title>NBeta</title>
</head>
<body>
@ -23,7 +25,7 @@
<p>This is a project that aims to preserve Minecraft Beta mods and plugins through archives of documentation and JARs and showcase new plugins for beta.</p>
<div id="featured"><h2>featured projects</h2>
<div id="featuredHelper">
<div class="featuredProject">
<!-- <div class="featuredProject">
<a href="project.html?id=aboukkit">
<img src="images/projects/aboukkit.png">
<p>Aboukkit</p>
@ -41,7 +43,7 @@
<img src="images/projects/hats.png">
<p>Hats</p>
<p>by AleksandarHaralanov</p>
</div>
</div> -->
</div>
</div>
</main>