diff --git a/_data/social-media.yml b/_data/social-media.yml index 8c08ec8..f7709cb 100644 --- a/_data/social-media.yml +++ b/_data/social-media.yml @@ -1,8 +1,8 @@ -twitter: +github: id: 'Nokorpo' - href: 'https://twitter.com/nokorpo' - title: 'Twitter' - icon: 'twitter-logo.svg' + href: 'https://github.com/Nokorpo' + title: 'GitHub' + icon: 'github-logo.svg' mastodon: id: '@nokorpo@gamedev.lgbt' diff --git a/_includes/navigation.html b/_includes/navigation.html index 9c61feb..3da1d43 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -5,7 +5,12 @@ {{ item.name }} {% endfor %} - - Mastodon - +
+ + Mastodon + + + GitHub + + \ No newline at end of file diff --git a/about-us.md b/about-us.md index e594abe..02a6c98 100644 --- a/about-us.md +++ b/about-us.md @@ -31,11 +31,13 @@ Email: _[{{ site.data.social-media.email.href }}](mailto: {{ site.data.social-me -## Our projects +## Open source projects 🌌 + +We open source some of our projects, take a look at our [GitHub]({{ site.data.social-media.github.href }})!