-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
110 lines (110 loc) · 2.47 KB
/
config.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
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
[
{
"name": "labs",
"text": "labs",
"pens": [
{
"path": "https://bl-rd.github.io/rock-paper-rusty-scissors/",
"text": "Rock, paper, rusty scissors",
"flavour": "rust",
"timestamp": 1589229596
},
{
"path": "https://bl-rd.github.io/white-noise-app/",
"text": "White noise app",
"flavour": "external",
"timestamp": 1535068800
},
{
"path": "https://bl-rd.github.io/angular-haiku/",
"text": "Angular Haiku",
"flavour": "external",
"timestamp": 1502755200
}
]
},
{
"name": "codepen",
"text": "Codepen challenges",
"pens": [
{
"path": "codepen/forms-challenge",
"text": "Forms Challenge",
"flavour": "js",
"timestamp": 1588883848
},
{
"path": "codepen/colour-pop",
"text": "Colour pop!",
"flavour": "js",
"timestamp": 1588884133
},
{
"path": "codepen/every-open-eye",
"text": "Every open eye",
"flavour": "js",
"timestamp": 1589007794
},
{
"path": "codepen/triangles",
"text": "Triangles",
"flavour": "js",
"timestamp": 1589009157
},
{
"path": "codepen/circles",
"text": "Circles",
"flavour": "js",
"timestamp": 1589009415
},
{
"path": "codepen/gravity-hamster",
"text": "Gravity hamster",
"flavour": "js",
"timestamp": 1589009699
},
{
"path": "codepen/oodles-of-noodles",
"text": "Oodles of noodles",
"flavour": "js",
"timestamp": 1589009996
},
{
"path": "codepen/lines",
"text": "Lines",
"flavour": "js",
"timestamp": 1589010245
},
{
"path": "codepen/classic-header",
"text": "Classic header",
"flavour": "js",
"timestamp": 1589010649
},
{
"path": "codepen/size-and-shape",
"text": "Size and shape",
"flavour": "js",
"timestamp": 1589010918
},
{
"path": "codepen/monochrome-heart",
"text": "Monochrome heart",
"flavour": "js",
"timestamp": 1616666528
}
]
},
{
"name": "daily-ui",
"text": "Daily UI",
"pens": [
{
"path": "daily-ui/001-sign-up",
"text": "Sign-up",
"flavour": "js",
"timestamp": 1591208999
}
]
}
]