Add some links and change some things in the CSS

This commit is contained in:
sf.nadeko.net ~root
2024-02-09 19:28:19 -03:00
committed by Fijxu
parent 1784f6cd38
commit 8a76e64ec1
3 changed files with 12 additions and 6 deletions

View File

@@ -9,12 +9,11 @@
<div class="pure-u-1-3">
<h3>
<a href="/subscription_manager"><%= translate(locale, "Manage subscriptions") %></a>
<br>
<a href="/feed/history"><%= translate(locale, "Watch history") %></a>
</h3>
</div>
<div class="pure-u-1-3">
<h3 style="text-align:center">
<a href="/feed/history"><%= translate(locale, "Watch history") %></a>
</h3>
</div>
<div class="pure-u-1-3">
<h3 style="text-align:right">

View File

@@ -128,6 +128,9 @@
<i class="icon ion-ios-paper"></i>
<a href="https://github.com/iv-org/documentation"><%= translate(locale, "footer_documentation") %></a>
</span>
<span>
<a href="https://nadeko.net"><u>nadeko.net</u></a>
</span>
</div>
<div class="pure-u-1 pure-u-md-1-3">
@@ -147,7 +150,10 @@
<div class="pure-u-1 pure-u-md-1-3">
<span>
<i class="icon ion-ios-wallet"></i>
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
<a href="https://nadeko.net/donate"><b><%= translate(locale, "footer_donate_page") %></b></a>
</span>
<span>
<a href="https://nadeko.net/contact"><b>Contact the Owner</b></a>
</span>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>