utopia-ui/src/pages/data.ts

130 lines
3.4 KiB
TypeScript

import { Item, Tag } from "utopia-ui/dist/types";
export const tags : Tag[] = [
{
"id": "423423423423",
"name": "Activism",
"color": "#6d398b"
},
{
"id": "4234423",
"name": "Art",
"color": "#fdc60b"
},
{
"id": "4231223423",
"name": "Community",
"color": "#FFA439"
},
{
"id": "429803423423",
"name": "Culture",
"color": "#f18e1c"
},
{
"id": "42423423",
"name": "Education",
"color": "#444e99"
},
{
"id": "4565654423",
"name": "Gardening",
"color": "#008e5b"
},
{
"id": "4234gfh423",
"name": "Healing",
"color": "#c4037d"
},
{
"id": "4223423",
"name": "Market",
"color": "#2a71b0"
},
{
"id": "42342gd3423",
"name": "Nature",
"color": "#8cbb26"
},
{
"id": "423123423",
"name": "Technology",
"color": "#0696bb"
}
]
export const events : Item[] = [
{
"id": "243253f3645643",
"name": "Vollmondtrommeln",
"text": "Zu den Vollmonden vom März bis Oktober treffen sich traditionell Menschen zum gemeinsamen Musizieren, Tanzen, Spielen, Grillen und Entspannen am Gerloser Häuschen im Niesiger Wald.\r\n\r\nUhrzeit: immer ab 17 Uhr\r\n\r\nhttps://trommeln-fulda.de/vollmondtrommeln/",
"position": {
"type": "Point",
"coordinates": [
9.667615,
50.588632
]
},
"start": "2022-03-18T12:00:00",
"end": "2022-10-08T12:00:00",
}, {
"id": "fsdfsdfsdfsdfdse",
"name": "anderes Event",
"text": "Zu den Vollmonden vom März bis Oktober treffen sich traditionell Menschen zum gemeinsamen Musizieren, Tanzen, Spielen, Grillen und Entspannen am Gerloser Häuschen im Niesiger Wald.\r\n\r\nUhrzeit: immer ab 17 Uhr\r\n\r\nhttps://trommeln-fulda.de/vollmondtrommeln/",
"position": {
"type": "Point",
"coordinates": [
9.68,
50.59
]
},
"start": "2022-03-18T12:00:00",
"end": "2022-10-08T12:00:00",
}
];
export const places : Item[] = [
{
"id": "1asdasdasd",
"name": "Gärtnerei am Leisebach",
"text": "Wir sind eine Bio-Gemüsegärtnerei und suchen noch fleißige Helfer für diese Saison.",
"position": {
"type": "Point",
"coordinates": [
8.476371,
51.0044
]
},
"date_created": "2021-04-15T07:46:26.906Z",
"date_updated": "2021-04-15T07:46:26.906Z"
},
{
"id": "adsasdas2",
"name": "Rainbow Crystal Land",
"text": "https://rainbowcrystal.land",
"position": {
"type": "Point",
"coordinates": [
-76.367426,
1.87
]
},
"date_created": "2021-04-04T18:01:24.596Z",
"date_updated": "2021-04-04T18:01:24.596Z"
},
{
"id": "f345v34",
"name": "🌈 RainbowCrystaleARThshipKinderGarten",
"text": "AMYTIME WELCOME HOME\r\n\r\n#lebenliebenlernen\r\n#symbioticsynergysolutions\r\n#lebenlanglachen\r\n#soriendosiempresaludpazyamor\r\n#laughinglearninglivingloving\r\n#souriresantétoujoursamoure\r\n\r\n\r\n<b>Garden IntroductionVideo</b>\r\n<br>\r\n\r\n\r\n<iframe width='250' src='https://www.youtube-nocookie.com/embed/7jUaixJGK08' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></iframe>",
"position": {
"type": "Point",
"coordinates": [
9.502648,
51.334741
]
},
"date_created": "2022-03-13T23:09:56.305Z",
"date_updated": "2022-03-13T23:09:56.305Z"
}]