Skip to content

Commit 31e9800

Browse files
feat: add initial reference page content
1 parent 3087753 commit 31e9800

15 files changed

Lines changed: 142 additions & 133 deletions

File tree

src/content.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const referenceProjectsCollection = defineCollection({
7878
summary: z.string(),
7979
logo: image(),
8080
path: z.url().optional(),
81+
featured: z.boolean().optional().default(false),
8182
}),
8283
),
8384
});

src/content/pages/de/past/references.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ import { Image } from "astro:assets";
3939
<AccordionItem
4040
id="docportal"
4141
name="docportal"
42-
title="'name' - DocPortal"
42+
title="ZLI - DocPortal"
4343
variant="chevron"
4444
>
45-
Das DocPortal wurde für den "name" entwickelt und dient als Plattform zur Verwaltung von Daten sowie zur automatisierten Erstellung von PDF-Dokumenten.
45+
Das DocPortal wurde für den ZLI entwickelt und dient als Plattform zur Verwaltung von Daten sowie zur automatisierten Erstellung von PDF-Dokumenten.
4646
Zusätzlich unterstützt die Applikation digitale Signaturen, wodurch Dokumente vollständig papierlos verarbeitet und unterzeichnet werden können.
4747

4848
Mithilfe von konfigurierbaren Dokumentenvorlagen können die Dokumente von Jahr zu Jahr nach Anforderungen angepasst werden.

src/content/references/projects/certification.de.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ softwareName: Zertifizierungstool
33
title: Unbeaufsichtigtes Online-Zertifizierungstool für eine internationale Organisation
44
logo: ./certification.svg
55
summary: Mit diesem Tool können Sie Ihren Zertifizierungsprozess organisieren. Es ermöglicht Personen periodisch zur Zertifizierung einzuladen, es führt den Zertifizierungsprozess durch und übergibt Ihnen nach erfolgreicher Zertifizierung schön formatierte PDF-Dokumente.
6+
featured: true
67
---
7-
8-

src/content/references/projects/certification.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ softwareName: Certification Tool
33
title: Unattended online certification tool for an international organization
44
logo: ./certification.svg
55
summary: With this tool you can organize your certification process. It lets you invite people periodically to get certified, runs the certification process and hands you nicely designed PDF documents upon successful certification.
6+
featured: true
67
---
7-
8-

src/content/references/projects/timelet.de.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ softwareName: Timelet
33
title: Minimales Open-Source Zeiterfassungstool
44
logo: ./timelet.svg
55
summary: Dieses Produkt ist ein minimalistisches, einfach zu bedienendes Open-Source-Tool zur effizienten Zeiterfassung. Da es völlig kostenlos ist, bietet es jedem die Möglichkeit, sein Zeitmanagement professionell zu gestalten.
6+
featured: true
67
---

src/content/references/projects/timelet.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ softwareName: Timelet
33
title: Minimal opensource time tracking tool
44
logo: ./timelet.svg
55
summary: This product is a minimalist, easy-to-use, opensource tool to track time efficiently. By it being completely free to use it gives everyone the change to handle their time management professionally.
6+
featured: true
67
---

src/content/references/projects/vialibera.de.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ softwareName: ViaLibera
33
title: Mobiles Protokollmanagement-Tool für eine Regierungsorganisation
44
logo: ./vialibera.svg
55
summary: Es handelt sich um eine progressive Webanwendung, die offlinefähig ist. Nachdem das Gerät, auf dem die Anwendung läuft, wieder online ist, werden die Daten synchronisiert. Es hilft dabei, den Strassenzustand zu protokollieren und daraus Statistiken zu erstellen.
6+
featured: true
67
---

src/content/references/projects/vialibera.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ softwareName: ViaLibera
33
title: Mobile protocol management tool for a government organization
44
logo: ./vialibera.svg
55
summary: It's a progressive web application, which has offline capabilities. After the device which runs the application comes back online the data is synchronized. It helps you to log street condition and makes statistics out of it.
6+
featured: true
67
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import FeaturedSection from "../../../layouts/sections/FeaturedSection.astro";
2+
3+
<FeaturedSection>
4+
<h2 slot="title">Wer uns vertraut</h2>
5+
</FeaturedSection>

src/content/sections/de/References.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)