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";
|
import LinkToSource from "../CompsRev3/LinkToSource.svelte";
|
||||||
|
|
||||||
export let Style = "";
|
export let Style = "";
|
||||||
|
export let Class = "";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container " style="{Style}">
|
<div class="container {Class}" style="{Style}">
|
||||||
<div class=" text-center bg-[var(--left-grid-bg-color)]">
|
<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/>
|
<div/>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
</b>
|
</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
◾ Full-stack at Yaaumma <br>
|
||||||
◾ "AI and data" at DTU. <br>
|
◾ "AI and data" at DTU. <br>
|
||||||
◾ Working at <a class="underline" href="https://grazper.com/">GrazperAI</a> <br/>
|
◾ Working at <a class="underline" href="https://grazper.com/">GrazperAI</a> <br/>
|
||||||
◾ Volunteer at Kildevæld Makerspace.
|
◾ Volunteer at Kildevæld Makerspace.
|
||||||
|
|
|
@ -76,17 +76,22 @@
|
||||||
<div class="NotoSans cv-config cv-container-container include-in-print">
|
<div class="NotoSans cv-config cv-container-container include-in-print">
|
||||||
<div class="cv-container sections decorations">
|
<div class="cv-container sections decorations">
|
||||||
<div id="left-section" class="bg-grid-cv">
|
<div id="left-section" class="bg-grid-cv">
|
||||||
<LeftTopDecor Style="pointer-events: none;" />
|
<LeftTopDecor />
|
||||||
<BottomRightDecor Style="pointer-events: none;" />
|
<BottomRightDecor Style="pointer-events: none;" />
|
||||||
<div
|
<div
|
||||||
class="absolute rotate-12 width-[10cm] h-full right-[15cm]"
|
class="absolute rotate-12 width-[10cm] h-full right-[15cm]"
|
||||||
style="background-color: #bdd6ee"
|
style="background-color: #bdd6ee"
|
||||||
></div>
|
></div>
|
||||||
<div class="text-[var(--left-text-color)]">
|
<div class="text-[var(--left-text-color)] pointer-events-none">
|
||||||
<NameAndImage />
|
<div class="pointer-events-auto flex flex-col justify-center w-full items-center">
|
||||||
<ShortProfile />
|
<NameAndImage />
|
||||||
<CombinedContacts />
|
<div class="py-2"></div>
|
||||||
<LinkedInQR />
|
<ShortProfile />
|
||||||
|
<div class="py-2"></div>
|
||||||
|
<CombinedContacts />
|
||||||
|
<div class="py-2"></div>
|
||||||
|
<LinkedInQR />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="leftSectionSeperator"></div>
|
<div id="leftSectionSeperator"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue