logo and favicon changes

# Conflicts:
#	resources/scripts/components/auth/LoginFormContainer.tsx
#	resources/scripts/components/elements/PageContentBlock.tsx
#	resources/views/layouts/admin.blade.php
This commit is contained in:
Lance Pioch 2024-04-11 20:59:35 -04:00
parent 01f63f7122
commit 7c575205d3
6 changed files with 189 additions and 17 deletions

BIN
public/pelican.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

181
public/pelican.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 928 KiB

View File

@ -34,12 +34,14 @@ export default forwardRef<HTMLFormElement, Props>(({ title, ...props }, ref) =>
<FlashMessageRender css={tw`mb-2 px-1`} />
<Form {...props} ref={ref}>
<div css={tw`md:flex w-full bg-white shadow-lg rounded-lg p-6 md:pl-0 mx-1`}>
<div css={tw`flex-none select-none mb-6 md:mb-0 self-center`}>
<img css={tw`block w-48 md:w-64 mx-auto`} />
<div css={tw`flex-none select-none mb-6 md:mb-0 self-center p-6`}>
<img src={'/pelican.svg'} css={tw`block w-48 md:w-64 mx-auto`} />
</div>
<div css={tw`flex-1`}>{props.children}</div>
</div>
</Form>
<p css={tw`text-center text-neutral-500 text-xs mt-4`}>&copy; 2015 - {new Date().getFullYear()}&nbsp;</p>
<p css={tw`text-center text-neutral-500 text-xs mt-4`}>
Pelican &copy; 2024 - {new Date().getFullYear()}&nbsp;
</p>
</Container>
));

View File

@ -34,7 +34,7 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
>
Panel
</a>
&nbsp;&copy; 2015 - {new Date().getFullYear()}
&nbsp;Pelican&copy; 2024 - {new Date().getFullYear()}
</p>
</ContentContainer>
</>

View File

@ -7,13 +7,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="_token" content="{{ csrf_token() }}">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#bc6e3c">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<link rel="icon" type="image/x-icon" href="/pelican.ico">
<meta name="theme-color" content="#0e4688">
@include('layouts.scripts')

View File

@ -9,12 +9,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="robots" content="noindex">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#bc6e3c">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<link rel="shortcut icon" href="/pelican.ico">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#0e4688">
@show