diff --git a/README.md b/README.md index b89a198..b40ef53 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,56 @@ Emoji: :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) Markup : Code appears between colons :EMOJICODE: + + +Adding Icons with links: + + Markup : [ + alt text + ](insert redirect link here, which will take the user to the specify website when the icon is clicked) + + You can use a
tag after the above snippet to insert icons on a next line + + This is basic HTML. + +You can get or embed pixel perfect free icons from [icons8.com](https://icons8.com/icons) + +[ +java +](https://docs.oracle.com/en/java/) +[ +spring +](https://spring.io/projects/spring-framework) +[ +javascript +](https://developer.mozilla.org/en-US/docs/Web/JavaScript) +[ +react +](https://reactjs.org/) +[ +python +](https://www.python.org/) +[ +MySQL +](https://dev.mysql.com/) +[ +postgresql +](https://www.postgresql.org) +[ +Firebase +](https://firebase.google.com) +[ +Flutter +](https://flutter.dev) +[ +Git +](https://git-scm.com/) +[ +visual studio code +](https://code.visualstudio.com/) +[ +pycharm +](https://www.jetbrains.com/pycharm/) +[ +intellij idea +](https://www.jetbrains.com/idea/)