git.lucas.co / website
source for lucas.co

archive/data.js (444B)

 1 export const data = {
 2 	"tabs": {
 3 		"0": {
 4 			"label": "Sculpture",
 5 			"body": "X.",
 6 			"image": []
 7 		},
 8 
 9 		"1": {
10 			"label": "Drawing",
11 			"body": "X.",
12 			"image": []
13 		},
14 
15 		"2": {
16 			"label": "Programming",
17 			"body": "X.",
18 			"image": ["/images/drawing.png"]
19 		},
20 
21 		"3": {
22 			"label": "Design",
23 			"body": "X.",
24 			"image": []
25 		},
26 
27 		"4": {
28 			"label": "Info",
29 			"body": "Lucas Galante\n\[email protected]/\n\n",
30 			"image": []
31 		}
32 	}
33 };