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 class="code" id="app-text"></div>
</div> </div>
<hr> <hr>
<p class="text"> <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>
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>
</div> </div>
</div> </div>
</body> </body>

View File

@ -38,6 +38,9 @@ block start
div(id="app-text" class="code") div(id="app-text" class="code")
hr hr
p(class="text") p(class="text credits")
| Full documentation, the source code, and the legal information a(target="_blank" href="https://pikvm.org") PiKVM Project
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website]. | &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> </div>
</div><br> </div><br>
<p class="text"> <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>
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>
</div> </div>
</div> </div>
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px"> <div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
@ -2006,7 +2003,7 @@
</div> </div>
<ul class="footer"> <ul class="footer">
<li class="footer-left" id="kvmd-meta-server-host"></li> <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> </ul>
</body> </body>
</html> </html>

View File

@ -17,3 +17,5 @@ block body
a(target="_blank" href="https://pikvm.org") PiKVM Project a(target="_blank" href="https://pikvm.org") PiKVM Project
| &nbsp; | &nbsp; | &nbsp; | &nbsp;
a(target="_blank" href="https://docs.pikvm.org") Documentation 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 Zoltan Magyari
li Zsombor Vari li Zsombor Vari
br br
p(class="text") p(class="text credits")
| Full documentation, the source code, and the legal information a(target="_blank" href="https://pikvm.org") PiKVM Project
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website]. | &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); color: var(--cs-page-obscure-fg);
} }
.credits {
font-size: 0.8em;
}
.feature-disabled { .feature-disabled {
display: none !important; display: none !important;
} }