Adding GitHub Repositories to JAMF About Me Profile

jhbush
Valued Contributor II

Many of us have GitHub repositories and as of now there is no preset to add it to your JAMF Nation profile. If you add this bit of code to your profile you will get a matching GitHub icon and a weblink to your repo.

@emilykausalik pointed out other icons for other links fortawesome

<a href="https://github.com/yournamehere" target="_blank"><i class="fa fa-github-square fa-lg"></i> GitHub</a>
12 REPLIES 12

mm2270
Legendary Contributor III

@jhbush1973 That's cool. Where exactly does one add this code to their profile? In the About Me section?

franton
Valued Contributor III

@mm2270 That's right. It's what i've just done ;)

mm2270
Legendary Contributor III

@franton Excellent, thanks!

millersc
Valued Contributor

Nice! Thanks!

brandonusher
Contributor II

Thanks for this, added to my profile

jacob_salmela
Contributor II

You can also add the Apple logo and link to your certification.
Github and ACTC logos

<a href="http://yourapplecertlink.com" target="_blank"><i class="fa fa-apple fa-lg"></i> ACTC</a>

BrysonTyrrell
Contributor II

Done!

1e3c5b81eaac4e71884e12e097d61c6b

chriscollins
Valued Contributor

@brysontyrrell You didn't edit the example URL in the JAMF IT Github link. :)

BrysonTyrrell
Contributor II

@chriscollins Crap, fixed the JAMF IT link. I was getting some errors trying to save the changes earlier.

mm2270
Legendary Contributor III

So... I just noticed this is no longer working. I see on my profile and others here, like @brysontyrrell above that this just shows up as html code, not a link anymore. What changed to break this? And can we get this fixed please?

brandonusher
Contributor II

@mm2270 They added it like a link to your website etc so it's "officially" in the profile options. Ex: I moved mine to their new way. Just edit your profile and you'll see it

mm2270
Legendary Contributor III

@brandonusher Excellent! Thanks for the tip. Updated.