Cover art for the horror board game "The Reaper" by Frank Turrini, published by Move The Game. I took care of the illustrations and the graphic design.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 142),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 142),0)
)
ORDER BY date, id