aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-04-06 09:22:10 -0700
committerAnton Tananaev <anton@traccar.org>2024-04-06 09:22:10 -0700
commitf418231b6b2f5e030a0d2dcc390c314602b1f740 (patch)
tree10326adf3792bc2697e06bb5f2b8ef2a8f7e55fe /public
parentb392a4af78e01c8e0f50aad5468e9583675b24be (diff)
downloadtrackermap-web-f418231b6b2f5e030a0d2dcc390c314602b1f740.tar.gz
trackermap-web-f418231b6b2f5e030a0d2dcc390c314602b1f740.tar.bz2
trackermap-web-f418231b6b2f5e030a0d2dcc390c314602b1f740.zip
Move modern to the top
Diffstat (limited to 'public')
-rw-r--r--public/apple-touch-icon-180x180.pngbin0 -> 1181 bytes
-rw-r--r--public/favicon.icobin0 -> 1018 bytes
-rw-r--r--public/logo.svg21
-rw-r--r--public/maskable-icon-512x512.pngbin0 -> 4050 bytes
-rw-r--r--public/pwa-192x192.pngbin0 -> 1602 bytes
-rw-r--r--public/pwa-512x512.pngbin0 -> 4450 bytes
-rw-r--r--public/pwa-64x64.pngbin0 -> 657 bytes
-rw-r--r--public/styles.css14
8 files changed, 35 insertions, 0 deletions
diff --git a/public/apple-touch-icon-180x180.png b/public/apple-touch-icon-180x180.png
new file mode 100644
index 00000000..229d193a
--- /dev/null
+++ b/public/apple-touch-icon-180x180.png
Binary files differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 00000000..a5d19b34
--- /dev/null
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/logo.svg b/public/logo.svg
new file mode 100644
index 00000000..39ce9e28
--- /dev/null
+++ b/public/logo.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="64px" height="64px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <ellipse transform="rotate(-30)" cx="11.713" cy="43.713" rx="24.705" ry="24.705" fill="#fff" stroke-width=".89115"/>
+ <g fill="#1a237e">
+ <g stroke-width=".89115">
+ <circle transform="rotate(-30)" cx="9.7033" cy="43.713" r="2.0096"/>
+ <path d="m36.425 25.095-2.5095 3.1892c0.58567 0.46084 1.1701 1.0219 1.5655 1.7067 0.39538 0.68482 0.58903 1.4714 0.69529 2.2091l4.0167-0.57872c-0.17122-1.2543-0.55927-2.4759-1.2313-3.6399-0.67207-1.1641-1.536-2.1109-2.5366-2.8863z"/>
+ <path d="m41.272 18.67-2.5095 3.1892c1.4186 1.0907 2.729 2.466 3.6793 4.1119 0.95031 1.646 1.4861 3.4684 1.7214 5.2423l4.0167-0.57872c-0.29984-2.2912-1.0301-4.5474-2.2575-6.6732-1.2273-2.1258-2.8161-3.8863-4.6504-5.2916z"/>
+ </g>
+ <path transform="rotate(-30)" d="m3.6746 51.751a8.0382 8.0382 0 0 1-6.9613-4.0191 8.0382 8.0382 0 0 1 0-8.0382 8.0382 8.0382 0 0 1 6.9613-4.0191v8.0382z" stroke-width=".89114"/>
+ <path d="m19.202 9.8335c-12.242 7.0681-16.437 22.722-9.3687 34.964 7.0681 12.242 22.722 16.437 34.964 9.3687s16.437-22.722 9.3687-34.964-22.722-16.437-34.964-9.3687zm1.5056 2.6078c10.802-6.2365 24.614-2.5355 30.851 8.2665 6.2365 10.802 2.5355 24.614-8.2665 30.851-10.802 6.2365-24.614 2.5355-30.851-8.2665-6.2365-10.802-2.5355-24.614 8.2665-30.851z" stroke-width=".89115"/>
+ </g>
+</svg>
diff --git a/public/maskable-icon-512x512.png b/public/maskable-icon-512x512.png
new file mode 100644
index 00000000..65eea4ac
--- /dev/null
+++ b/public/maskable-icon-512x512.png
Binary files differ
diff --git a/public/pwa-192x192.png b/public/pwa-192x192.png
new file mode 100644
index 00000000..a5fefe17
--- /dev/null
+++ b/public/pwa-192x192.png
Binary files differ
diff --git a/public/pwa-512x512.png b/public/pwa-512x512.png
new file mode 100644
index 00000000..2db9ce25
--- /dev/null
+++ b/public/pwa-512x512.png
Binary files differ
diff --git a/public/pwa-64x64.png b/public/pwa-64x64.png
new file mode 100644
index 00000000..67f36797
--- /dev/null
+++ b/public/pwa-64x64.png
Binary files differ
diff --git a/public/styles.css b/public/styles.css
new file mode 100644
index 00000000..f6c61c0a
--- /dev/null
+++ b/public/styles.css
@@ -0,0 +1,14 @@
+html, body {
+ height: 100%;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+}
+
+.root {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+}