From a2ed1219832d5c0d40beba2df6176c1b453e73d7 Mon Sep 17 00:00:00 2001 From: Mid Date: Mon, 19 Dec 2022 21:46:14 +0100 Subject: [PATCH] fix skills card --- src/lib/home/Portfolio.svelte | 90 ++++++++++++++++++++++++++++++----- 1 file changed, 78 insertions(+), 12 deletions(-) diff --git a/src/lib/home/Portfolio.svelte b/src/lib/home/Portfolio.svelte index 0785304..60d39a6 100644 --- a/src/lib/home/Portfolio.svelte +++ b/src/lib/home/Portfolio.svelte @@ -2,6 +2,60 @@ import Card from "./Card.svelte"; + const words1 = [ + "JavaScript", + "TypeScript", + "MySQL", + "Laravel", + "PHP", + "Livewire", + "NestJS", + "NodeJS", + "Unity", + "Substance Painter", + "Blender", + "PostgreSQL", + "TailwindCSS", + "Redis", + "Svelte", + ]; + + const words2 = [ + "Svelte", + "SvelteKit", + "Python", + "Django", + "Vue", + "Java", + "JavaFX", + "NGINX", + "Docker", + "REST", + "GraphQL", + "TypeORM", + "Eloquent", + "Express", + "Linux", + "Composer", + ]; + + const words3 = [ + "Composer", + "AlpineJS", + "Blade", + "JSX", + "Pug", + "Wordpress", + "Vercel", + "Netlify", + "AWS S3", + "Backblaze", + "Bootstrap", + "Fontawesome", + "Sass", + "Webpack", + ]; +
@@ -183,25 +237,37 @@

- dubbelnull Skills + ⚔️ + Skills
- 2020 and ongoing

-

- DubbelNull is a family business that does internet based development for small and medium sized companies, - such as creating websites, manage hosting, advice and other similar things. - I have made several websites for clients under this name, and you can find more of my works on the DubbelNull website. +

+ It's a constantly growing list... +

+
+
+ {#each words1 as word} +

{word}

+ {/each} +
+
+ {#each words2 as word} +

{word}

+ {/each} +
+
+ {#each words3 as word} +

{word}

+ {/each} +
+
+

+ But I can work with anything, and love to try out new things and technologies!