Initial commit

This commit is contained in:
2026-02-02 22:47:52 +03:00
committed by GitHub
commit f53016aeda
239 changed files with 84360 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Astro",
"description": "A modern static site generator supporting multi-framework integration.",
"icon": "logos:astro-icon",
"category": "frontend",
"level": "beginner",
"experience": {
"years": 0,
"months": 3
},
"projects": [
"Twilight"
],
"color": "#BC52EE"
}

View File

@@ -0,0 +1,12 @@
{
"name": "Git",
"description": "A distributed version control system.",
"icon": "logos:git-icon",
"category": "tools",
"level": "advanced",
"experience": {
"years": 3,
"months": 0
},
"color": "#F05032"
}

View File

@@ -0,0 +1,15 @@
{
"name": "Svelte",
"description": "A compiler-based UI framework.",
"icon": "logos:svelte-icon",
"category": "frontend",
"level": "beginner",
"experience": {
"years": 0,
"months": 3
},
"projects": [
"Twilight"
],
"color": "#FF3E00"
}

View File

@@ -0,0 +1,15 @@
{
"name": "Tailwind CSS",
"description": "A utility-first CSS framework.",
"icon": "logos:tailwindcss-icon",
"category": "frontend",
"level": "beginner",
"experience": {
"years": 0,
"months": 3
},
"projects": [
"Twilight"
],
"color": "#06B6D4"
}