From 6bc7be6336fdf244cb5807eeea520bed5c4a94e9 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 30 Apr 2025 18:06:14 +0200 Subject: [PATCH] add logo --- .gitattributes | 2 ++ public/investingfire_logo_no-bg.svg | 1 + public/web-app-manifest-192x192.png | 3 +++ public/web-app-manifest-512x512.png | 3 +++ src/app/apple-icon.png | 3 +++ src/app/favicon.ico | 3 +++ src/app/icon0.svg | 1 + src/app/icon1.png | 3 +++ src/app/layout.tsx | 3 +++ src/app/manifest.json | 21 +++++++++++++++++++++ src/app/page.tsx | 15 ++++++++++++--- 11 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 .gitattributes create mode 100644 public/investingfire_logo_no-bg.svg create mode 100644 public/web-app-manifest-192x192.png create mode 100644 public/web-app-manifest-512x512.png create mode 100644 src/app/apple-icon.png create mode 100644 src/app/favicon.ico create mode 100644 src/app/icon0.svg create mode 100644 src/app/icon1.png create mode 100644 src/app/manifest.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..faf757d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text diff --git a/public/investingfire_logo_no-bg.svg b/public/investingfire_logo_no-bg.svg new file mode 100644 index 0000000..ff5ed81 --- /dev/null +++ b/public/investingfire_logo_no-bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..eab10dd --- /dev/null +++ b/public/web-app-manifest-192x192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36267ee16d05549f227a78c956c39aa8b7d0186cb7d60c8087eae2c74918d17 +size 7767 diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..3d215eb --- /dev/null +++ b/public/web-app-manifest-512x512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e9a86b2e560326f13cc08609051c1e9e992b2078a3aafc68158e643c2f20be +size 22036 diff --git a/src/app/apple-icon.png b/src/app/apple-icon.png new file mode 100644 index 0000000..3ea988f --- /dev/null +++ b/src/app/apple-icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac898189ea9322b0e3010cd0de4e7a60b1bb8b5f784a1e57ba26a4d19371487 +size 7295 diff --git a/src/app/favicon.ico b/src/app/favicon.ico new file mode 100644 index 0000000..e6ee411 --- /dev/null +++ b/src/app/favicon.ico @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d3c0abaeb736eb4cd68d73777835cdb27bc7f8468510c14ae435fe8441aafe +size 9662 diff --git a/src/app/icon0.svg b/src/app/icon0.svg new file mode 100644 index 0000000..ea34de7 --- /dev/null +++ b/src/app/icon0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/icon1.png b/src/app/icon1.png new file mode 100644 index 0000000..03b123e --- /dev/null +++ b/src/app/icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4015e049a1498403dc5a8cacec4ad3d232bb0c00b28f215a6f0931add4fc9ae9 +size 3858 diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c77b041..3321324 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,6 +22,9 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode }>) { return ( + + +
-

- InvestingFIRE -

+
+ InvestingFIRE Logo +

+ InvestingFIRE +

+

The #1 FIRE Calculator