-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwww.json
More file actions
executable file
·183 lines (183 loc) · 5 KB
/
www.json
File metadata and controls
executable file
·183 lines (183 loc) · 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"title": "Sean Codes",
"description": "Web apps and 2D games. Writing code with my cat criminal! :]",
"links": [
{
"icon": "fab fa-github-alt",
"url": "https://github.com/sean-codes",
"text": "github.com/sean-codes"
},
{
"icon": "fab fa-codepen",
"url": "https://codepen.io/sean_codes",
"text": "codepen.io/sean_codes"
},
{
"icon": "fa fa-envelope",
"url": "mailto:sean_codes@outlook.com",
"text": "sean_codes@outlook.com"
}
],
"urlProfileImage": "./www/src/a_picture_of_me.jpg",
"projectsList": [
{
"title": "3D Cylinder",
"path": "projects/3D Cylinder",
"description": "css 3d practice",
"hash": "3d-cylinder"
},
{
"title": "41 Mega Pixel",
"path": "projects/41 Mega Pixel",
"description": "Nokia Lumia 900",
"sort": 6,
"hash": "41-mega-pixel"
},
{
"title": "Cursor Watch",
"path": "projects/Cursor Watch",
"description": "x/y position of textarea cursor",
"hash": "cursor-watch"
},
{
"title": "Helix",
"path": "projects/Helix",
"description": "CSS3D Helix Animation",
"hash": "helix"
},
{
"title": "Login Form",
"path": "projects/Login Form",
"description": "register/login transition",
"hash": "login-form"
},
{
"title": "MacOS Doc",
"path": "projects/MacOS Doc",
"description": "MacOS dock with CSS",
"hash": "macos-doc"
},
{
"title": "Messenger",
"path": "projects/Messenger",
"description": "with emojis :]",
"sort": 2,
"hash": "messenger"
},
{
"title": "Mirror like Links",
"path": "projects/Mirror like Links",
"description": "Interesting CSS menu animation",
"hash": "mirror-like-links"
},
{
"title": "Recursive Hover Nav",
"path": "projects/Recursive Hover Nav",
"description": "CSS hover navigation",
"hash": "recursive-hover-nav"
},
{
"title": "aabb physics",
"path": "projects/aabb physics",
"hide-on-index": "true",
"hash": "aabb-physics"
},
{
"title": "aabb safe",
"path": "projects/aabb safe",
"description": "platformer physics!",
"hash": "aabb-safe"
},
{
"title": "field of view",
"path": "projects/field of view",
"description": "interactive FOV reference",
"sort": 2,
"hash": "field-of-view"
},
{
"title": "fireworks",
"path": "projects/fireworks",
"description": "a microproject!",
"hide-on-index": true,
"hash": "fireworks"
},
{
"title": "gridventory",
"path": "projects/gridventory",
"description": "Multisized Drag and drop",
"sort": 1,
"hash": "gridventory"
},
{
"title": "interval timer",
"path": "projects/interval timer",
"hash": "interval-timer"
},
{
"title": "naive culling",
"path": "projects/naive culling",
"description": "Plain JS 3D rendering",
"hash": "naive-culling"
},
{
"title": "nexus",
"path": "projects/nexus",
"description": "naive noise",
"hash": "nexus"
},
{
"title": "particle letters",
"path": "projects/particle letters",
"description": "Mapping text to particles",
"hash": "particle-letters"
},
{
"title": "path-finding",
"path": "projects/path-finding",
"description": "a microproject!",
"hide-on-index": true,
"hash": "path-finding"
},
{
"title": "pulse circles",
"path": "projects/pulse circles",
"description": "Circlular expandion",
"hash": "pulse-circles"
},
{
"title": "snapshotting",
"path": "projects/snapshotting",
"description": "network snapshotting project",
"hide-on-index": true,
"hash": "snapshotting"
},
{
"title": "space navigation",
"path": "projects/space navigation",
"description": "Manual AI pathfinding",
"sort": 2,
"hash": "space-navigation"
},
{
"title": "spiral",
"path": "projects/spiral",
"description": "a microproject!",
"hide-on-index": true,
"hash": "spiral"
},
{
"title": "verlet cloth",
"path": "projects/verlet cloth",
"description": "Verlet practice",
"sort": 3,
"hash": "verlet-cloth"
},
{
"title": "voxel render",
"path": "projects/voxel render",
"description": "CSS 3D voxel renderer",
"hash": "voxel-render"
}
]
}