feat: add corley and aws certification
Some checks failed
Build Site Develop / Build-Site (push) Failing after 5m41s
Build Site Main / Build-Site (push) Successful in 1m44s

This commit is contained in:
Gianmarco
2025-06-20 23:32:28 +02:00
parent 9dd9940e55
commit 521797dd12
9 changed files with 103 additions and 35 deletions

View File

@@ -79,11 +79,11 @@
{/each}
</div>
<div>
{#if job.tecnologies.length != 0}
{#if job.technologies.length != 0}
Tech:
{/if}
{#each job.tecnologies as tecnology, index}
{tecnology}{index != job.tecnologies.length - 1 ? ', ' : ''}
{#each job.technologies as tecnology, index}
{tecnology}{index != job.technologies.length - 1 ? ', ' : ''}
{/each}
</div>
</div>