Skip to content

Commit 1de8bd5

Browse files
committed
feat: add references
1 parent 569ee34 commit 1de8bd5

File tree

11 files changed

+88
-14
lines changed

11 files changed

+88
-14
lines changed

src/content.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const referenceProjectsCollection = defineCollection({
6767
z.object({
6868
softwareName: z.string(),
6969
title: z.string(),
70+
summary: z.string(),
7071
logo: image(),
7172
path: z.string().url().optional(),
7273
}),

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
softwareName: Zertifizierungstool
33
title: Unbeaufsichtigtes Online-Zertifizierungstool für eine internationale Organisation
44
logo: ./certification.svg
5+
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.
56
---
67

7-
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.
8+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
softwareName: Certification Tool
33
title: Unattended online certification tool for an international organization
44
logo: ./certification.svg
5+
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.
56
---
67

7-
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.
8+

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
softwareName: Timelet
33
title: Minimales Open-Source Zeiterfassungstool
44
logo: ./timelet.svg
5+
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.
56
---
6-
7-
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.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
softwareName: Timelet
33
title: Minimal opensource time tracking tool
44
logo: ./timelet.svg
5+
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.
56
---
6-
7-
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.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
softwareName: ViaLibera
33
title: Mobiles Protokollmanagement-Tool für eine Regierungsorganisation
44
logo: ./vialibera.svg
5+
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.
56
---
6-
7-
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.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
softwareName: ViaLibera
33
title: Mobile protocol management tool for a government organization
44
logo: ./vialibera.svg
5+
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.
56
---
6-
7-
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import ReferencesSection from "../../../layouts/sections/ReferencesSection.astro";
22

33
<ReferencesSection>
4-
Hallo
4+
<h2 slot="title">Wer uns vertraut</h2>
55
</ReferencesSection>

src/content/sections/de/Services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Sprite from '../../../components/Sprite.astro';
77

88
<ServicesSection>
99

10-
<h2>What we offer</h2>
10+
<h2>Was wir anbieten</h2>
1111

1212
<Tabs>
1313
<TabsList>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import ReferencesSection from "../../../layouts/sections/ReferencesSection.astro";
22

33
<ReferencesSection>
4-
Hello
4+
<h2 slot="title">Who trusts us</h2>
55
</ReferencesSection>

0 commit comments

Comments
 (0)