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