diff --git a/src/pages/skills.astro b/src/pages/skills.astro index 8d2c008..b945674 100644 --- a/src/pages/skills.astro +++ b/src/pages/skills.astro @@ -24,12 +24,6 @@ const frameworks = [ "Bubbletea", "Astro", ]; -const thing = "▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░"; -const fight = [ - "FP ▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░ OOP", - "Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance", - "Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance", -]; --- @@ -40,7 +34,7 @@ const fight = [ {langs.map((lang) =>

{lang}

)} - +
{frameworks.map((framework) =>

{framework}

)}
@@ -50,15 +44,6 @@ const fight = [ {tools.map((tool) =>

{tool}

)}
- - { - fight.map((line) => ( -

{line}

- )) - }
-