✨ Adds rest of main text
This commit is contained in:
@@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
<h1 class="text-xl">
|
<h1 class="text-xl">
|
||||||
{{ $t("main.intro.0") }}
|
{{ $t("main.intro.0") }}
|
||||||
<span class="font-bold">{{ $t("main.intro.1") }}</span> ({{ $t("main.intro.2") }}),
|
<span class="font-bold">{{ $t("main.intro.1") }}</span> ({{
|
||||||
{{ $t("main.intro.3") }} {{ years }}{{ $t("main.intro.4") }}
|
$t("main.intro.2")
|
||||||
|
}}), {{ $t("main.intro.3") }} {{ years
|
||||||
|
}}{{ $t("main.intro.4") }}
|
||||||
</h1>
|
</h1>
|
||||||
<p>{{ $t("main.residence") }}</p>
|
<p>{{ $t("main.residence") }}</p>
|
||||||
<a href="/cv1.pdf" target="_blank" class="underline">
|
<a href="/cv1.pdf" target="_blank" class="underline">
|
||||||
@@ -114,10 +116,329 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="h-6" />
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<h2 class="text-lg">{{ $t("main.experience.title") }}</h2>
|
||||||
|
<table class="w-full">
|
||||||
|
<tr>
|
||||||
|
<th class="max-w-48">
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.experience.header.when") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.experience.header.occupation") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.experience.0.when") }}</td>
|
||||||
|
<td>
|
||||||
|
{{ $t("main.experience.0.occupation") }}<br />
|
||||||
|
{{ $t("main.experience.0.occupation.details") }}
|
||||||
|
|
||||||
|
<ul class="list-disc mt-2">
|
||||||
|
<li>{{ $t("main.experience.0.details.0") }}</li>
|
||||||
|
<li>{{ $t("main.experience.0.details.1") }}</li>
|
||||||
|
<li>{{ $t("main.experience.0.details.2") }}</li>
|
||||||
|
<li>{{ $t("main.experience.0.details.3") }}</li>
|
||||||
|
</ul>
|
||||||
|
<p class="mt-2 flex items-center gap-x-1">
|
||||||
|
{{ $t("main.experience.publications") }}
|
||||||
|
<ArrowLink
|
||||||
|
link="https://ieeexplore.ieee.org/document/10844607"
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<h2 class="text-lg">{{ $t("main.education.title") }}</h2>
|
||||||
|
<table class="w-full">
|
||||||
|
<tr>
|
||||||
|
<th class="max-w-48">
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.education.header.when") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.education.header.where") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.education.0.when") }}</td>
|
||||||
|
<td>{{ $t("main.education.0.where") }}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.education.1.when") }}</td>
|
||||||
|
<td>{{ $t("main.education.1.where") }}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.education.2.when") }}</td>
|
||||||
|
<td>{{ $t("main.education.2.where") }}</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<h2 class="text-lg">{{ $t("main.skills.title") }}</h2>
|
||||||
|
<ul class="ml-4">
|
||||||
|
<li>{{ $t("main.skills.languages") }}</li>
|
||||||
|
<li>{{ $t("main.skills.data-science") }}</li>
|
||||||
|
<li>{{ $t("main.skills.sysadmin") }}</li>
|
||||||
|
<li>{{ $t("main.skills.frontend") }}</li>
|
||||||
|
<li>{{ $t("main.skills.backend") }}</li>
|
||||||
|
<li>{{ $t("main.skills.database") }}</li>
|
||||||
|
<li>{{ $t("main.skills.math") }}</li>
|
||||||
|
<li>{{ $t("main.skills.other") }}</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p class="mt-1">{{ $t("main.skills.0") }}</p>
|
||||||
|
<p>{{ $t("main.skills.1") }}</p>
|
||||||
|
<p>{{ $t("main.skills.2") }}</p>
|
||||||
|
<p>{{ $t("main.skills.3") }}</p>
|
||||||
|
<p>{{ $t("main.skills.4") }}</p>
|
||||||
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<h2 class="text-lg">{{ $t("main.projects.title") }}</h2>
|
||||||
|
<table class="w-full">
|
||||||
|
<tr>
|
||||||
|
<th class="max-w-60">
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.projects.header.name") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
<th class="max-w-28">
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.projects.header.reference") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.projects.header.description") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
<th class="max-w-32">
|
||||||
|
<p class="px-1">
|
||||||
|
{{ $t("main.projects.header.tags") }}
|
||||||
|
</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.0.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://gitea.svitan.dev/Streamer272/soc-2024"
|
||||||
|
/>
|
||||||
|
<ArrowLink
|
||||||
|
link="https://github.com/Streamer272/soc-2024"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.0.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.0.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.0.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.1.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://gitea.svitan.dev/Streamer272/state-soc-cross"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.1.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.1.tags.0") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.2.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://gitea.svitan.dev/Streamer272/door-alarm"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.2.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.2.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.2.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.3.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://github.com/Streamer272/green-school"
|
||||||
|
/>
|
||||||
|
<ArrowLink link="https://zelena.svr.sk/" />
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.3.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.3.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.3.tags.1") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.3.tags.2") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.4.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://github.com/Streamer272/automod"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.4.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.4.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.4.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.5.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://gitea.svitan.dev/Streamer272/pwetty"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.5.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.5.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.5.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.6.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://gitea.svitan.dev/Streamer272/keys"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.6.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.6.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.6.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>{{ $t("main.projects.7.name") }}</td>
|
||||||
|
<td class="flex gap-x-2">
|
||||||
|
<ArrowLink
|
||||||
|
link="https://github.com/7274-dev/AdventnaVyzva-React"
|
||||||
|
/>
|
||||||
|
<ArrowLink link="https://github.com/7274-dev" />
|
||||||
|
</td>
|
||||||
|
<td>{{ $t("main.projects.7.description") }}</td>
|
||||||
|
<td class="flex gap-1 flex-wrap text-sm">
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.7.tags.0") }}
|
||||||
|
</span>
|
||||||
|
<span class="hashtag">
|
||||||
|
{{ $t("main.projects.7.tags.1") }}
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p class="mt-1">{{ $t("main.projects.footer") }}</p>
|
||||||
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<h2 class="text-lg">{{ $t("main.interests.title") }}</h2>
|
||||||
|
<p>{{ $t("main.interests.0") }}</p>
|
||||||
|
<p>{{ $t("main.interests.1") }}</p>
|
||||||
|
<p>{{ $t("main.interests.2") }}</p>
|
||||||
|
<p>{{ $t("main.interests.3") }}</p>
|
||||||
|
<div class="h-6" />
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{{ $t("main.note.source.0") }}
|
||||||
|
<a
|
||||||
|
href="https://gitea.svitan.dev/Streamer272/svitan.dev"
|
||||||
|
target="_blank"
|
||||||
|
class="underline"
|
||||||
|
>
|
||||||
|
{{ $t("main.note.source.1") }}
|
||||||
|
</a>
|
||||||
|
{{ $t("main.note.source.2") }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="w-1 h-10 shrink-0" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.flex {
|
||||||
|
padding: 0.25rem 0 0.5rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: left;
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 1.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:last-of-type {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hashtag {
|
||||||
|
padding: 0 0.2rem;
|
||||||
|
background-color: #e8e8e8;
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
const { locales, setLocale } = useI18n();
|
const { locales, setLocale } = useI18n();
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"main.experience.title": "Erfahrung:",
|
"main.experience.title": "Erfahrung:",
|
||||||
"main.experience.header.when": "Wann",
|
"main.experience.header.when": "Wann",
|
||||||
"main.experience.header.occupation": "Beruf und Details",
|
"main.experience.header.occupation": "Beruf und Details",
|
||||||
"main.experience.0.when": "Juli 2024 – heute",
|
"main.experience.0.when": "Juli 2024 – Dezember 2025",
|
||||||
"main.experience.0.occupation": "Datenwissenschaftler",
|
"main.experience.0.occupation": "Datenwissenschaftler",
|
||||||
"main.experience.0.occupation.details": "Fakultät für Elektronik und Informatik, Slowakische Technische Universität in Bratislava (FEI STU)",
|
"main.experience.0.occupation.details": "Fakultät für Elektronik und Informatik, Slowakische Technische Universität in Bratislava (FEI STU)",
|
||||||
"main.experience.0.details.0": "Erstellung eines Datenbeschriftungssystems für das neuronale Netzwerk zur EKG-Qualitätsklassifizierung",
|
"main.experience.0.details.0": "Erstellung eines Datenbeschriftungssystems für das neuronale Netzwerk zur EKG-Qualitätsklassifizierung",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"main.experience.title": "Experience:",
|
"main.experience.title": "Experience:",
|
||||||
"main.experience.header.when": "When",
|
"main.experience.header.when": "When",
|
||||||
"main.experience.header.occupation": "Occupation and details",
|
"main.experience.header.occupation": "Occupation and details",
|
||||||
"main.experience.0.when": "July, 2024 - present",
|
"main.experience.0.when": "July 2024 - December 2025",
|
||||||
"main.experience.0.occupation": "Data scientist",
|
"main.experience.0.occupation": "Data scientist",
|
||||||
"main.experience.0.occupation.details": "Faculty of Electronics and Informatics, Slovak Technical University in Bratislava (FEI STU)",
|
"main.experience.0.occupation.details": "Faculty of Electronics and Informatics, Slovak Technical University in Bratislava (FEI STU)",
|
||||||
"main.experience.0.details.0": "Created data labeling system for the ECG quality classification neural network",
|
"main.experience.0.details.0": "Created data labeling system for the ECG quality classification neural network",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"main.experience.title": "Skúsenosti:",
|
"main.experience.title": "Skúsenosti:",
|
||||||
"main.experience.header.when": "Kedy",
|
"main.experience.header.when": "Kedy",
|
||||||
"main.experience.header.occupation": "Povolanie a podrobnosti",
|
"main.experience.header.occupation": "Povolanie a podrobnosti",
|
||||||
"main.experience.0.when": "Júl 2024 – súčasnosť",
|
"main.experience.0.when": "Júl 2024 – December 2025",
|
||||||
"main.experience.0.occupation": "Dátový vedec",
|
"main.experience.0.occupation": "Dátový vedec",
|
||||||
"main.experience.0.occupation.details": "Fakulta elektrotechniky a informatiky, Slovenská technická univerzita v Bratislave (FEI STU)",
|
"main.experience.0.occupation.details": "Fakulta elektrotechniky a informatiky, Slovenská technická univerzita v Bratislave (FEI STU)",
|
||||||
"main.experience.0.details.0": "Vytvoril systém označovania údajov pre neurónovú sieť klasifikácie kvality EKG",
|
"main.experience.0.details.0": "Vytvoril systém označovania údajov pre neurónovú sieť klasifikácie kvality EKG",
|
||||||
|
|||||||
Reference in New Issue
Block a user