-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathkarl_marx_test_ideas_in_production.d2
More file actions
executable file
·124 lines (98 loc) · 2.5 KB
/
karl_marx_test_ideas_in_production.d2
File metadata and controls
executable file
·124 lines (98 loc) · 2.5 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#!/usr/bin/env d2 --theme 200 --sketch
#
# Author: Hari Sekhon
# Date: 2024-10-05 03:22:36 +0300 (Sat, 05 Oct 2024)
#
# vim:ts=2:sts=2:sw=2:et:filetype=d2
#
# https://github.com/HariSekhon/Diagrams-as-Code
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
title: {
label: "I don't always test my Ideas...\nbut when I do...\nI do it in Production!"
near: top-center
shape: text
style.font-size: 40
}
classes: {
karl_marx: {
label: Karl Marx
icon: images/karl_marx.webp
shape: image
width: 300
height: 300
}
ideas: {
label: Ideas
icon: https://cdn-icons-png.flaticon.com/128/427/427735.png
shape: image
}
buildings: {
label: Buildings
icon: https://cdn-icons-png.flaticon.com/128/916/916771.png
shape: image
}
ruins: {
label: Ruins
icon: https://cdn-icons-png.flaticon.com/512/5087/5087623.png
shape: image
}
factories: {
label: Factories
icon: https://cdn-icons-png.flaticon.com/128/2576/2576581.png
shape: image
}
people: {
label: People
icon: https://cdn-icons-png.flaticon.com/128/900/900783.png
shape: image
}
convict: {
label: Prisoner
icon: https://cdn-icons-png.flaticon.com/128/10295/10295613.png
shape: image
}
jail: {
label: Gulag
# icon: https://cdn-icons-png.flaticon.com/128/40/40188.png
# icon: https://cdn-icons-png.flaticon.com/128/3863/3863097.png
icon: https://cdn-icons-png.flaticon.com/128/8233/8233302.png
shape: image
}
boom: {
label: War
icon: https://img.freepik.com/premium-vector/isolated-explosion-icon-black-background-cartoon-comic-boom-effect_613284-532.jpg
shape: image
}
skull: "" {
label: Death
icon: https://cdn-icons-png.flaticon.com/128/7714/7714654.png
shape: image
}
}
karl_marx.class: karl_marx
ideas.class: ideas
production: Production {
people.class: people
buildings.class: buildings
factories.class: factories
people2.class: people
buildings2.class: buildings
buildings2.label: Means of\nProduction
}
karl_marx -- ideas: write {style.animated: true}
ideas -> production: test {style.animated: true}
production -> results: {style.animated: true}
results: {
# ruins.class: ruins
convict.class: convict
jail.class: jail
boom.class: boom
skull1.class: skull
ruins2.class: ruins
}