diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 60c3241..06961f8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -79,24 +79,34 @@
-
-
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

- {randomStr(Math.round(charAmount-data.name.length/2))}{data.name.toUpperCase()}{randomStr(Math.round(charAmount-data.name.length/2))} -
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

+
+ {#each Array(10) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {data.name.toUpperCase()} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {#each Array(9) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each}