html changes

This commit is contained in:
JakeBreath
2026-08-05 14:29:19 -05:00
parent 2d73638a06
commit 3a42657a3a
5 changed files with 19 additions and 4 deletions
+4
View File
@@ -20,5 +20,9 @@
<button type="submit">Enter</button>
</form>
</div>
<p class="gate-disclaimer">
<i class="fas fa-exclamation-triangle"></i>
This page contains +18 content. By entering the master password you acknowledge that you are an adult.
</p>
</div>
{% endblock %}
+1 -1
View File
@@ -7,7 +7,7 @@
<div class="home-hero">
<div class="home-hero-inner">
<h1>Packs Site</h1>
<p>Hosted datapacks for Needs Of Nature &amp; Animation Director.</p>
<p>Hosted datapacks for the Needs Of Nature mod.</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-search"></i> Browse packs</a>
@@ -528,7 +528,7 @@
<span class="rating-count">{{ rating_stats.total }} vote{{ rating_stats.total|pluralize }} · {{ rating_stats.positive }} up · {{ rating_stats.negative }} down</span>
<div class="rating-bar">
<div class="rating-bar-up" style="width: {{ rating_stats.percent }}%"></div>
<div class="rating-bar-down" style="width: {{ rating_stats.negative }}%"></div>
<div class="rating-bar-down" style="width: {{ rating_stats.negative_percent }}%"></div>
</div>
</div>
{% else %}