Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 644 Bytes

File metadata and controls

17 lines (14 loc) · 644 Bytes

Design Contributions

  1. Add your resource in services/resources.json. You can find the format below.
 {
    "id": 16, //increment accordingly
    "category": "Icons", // (Icons, Illustrations, Web App, Mobile App, Stock Photos, Tools)
    "title": "svgporn.com", // specify the clear title
    "description": "SVG logos for developers, designers, bloggers, geeks and more", // with description
    "link": "https://svgporn.com/", // share the website link
    "license": "Free" // specify is this fully free or freemium (Free + Buy as you go) (don't put `Free, Freemium`, it is wrong.)
  },
  1. Commit and push! 😊👍