AI chat widget

This commit is contained in:
HugeFrog24
2026-02-13 23:10:13 +01:00
parent 4d37e8be9a
commit c39800a021
237 changed files with 14203 additions and 6047 deletions

View File

@@ -0,0 +1,22 @@
{
"de": {
"name": "Alice",
"description": "Eine digitale Künstlerin und Illustratorin, die fantastische Welten zum Leben erweckt. Ich lasse mich von Märchen, Natur und dem Surrealen inspirieren. Meine Arbeit verbindet lebhafte Farben mit traumhaften Kompositionen — jedes Stück ist ein Tor in eine andere Realität."
},
"es": {
"name": "Alice",
"description": "Una artista digital e ilustradora que da vida a mundos fantásticos. Me inspiro en los cuentos de hadas, la naturaleza y lo surreal. Mi trabajo combina colores vivos con composiciones oníricas — cada pieza es una puerta a otra realidad."
},
"ka": {
"name": "ალისი",
"description": "ციფრული მხატვარი და ილუსტრატორი, რომელიც ფანტასტიკურ სამყაროებს აცოცხლებს. ზღაპრები, ბუნება და სიურეალიზმი შთამაგონებს. ჩემი ნამუშევრები ცოცხალ ფერებსა და ოცნებისებურ კომპოზიციებს აერთიანებს — ყოველი ნამუშევარი სხვა რეალობაში შესასვლელია."
},
"ru": {
"name": "Алиса",
"description": "Цифровой художник и иллюстратор, оживляющая фантастические миры. Я черпаю вдохновение из сказок, природы и сюрреализма. Моя работа сочетает яркие цвета с мечтательными композициями — каждое произведение — это дверь в другую реальность."
},
"tr": {
"name": "Alice",
"description": "Fantastik dünyaları hayata geçiren dijital bir sanatçı ve illüstratör. Peri masallarından, doğadan ve gerçeküstünden ilham alıyorum. Çalışmalarım canlı renkleri rüya gibi kompozisyonlarla birleştiriyor — her parça başka bir gerçekliğe açılan bir kapı."
}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Alice",
"description": "A digital artist and illustrator who brings fantastical worlds to life. I draw inspiration from fairy tales, nature, and the surreal. My work blends vivid colors with dreamlike compositions — each piece is a doorway into another reality.",
"defaultLanguage": "en"
}

View File

@@ -0,0 +1,54 @@
{
"categorySections": [
{
"id": "paintings",
"artworks": [
{
"id": "p1",
"imageUrl": "#6A5ACD",
"category": "paintings",
"mediumKey": "digitalPainting",
"dimensions": "3000 x 4000 px",
"year": 2025
},
{
"id": "p2",
"imageUrl": "#20B2AA",
"category": "paintings",
"mediumKey": "watercolorOnPaper",
"dimensions": "18\" x 24\"",
"year": 2025
},
{
"id": "p3",
"imageUrl": "#FF6347",
"category": "paintings",
"mediumKey": "digitalPainting",
"dimensions": "4000 x 3000 px",
"year": 2024
}
]
},
{
"id": "origami",
"artworks": [
{
"id": "o1",
"imageUrl": "#DA70D6",
"category": "origami",
"mediumKey": "watercolorOnPaper",
"dimensions": "12\" x 16\"",
"year": 2025
},
{
"id": "o2",
"imageUrl": "#3CB371",
"category": "origami",
"mediumKey": "inkOnPaper",
"dimensions": "9\" x 12\"",
"year": 2024
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"enabled": false,
"recipient": "",
"message": "",
"dismissible": true,
"ariaLabel": ""
}

View File

@@ -0,0 +1,11 @@
{
"siteKeywords": [
"art gallery",
"digital art",
"illustration",
"fantasy art",
"watercolor",
"surreal",
"prints"
]
}