diff --git a/bun.lock b/bun.lock index c113bfa..cf96ab6 100644 --- a/bun.lock +++ b/bun.lock @@ -5,57 +5,57 @@ "": { "name": "site-profile", "dependencies": { - "@astrojs/check": "latest", - "@astrojs/node": "latest", - "@astrojs/rss": "latest", - "@astrojs/sitemap": "latest", - "@directus/sdk": "latest", - "@iconify-json/mdi": "latest", - "@iconify-json/pajamas": "latest", - "@iconify-json/simple-icons": "latest", - "@playform/compress": "latest", - "@swup/astro": "latest", - "@tailwindcss/postcss": "latest", - "@tailwindcss/vite": "latest", - "@types/unist": "latest", - "astro": "latest", - "astro-compress": "latest", - "astro-icon": "latest", - "dayjs": "latest", - "markdown-it": "latest", - "marked": "latest", - "marked-shiki": "latest", - "mdast-util-to-string": "latest", - "photoswipe": "latest", - "preline": "latest", - "reading-time": "latest", - "sharp": "latest", - "sharp-ico": "latest", - "shiki": "latest", - "tailwindcss": "latest", - "ultrahtml": "latest", + "@astrojs/check": "0.9.9", + "@astrojs/node": "10.1.1", + "@astrojs/rss": "4.0.18", + "@astrojs/sitemap": "3.7.2", + "@directus/sdk": "21.3.0", + "@iconify-json/mdi": "1.2.3", + "@iconify-json/pajamas": "1.2.15", + "@iconify-json/simple-icons": "1.2.83", + "@playform/compress": "0.2.3", + "@swup/astro": "1.8.0", + "@tailwindcss/postcss": "4.3.0", + "@tailwindcss/vite": "4.3.0", + "@types/unist": "3.0.3", + "astro": "6.3.6", + "astro-compress": "2.4.1", + "astro-icon": "1.1.5", + "dayjs": "1.11.20", + "markdown-it": "14.1.1", + "marked": "18.0.4", + "marked-shiki": "1.2.1", + "mdast-util-to-string": "4.0.0", + "photoswipe": "5.4.4", + "preline": "4.2.0", + "reading-time": "1.5.0", + "sharp": "0.34.5", + "sharp-ico": "0.1.5", + "shiki": "4.1.0", + "tailwindcss": "4.3.0", + "ultrahtml": "1.6.0", }, "devDependencies": { - "@saithodev/semantic-release-gitea": "latest", - "@semantic-release/changelog": "latest", - "@semantic-release/commit-analyzer": "latest", - "@semantic-release/git": "latest", - "@semantic-release/npm": "latest", - "@semantic-release/release-notes-generator": "latest", - "@tailwindcss/forms": "latest", - "@tailwindcss/typography": "latest", - "@types/markdown-it": "latest", - "eslint": "latest", - "eslint-config-prettier": "latest", - "eslint-plugin-astro": "latest", - "eslint-plugin-format": "latest", - "prettier": "latest", - "prettier-plugin-astro": "latest", - "prettier-plugin-tailwindcss": "latest", - "semantic-release": "latest", - "semantic-release-export-data": "latest", - "typescript": "latest", - "typescript-eslint": "latest", + "@saithodev/semantic-release-gitea": "2.1.0", + "@semantic-release/changelog": "6.0.3", + "@semantic-release/commit-analyzer": "13.0.1", + "@semantic-release/git": "10.0.1", + "@semantic-release/npm": "13.1.5", + "@semantic-release/release-notes-generator": "14.1.1", + "@tailwindcss/forms": "0.5.11", + "@tailwindcss/typography": "0.5.19", + "@types/markdown-it": "14.1.2", + "eslint": "10.4.0", + "eslint-config-prettier": "10.1.8", + "eslint-plugin-astro": "1.7.0", + "eslint-plugin-format": "2.0.1", + "prettier": "3.8.3", + "prettier-plugin-astro": "0.14.1", + "prettier-plugin-tailwindcss": "0.8.0", + "semantic-release": "25.0.3", + "semantic-release-export-data": "1.2.0", + "typescript": "6.0.3", + "typescript-eslint": "8.59.4", }, }, }, diff --git a/src/components/sections/ExperienceSection.astro b/src/components/sections/ExperienceSection.astro index 2684d32..880a7fe 100644 --- a/src/components/sections/ExperienceSection.astro +++ b/src/components/sections/ExperienceSection.astro @@ -36,7 +36,7 @@ const experiences = ((await directus.request(
-
+

Skills

-
-
- -
- {[...skills, ...skills, ...skills].map((skill: Skill) => { - return ( -
-
-
-
-
- +
+
+
+
+ {[...skills, ...skills, ...skills].map((skill: Skill) => { + return ( +
+
+
+
+
+ +
+

+ {skill.title} +

-

- {skill.title} -

+ + {skill.level}% + +
+
+
+
+
+ Beginner + Advanced
- - {skill.level}% -
-
-
-
-
- Beginner - Advanced -
-
+
+ ); + })}
- ); - })}