mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-04 12:50:49 +04:00
Initial commit
This commit is contained in:
15
src/content/skills/astro.json
Normal file
15
src/content/skills/astro.json
Normal 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"
|
||||
}
|
||||
12
src/content/skills/git.json
Normal file
12
src/content/skills/git.json
Normal 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"
|
||||
}
|
||||
15
src/content/skills/svelte.json
Normal file
15
src/content/skills/svelte.json
Normal 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"
|
||||
}
|
||||
15
src/content/skills/tailwindcss.json
Normal file
15
src/content/skills/tailwindcss.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user