diff --git a/src/pages/skills.astro b/src/pages/skills.astro index 170cd57..8d2c008 100644 --- a/src/pages/skills.astro +++ b/src/pages/skills.astro @@ -14,15 +14,21 @@ const data = [ const langs = ["Java", "C/C++", "Golang", "Kotlin", "Rust", "Lua"]; const tools = [ - "NeoVim", - "Linux", "Git & GitHub", - "SQL and NoSQL Databases", + "Sqlite3", + "Neovim and IntelliJ", + "Linux", +]; +const frameworks = [ + "Spigot API", + "Bubbletea", + "Astro", ]; const thing = "▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░"; const fight = [ "FP ▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░ OOP", "Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance", + "Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance", ]; --- @@ -34,6 +40,11 @@ const fight = [ {langs.map((lang) =>
{lang}
)} +{framework}
)} +{tool}
)} @@ -49,7 +60,7 @@ const fight = [ >