small rebranding

This commit is contained in:
Maxim Devaev
2021-09-08 06:47:54 +03:00
parent ca812117e4
commit 8f11fa3b91
247 changed files with 293 additions and 293 deletions

View File

@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
# KVMD - The main Pi-KVM daemon. #
# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <mdevaev@gmail.com> #
# #
@@ -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 &amp; 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 &amp; 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">&bull; 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>

View File

@@ -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

View File

@@ -5,7 +5,7 @@ li(class="right")
div(data-dont-hide-menu class="menu")
div(class="text")
b Record and play keyboard &amp; 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") &bull; Rec

View File

@@ -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")

View File

@@ -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]