Add physical stuff too

This commit is contained in:
Joshua Goins 2022-12-19 13:56:21 -05:00
parent cbf7b585d6
commit 1586de1c52
10 changed files with 38 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

BIN
assets/art/museum.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
assets/art/whatever.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View file

@ -442,6 +442,44 @@
} }
] ]
}, },
{
"name": "Oil Paintings",
"description": "I took an oil painting class once, and I ended up making some cool stuff.",
"years": [
{
"year": 2019,
"pieces": [
{
"title": "Museum",
"filename": "museum.webp"
},
{
"title": "Object Study",
"filename": "object-study.webp"
},
{
"title": "Whatever (WIP)",
"filename": "whatever.webp"
}
]
}
]
},
{
"name": "Physical Sketches",
"description": "I also took a drawing course too!",
"years": [
{
"year": 2020,
"pieces": [
{
"title": "Shading Study",
"filename": "shading-study.webp"
}
]
}
]
},
{ {
"name": "3D", "name": "3D",
"description": "All of my 3D stuff! These are made in Blender.", "description": "All of my 3D stuff! These are made in Blender.",