-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
34 lines (33 loc) · 2.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
---
<div class="container">
<div class="row">
<div class="col-md-4 col-md-push-8">
<a class="u-zeroDecoration" href="http://www.meetup.com/Barcelona-Free-Software/"><img class="u-imgWidth logoImg" src="images/BFS.svg"></a>
</div>
<div class="col-md-8 col-md-pull-4">
<p class="introText">
<span class="introText--title">Barcelona Free Software</span> is a creators community of Free Software, also known as Open Source, in Barcelona. Our main activity is a <a class="u-fontMono" href="http://www.meetup.com/{{ site.meetup_username }}/">Meetup group</a>, an open gathering for developers and users who share a love for software freedom, but sometimes we organize bigger events too (like the <a href="https://2019.linuxappsummit.org/">Linux App Summit 2019</a> or <a href="https://akademy.kde.org/2022/">Akademy 2022</a>).
</p>
<p class="introText">Come to our next meeting to discover new projects and have a drink.</p>
<p class="introText">Join our <a href="https://bcnfs.zulipchat.com">community chat</a> and talk to us and the rest of Free Software enthusiasts in Barcelona.</p>
<p class="introText">Subscribe to our <a href="https://lists.bcnfs.org/mailman3/lists/comunicacio.bcnfs.org/">mailing list</a> to be informed every time we schedule a meetup.</p>
<p class="introText">Are you interested in Linux kernel programming? Learn more about our <a href="/kernel-peer-lab">Kernel peer lab</a>.</p>
<p class="introText">Anything to say? Please, <a href="mailto:{{ site.email }}">contact us</a> directly.</p>
<p class="introText">We are friends and want to stay friends. Learn about our <a href="/conduct">Code of Conduct</a>.</p>
<p class="introText">You can also follow us on <a href="https://fosstodon.org/@{{ site.fosstodon_username }}">Mastodon</a> and <a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a>.</p>
</div>
</div>
<div class="row u-marginBottom u-alignCenter">
<h2 class="u-fontMono">Patrons</h2>
<div class="patrons">
<a class="u-zeroDecoration" href="https://www.kde.org/"><img class="patronLogo" alt="KDE España" src="images/kde.svg"></a>
<a class="u-zeroDecoration" href="https://www.fsfe.org/"><img class="patronLogo" alt="Free Software Foundation Europe" src="images/fsfe.svg"></a>
<a class="u-zeroDecoration" href="https://www.opensuse.org/"><img class="patronLogo" alt="Suse" src="images/openSUSE_logo.svg"></a>
<a class="u-zeroDecoration" href="https://www.pine64.org/"><img class="patronLogo" alt="Suse" src="images/pine64.jpg"></a>
</div>
<hr />
<p class="closingText">Want to help us? We have <a href="/sponsoring">sponsorships</a> available.</p>
</div>
</div>