Compare commits

...

2 Commits

Author SHA1 Message Date
5d18535224 gitignore 2025-06-17 13:16:44 +02:00
5a6f87e706 add logos 2025-06-17 13:15:51 +02:00
7 changed files with 215 additions and 90 deletions

68
.gitignore vendored Normal file
View File

@ -0,0 +1,68 @@
# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
.next
# Production
/build
# Misc
.DS_Store
*.pem
Thumbs.db
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env*.local
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
.tsbuildinfo
# PWA files
**/public/sw.js
**/public/workbox-*.js
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
**/public/worker-*.js.map
# Next.js Specific
/public/sitemap*.xml
/public/robots.txt
.cache
.temp
_static
# Logs
*.log

File diff suppressed because one or more lines are too long

View File

@ -70,12 +70,12 @@ function Header({
onMouseLeave={() => setLogoHovered(false)}
>
<Logomark
className="h-8 sm:hidden"
className="h-10 sm:hidden"
invert={invert}
filled={logoHovered}
/>
<Logo
className="hidden h-8 sm:block"
className="hidden h-10 sm:block"
invert={invert}
filled={logoHovered}
/>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 5.6 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 5.6 MiB