Book cover illustration for the 2nd book of the fantasy saga by Andrea Riccardo Gasparoni.
We chose a simple and iconographic style to match the first book, while keeping a high vitual impact.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 194),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 194),0)
)
ORDER BY date, id