README: correct twitter url and add links to related projects
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Phosphor Icons
|
# Phosphor Icons
|
||||||
|
|
||||||
Phosphor is a kickass and dead-simple set of open-source icons for web and digital media. We aim to provide variety, consistency, and above all, ease-of-use for digital content creators of all kinds. The complete list of icons can be found on [our website](https://phosphoricons.com).
|
Phosphor is a kickass and dead-simple set of open-source icons for web and digital media. We aim to provide variety, consistency, and above all, ease-of-use for digital content creators of all kinds. A complete list of icons can be found on [our website](https://phosphoricons.com).
|
||||||
|
|
||||||
## For developers
|
## For developers
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Phosphor is available as a [one-liner](https://github.com/phosphor-icons/phospho
|
|||||||
<body>
|
<body>
|
||||||
<i class="ph-smiley"></i>
|
<i class="ph-smiley"></i>
|
||||||
<i class="ph-heart-fill" style="color: hotpink"></i>
|
<i class="ph-heart-fill" style="color: hotpink"></i>
|
||||||
<i class="ph-cube-duotone"></i>
|
<i class="ph-cube-thin"></i>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
@@ -77,7 +77,7 @@ ReactDOM.render(<App />, document.getElementById("root"));
|
|||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** Due to possible namespace collisions with built-in html elements, compononent names in the Vue library are prefixed with `Ph`, but otherwise follow the same naming conventions.
|
> **Note:** Due to possible namespace collisions with built-in HTML elements, compononent names in the Vue library are prefixed with `Ph`, but otherwise follow the same naming conventions.
|
||||||
|
|
||||||
## For designers
|
## For designers
|
||||||
|
|
||||||
@@ -93,6 +93,12 @@ Download our [asset kit](https://www.phosphoricons.com/assets/phosphor.zip) to s
|
|||||||
- **Illustrator**
|
- **Illustrator**
|
||||||
- **Figma** -->
|
- **Figma** -->
|
||||||
|
|
||||||
|
## Related Projects
|
||||||
|
|
||||||
|
- [phosphor-react](https://github.com/phosphor-icons/phosphor-react) ▲ Phosphor icon component library for React
|
||||||
|
- [phosphor-vue](https://github.com/phosphor-icons/phosphor-vue) ▲ Phosphor icon component library for Vue
|
||||||
|
- [phosphor-icons](https://github.com/phosphor-icons/phosphor-icons) ▲ Phosphor icons for Vanilla JS
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
GPL-3.0 © [Phosphor Icons](https://github.com/phosphor-icons)
|
GPL-3.0 © [Phosphor Icons](https://github.com/phosphor-icons)
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
<p>You can also find us at:</p>
|
<p>You can also find us at:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://twitter.com/_phoshporicons">@_phosphoricons</a> on
|
<a href="https://twitter.com/_phosphoricons">@_phosphoricons</a> on
|
||||||
Twitter
|
Twitter
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user