Add your Holopin badges to your personal website
In this tutorial I'll show you how to add your Holopin badges to your personal website.
// IN A PROJECT:Building this site·CHAPTER 1 OF 3VIEW PROJECT →
This post is also published on Holopin.
§Making your website awesome!
https://holopin.io/@{YOUR USERNAME}, here you'll find a
line of markdown that lets you embed the link to your board on any page. It will
look something like thisThis is what it looks like on my page.

Now this markdown snippet is great for just copying into your GitHub profile, but what if you want to add it into a page that doesn't have markdown? Well to do that you need to know a bit about what markdown is and what the snippet is doing.
If you're unfarmiliar with markdown syntax this might look a bit complicated, but don't worry it's quite simple. This markdown will convert to a picture (with alt text) and a link, here are what they look like as seperate lines.
Putting the two together gives you the above line that you see on your board page. The Holopin snippet roughly translates to the below html.
But now that you know how to read this markdown you can add your board to any website by writing the html yourself like I have!
Here's what my page looks like with the above component.
