Update footer to remove shield icons
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user