Добавил русский и свое название

This commit is contained in:
AderKonstantin 2025-05-15 21:51:53 +03:00
parent d5f36eabab
commit 139ac3356d
3 changed files with 6990 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import React from "react";
import Particles from "./components/particles";
const navigation = [
{ name: "Projects", href: "/projects" },
{ name: "Contact", href: "/contact" },
{ name: "Проекты", href: "/projects" },
{ name: "Контакты", href: "/contact" },
];
export default function Home() {
@ -29,7 +29,7 @@ export default function Home() {
quantity={100}
/>
<h1 className="py-3.5 px-0.5 z-10 text-4xl text-transparent duration-1000 bg-white cursor-default text-edge-outline animate-title font-display sm:text-6xl md:text-9xl whitespace-nowrap bg-clip-text ">
chronark
aderk.tech
</h1>
<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" />

11
content/projects/bog.mdx Normal file
View File

@ -0,0 +1,11 @@
---
title: bitofgame.net
description: bitofgame.net is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users.
date: "2025-07-01"
url: https://unkey.dev
published: true
repository: chronark/unkey
---
Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. Its built with security and speed in mind.

6976
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff