slight cv polish
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
This commit is contained in:
parent
5e18654184
commit
e1e705c9b5
1 changed files with 15 additions and 2 deletions
|
|
@ -2,11 +2,12 @@
|
||||||
const baseClass =
|
const baseClass =
|
||||||
"h-56 w-full bg-slate-400 flex text-white font-bold text-2xl";
|
"h-56 w-full bg-slate-400 flex text-white font-bold text-2xl";
|
||||||
import * as m from "$paraglide/messages";
|
import * as m from "$paraglide/messages";
|
||||||
|
import Expand from "@lucide/svelte/icons/expand";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="relative w-full flex justify-between">
|
<div class="relative w-full flex justify-between">
|
||||||
<div class="col-l w-full relative h-full flex flex-col gap-2 p-8">
|
<div class="col-l w-full relative h-full flex flex-col gap-2 p-8">
|
||||||
<div class="text-2xl p-4">{m["zhen.cv.page2.title"]()}</div>
|
<div class="text-2xl py-4">{m["zhen.cv.page2.title"]()}</div>
|
||||||
<div class={baseClass}>
|
<div class={baseClass}>
|
||||||
<div class="w-full flex flex-col pr-[7cm]">
|
<div class="w-full flex flex-col pr-[7cm]">
|
||||||
<div class="w-full text-[#121212] bg-[#f1f1f1] px-2">
|
<div class="w-full text-[#121212] bg-[#f1f1f1] px-2">
|
||||||
|
|
@ -22,10 +23,22 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="absolute left-0 bottom-0">
|
||||||
|
<div class="m-2 rounded bg-white/32 backdrop-blur">
|
||||||
|
<a
|
||||||
|
href="https://deprived.dev/assets/website/zhen/cv/fossflow-kubernetes.png"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<div class="p-1">
|
||||||
|
<Expand />
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
class="absolute kube-split bg-white/32 backdrop-blur left-0 right-0 flex flex-col h-full"
|
class="absolute kube-split bg-white/32 backdrop-blur left-0 right-0 flex flex-col h-full"
|
||||||
>
|
>
|
||||||
<div class="pl-[250px] h-full w-full">
|
<div class="pl-[245px] h-full w-full">
|
||||||
{#if true}
|
{#if true}
|
||||||
{@const rotation = "15deg"}
|
{@const rotation = "15deg"}
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue