Skip to content

Commit

Permalink
feat: rework logo branding
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrazz committed Dec 27, 2024
1 parent fd1b9cd commit 658c9b0
Show file tree
Hide file tree
Showing 35 changed files with 23 additions and 21 deletions.
Binary file modified public/assets/appicon-jterrazz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/navbar-logo.png
Binary file not shown.
Binary file modified public/favicon/android-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-icon-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-76x76.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon.png
Diff not rendered.
2 changes: 2 additions & 0 deletions public/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file modified public/favicon/favicon-16x16.png
Binary file modified public/favicon/favicon-32x32.png
Binary file modified public/favicon/favicon-96x96.png
Binary file modified public/favicon/favicon.ico
Binary file not shown.
28 changes: 14 additions & 14 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,74 +29,74 @@ export const metadata: Metadata = {
{
rel: 'icon',
type: 'image/x-icon',
url: '/favicon/favicon.ico?v=5',
url: '/favicon/favicon.ico?v=6',
},
{
rel: 'icon',
sizes: '96x96',
type: 'image/png',
url: '/favicon/favicon-96x96.png?v=5',
url: '/favicon/favicon-96x96.png?v=6',
},
{
rel: 'icon',
sizes: '32x32',
type: 'image/png',
url: '/favicon/favicon-32x32.png?v=5',
url: '/favicon/favicon-32x32.png?v=6',
},
{
rel: 'icon',
sizes: '16x16',
type: 'image/png',
url: '/favicon/favicon-16x16.png?v=5',
url: '/favicon/favicon-16x16.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
url: '/favicon/apple-touch-icon.png?v=5',
url: '/favicon/apple-icon.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '57x57',
url: '/favicon/apple-touch-icon-57x57.png?v=5',
url: '/favicon/apple-icon-57x57.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '60x60',
url: '/favicon/apple-touch-icon-60x60.png?v=5',
url: '/favicon/apple-icon-60x60.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '72x72',
url: '/favicon/apple-touch-icon-72x72.png?v=5',
url: '/favicon/apple-icon-72x72.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '76x76',
url: '/favicon/apple-touch-icon-76x76.png?v=5',
url: '/favicon/apple-icon-76x76.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '114x114',
url: '/favicon/apple-touch-icon-114x114.png?v=5',
url: '/favicon/apple-icon-114x114.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '120x120',
url: '/favicon/apple-touch-icon-120x120.png?v=5',
url: '/favicon/apple-icon-120x120.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '144x144',
url: '/favicon/apple-touch-icon-144x144.png?v=5',
url: '/favicon/apple-icon-144x144.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '152x152',
url: '/favicon/apple-touch-icon-152x152.png?v=5',
url: '/favicon/apple-icon-152x152.png?v=6',
},
{
rel: APPLE_TOUCH_ICON,
sizes: '180x180',
url: '/favicon/apple-touch-icon-180x180.png?v=5',
url: '/favicon/apple-icon-180x180.png?v=6',
},
],
title: 'Jean-Baptiste Terrazzoni: App Development, Self-Improvement & Tech Insights',
Expand Down
12 changes: 6 additions & 6 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ export default function manifest(): MetadataRoute.Manifest {
icons: [
{
sizes: '36x36',
src: '/favicon/android-icon-36x36.png?v=4',
src: '/favicon/android-icon-36x36.png?v=6',
type: 'image/png',
},
{
sizes: '48x48',
src: '/favicon/android-icon-48x48.png?v=4',
src: '/favicon/android-icon-48x48.png?v=6',
type: 'image/png',
},
{
sizes: '72x72',
src: '/favicon/android-icon-72x72.png?v=4',
src: '/favicon/android-icon-72x72.png?v=6',
type: 'image/png',
},
{
sizes: '96x96',
src: '/favicon/android-icon-96x96.png?v=4',
src: '/favicon/android-icon-96x96.png?v=6',
type: 'image/png',
},
{
sizes: '144x144',
src: '/favicon/android-icon-144x144.png?v=4',
src: '/favicon/android-icon-144x144.png?v=6',
type: 'image/png',
},
{
sizes: '192x192',
src: '/favicon/android-icon-192x192.png?v=4',
src: '/favicon/android-icon-192x192.png?v=6',
type: 'image/png',
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const TheNavigationBar: React.FC<TheNavigationBarProps> = ({
}}
>
<Image
src="/assets/navbar-logo.png"
src="/assets/appicon-jterrazz.png"
alt="Jterrazz"
width={36}
height={36}
Expand Down

0 comments on commit 658c9b0

Please sign in to comment.