Stylized pages with different HTTP status codes.
The idea was based on the colorlib.com resource, from page Colorlib Error 404 V18. Thanks to openmoji.org, where I got some SVG icons.
Some icons have been completely redrawn because their paths duplicated unnecessary nodes. These nodes have been simplified as much as possible to reduce the size of the sprite. Also, some icons have been intentionally resized to achieve the impression of a single, cohesive style. A few more new icons were also added, which at least I didn't find in the openmoji collection. The work is still ongoing.
# install dependencies
npm install
# run builder
npm run build
# or
npx gulp generate
¹ OpenMoji graphics are licensed under the Creative Commons Share Alike License 4.0 (CC BY-SA 4.0)
² Code licensed under the GNU Lesser General Public License v3 (LGPL-3.0)