New cv done
This commit is contained in:
parent
75237c87bd
commit
f809d022ec
3 changed files with 15 additions and 8 deletions
|
|
@ -5,11 +5,12 @@
|
|||
import LinkToSource from "../CompsRev3/LinkToSource.svelte";
|
||||
|
||||
export let Style = "";
|
||||
export let Class = "";
|
||||
</script>
|
||||
|
||||
<div class="container " style="{Style}">
|
||||
<div class="container {Class}" style="{Style}">
|
||||
<div class=" text-center bg-[var(--left-grid-bg-color)]">
|
||||
<RepeatedSkills textOverride={["Hello", "你好", "Hej"]} targetTextHeight={4} targetTextWidth={50} applyRotation={false}/>
|
||||
<RepeatedSkills textOverride={["Hello", "你好", "Hej"]} targetTextHeight={3} targetTextWidth={50} applyRotation={false}/>
|
||||
</div>
|
||||
<div/>
|
||||
<div class="flex justify-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue