Skip to content

Commit 83507c0

Browse files
authored
Merge pull request #113 from YassinHajaj/patch-5
Add social media links to the navigation bar
2 parents ee8eabd + afa7be1 commit 83507c0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

templates/base.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@
6060
</ul>
6161
<ul class="navbar-nav">
6262
<li class="p-2"><a style="color: #55acee" href="https://twitter.com/BeJUG" role="button"><i class="fa-brands fa-twitter"></i></a></li>
63+
<li class="p-2"><a style="color: #6364ff" href="https://foojay.social/@BeJUG" target="_blank" role="button"><i class="fa-brands fa-mastodon"></i></a></li>
6364
<li class="p-2"><a style="color: #208bfe" href="https://bsky.app/profile/bejug.bsky.social" role="button"><i class="fa-brands fa-bluesky"></i></a></li>
6465
<li class="p-2"><a style="color: #333" href="https://github.com/bejug" role="button"><i class="fa-brands fa-github"></i></a></li>
66+
<li class="p-2"><a style="color: #D63B63" href="https://www.meetup.com/belgian-java-user-group/" role="button"><i class="fa-brands fa-meetup"></i></a></li>
6567
</ul>
6668
</div>
6769
</div>

templates/index.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<a class="m-1" style="color: #6364ff" href="https://foojay.social/@BeJUG" target="_blank" role="button"><i class="fa-brands fa-mastodon"></i></a>
2828
<a class="m-1" style="color: #0077b5" href="https://www.linkedin.com/groups/155664/" target="_blank" role="button"><i class="fa-brands fa-linkedin"></i></a>
2929
<a class="m-1" style="color: #333" href="https://github.com/bejug" target="_blank" role="button"><i class="fa-brands fa-github"></i></a>
30+
<a class="m-1" style="color: #D63B63" href="https://www.meetup.com/belgian-java-user-group/" role="button"><i class="fa-brands fa-meetup"></i></a>
3031
</div>
3132
</div>
3233
</@parent.layout>

0 commit comments

Comments
 (0)