html changes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="home-hero">
|
||||
<div class="home-hero-inner">
|
||||
<h1>Packs Site</h1>
|
||||
<p>Hosted datapacks for Needs Of Nature & 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 %}
|
||||
|
||||
Reference in New Issue
Block a user