Merge pull request #137 from JonasPardon/master
Add Mailhog to utility resources
This commit is contained in:
@@ -6,3 +6,4 @@ These are lovely people who have helped this project:
|
|||||||
- [Kevin](https://github.com/S3B4S) :dog:
|
- [Kevin](https://github.com/S3B4S) :dog:
|
||||||
- [jacobparis](https://github.com/jacobparis) : Team Devcord
|
- [jacobparis](https://github.com/jacobparis) : Team Devcord
|
||||||
* twitter: @jacobmparis
|
* twitter: @jacobmparis
|
||||||
|
- [JonasPardon](https://github.com/JonasPardon)
|
||||||
|
|||||||
30
resources/icons.json
Normal file
30
resources/icons.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"title": "Icons",
|
||||||
|
"slug": "/icons",
|
||||||
|
"resources": [
|
||||||
|
{
|
||||||
|
"title": "Font awesome",
|
||||||
|
"desc": "CSS and LESS based font and icon toolkit.",
|
||||||
|
"url": "https://fontawesome.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Icomoon",
|
||||||
|
"desc": "IcoMoon provides a package of vector icons, along with a free HTML5 app for making custom icon fonts or SVG sprites.",
|
||||||
|
"url": "https://icomoon.io/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Icons8",
|
||||||
|
"desc": "Get free icons designed to combine perfectly and fit into the style of your design.",
|
||||||
|
"url": "https://icons8.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Material Icons",
|
||||||
|
"desc": "Material icons are delightful, beautifully crafted symbols for common actions and items. Download on desktop to use them in your digital products for Android, iOS, and web.",
|
||||||
|
"url": "https://material.io/resources/icons",
|
||||||
|
"tags": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@ import python from './python'
|
|||||||
import ruby from './ruby'
|
import ruby from './ruby'
|
||||||
import server from './server'
|
import server from './server'
|
||||||
import utility from './utility'
|
import utility from './utility'
|
||||||
|
import icons from './icons'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
css,
|
css,
|
||||||
@@ -28,4 +29,5 @@ export default [
|
|||||||
ruby,
|
ruby,
|
||||||
server,
|
server,
|
||||||
utility,
|
utility,
|
||||||
|
icons,
|
||||||
]
|
]
|
||||||
@@ -163,6 +163,12 @@
|
|||||||
"desc": "Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).",
|
"desc": "Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).",
|
||||||
"url": "https://letsencrypt.org/",
|
"url": "https://letsencrypt.org/",
|
||||||
"tags": []
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Mailhog",
|
||||||
|
"desc": "Web and API based SMTP testing.",
|
||||||
|
"url": "https://github.com/mailhog/MailHog",
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user