diff --git a/README.md b/README.md index a400d54..8ae9fb7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,86 @@ -# famfamfam-silk-svg -A recreation of the iconic iconset of the 2010’s era from Marc James, remade in SVG and as a figma UI kit for today’s developpers and designers needs. + -## License +# FamFamFam Silk as SVG +> The iconic iconset of the 2010’s era from Mark James, remade in SVG for today’s needs. -I have not settled on the right licence for this product, so as for now I'll follow Mark James' Create Commons Attribution. He used 2.5, but I picked version 4. -I would like a more protective licence, one that could permit company and users to pick stuff here and use them in commercial products and marketing material, but prevent "stealing" stuff or changing ownership over minimal visual changes. +This project contains ~1000 icons in SVG. SVG is lightweight, scalable compared to PNG — and open format, allowing anyone to edit it to his/her needs. I aim to have all the original icons remastered, but also create more up-to-date versions (Smartphones was not a thing back in 2008). Plus, most icons can be mixed with decorators (bullets) to get more meaning. -## Contribution +Scale: -- All enhancement are welcomed -- Contributions must be in form of a PR to the main branch +Mix: ![Cup of caffee]() + ![Bullet delete]() = ![A cup of caffe with a delete bullet at its bottom right]() -Contributions can be -- fixes or improvements over the existing icons -- new icons in the strict aestetics of the original work \ No newline at end of file +Customize: ![Cup of caffee]() ![Cup of Matcha latte]() ![Cup of Tea]() ![Cup of water]() + +## How to use + +* Clone or fork the repository. +* Download files from the [icons](./icons/) folder. + +![All available icons](./public/available-icons.png) + +### Roadmap + +* (Soon) Designers: Get the Figma UI Kit +* (Soon) Access to more decorators +* (Soon) Access to variants +* (Soon) Access to parts + +## Contributing + +Reports, Requests and Contributions are welcomed to this project! I believe that healthy debate and disagreement are essential to a healthy project and community. However, it is never ok to be disrespectful. + +###  I would like to report a bug or suggest something! + +The issue section is the right place for you to describe your problem. Specific rules applies, and not following them may result in the closing of the issue. +* Issue must have a label related to your topic +* Issue must be sufficiently described, clear and not misleading +* Issue may be flagged as _duplicate_ if the topic is already discussed on another issue. +* There is no garanties that an Issue will be resolved. I have limited bandwidth. + +###  Can I create an icon too? + +Sure! Please *Fork* → *Create* → *Push* → *Pull Request*, follow the [Pull Request & commits guidelines](#pull-request-and-commit-guidelines), and the [Icon Design guidelines](#icon-design-guidelines) below. + +###  I have fixed this icon, how can I give it back? + +Thank you! Please *Fork* → *Patch* → *Push* → *Pull Request* and follow the [Pull Request & commits guidelines](#pull-request-and-commit-guidelines), and the [Icon Design guidelines](#icon-design-guidelines) below. + +### Pull Request and Commit Guidelines +- It should stick to the [community's best practices](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) as close as possible +- It must follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) principles in commit and PR names. +- It must be related to an issue in this project. +- Authors of contribution are credited (via the Contributor section of Github) + +### Icon Design Guidelines +- Icons must be in the **style and spirit of the original work** from Mark James. +- Icons must be in **SVG**. +- Icons must be designed to be **legible in any size from 16×16px to 64×64px**. It must have the right balance between too much details and too little. I recommand using a grid of 16×16 to help. +- Icon improvement based on existing icons must be as close as possible to the original design, especially at 16×16px. +- Icon must render without visual artefact in today's broswer such as WebKit, Blink, Gecko. (Test your icons) + +## License + +This project is licensed under the [**Creative Commons BY 4**](https://creativecommons.org/licenses/by/4.0/) license. This content is distributed in the hope that it will be useful, but **without any warranty**; without even the implied warranty of **merchantability** or **fitness for a particular purpose**. + +## Acknowlegements + +The Original *FamFamFam Silk* icon pack ([github](https://github.com/markjames/famfamfam-silk-icons) • [website](http://www.famfamfam.com/lab/icons/silk/)) remains the property of Mark James. Mark, please have my thanks and salute for your great work. + +#### Fonts +- [Fira Mono](https://github.com/mozilla/Fira) +- [Fira Sans](https://github.com/mozilla/Fira) +- [Fira Sans Condensed](https://github.com/mozilla/Fira) +- [Love Ya Like a Sister](https://fonts.google.com/specimen/Love+Ya+Like+A+Sister) by [Kimberly Geswein](https://kimberlygeswein.com/) +- [Segoe UI](https://learn.microsoft.com/en-us/typography/font-list/segoe-ui) (for Office logos) +- [Hind](https://fonts.google.com/specimen/Hind) by the [Indian Type Foundry](https://www.indiantypefoundry.com/) + +#### Softwares +- [Figma](https://www.figma.com) as the SVG design software +- [Firefox](https://www.mozilla.org/firefox/new/) +- [Gitea](https://about.gitea.com/), an awesome self-hosted github alternative +- [VSCodium](https://vscodium.com/), a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code + +#### About me + +Hi I'm Simon. Computer enthousiast, I have recently switch to become a Product.UX.UI Designer, and used to be a Quality Engineer. I love to create stuff and share it. +[linkedin](https://www.linkedin.com/in/simonpriet/) • [behance](https://www.behance.net/SimonPistache#) • [dribbble](https://dribbble.com/SimonPistache) • [github](https://github.com/SimonPistache) \ No newline at end of file diff --git a/icons/thumb_down.svg b/icons/thumb_down.svg deleted file mode 100644 index 2ffbf9c..0000000 --- a/icons/thumb_down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/thumb_up.svg b/icons/thumb_up.svg deleted file mode 100644 index e79324a..0000000 --- a/icons/thumb_up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/Cup of caffe.svg b/public/Cup of caffe.svg new file mode 100644 index 0000000..14dde48 --- /dev/null +++ b/public/Cup of caffe.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/Cup of matcha.svg b/public/Cup of matcha.svg new file mode 100644 index 0000000..803f6f3 --- /dev/null +++ b/public/Cup of matcha.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/Cup of tea.svg b/public/Cup of tea.svg new file mode 100644 index 0000000..8a5084f --- /dev/null +++ b/public/Cup of tea.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/Cup of water.svg b/public/Cup of water.svg new file mode 100644 index 0000000..5258cd5 --- /dev/null +++ b/public/Cup of water.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/I should stop caffe.svg b/public/I should stop caffe.svg new file mode 100644 index 0000000..be113a9 --- /dev/null +++ b/public/I should stop caffe.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/available-icons.png b/public/available-icons.png new file mode 100644 index 0000000..ca81f88 Binary files /dev/null and b/public/available-icons.png differ diff --git a/public/github-cover.png b/public/github-cover.png new file mode 100644 index 0000000..a3d227b Binary files /dev/null and b/public/github-cover.png differ