I passed my exam

I passed my content marketing certification exam. I’m so happy! Next, I’m planning on taking the SEO course and the Social media marketing Strategy one. I can’t wait to get started.

I have another problem maybe one of you can help me out. I received my badge I was trying to upload it on my website but when I upload it, the image is way too big I can’t size it down. How can I fix it? Please help, Thank you!

Hi @Ruchama,

Congratulations!

Could you share more details about where you want to upload the badge (which content management system are you using)? If you can share a screenshot, that would be helpful, too.

Best regards!

Thank you so much, I saved it as an image.

I was trying to embed it on my Wix website, I copy and paste the code and that’s what it looks like.

Hi @Ruchama,

There are two ways you could approach this. Your code should look something like this.

<!-- Begin: HubSpot Academy - Content Marketing Badge -->
<div class='academy-badge'>
<a href='http://academy.hubspot.com/certification' title='Content Marketing'>
<img src='https://hubspot-academy.s3.amazonaws.com/prod/tracks/user-badges/8527207/4998180b4e584aee9e2e10a28ca6b7c3-1613057343501.png' />
</a>
</div>
<!-- End: HubSpot Academy - Content Marketing Badge -->

You can either take the image URL (in my case https://hubspot-academy.s3.amazonaws.com/prod/tracks/user-badges/8527207/4998180b4e584aee9e2e10a28ca6b7c3-1613057343501.png), save the image file and upload it to your Wix site files and then add it to your page. Wix should then take care of sizing for oyu.

Alternatively, right after the link add HTML width/height attributes:

<!-- Begin: HubSpot Academy - Email Marketing Badge -->
<div class='academy-badge'>
<a href='http://academy.hubspot.com/certification' title='Email Marketing'>
<img src='https://hubspot-academy.s3.amazonaws.com/prod/tracks/user-badges/8527207/c2d119e00e4e49f9a72b4c9ef6c535f2-1613057343177.png' width="200"/>
</a>
</div>
<!-- End: HubSpot Academy - Email Marketing Badge -->

Hope this helps!

I passed my inbound marketing exam, but there is no link available for me to upload it in upwork. What to do? Thanks