From 0821c532acb28f5a7856373a9fd874cbc23a3bf5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 13 Nov 2024 21:54:46 +0200 Subject: [PATCH] Finished skills at least for now --- src/pages/skills.astro | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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}

- )) - }
-