updated links

This commit is contained in:
Maxim Devaev 2021-10-20 06:35:24 +03:00
parent d8d043679d
commit 642149daed
6 changed files with 21 additions and 15 deletions

View File

@ -85,10 +85,7 @@
<div class="code" id="app-text"></div>
</div>
<hr>
<p class="text">
Full documentation, the source code, and the legal information
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
</p>
<p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a>&nbsp; | &nbsp;<a target="_blank" href="https://docs.pikvm.org">Documentation</a>&nbsp; | &nbsp;<a target="_blank" href="https://pikvm.org/support">Support</a></p>
</div>
</div>
</body>

View File

@ -38,6 +38,9 @@ block start
div(id="app-text" class="code")
hr
p(class="text")
| Full documentation, the source code, and the legal information
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
p(class="text credits")
a(target="_blank" href="https://pikvm.org") PiKVM Project
| &nbsp; | &nbsp;
a(target="_blank" href="https://docs.pikvm.org") Documentation
| &nbsp; | &nbsp;
a(target="_blank" href="https://pikvm.org/support") Support

View File

@ -1988,10 +1988,7 @@
</div>
</div>
</div><br>
<p class="text">
Full documentation, the source code, and the legal information
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
</p>
<p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a>&nbsp; | &nbsp;<a target="_blank" href="https://docs.pikvm.org">Documentation</a>&nbsp; | &nbsp;<a target="_blank" href="https://pikvm.org/support">Support</a></p>
</div>
</div>
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
@ -2006,7 +2003,7 @@
</div>
<ul class="footer">
<li class="footer-left" id="kvmd-meta-server-host"></li>
<li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a>&nbsp; | &nbsp;<a target="_blank" href="https://docs.pikvm.org">Documentation</a></li>
<li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a>&nbsp; | &nbsp;<a target="_blank" href="https://docs.pikvm.org">Documentation</a>&nbsp; | &nbsp;<a target="_blank" href="https://pikvm.org/support">Support</a></li>
</ul>
</body>
</html>

View File

@ -17,3 +17,5 @@ block body
a(target="_blank" href="https://pikvm.org") PiKVM Project
| &nbsp; | &nbsp;
a(target="_blank" href="https://docs.pikvm.org") Documentation
| &nbsp; | &nbsp;
a(target="_blank" href="https://pikvm.org/support") Support

View File

@ -506,6 +506,9 @@ div(id="about-window" class="window")
li Zoltan Magyari
li Zsombor Vari
br
p(class="text")
| Full documentation, the source code, and the legal information
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
p(class="text credits")
a(target="_blank" href="https://pikvm.org") PiKVM Project
| &nbsp; | &nbsp;
a(target="_blank" href="https://docs.pikvm.org") Documentation
| &nbsp; | &nbsp;
a(target="_blank" href="https://pikvm.org/support") Support

View File

@ -286,6 +286,10 @@ ul.footer li a {
color: var(--cs-page-obscure-fg);
}
.credits {
font-size: 0.8em;
}
.feature-disabled {
display: none !important;
}