Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add more social network links #261

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ footer:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
url: https://fb.me/chombo.club
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: https://www.instagram.com/krakowchomboclub/
- label: "X"
icon: "fab fa-fw fa-x-twitter"
url: https://x.com/ChomboKrakow
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: https://github.com/riichi
Expand Down
4 changes: 3 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Krakowski Klub Chombo (KKC; ang. Krakow Chombo Club, KCC) to stowarzyszenie zlok
Można nas znaleźć na poniższych sieciach społecznościowych:
* [Discord]({{ site.footer.links[0].url }}) — gdzie prowadzimy codzienne rozmowy
* [Facebook]({{ site.footer.links[1].url }}) — gdzie informujemy o aktualnych i przyszłych wydarzeniach
* [GitHub]({{ site.footer.links[2].url }}) — gdzie budujemy oprogramowanie pomagające rozwinąć umiejętności w Mahjongu
* [Instagram]({{ site.footer.links[2].url }}) — gdzie publikujemy zdjęcia z naszych wydarzeń i spotkań
* [X (dawniej Twitter)]({{ site.footer.links[3].url }}) — gdzie informujemy międzynarodową społeczność o naszych zmaganiach ligowych i na turniejach
* [GitHub]({{ site.footer.links[4].url }}) — gdzie budujemy oprogramowanie pomagające rozwinąć umiejętności w Mahjongu

## Stowarzyszenie

Expand Down
2 changes: 2 additions & 0 deletions contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ lang: pl
Możesz się z nami skontaktować za pośrednictwem:
* [Serwera Discorda]({{ site.footer.links[0].url }})
* [Strony na Facebooku]({{ site.footer.links[1].url }})
* [Strony na Instagramie]({{ site.footer.links[2].url }})
* [Profilu na X (dawniej Twitter)]({{ site.footer.links[3].url }})
* Poczty e-mail: [[email protected]](mailto:[email protected])

<hr>
Expand Down
4 changes: 3 additions & 1 deletion en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Kraków Chombo Club (KCC; pol. Krakowski Klub Chombo, KKC) is an association loc
You can find us on the following social networking websites:
* [Discord]({{ site.footer.links[0].url }}) — where all of our casual conversations take place
* [Facebook]({{ site.footer.links[1].url }}) — where we keep you informed about current and future events
* [GitHub]({{ site.footer.links[2].url }}) — where we keep the software we build to help improve Mahjong skills
* [Instagram]({{ site.footer.links[2].url }}) — where we publish photos from our events and meetings
* [X (formerly Twitter)]({{ site.footer.links[3].url }}) — where we inform international community about our league and tournament competitions
* [GitHub]({{ site.footer.links[4 ].url }}) — where we keep the software we build to help improve Mahjong skills

## Association

Expand Down
2 changes: 2 additions & 0 deletions en/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ lang: en
You can contact us directly by:
* [Discord server]({{ site.footer.links[0].url }})
* [Facebook page]({{ site.footer.links[1].url }})
* [Instagram page]({{ site.footer.links[2].url }})
* [X (formerly Twitter) page]({{ site.footer.links[3].url }})
* Email: [[email protected]](mailto:[email protected])

<hr>
Expand Down