1950s style illustration for home delivery brochure. The background was ispired by vintage pictures of San Francisco.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 161),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 161),0)
)
ORDER BY date, id