1
2
3
export function github_avatar(username) {
return `https://github.com/${username}.png`;
}