Update footer to remove shield icons

This commit is contained in:
Whispering Wind
2025-05-23 11:47:26 +03:30
committed by GitHub
parent 91ca3fb68a
commit 5d0a9a875e

View File

@ -102,7 +102,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://returnfi.github.io/Hys2-docs/" class="nav-link">
<a href="https://returnfi.github.io/Hys2-docs/" target="_blank" rel="noopener noreferrer" class="nav-link">
<i class="nav-icon fas fa-lightbulb"></i>
<p>Guides & Tutorials</p>
</a>
@ -121,22 +121,20 @@
<!-- Footer -->
<footer class="main-footer">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div>
<a href="https://github.com/ReturnFI/Blitz" target="_blank" class="text-decoration-none mr-2 mb-1 d-inline-block">
<img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub">
<div class="d-flex align-items-center">
<a href="https://github.com/ReturnFI/Blitz" target="_blank" rel="noopener noreferrer" class="text-decoration-none mr-3">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://t.me/hysteria2_panel" target="_blank" rel="noopener noreferrer" class="text-decoration-none mr-3">
<i class="fab fa-telegram-plane"></i> Telegram
</a>
<!-- <a href="https://github.com/ReturnFI/Blitz/releases" target="_blank" rel="noopener noreferrer" class="text-decoration-none">
<i class="fas fa-code-branch"></i> <span id="panel-version">Loading version...</span>
</a> -->
<div class="ml-auto">
<a href="https://github.com/ReturnFI/Blitz/releases" target="_blank" rel="noopener noreferrer" class="text-decoration-none">
<i class="fas fa-code-branch"></i> <span id="panel-version">Loading version...</span>
</a>
<a href="https://t.me/hysteria2_panel" target="_blank" class="text-decoration-none mr-2 mb-1 d-inline-block">
<img src="https://img.shields.io/badge/Telegram-Channel-0088cc?logo=telegram" alt="Telegram">
</a>
<a href="https://github.com/ReturnFI/Blitz/releases" target="_blank" class="text-decoration-none mr-2 mb-1 d-inline-block">
<img id="panel-version" src="https://img.shields.io/github/v/release/ReturnFI/Blitz?label=Release&logo=github" alt="Release Version">
</a>
</div>
<div class="mb-1">
<strong>
<img src="https://img.shields.io/badge/Made%20with-%E2%9D%A4-red" alt="Made with Love">
</strong>
</div>
</div>
</footer>