From 03bb2e2528bbf8c6e9faff03b5d5b23695aaf422 Mon Sep 17 00:00:00 2001 From: Compiler Date: Mon, 22 Mar 2021 16:15:53 +0100 Subject: [PATCH] Adding icons with links Recently I was trying to beautify my Github profile and I learned about markup, however, what took me some time was adding a few tools and languages (A set of icons with embedded links) which is why I proposed this here. --- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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/)