[code, files, docs] updated logos and name of PWA from Sentinel to Kube. Updated all HTML files to reflect changes and also added comment to app.js file. Also Added GIMP file for logos and new .ico.
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
Copyright (c) 2026. All rights reserved.
|
Copyright (c) 2026. All rights reserved.
|
||||||
|
|
||||||
Sentinel
|
Kube
|
||||||
|
|
||||||
This software, including all associated source code, design assets, documentation,
|
This software, including all associated source code, design assets, documentation,
|
||||||
and related materials (collectively, the "Software"), is the exclusive proprietary
|
and related materials (collectively, the "Software"), is the exclusive proprietary
|
||||||
|
|||||||
2
app.js
2
app.js
@@ -1,3 +1,5 @@
|
|||||||
|
// This was created/generated by Claude AI LLM there may be errors present.
|
||||||
|
|
||||||
if ('serviceWorker' in navigator) { // Setup — initialises and adds service worker to page
|
if ('serviceWorker' in navigator) { // Setup — initialises and adds service worker to page
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
navigator.serviceWorker
|
navigator.serviceWorker
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.2 KiB |
BIN
assets/images/kubeLogo_GIMP.png
Normal file
BIN
assets/images/kubeLogo_GIMP.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/images/kubeLogo_GIMP.xcf
Normal file
BIN
assets/images/kubeLogo_GIMP.xcf
Normal file
Binary file not shown.
BIN
assets/images/kubeLogo_Transparent_GIMP.png
Normal file
BIN
assets/images/kubeLogo_Transparent_GIMP.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/kubeLogo_Transparent_GIMP.xcf
Normal file
BIN
assets/images/kubeLogo_Transparent_GIMP.xcf
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB |
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Home | Sentinel</title>
|
<title>Home | Kube</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/css/styles.css">
|
<link rel="stylesheet" href="/css/styles.css">
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Login | Sentinel</title>
|
<title>Login | Kube</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/css/styles.css">
|
<link rel="stylesheet" href="/css/styles.css">
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Transport | Sentinel</title>
|
<title>Transport | Kube</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/css/styles.css">
|
<link rel="stylesheet" href="/css/styles.css">
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Sentinel",
|
"short_name": "Kube",
|
||||||
"name": "Sentinel",
|
"name": "Kube",
|
||||||
"lang": "en-GB",
|
"lang": "en-GB",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user