update services list
This commit is contained in:
parent
3e315f5619
commit
ec3c0887d8
1 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
items: [
|
||||
{ url: 'matrix.hackerspace.pl', name: 'Matrix', description: 'Our chatrooms' },
|
||||
{ url: 'mail.hackerspace.pl', name: 'E-mail', alias: 'Roundcube', description: 'Email client' },
|
||||
{ url: 'social.hackerspace.pl', name: 'Mastodon', description: 'Our Mastodon instance' },
|
||||
{ url: 'social.hackerspace.pl', name: 'Mastodon', alias: 'Fediverse', description: 'Our Mastodon instance' },
|
||||
{ url: 'lists.hackerspace.pl', name: 'Mailing lists', alias: 'mailman', description: 'Mailing lists' },
|
||||
{ url: 'oodviewer.q3k.me', name: 'oodviewer', description: 'Memory of our IRC bot' },
|
||||
]
|
||||
|
@ -91,6 +91,7 @@
|
|||
{
|
||||
title: 'Other Hackerspaces',
|
||||
items: [
|
||||
{ url: 'hakerzy.info', name: 'Polish Hackerspaces', alias: 'ZHP', description: 'Inter-Hackerspace landing page' },
|
||||
{ url: 'hackerspace-krk.pl', name: 'Hackerspace Kraków', alias: 'hskrk' },
|
||||
{ url: 'hswro.org', name: 'Hackerspace Wrocław', alias: 'hswro' },
|
||||
{ url: 'hsp.sh', name: 'Hackerspace Pomorze', alias: 'hsp' },
|
||||
|
@ -102,7 +103,9 @@
|
|||
title: 'Archive',
|
||||
items: [
|
||||
{ url: 'blog.hackerspace.pl', name: 'blog', alias: '', description: 'Our blog (archived)' },
|
||||
{ url: 'cebula.camp', name: 'Cebula camp', alias: '', description: 'Ersatz CCC (archived)' },
|
||||
{ url: 'gallery.hackerspace.pl', name: 'gallery', alias: 'galamity', description: 'Our gallery (archived)' },
|
||||
// Note: dead url
|
||||
// { url: 'cebula.camp', name: 'Cebula camp', alias: '', description: 'Ersatz CCC (archived)' },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue