added some missing redaction text
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
This commit is contained in:
parent
7524eb3fe5
commit
7d147f290f
2 changed files with 11 additions and 8 deletions
|
|
@ -19,11 +19,11 @@
|
||||||
<IconAndText2
|
<IconAndText2
|
||||||
logo={$re?.education[0].imageId.replace("[PB]", env.POCKETBASE_URL) ?? ""}
|
logo={$re?.education[0].imageId.replace("[PB]", env.POCKETBASE_URL) ?? ""}
|
||||||
>
|
>
|
||||||
<b>{$re?.education[0].name ?? ""}</b><br />
|
<b>{$re?.education[0].name ?? "University 🤮"}</b><br />
|
||||||
<p style="font-size: 0.5rem;">AI and data</p>
|
<p style="font-size: 0.5rem;">AI and data</p>
|
||||||
</IconAndText2>
|
</IconAndText2>
|
||||||
<IconAndText2 logo={$re?.education[1].imageId ?? ""}>
|
<IconAndText2 logo={$re?.education[1].imageId ?? ""}>
|
||||||
<b>{$re?.education[0].name ?? ""}</b><br />
|
<b>{$re?.education[0].name ?? "High School 🤮"}</b><br />
|
||||||
<p style="font-size: 0.5rem;">Computer science</p>
|
<p style="font-size: 0.5rem;">Computer science</p>
|
||||||
</IconAndText2>
|
</IconAndText2>
|
||||||
<IconAndText2 logo={SasLogo}>
|
<IconAndText2 logo={SasLogo}>
|
||||||
|
|
@ -31,7 +31,9 @@
|
||||||
<p style="font-size: 0.5rem;">SAS Programming</p>
|
<p style="font-size: 0.5rem;">SAS Programming</p>
|
||||||
</IconAndText2>
|
</IconAndText2>
|
||||||
<IconAndText2 logo={$re?.education[2].imageId ?? ""}>
|
<IconAndText2 logo={$re?.education[2].imageId ?? ""}>
|
||||||
<span class="font-semibold">{$re?.education[2].name ?? ""}</span><br />
|
<span class="font-semibold"
|
||||||
|
>{$re?.education[2].name ?? "Paid vecation/certificate"}</span
|
||||||
|
><br />
|
||||||
<p style="font-size: 0.5rem;">VR development</p>
|
<p style="font-size: 0.5rem;">VR development</p>
|
||||||
</IconAndText2>
|
</IconAndText2>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -11,35 +11,36 @@
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<IconAndText logo={$re?.experience[0].imageId ?? ""}>
|
<IconAndText logo={$re?.experience[0].imageId ?? ""}>
|
||||||
<b>Full-stack</b><br />
|
<b>Full-stack</b><br />
|
||||||
{$re?.experience[0].name}<br />
|
{$re?.experience[0].name ?? "[REDACTED] Deprived devs"}<br />
|
||||||
<i>Feb 2025 - Now</i>
|
<i>Feb 2025 - Now</i>
|
||||||
</IconAndText>
|
</IconAndText>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<IconAndText logo={$re?.experience[1].imageId ?? ""}>
|
<IconAndText logo={$re?.experience[1].imageId ?? ""}>
|
||||||
<b>Data annotator</b><br />
|
<b>Data annotator</b><br />
|
||||||
{$re?.experience[1].name}<br />
|
{$re?.experience[1].name ?? "Some AI company"}<br />
|
||||||
<i>Jul 2024 - Now</i>
|
<i>Jul 2024 - Now</i>
|
||||||
</IconAndText>
|
</IconAndText>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<IconAndText logo={$re?.experience[2].imageId ?? ""}>
|
<IconAndText logo={$re?.experience[2].imageId ?? ""}>
|
||||||
<b>3D printer manager</b> - Volunteer<br />
|
<b>3D printer manager</b> - Volunteer<br />
|
||||||
{$re?.experience[2].name}<br />
|
{$re?.experience[2].name ?? "Actually Volunteering"}<br />
|
||||||
<i>Nov 2023 - Now</i>
|
<i>Nov 2023 - Now</i>
|
||||||
</IconAndText>
|
</IconAndText>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<IconAndText logo={$re?.experience[3].imageId ?? ""}>
|
<IconAndText logo={$re?.experience[3].imageId ?? ""}>
|
||||||
<b>Machine Learning Engineer</b> - Short term intern<br />
|
<b>Machine Learning Engineer</b> - Short term intern<br />
|
||||||
{$re?.experience[3].name}<br />
|
{$re?.experience[3].name ?? "YKYK"}<br />
|
||||||
<i>Apr 2024 - Apr 2024</i>
|
<i>Apr 2024 - Apr 2024</i>
|
||||||
</IconAndText>
|
</IconAndText>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<IconAndText logo={$re?.experience[4].imageId ?? ""}>
|
<IconAndText logo={$re?.experience[4].imageId ?? ""}>
|
||||||
<b>Assistant</b> - Short term intern<br />
|
<b>Assistant</b> - Short term intern<br />
|
||||||
{$re?.experience[4].name}<br />
|
{$re?.experience[4].name ??
|
||||||
|
"Awesome VR place, but got rejected 2 times after"}<br />
|
||||||
<i>Oct 2020 - Oct 2020</i>
|
<i>Oct 2020 - Oct 2020</i>
|
||||||
</IconAndText>
|
</IconAndText>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue