mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
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:
parent
543741cde5
commit
4b4448d9fe
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user