From fe29af1ade901c26be15a58fd08d3021d0ea56e6 Mon Sep 17 00:00:00 2001
From: !Lixi! <101387561+Lixi002@users.noreply.github.com>
Date: Mon, 8 Jan 2024 18:20:45 +0100
Subject: [PATCH] lixi.json aktualisieren
---
domains/lixi.json | 51 ++++++++++++++++-------------------------------
1 file changed, 17 insertions(+), 34 deletions(-)
diff --git a/domains/lixi.json b/domains/lixi.json
index e38da74df..0dea837cd 100644
--- a/domains/lixi.json
+++ b/domains/lixi.json
@@ -1,35 +1,18 @@
-
-
-
-
-
- Lixi's AI Project
-
-
-
-
- Welcome to Lixi's AI Project
-
-
-
-
-
\ No newline at end of file
+// Displaying the information
+console.log("Hello, I'm Lixi " + developerInfo.name + ", a " + developerInfo.role + ".");
+console.log("I specialize in " + developerInfo.expertise.join(', ') + ".");
+console.log("Currently, I'm working on the project '" + developerInfo.project.name + "'.");
+console.log("Description: " + developerInfo.project.description);
+console.log("Technologies used: " + developerInfo.project.technologies.join(', '));
\ No newline at end of file