logo
This commit is contained in:
BIN
frontend/public/brand/apple-touch-icon.png
Normal file
BIN
frontend/public/brand/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
frontend/public/brand/favicon-16.png
Normal file
BIN
frontend/public/brand/favicon-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 670 B |
BIN
frontend/public/brand/favicon-32.png
Normal file
BIN
frontend/public/brand/favicon-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
frontend/public/brand/logo.png
Normal file
BIN
frontend/public/brand/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
@@ -2,11 +2,16 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<!-- Favicon & brand icons -->
|
||||||
|
<!-- Use PNG favicon for broad compatibility -->
|
||||||
|
<link rel="icon" type="image/png" href="%PUBLIC_URL%/brand/logo.png" />
|
||||||
|
<!-- Precise favicon sizes -->
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/brand/favicon-32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/brand/favicon-16.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#059669" />
|
<meta name="theme-color" content="#059669" />
|
||||||
<meta name="description" content="TurfTracking - Professional lawn care management and tracking application" />
|
<meta name="description" content="TurfTracking - Professional lawn care management and tracking application" />
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/brand/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
|
|
||||||
<!-- Google Fonts -->
|
<!-- Google Fonts -->
|
||||||
|
|||||||
20
frontend/public/manifest.json
Normal file
20
frontend/public/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"short_name": "TurfTracking",
|
||||||
|
"name": "TurfTracking",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/brand/logo.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/brand/logo.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#059669",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
@@ -20,7 +20,10 @@ const AuthLayout = ({ children }) => {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-3xl font-bold text-gray-900 mb-2">TurfTracking</h1>
|
<div className="flex items-center gap-2 mb-2">
|
||||||
|
<img src="/brand/logo.png" alt="TurfTracking" className="h-8 w-8" />
|
||||||
|
<h1 className="text-3xl font-bold text-gray-900">TurfTracking</h1>
|
||||||
|
</div>
|
||||||
<p className="text-lg text-gray-600">Professional Lawn Care Management</p>
|
<p className="text-lg text-gray-600">Professional Lawn Care Management</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -145,7 +145,10 @@ const Layout = ({ children }) => {
|
|||||||
/>
|
/>
|
||||||
<div className="fixed inset-y-0 left-0 flex w-64 flex-col bg-white shadow-xl">
|
<div className="fixed inset-y-0 left-0 flex w-64 flex-col bg-white shadow-xl">
|
||||||
<div className="flex h-16 items-center justify-between px-6 border-b border-gray-200">
|
<div className="flex h-16 items-center justify-between px-6 border-b border-gray-200">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<img src="/brand/logo.png" alt="TurfTracking" className="h-6 w-6" />
|
||||||
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
|
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="text-gray-400 hover:text-gray-600"
|
className="text-gray-400 hover:text-gray-600"
|
||||||
@@ -244,8 +247,11 @@ const Layout = ({ children }) => {
|
|||||||
<div className="hidden lg:fixed lg:inset-y-0 lg:flex lg:w-64 lg:flex-col">
|
<div className="hidden lg:fixed lg:inset-y-0 lg:flex lg:w-64 lg:flex-col">
|
||||||
<div className="flex min-h-0 flex-1 flex-col bg-white border-r border-gray-200">
|
<div className="flex min-h-0 flex-1 flex-col bg-white border-r border-gray-200">
|
||||||
<div className="flex h-16 items-center px-6 border-b border-gray-200">
|
<div className="flex h-16 items-center px-6 border-b border-gray-200">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<img src="/brand/logo.png" alt="TurfTracking" className="h-6 w-6" />
|
||||||
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
|
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<nav className="flex-1 space-y-1 px-4 py-6">
|
<nav className="flex-1 space-y-1 px-4 py-6">
|
||||||
{navigation.map((item) => {
|
{navigation.map((item) => {
|
||||||
@@ -337,7 +343,10 @@ const Layout = ({ children }) => {
|
|||||||
<Bars3Icon className="h-6 w-6" />
|
<Bars3Icon className="h-6 w-6" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<img src="/brand/logo.png" alt="TurfTracking" className="h-5 w-5" />
|
||||||
<h1 className="text-lg font-semibold text-gray-900">TurfTracking</h1>
|
<h1 className="text-lg font-semibold text-gray-900">TurfTracking</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<button className="text-gray-400 hover:text-gray-500">
|
<button className="text-gray-400 hover:text-gray-500">
|
||||||
|
|||||||
Reference in New Issue
Block a user