slight cv update
This commit is contained in:
parent
31cf1587d2
commit
3a6148cf90
|
@ -1,51 +1,51 @@
|
||||||
<script>
|
<script>
|
||||||
import svelteLogo from "$lib/svelteLogos/svelte-logo-cutout.svg"
|
import svelteLogo from "$lib/svelteLogos/svelte-logo-cutout.svg"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div>
|
<div>
|
||||||
This CV was made using html, css and <a class="grid place-content-center" href="https://kit.svelte.dev/"><img src={svelteLogo} alt="SvelteKit logo"/></a>
|
This CV was made using html, css and <a class="grid place-content-center" href="https://kit.svelte.dev/"><img src={svelteLogo} alt="SvelteKit logo"/></a>
|
||||||
</div>
|
Sources:
|
||||||
<div>
|
<a href="https://gitea.deprived.dev/Sveskejuice/deprived-main-website/src/branch/dev/src/routes/zhen/cv/rev2/+page.svelte">CV source code</a>
|
||||||
Sources:
|
and
|
||||||
<a href="https://gitea.deprived.dev/Sveskejuice/deprived-main-website/src/branch/dev/src/routes/zhen/cv/rev2/+page.svelte">CV source code</a>
|
<a href="/zhen/cv/rev2?hideOnPrint=1">My Website</a>
|
||||||
and
|
</div>
|
||||||
<a href="https://dev.deprived.dev/zhen/cv/rev1?hideOnPrint=1">My Website</a>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
<style lang="scss">
|
||||||
|
.container {
|
||||||
<style lang="scss">
|
z-index: 1;
|
||||||
.container {
|
padding-left: 2mm;
|
||||||
z-index: 1;
|
|
||||||
padding-left: 2mm;
|
font-size: 0.75rem;
|
||||||
|
|
||||||
//white-space: nowrap;
|
//white-space: nowrap;
|
||||||
|
|
||||||
color: #777777;
|
color: #777777;
|
||||||
|
|
||||||
* a {
|
* a {
|
||||||
color: #3d6ddc;
|
color: #3d6ddc;
|
||||||
padding-left: 1mm;
|
padding-left: 1mm;
|
||||||
padding-right: 1mm;
|
padding-right: 1mm;
|
||||||
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div:first-child {
|
div:first-child {
|
||||||
display: flex;
|
display: flex;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
|
|
||||||
a:nth-child(1) > img {
|
a:nth-child(1) > img {
|
||||||
width: 5mm;
|
width: 5mm;
|
||||||
|
|
||||||
padding-left: 1mm;
|
padding-left: 1mm;
|
||||||
padding-right: 1mm;
|
padding-right: 1mm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div:nth-child(2){
|
div:nth-child(2){
|
||||||
padding-bottom: 2mm;
|
padding-bottom: 2mm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -5,7 +5,7 @@
|
||||||
</b>
|
</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
◾ "Artificial intelligence and data" student at DTU.
|
◾ "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.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<div>Open-source help</div>
|
<div>Open-source help</div>
|
||||||
<div>Have contributed in multiple Open-source project on github</div>
|
<div>Contributed in multiple Open-source projects on github</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<div>PCB designing</div>
|
<div>PCB designing</div>
|
||||||
|
|
Loading…
Reference in New Issue