-
Notifications
You must be signed in to change notification settings - Fork 0
/
visualizations.json
63 lines (63 loc) · 4.62 KB
/
visualizations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
{
"id": "markwhen.dial",
"name": "Dial",
"url": "editz.pages.dev",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-full w-full\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></svg>",
"description": "Create and edit visualizations with an in-browser editor.",
"by": "markwhen",
"repo": "https://github.com/mark-when/dial"
},
{
"id": "markwhen.calendar",
"name": "Calendar",
"iconSvg": "<svg class=\"h-full w-full\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z\"></path></svg>",
"url": "https://calendar.markwhen.com",
"description": "Typical calendar. View by day, week, or month.",
"by": "markwhen",
"repo": "https://github.com/mark-when/calendar"
},
{
"id": "markwhen.map",
"name": "Map",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" class=\"h-full w-full\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7\">\n </path></svg>",
"url": "https://map.markwhen.com",
"description": "Plot events that have associated location data on a map. Events that don't have locations aren't shown.",
"by": "markwhen"
},
{
"id": "markwhen.timeline",
"name": "Timeline",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" class=\"h-full w-full\"><path \n fill=\"currentColor\" \n d=\"m 13 13 h -5 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 5 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z m -1 -4 h -7 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 7 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z m -9 -4 h 0 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 2 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z\">\n</path></svg>",
"url": "https://timeline.markwhen.com",
"description": "A graph-like representation of events in a cascading timeline. Optionally view as a gantt chart as well.",
"by": "markwhen",
"repo": "https://github.com/mark-when/timeline"
},
{
"id": "markwhen.resume",
"name": "Résumé",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"w-full h-full\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path>\n <path d=\"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"></path>\n <path d=\"M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0\"></path>\n <path d=\"M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855\"></path>\n</svg>",
"url": "https://resume.markwhen.com",
"description": "What you've done.",
"by": "markwhen",
"repo": "https://github.com/mark-when/resume"
},
{
"id": "markwhen.c2",
"name": "Oneview",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"w-full h-full\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path> <path d=\"M11 6l9 0\"></path> <path d=\"M9 12l7 0\"></path> <path d=\"M10 18l8 0\"></path> <path d=\"M5 6l0 12\"></path> </svg>",
"url": "https://c2-dhz.pages.dev",
"description": "Bastard child of OneView",
"by": "markwhen",
"repo": "https://github.com/mark-when/c2"
},
{
"id": "markwhen.timeline-offset",
"name": "Timeline Offset",
"iconSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" class=\"h-full w-full\"><path \n fill=\"currentColor\" \n d=\"m 13 13 h -5 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 5 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z m -1 -4 h -7 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 7 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z m -9 -4 h 0 c -0.55 0 -1 -0.45 -1 -1 s 0.45 -1 1 -1 h 2 c 0.55 0 1 0.45 1 1 s -0.45 1 -1 1 z\">\n</path></svg>",
"url": "https://yearoffset.timeline-bje.pages.dev",
"description": "Just like the regular timeline except you can specify a year offset.",
"by": "markwhen"
}
]