A piece made in the Performace Area during the Lucca Comics And Games 2013. Colour pencils on plasterboard.
Inspired by the green digital version.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 60),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 60),0)
)
ORDER BY date, id