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

@@ -20,7 +20,7 @@
<div>
<h3>{school.title[currentLanguage]}</h3>
<p>{school.content[currentLanguage]}</p>
<p>{school.year.start} - {school.year.end}</p>
<p>{school.year.start} {#if school.year.end} - {school.year.end}{/if}</p>
</div>
</div>
{/each}