Fixed featured projects in home page.
This commit is contained in:
parent
e54f2336db
commit
bb218c9c12
11 changed files with 47 additions and 97 deletions
28
index.html
28
index.html
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
layout: "base.njk"
|
||||
---
|
||||
|
||||
<script src="/assets/featured.js" defer></script>
|
||||
<h1>Welcome.</h1>
|
||||
<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">
|
||||
<a href="project.html?id=aboukkit">
|
||||
<img src="images/projects/aboukkit.png">
|
||||
<p>Aboukkit</p>
|
||||
<p>by tenkuma</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="featuredProject">
|
||||
<img src="images/projects/ghostsandstuff.png">
|
||||
<p>Ghosts 'n Stuff</p>
|
||||
<p>by tenkuma</p>
|
||||
</div>
|
||||
<div class="featuredProject">
|
||||
<img src="images/projects/hats.png">
|
||||
<p>Hats</p>
|
||||
<p>by AleksandarHaralanov</p>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue