text = [
{
column: "Information",
text: "Information: selling information in the form of goods or services",
offset: "10%",
translate: { x: 0, y: -10 },
color: "rgb(82,117,149)",
line: "line",
wordspacing: 25,
texture: textures
.lines()
.stroke(black)
.background(black)
.orientation("3/8")
.size(lineSize)
.strokeWidth(1)
},
{
column: "Construction",
text: "Construction: the building of large structures",
offset: "20%",
translate: { x: 0, y: 50 },
color: lightblue,
line: "line",
wordspacing: 25,
letterspacing: "0.3em",
texture: textures
.lines()
.stroke(black)
.background(lightblue)
.orientation("3/8")
.size(lineSize)
.strokeWidth(1)
},
{
column: "Manufacturing",
text:
"Manufacturing: the making of articles on a large scale using machinery",
offset: "14%",
translate: { x: 20, y: 50 },
color: "rgb(135,164,174)",
line: "line",
wordspacing: 25,
texture: textures
.lines()
.stroke(black)
.background(lightblue)
.orientation("3/8")
.size(lineSize)
.strokeWidth(0)
.heavier(1)
},
{
column: "Self-employed",
text:
"Self-employed: working for oneself as a freelancer or the owner of a business rather than for an employer",
offset: "4%",
translate: { x: -20, y: -50 },
color: "rgb(203,209,200)",
line: "line",
wordspacing: 9,
letterspacing: "0.05em",
texture: textures
.lines()
.stroke(lightblue)
.orientation("3/8")
.size(lineSize)
.strokeWidth(1)
}
]