🔨 Reorders projects

This commit is contained in:
Daniel Svitan 2025-05-01 11:54:28 +02:00
parent 763331f31c
commit e3fb3713cb

View File

@ -38,11 +38,19 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
background-color: #e8e8e8;
border-radius: 0.25rem;
}
ul {
li {
list-style-type: disc;
}
}
</style>
<Layout>
<div class="w-screen h-screen flex items-start justify-center my-10">
<div class="w-[50vw] border-solid border-black border-1 p-1">
<div class="w-screen h-full flex items-center justify-start flex-col">
<div class="w-1 h-10 shrink-0"/>
<div class="w-[50vw] border-solid border-black border-1 p-1 shrink-0">
<p>Note: this page has been kept simple in favor of accessibility</p>
<div class="h-4"/>
@ -74,8 +82,8 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<td>Data Scientist<br/>
Faculty of Electronics and Informatics, Slovak Technical University in Bratislava (FEI STU)
</td>
<td class="block">
<ul class="list-disc ml-2">
<td>
<ul>
<li>Contributed to the ECG disease detection neural network</li>
<li>Created data labeling system for the ECG quality classification neural network</li>
<li>Contributed to the ECG quality classification neural network</li>
@ -86,7 +94,8 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<li>Contributed to the Parkinson detection based on sleep patterns project</li>
</ul>
<p class="mt-2 flex items-center gap-x-1">
Reference: <Link link="https://ieeexplore.ieee.org/document/10844607" />
Reference:
<Link link="https://ieeexplore.ieee.org/document/10844607"/>
</p>
</td>
</tr>
@ -118,19 +127,6 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
</td>
</tr>
<tr>
<td>Adventná Výzva</td>
<td class="flex gap-x-2">
<Link link="https://github.com/7274-dev/AdventnaVyzva-React"/>
<Link link="https://github.com/7274-dev"/>
</td>
<td>An interactive game-like app for kids with an advent theme</td>
<td class="flex gap-x-1 text-sm">
<span class="hashtag">#web-dev</span>
<span class="hashtag">#react</span>
</td>
</tr>
<tr>
<td>Green School / Zelená Škola</td>
<td class="flex gap-x-2">
@ -144,6 +140,18 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
</td>
</tr>
<tr>
<td>Door alarm</td>
<td class="flex gap-x-2">
<Link link="https://gitea.svitan.dev/Streamer272/door-alarm"/>
</td>
<td>A home-made door alarm based on ultrasound sensor distance measurements (in development)</td>
<td class="flex gap-x-1 text-sm">
<span class="hashtag">#electronics</span>
<span class="hashtag">#rust</span>
</td>
</tr>
<tr>
<td>Automod</td>
<td class="flex gap-x-2">
@ -157,17 +165,31 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
</tr>
<tr>
<td>Door alarm</td>
<td>Adventná Výzva</td>
<td class="flex gap-x-2">
<Link link="https://gitea.svitan.dev/Streamer272/door-alarm"/>
<Link link="https://github.com/7274-dev/AdventnaVyzva-React"/>
<Link link="https://github.com/7274-dev"/>
</td>
<td>A home-made door alarm based on ultrasound sensor distance measurements (in development)</td>
<td>An interactive game-like app for kids with an advent theme</td>
<td class="flex gap-x-1 text-sm">
<span class="hashtag">#electronics</span>
<span class="hashtag">#rust</span>
<span class="hashtag">#web-dev</span>
<span class="hashtag">#react</span>
</td>
</tr>
<tr>
<td>Free Fall Sim</td>
<td class="flex gap-x-2">
<Link link="https://gitea.svitan.dev/Streamer272/free-fall-sim"/>
</td>
<td>A very, very simple free fall simulation</td>
<td class="flex gap-x-1 text-sm">
<span class="hashtag">#rust</span>
<span class="hashtag">#physics</span>
</td>
</tr>
<tr>
<td>What's my acronym in Assembly</td>
<td class="flex gap-x-2">
@ -199,7 +221,15 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<div class="h-6"/>
<p class="text-lg">Skills:</p>
<ul class="ml-4">
<li>Languages: Slovak (native), Czech (Native), English (C1), German (B1)</li>
<li>Frontend: HTML, CSS/SCSS, JavaScript/TypeScript, TailWindCSS, React, Vue, Nuxt</li>
<li>Backend: Ktor (Kotlin), Fiber (Go), Echo (Go), FastAPI (Python), NestJS (TypeScript)</li>
<li>Database: MySQL, PostgreSQL, Redis/Valkey, Firestore, MongoDB</li>
<li>Sysadmin: Docker, Caddy, ZFS</li>
</ul>
</div>
<div class="w-1 h-10 shrink-0"/>
</div>
</Layout>