🐛 Fixes html table

This commit is contained in:
2026-01-15 14:03:43 +01:00
parent 30c9bd8702
commit 03a7f0a354

View File

@@ -119,71 +119,79 @@
<h2 class="text-lg">{{ $t("main.experience.title") }}</h2> <h2 class="text-lg">{{ $t("main.experience.title") }}</h2>
<table class="w-full"> <table class="w-full">
<tr> <thead>
<th class="max-w-48"> <tr>
<p class="px-1"> <th class="max-w-48">
{{ $t("main.experience.header.when") }} <p class="px-1">
</p> {{ $t("main.experience.header.when") }}
</th> </p>
<th> </th>
<p class="px-1"> <th>
{{ $t("main.experience.header.occupation") }} <p class="px-1">
</p> {{ $t("main.experience.header.occupation") }}
</th> </p>
</tr> </th>
</tr>
</thead>
<tr> <tbody>
<td>{{ $t("main.experience.0.when") }}</td> <tr>
<td> <td>{{ $t("main.experience.0.when") }}</td>
{{ $t("main.experience.0.occupation") }}<br /> <td>
{{ $t("main.experience.0.occupation.details") }} {{ $t("main.experience.0.occupation") }}<br />
{{ $t("main.experience.0.occupation.details") }}
<ul class="list-disc mt-2"> <ul class="list-disc mt-2">
<li>{{ $t("main.experience.0.details.0") }}</li> <li>{{ $t("main.experience.0.details.0") }}</li>
<li>{{ $t("main.experience.0.details.1") }}</li> <li>{{ $t("main.experience.0.details.1") }}</li>
<li>{{ $t("main.experience.0.details.2") }}</li> <li>{{ $t("main.experience.0.details.2") }}</li>
<li>{{ $t("main.experience.0.details.3") }}</li> <li>{{ $t("main.experience.0.details.3") }}</li>
</ul> </ul>
<p class="mt-2 flex items-center gap-x-1"> <p class="mt-2 flex items-center gap-x-1">
{{ $t("main.experience.publications") }} {{ $t("main.experience.publications") }}
<ArrowLink <ArrowLink
link="https://ieeexplore.ieee.org/document/10844607" link="https://ieeexplore.ieee.org/document/10844607"
/> />
</p> </p>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
<div class="h-6" /> <div class="h-6" />
<h2 class="text-lg">{{ $t("main.education.title") }}</h2> <h2 class="text-lg">{{ $t("main.education.title") }}</h2>
<table class="w-full"> <table class="w-full">
<tr> <thead>
<th class="max-w-48"> <tr>
<p class="px-1"> <th class="max-w-48">
{{ $t("main.education.header.when") }} <p class="px-1">
</p> {{ $t("main.education.header.when") }}
</th> </p>
<th> </th>
<p class="px-1"> <th>
{{ $t("main.education.header.where") }} <p class="px-1">
</p> {{ $t("main.education.header.where") }}
</th> </p>
</tr> </th>
</tr>
</thead>
<tr> <tbody>
<td>{{ $t("main.education.0.when") }}</td> <tr>
<td>{{ $t("main.education.0.where") }}</td> <td>{{ $t("main.education.0.when") }}</td>
</tr> <td>{{ $t("main.education.0.where") }}</td>
</tr>
<tr> <tr>
<td>{{ $t("main.education.1.when") }}</td> <td>{{ $t("main.education.1.when") }}</td>
<td>{{ $t("main.education.1.where") }}</td> <td>{{ $t("main.education.1.where") }}</td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.education.2.when") }}</td> <td>{{ $t("main.education.2.when") }}</td>
<td>{{ $t("main.education.2.where") }}</td> <td>{{ $t("main.education.2.where") }}</td>
</tr> </tr>
</tbody>
</table> </table>
<div class="h-6" /> <div class="h-6" />
@@ -208,177 +216,181 @@
<h2 class="text-lg">{{ $t("main.projects.title") }}</h2> <h2 class="text-lg">{{ $t("main.projects.title") }}</h2>
<table class="w-full"> <table class="w-full">
<tr> <thead>
<th class="max-w-60"> <tr>
<p class="px-1"> <th class="max-w-60">
{{ $t("main.projects.header.name") }} <p class="px-1">
</p> {{ $t("main.projects.header.name") }}
</th> </p>
<th class="max-w-28"> </th>
<p class="px-1"> <th class="max-w-28">
{{ $t("main.projects.header.reference") }} <p class="px-1">
</p> {{ $t("main.projects.header.reference") }}
</th> </p>
<th> </th>
<p class="px-1"> <th>
{{ $t("main.projects.header.description") }} <p class="px-1">
</p> {{ $t("main.projects.header.description") }}
</th> </p>
<th class="max-w-32"> </th>
<p class="px-1"> <th class="max-w-32">
{{ $t("main.projects.header.tags") }} <p class="px-1">
</p> {{ $t("main.projects.header.tags") }}
</th> </p>
</tr> </th>
</tr>
</thead>
<tr> <tbody>
<td>{{ $t("main.projects.0.name") }}</td> <tr>
<td class="flex gap-x-2"> <td>{{ $t("main.projects.0.name") }}</td>
<ArrowLink <td class="flex gap-x-2">
link="https://gitea.svitan.dev/Streamer272/soc-2024" <ArrowLink
/> link="https://gitea.svitan.dev/Streamer272/soc-2024"
<ArrowLink />
link="https://github.com/Streamer272/soc-2024" <ArrowLink
/> link="https://github.com/Streamer272/soc-2024"
</td> />
<td>{{ $t("main.projects.0.description") }}</td> </td>
<td class="flex gap-1 flex-wrap text-sm"> <td>{{ $t("main.projects.0.description") }}</td>
<span class="hashtag"> <td class="flex gap-1 flex-wrap text-sm">
{{ $t("main.projects.0.tags.0") }} <span class="hashtag">
</span> {{ $t("main.projects.0.tags.0") }}
<span class="hashtag"> </span>
{{ $t("main.projects.0.tags.1") }} <span class="hashtag">
</span> {{ $t("main.projects.0.tags.1") }}
</td> </span>
</tr> </td>
</tr>
<tr> <tr>
<td>{{ $t("main.projects.1.name") }}</td> <td>{{ $t("main.projects.1.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://gitea.svitan.dev/Streamer272/state-soc-cross" link="https://gitea.svitan.dev/Streamer272/state-soc-cross"
/> />
</td> </td>
<td>{{ $t("main.projects.1.description") }}</td> <td>{{ $t("main.projects.1.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.1.tags.0") }} {{ $t("main.projects.1.tags.0") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.2.name") }}</td> <td>{{ $t("main.projects.2.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://gitea.svitan.dev/Streamer272/door-alarm" link="https://gitea.svitan.dev/Streamer272/door-alarm"
/> />
</td> </td>
<td>{{ $t("main.projects.2.description") }}</td> <td>{{ $t("main.projects.2.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.2.tags.0") }} {{ $t("main.projects.2.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.2.tags.1") }} {{ $t("main.projects.2.tags.1") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.3.name") }}</td> <td>{{ $t("main.projects.3.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://github.com/Streamer272/green-school" link="https://github.com/Streamer272/green-school"
/> />
<ArrowLink link="https://zelena.svr.sk/" /> <ArrowLink link="https://zelena.svr.sk/" />
</td> </td>
<td>{{ $t("main.projects.3.description") }}</td> <td>{{ $t("main.projects.3.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.3.tags.0") }} {{ $t("main.projects.3.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.3.tags.1") }} {{ $t("main.projects.3.tags.1") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.3.tags.2") }} {{ $t("main.projects.3.tags.2") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.4.name") }}</td> <td>{{ $t("main.projects.4.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://github.com/Streamer272/automod" link="https://github.com/Streamer272/automod"
/> />
</td> </td>
<td>{{ $t("main.projects.4.description") }}</td> <td>{{ $t("main.projects.4.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.4.tags.0") }} {{ $t("main.projects.4.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.4.tags.1") }} {{ $t("main.projects.4.tags.1") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.5.name") }}</td> <td>{{ $t("main.projects.5.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://gitea.svitan.dev/Streamer272/pwetty" link="https://gitea.svitan.dev/Streamer272/pwetty"
/> />
</td> </td>
<td>{{ $t("main.projects.5.description") }}</td> <td>{{ $t("main.projects.5.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.5.tags.0") }} {{ $t("main.projects.5.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.5.tags.1") }} {{ $t("main.projects.5.tags.1") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.6.name") }}</td> <td>{{ $t("main.projects.6.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://gitea.svitan.dev/Streamer272/keys" link="https://gitea.svitan.dev/Streamer272/keys"
/> />
</td> </td>
<td>{{ $t("main.projects.6.description") }}</td> <td>{{ $t("main.projects.6.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.6.tags.0") }} {{ $t("main.projects.6.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.6.tags.1") }} {{ $t("main.projects.6.tags.1") }}
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{{ $t("main.projects.7.name") }}</td> <td>{{ $t("main.projects.7.name") }}</td>
<td class="flex gap-x-2"> <td class="flex gap-x-2">
<ArrowLink <ArrowLink
link="https://github.com/7274-dev/AdventnaVyzva-React" link="https://github.com/7274-dev/AdventnaVyzva-React"
/> />
<ArrowLink link="https://github.com/7274-dev" /> <ArrowLink link="https://github.com/7274-dev" />
</td> </td>
<td>{{ $t("main.projects.7.description") }}</td> <td>{{ $t("main.projects.7.description") }}</td>
<td class="flex gap-1 flex-wrap text-sm"> <td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.7.tags.0") }} {{ $t("main.projects.7.tags.0") }}
</span> </span>
<span class="hashtag"> <span class="hashtag">
{{ $t("main.projects.7.tags.1") }} {{ $t("main.projects.7.tags.1") }}
</span> </span>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
<p class="mt-1">{{ $t("main.projects.footer") }}</p> <p class="mt-1">{{ $t("main.projects.footer") }}</p>