rDrama/files/templates/mobile_navigation_bar.html

44 lines
1.8 KiB
HTML

<div class="container md:hidden">
<div class="row fixed-bottom bg-white border-top p-2" id="mobile-bottom-navigation-bar" style="z-index: 100; bottom: 0px; transition: bottom 220ms cubic-bezier(0, 0, 0.2, 1);">
<button type="button" class="col px-0 ml-3 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="/" class="text-decoration-none" role="button">
<div class="text-center text-primary">
<i class="fas fa-home-alt text-lg"></i>
<div class="text-small">Home</div>
</div>
</a>
</button>
<button type="button" class="col px-0 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="/?sort=new&amp;t=all" class="text-decoration-none" role="button">
<div class="text-center text-muted">
<i class="fas fa-sparkles text-lg"></i>
<div class="text-small">New</div>
</div>
</a>
</button>
<button type="button" class="col px-2 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="/comments" class="text-decoration-none" role="button">
<div class="text-center text-muted">
<i class="fas fa-comment-dots text-lg"></i>
<div class="text-small">Comments</div>
</div>
</a>
</button>
<button type="button" class="col px-0 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="/leaderboard" class="text-decoration-none" role="button">
<div class="text-center text-muted">
<i class="fas fa-trophy text-lg"></i>
<div class="text-small">Users</div>
</div>
</a>
</button>
<button type="button" class="col px-0 mr-3 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="/shop" class="text-decoration-none" role="button">
<div class="text-center text-muted">
<i class="fas fa-store text-lg"></i>
<div class="text-small">Shop</div>
</div>
</a>
</button>
</div>
</div>