This commit is contained in:
JakeBreath
2026-08-03 22:24:30 -05:00
parent d62aae4392
commit 5e58b8a183
+1 -36
View File
@@ -10,7 +10,7 @@
<p>Hosted datapacks for Needs Of Nature &amp; Animation Director.</p>
<p class="home-hero-sub">Browse and download packs shared by the community. Upload your own once you have a creator account.</p>
<div class="home-hero-actions">
<a href="{% url 'library:browse' %}" class="btn btn-primary"><i class="fas fa-download"></i> Browse packs</a>
<a href="{% url 'library:browse' %}" class="btn btn-primary"><i class="fas fa-search"></i> Browse packs</a>
<a href="{% url 'library:project_create' %}" class="btn btn-secondary"><i class="fas fa-upload"></i> Upload a pack</a>
</div>
</div>
@@ -61,39 +61,4 @@
{% endfor %}
</div>
</div>
<div class="home-section">
<div class="home-section-header">
<h2>How it works</h2>
</div>
<div class="how-grid">
<div class="how-card">
<i class="fas fa-key"></i>
<h3>Enter the site</h3>
<p>Use the master password to get in. It only grants access to browse and download.</p>
</div>
<div class="how-card">
<i class="fas fa-user-plus"></i>
<h3>Create an account</h3>
<p>Creators register to get their own profile, upload packs and manage their content.</p>
</div>
<div class="how-card">
<i class="fas fa-upload"></i>
<h3>Share packs</h3>
<p>Upload a .zip plus page assets. Everything is stored under your own folder.</p>
</div>
<div class="how-card">
<i class="fas fa-robot"></i>
<h3>Keep mods updated</h3>
<p>The Fabric mod checks the API with your personal token and downloads new versions automatically.</p>
</div>
</div>
</div>
<div class="home-section">
<div class="home-gate-note">
<i class="fas fa-shield-halved"></i>
<p>This is a private site. All content is gated and only reachable by authorized users. Unauthorized API or media requests are rejected with <code>401 Unauthorized</code>.</p>
</div>
</div>
{% endblock %}