summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-20 06:35:24 +0300
committerMaxim Devaev <[email protected]>2021-10-20 06:35:24 +0300
commit642149daedc049914a0b7f1397a5a86cabbeb5ba (patch)
tree43d67f3675a3cc51d7a0947c464bc60aff72323a
parentd8d043679d79f1233437cbdc486076973e73dd05 (diff)
updated links
-rw-r--r--web/index.html5
-rw-r--r--web/index.pug9
-rw-r--r--web/kvm/index.html7
-rw-r--r--web/kvm/index.pug2
-rw-r--r--web/kvm/window-about.pug9
-rw-r--r--web/share/css/main.css4
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 @@
<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>
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
+ | &nbsp; | &nbsp;
+ a(target="_blank" href="https://docs.pikvm.org") Documentation
+ | &nbsp; | &nbsp;
+ 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 @@
</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> \ 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
| &nbsp; | &nbsp;
a(target="_blank" href="https://docs.pikvm.org") Documentation
+ | &nbsp; | &nbsp;
+ 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
+ | &nbsp; | &nbsp;
+ a(target="_blank" href="https://docs.pikvm.org") Documentation
+ | &nbsp; | &nbsp;
+ 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;
}