A collection of National Park Symbols provided in 3 styles of Scalable Vector Graphics.
This project uses the SVGs provided in
To checkout the project and build the SVGs, fonts and web site, do the following:
$ git clone [email protected]:spilth/national-park-symbols.git
$ cd national-park-symbols
$ bundle install
$ yarn install
$ rake build:svg
$ yarn build:font
$ bundle exec middleman server
Then visit http://localhost:4567
Deploying is done via Netlify:
$ bundle exec middleman build
$ netlify deploy --prod --dir build