diff options
author | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
commit | 8f11fa3b91921a6037b56ead0853928b1404de0f (patch) | |
tree | 45c002095795db7b8a23e5043d16b46a89e9485a /web/kvm | |
parent | ca812117e48cbc6e2c71947b912748cfd3ff9691 (diff) |
small rebranding
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 14 | ||||
-rw-r--r-- | web/kvm/index.pug | 4 | ||||
-rw-r--r-- | web/kvm/navbar-macro.pug | 2 | ||||
-rw-r--r-- | web/kvm/navbar-paste.pug | 2 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 1c2aca58..a3cec07d 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -2,7 +2,7 @@ <!-- ============================================================================== # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # # # @@ -25,7 +25,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Pi-KVM Session</title> + <title>PiKVM Session</title> <link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png"> @@ -437,7 +437,7 @@ </li> <li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the Pi-KVM</sub></div> + <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> <hr> <div class="buttons buttons-row"> <button class="row25" disabled data-force-hide-menu id="hid-recorder-record">• Rec</button> @@ -479,7 +479,7 @@ </li> <li class="right"><a class="menu-button" href="#">Paste</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that Pi-KVM cannot switch the keyboard layout</sub></div> + <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that PiKVM cannot switch the keyboard layout</sub></div> <hr> <div class="text"> <textarea id="hid-pak-text" placeholder="Enter your text here"></textarea> @@ -1448,7 +1448,7 @@ <div id="about"> <table> <tr> - <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40"></td> + <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40"></td> <td valign="top"> <table> <tr> @@ -1483,7 +1483,7 @@ <input type="radio" name="about-tab-button" id="about-tab-thanks-button"> <label for="about-tab-thanks-button">Thanks</label> <div class="tab"> - <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the Pi-KVM project<br> + <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the PiKVM project<br> // and supported the work on it. We are very grateful<br> // for their help, and memorializing their names<br> // is the least we can do in gratitude.<br> @@ -1968,7 +1968,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">Pi-KVM Project</a></li> + <li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a></li> </ul> </body> </html>
\ No newline at end of file diff --git a/web/kvm/index.pug b/web/kvm/index.pug index 752dfe29..f3c897ee 100644 --- a/web/kvm/index.pug +++ b/web/kvm/index.pug @@ -1,7 +1,7 @@ extends ../base.pug append vars - - title = "Pi-KVM Session" + - title = "PiKVM Session" - main_js = "kvm/main" - body_class = "body-no-select" - css_list = css_list.concat(["navbar", "window", "modal", "led", "slider", "switch", "radio", "progress", "keypad", "tabs"]) @@ -14,4 +14,4 @@ block body ul(class="footer") li(id="kvmd-meta-server-host" class="footer-left") li(class="footer-right") - a(target="_blank" href="https://pikvm.org") Pi-KVM Project + a(target="_blank" href="https://pikvm.org") PiKVM Project diff --git a/web/kvm/navbar-macro.pug b/web/kvm/navbar-macro.pug index eb2f98f3..c9dfc2dc 100644 --- a/web/kvm/navbar-macro.pug +++ b/web/kvm/navbar-macro.pug @@ -5,7 +5,7 @@ li(class="right") div(data-dont-hide-menu class="menu") div(class="text") b Record and play keyboard & mouse actions#[br] - sub For security reasons, the record will not be saved on the Pi-KVM + sub For security reasons, the record will not be saved on the PiKVM hr div(class="buttons buttons-row") button(disabled data-force-hide-menu id="hid-recorder-record" class="row25") • Rec diff --git a/web/kvm/navbar-paste.pug b/web/kvm/navbar-paste.pug index f593670b..44feac87 100644 --- a/web/kvm/navbar-paste.pug +++ b/web/kvm/navbar-paste.pug @@ -3,7 +3,7 @@ li(class="right") div(data-dont-hide-menu class="menu") div(class="text") b Paste text as keypress sequence#[br] - sub Please note that Pi-KVM cannot switch the keyboard layout + sub Please note that PiKVM cannot switch the keyboard layout hr div(class="text") textarea(id="hid-pak-text" placeholder="Enter your text here") diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index d36058e0..ffeddd29 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -18,7 +18,7 @@ div(id="about-window" class="window") table tr td(valign="top" class="logo") - img(class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40") + img(class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40") td(valign="top") table tr #[td(colspan="2" class="title") The Open Source IP-KVM] @@ -33,7 +33,7 @@ div(id="about-window" class="window") +about_tab("thanks", "Thanks") span(class="code-comment") - | // These kind people donated money to the Pi-KVM project#[br] + | // These kind people donated money to the PiKVM project#[br] | // and supported the work on it. We are very grateful#[br] | // for their help, and memorializing their names#[br] | // is the least we can do in gratitude.#[br] |