initialize project with 5 static pages

This commit is contained in:
Pouya Defaei
2026-04-23 12:25:41 +03:30
parent 72659ddc08
commit 889e3f9213
26 changed files with 1480 additions and 73 deletions

View File

@@ -159,8 +159,8 @@ export default function TechStack() {
}}
>
{/* Sun (Center) */}
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-10 flex items-center justify-center w-12 h-12 sm:w-16 sm:h-16 lg:w-24 lg:h-24 text-2xl sm:text-3xl lg:text-4xl rounded-full bg-accent shadow-[0_0_40px_rgba(249,115,22,0.6)] sm:shadow-[0_0_60px_rgba(249,115,22,0.6)]">
<div className="absolute text-center text-sm top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-10 flex items-center justify-center w-12 h-12 sm:w-16 sm:h-16 lg:w-24 lg:h-24 sm:text-base lg:text-lg rounded-full bg-accent shadow-[0_0_40px_rgba(249,115,22,0.6)] sm:shadow-[0_0_60px_rgba(249,115,22,0.6)]">
Tech Stack
</div>
{/* Orbits (Rings 1 to 4) */}