mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
Changed some titles to my own and changed the language.
This commit is contained in:
parent
12d9ec90a1
commit
7597a8e2b8
@ -6,24 +6,24 @@ import { Analytics } from "./components/analytics";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
default: "chronark.com",
|
||||
template: "%s | chronark.com",
|
||||
default: "aderk.tech",
|
||||
template: "%s | aderk.tech",
|
||||
},
|
||||
description: "Co-founder of unkey.dev and founder of planetfall.io",
|
||||
description: "Junior Dev & Student",
|
||||
openGraph: {
|
||||
title: "chronark.com",
|
||||
title: "aderk.tech",
|
||||
description:
|
||||
"Co-founder of unkey.dev and founder of planetfall.io",
|
||||
url: "https://chronark.com",
|
||||
siteName: "chronark.com",
|
||||
"Junior Dev & Student",
|
||||
url: "https://aderk.tech",
|
||||
siteName: "aderk.tech",
|
||||
images: [
|
||||
{
|
||||
url: "https://chronark.com/og.png",
|
||||
url: "https://aderk.tech/og.png",
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
},
|
||||
],
|
||||
locale: "en-US",
|
||||
locale: "ru-RU",
|
||||
type: "website",
|
||||
},
|
||||
robots: {
|
||||
@ -37,10 +37,6 @@ export const metadata: Metadata = {
|
||||
"max-snippet": -1,
|
||||
},
|
||||
},
|
||||
twitter: {
|
||||
title: "Chronark",
|
||||
card: "summary_large_image",
|
||||
},
|
||||
icons: {
|
||||
shortcut: "/favicon.png",
|
||||
},
|
||||
@ -61,7 +57,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className={[inter.variable, calSans.variable].join(" ")}>
|
||||
<html lang="ru" className={[inter.variable, calSans.variable].join(" ")}>
|
||||
<head>
|
||||
<Analytics />
|
||||
</head>
|
||||
|
@ -35,14 +35,14 @@ export default function Home() {
|
||||
<div className="hidden w-screen h-px animate-glow md:block animate-fade-right bg-gradient-to-r from-zinc-300/0 via-zinc-300/50 to-zinc-300/0" />
|
||||
<div className="my-16 text-center animate-fade-in">
|
||||
<h2 className="text-sm text-zinc-500 ">
|
||||
I'm building{" "}
|
||||
Основной мой проект сейчас - {" "}
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://unkey.dev"
|
||||
href="https://cloudberrygames.fun"
|
||||
className="underline duration-500 hover:text-zinc-300"
|
||||
>
|
||||
unkey.dev
|
||||
</Link> to solve API authentication and authorization for developers.
|
||||
cloudberrygames.fun
|
||||
</Link> предназначен для WebGL игр, сейчас в разработке.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -48,10 +48,10 @@ export default async function ProjectsPage() {
|
||||
<div className="px-6 pt-20 mx-auto space-y-8 max-w-7xl lg:px-8 md:space-y-16 md:pt-24 lg:pt-32">
|
||||
<div className="max-w-2xl mx-auto lg:mx-0">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-zinc-100 sm:text-4xl">
|
||||
Projects
|
||||
Проекты
|
||||
</h2>
|
||||
<p className="mt-4 text-zinc-400">
|
||||
Some of the projects are from work and some are on my own time.
|
||||
Часть проектов делал из академического интереса, часть мои проекты для себя.
|
||||
</p>
|
||||
</div>
|
||||
<div className="w-full h-px bg-zinc-800" />
|
||||
@ -91,7 +91,7 @@ export default async function ProjectsPage() {
|
||||
</p>
|
||||
<div className="absolute bottom-4 md:bottom-8">
|
||||
<p className="hidden text-zinc-200 hover:text-zinc-50 lg:block">
|
||||
Read more <span aria-hidden="true">→</span>
|
||||
Подробнее <span aria-hidden="true">→</span>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user