From 642149daedc049914a0b7f1397a5a86cabbeb5ba Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 20 Oct 2021 06:35:24 +0300 Subject: [PATCH] updated links --- web/index.html | 5 +---- web/index.pug | 9 ++++++--- web/kvm/index.html | 7 ++----- web/kvm/index.pug | 2 ++ web/kvm/window-about.pug | 9 ++++++--- web/share/css/main.css | 4 ++++ 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/web/index.html b/web/index.html index c684511f..4a1239fd 100644 --- a/web/index.html +++ b/web/index.html @@ -85,10 +85,7 @@

-

- Full documentation, the source code, and the legal information - can be found in our official website. -

+

PiKVM Project  |  Documentation  |  Support

diff --git a/web/index.pug b/web/index.pug index 214f954d..8fdc2ee6 100644 --- a/web/index.pug +++ b/web/index.pug @@ -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 + |   |   + a(target="_blank" href="https://docs.pikvm.org") Documentation + |   |   + a(target="_blank" href="https://pikvm.org/support") Support diff --git a/web/kvm/index.html b/web/kvm/index.html index 8653d6db..2b299423 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1988,10 +1988,7 @@
-

- Full documentation, the source code, and the legal information - can be found in our official website. -

+

PiKVM Project  |  Documentation  |  Support

@@ -2006,7 +2003,7 @@
\ No newline at end of file diff --git a/web/kvm/index.pug b/web/kvm/index.pug index bee9f68c..da25991f 100644 --- a/web/kvm/index.pug +++ b/web/kvm/index.pug @@ -17,3 +17,5 @@ block body a(target="_blank" href="https://pikvm.org") PiKVM Project |   |   a(target="_blank" href="https://docs.pikvm.org") Documentation + |   |   + a(target="_blank" href="https://pikvm.org/support") Support diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 588e35dc..6aada01a 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -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 + |   |   + a(target="_blank" href="https://docs.pikvm.org") Documentation + |   |   + a(target="_blank" href="https://pikvm.org/support") Support diff --git a/web/share/css/main.css b/web/share/css/main.css index e320325e..6f10d73c 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -286,6 +286,10 @@ ul.footer li a { color: var(--cs-page-obscure-fg); } +.credits { + font-size: 0.8em; +} + .feature-disabled { display: none !important; }