From cd982e64595ab47a5fa71a40f8249893dbf867df Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 16 Feb 2022 22:13:11 +0000 Subject: add --- src/lib/sections/Infobox.svelte | 70 +++++++++++++++++++++++++++++++++++++++++ src/lib/sections/Skills.svelte | 64 +++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 src/lib/sections/Infobox.svelte create mode 100644 src/lib/sections/Skills.svelte (limited to 'src/lib/sections') diff --git a/src/lib/sections/Infobox.svelte b/src/lib/sections/Infobox.svelte new file mode 100644 index 0000000..eda7d22 --- /dev/null +++ b/src/lib/sections/Infobox.svelte @@ -0,0 +1,70 @@ + + + + +
+

({data.member.profileName})

+ {#each generateInfobox(data, constants, { meta: false }) as item} +

+ {/each} +
+ + diff --git a/src/lib/sections/Skills.svelte b/src/lib/sections/Skills.svelte new file mode 100644 index 0000000..790da6d --- /dev/null +++ b/src/lib/sections/Skills.svelte @@ -0,0 +1,64 @@ + + + + + -- cgit