Illustration for the artbook Radioapocalypse, published by the Robocake group.
The inspiring song is "Halo of The Dark" by Beyond The Black.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 185),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 185),0)
)
ORDER BY date, id