http://yoksel.github.io/url-encoder
- Take
svg
. - Encode it with url-encoder.
- Use code as
background-image
orborder-image
ormask
. - Enjoy!
Demo: https://codepen.io/yoksel/full/WNrLpYW.
- Create translation file (use
src/translate/en.json
as example) and place it tosrc/translate/
- Add new language to section
langs
in all translation files - Add item with your language to section
translates
ingulpfile.js
. - Run
npm start
in console (wait until project will be opened in browser) and check all pages:- Link to new page must appear in all pages
- In the page with new translate new language in list must looks like current (bold and black)
- Send pull request