summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-11 18:22:43 +0300
committerDevaev Maxim <[email protected]>2020-08-11 18:22:43 +0300
commitd4bdf4300ebd527bbbdb6efa4ca3863681a4785d (patch)
tree67f63106e4decc9c3d5d10c90d647a8358296457 /web
parent9586383e5f82d53879cc76b4d461cc8100d3bca9 (diff)
fixed copy
Diffstat (limited to 'web')
-rw-r--r--web/index.html6
-rw-r--r--web/index.pug8
-rw-r--r--web/kvm/index.html6
-rw-r--r--web/kvm/window-about.pug8
4 files changed, 16 insertions, 12 deletions
diff --git a/web/index.html b/web/index.html
index 75739260..98f5d146 100644
--- a/web/index.html
+++ b/web/index.html
@@ -48,14 +48,14 @@
<div class="start">
<table>
<tr>
- <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="Open Source Hardware" height="40"></td>
+ <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="Pi-KVM" height="40"></td>
<td valign="top">
<table>
<tr>
- <td class="title" colspan="2">Open Source &amp; Open Hardware IP-KVM</td>
+ <td class="title" colspan="2">The Open Source IP-KVM</td>
</tr>
<tr>
- <td class="copyright" colspan="2">Copyright &copy; 2018 Pi-KVM Developers Team</td>
+ <td class="copyright" colspan="2">Copyright &copy; 2018 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td>
</tr>
</table>
</td>
diff --git a/web/index.pug b/web/index.pug
index 470f4927..36b5ef28 100644
--- a/web/index.pug
+++ b/web/index.pug
@@ -9,11 +9,13 @@ block start
table
tr
td(valign="top" class="logo")
- img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Open Source Hardware" height="40")
+ img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Pi-KVM" height="40")
td(valign="top")
table
- tr #[td(colspan="2" class="title") Open Source &amp; Open Hardware IP-KVM]
- tr #[td(colspan="2" class="copyright") Copyright &copy; 2018 Pi-KVM Developers Team]
+ tr #[td(colspan="2" class="title") The Open Source IP-KVM]
+ tr
+ td(colspan="2" class="copyright")
+ | Copyright &copy; 2018 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev]
hr
table
diff --git a/web/kvm/index.html b/web/kvm/index.html
index fcd84bc8..f26ebfd4 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -1271,14 +1271,14 @@
<div id="about">
<table>
<tr>
- <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="Open Source Hardware" height="40"></td>
+ <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40"></td>
<td valign="top">
<table>
<tr>
- <td class="title" colspan="2">Open Source &amp; Open Hardware IP-KVM</td>
+ <td class="title" colspan="2">The Open Source IP-KVM</td>
</tr>
<tr>
- <td class="copyright" colspan="2">Copyright &copy; 2018 Pi-KVM Developers Team</td>
+ <td class="copyright" colspan="2">Copyright &copy; 2018 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td>
</tr>
</table>
</td>
diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug
index de9f890b..1a740c0f 100644
--- a/web/kvm/window-about.pug
+++ b/web/kvm/window-about.pug
@@ -14,11 +14,13 @@ mixin about_tab(name, title, checked=false)
table
tr
td(valign="top" class="logo")
- img(class="svg-gray" src="../share/svg/logo.svg" alt="Open Source Hardware" height="40")
+ img(class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40")
td(valign="top")
table
- tr #[td(colspan="2" class="title") Open Source &amp; Open Hardware IP-KVM]
- tr #[td(colspan="2" class="copyright") Copyright &copy; 2018 Pi-KVM Developers Team]
+ tr #[td(colspan="2" class="title") The Open Source IP-KVM]
+ tr
+ td(colspan="2" class="copyright")
+ | Copyright &copy; 2018 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev]
br
div(class="tabs-box")
+about_tab("meta", "Meta", true)