refactor(content): fix reference issue (#271)

* change reference section name

* fix links to projects

---------

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
mahula 2025-03-17 23:19:31 +01:00 committed by GitHub
parent 543741cde5
commit 4b4448d9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,21 +138,21 @@ layout: BlankLayout
</div>
</ContentSection>
<ContentSection id="referenzen" title="Referenzen">
<ContentSection id="projekte" title="Projekte">
<div class="grid md:grid-cols-2 gap-8">
<ProjectCard
title="Ocelot.Social"
description="Ocelot.social ist eine Open-Source Alternative für soziale Netzwerke wie Facebook, Instagram oder TikTok"
image="./images/projects/ocelot-newsfeed.png"
:tags="['Social Media']"
href="/projekte/ocelot.social"
href="/projekte/ocelot.social.html"
/>
<ProjectCard
title="DreamMall.earth"
description="DreamMall.earth ist eine Video & Projekt Management Plattform,"
image="./images/projects/dreammall.png"
:tags="['Video-Konferenz', 'Projekt Management']"
href="/projekte/dreammall"
href="/projekte/dreammall.html"
/>
</div>
</ContentSection>