1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: new logo v1

This commit is contained in:
2024-01-28 01:56:47 +01:00
parent 1523c8cac0
commit b8ceefb2f6
24 changed files with 38 additions and 29 deletions

View File

@ -25,7 +25,9 @@ const BlogPage = async (): Promise<JSX.Element> => {
return (
<main className="flex flex-1 flex-col flex-wrap items-center">
<div className="mt-10 flex flex-col items-center">
<h1 className="text-4xl font-semibold">Blog</h1>
<h1 className="text-4xl font-semibold text-yellow dark:text-yellow-dark">
Blog
</h1>
<p className="mt-6 text-center" data-cy="blog-post-date">
{description}
</p>

BIN
app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -29,7 +29,7 @@
.prose a,
.prose strong {
@apply text-yellow dark:text-yellow-dark;
@apply text-yellow dark:text-yellow-dark font-semibold;
}
strong,

View File

@ -13,7 +13,7 @@ import { getTheme } from "@/theme/theme.server"
const title = "Théo LUDWIG"
const description =
"Théo LUDWIG - Developer Full Stack • Open-Source Enthusiast"
const image = "/images/icon-96x96.png"
const image = "/images/logo.png"
const url = new URL("https://theoludwig.fr")
const locale = "fr-FR, en-US"
@ -36,9 +36,6 @@ export const metadata: Metadata = {
locale,
type: "website",
},
icons: {
icon: "/images/icon-96x96.png",
},
twitter: {
card: "summary",
title,