Skip to content

Commit 09a3a8c

Browse files
authored
Merge pull request #84 from BeJUG/feature/social-links
Update social media links
2 parents 0c848f2 + 883e19c commit 09a3a8c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

templates/index.ftl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@
1919
</div>
2020
<h2>How to</h2>
2121
<ul class="list-unstyled mb-4">
22-
<li>Want to speak at the meetup? Send us a message either on Meetup.com, via DM on Twitter... or talk to us directly at an event.</li>
23-
<li>Want to host the BeJUG at your company? Read the partnership guidelines and get in touch!</li>
22+
<li>Want to speak at the meetup? Let us know in a <a href="https://github.com/BeJUG/bejug.github.io/issues" target="_blank">GitHub ticket</a> or talk to us directly at an event.</li>
23+
<li>Want to host the BeJUG at your company? Read the <a href="/partnership-guidelines.html">partnership guidelines</a> and get in touch!</li>
2424
</ul>
2525
<div class="mb-4">
26-
<a class="m-1" style="color: #55acee" href="https://twitter.com/BeJUG" role="button"><i class="fa-brands fa-twitter"></i></a>
27-
<a style="color: #208bfe" href="https://bsky.app/profile/bejug.bsky.social" role="button"><i class="fa-brands fa-bluesky"></i></a>
28-
<a class="m-1" style="color: #0077b5" href="https://www.linkedin.com/groups/155664/" role="button"><i class="fa-brands fa-linkedin"></i></a>
29-
<#-- <a class="m-1" style="color: #ff0000" href="https://youtube.com/@bejug" role="button"><i class="fa-brands fa-youtube"></i></a>-->
30-
<a class="m-1" style="color: #333" href="https://github.com/bejug" role="button"><i class="fa-brands fa-github"></i></a>
26+
<a class="m-1" style="color: #208bfe" href="https://bsky.app/profile/bejug.bsky.social" target="_blank" role="button"><i class="fa-brands fa-bluesky"></i></a>
27+
<a class="m-1" style="color: #6364ff" href="https://foojay.social/@BeJUG" target="_blank" role="button"><i class="fa-brands fa-mastodon"></i></a>
28+
<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>
29+
<a class="m-1" style="color: #333" href="https://github.com/bejug" target="_blank" role="button"><i class="fa-brands fa-github"></i></a>
3130
</div>
3231
</div>
3332
</@parent.layout>

0 commit comments

Comments
 (0)