Skip to content

Commit bde53b3

Browse files
authored
feat: social media
1 parent eb256b6 commit bde53b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/layouts/default.haml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@
2828
%h2.aside= t('meetings')
2929
%p Spotykamy się w każdy wtorek o godzinie 18:00 w naszej siedzibie, która mieści się na ulicy Grunwaldzkiej 61, w pok. nr 1 (wejście boczne budynku T3).
3030
%h2.aside= t('social.online')
31-
%a{:href =>"https://www.facebook.com/groups/175529160840/" ,:target => "_blank"}= t('social.group')
31+
%a{:href => "https://discord.gg/nwdcrnk", :target => "_blank"} Discord
3232
%br
33-
%a{:href =>"https://www.facebook.com/asi-wroclaw/" ,:target => "_blank"}= t('social.fanpage')
33+
%a{:href => "https://www.facebook.com/asi-wroclaw/", :target => "_blank"} Facebook
3434
%br
35-
%a{:href =>"https://discord.gg/nwdcrnk" ,:target => "_blank"} Discord
35+
%a{:href => "https://www.linkedin.com/company/akademickie-stowarzyszenie-informatyczne/, :target => "_blank"} LinkedIn
3636
%br
3737
%a{:rel => "me", :href => "https://fosstodon.org/@ASI", :target => "_blank"} Mastodon
3838
%br
39+
%a{:href => "https://bsky.app/profile/asi.wroclaw.pl", :target => "_blank"} Bluesky
40+
%br
41+
%a{:href => "https://www.facebook.com/groups/175529160840/", :target => "_blank"}= t('social.group')
42+
%br
3943
%p
4044
%h2.aside= t('by_year')
4145
- blog.articles.group_by {|a| a.date.year }.each do |year, articles|

0 commit comments

Comments
 (0)