-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (88 loc) · 4.21 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" type="text/css" />
<title>bitspossessed | join us!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="We are Bitspossessed, a software developers collective. We support people, organizations, and communities to realize technologically-driven ideas."
/>
<meta name="robots" content="index, follow" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header>bitspossessed</header>
<section class="overview">
<p>
We are Bitspossessed, a software developers collective. We support people, organizations, and communities to realize technologically-driven ideas.
</p>
<p>
Bitspossessed provides a healthy, supportive space for our members to build software cooperatively. We strive to contribute to a more just and equitable tech industry, a sustainable digital commons, and an ecologically-regenerative future that prioritizes care and social responsibility.
</p>
<p>
Bitspossessed currently consists of <a href="https://github.com/llunaCreixent">Elena San Miguel (@llunaCreixent)</a>, <a href="https://github.com/louilinn">Louise Linné (@louilinn)</a>, <a href="https://github.com/houndbee">Kaustubh Srikanth (@houndbee)</a>, <a href="https://github.com/JacqueGM">Jacque (@JacqueGM)</a>, <a href="https://github.com/mikozet">Miko (@mikozet)</a>, <a href="https://github.com/adzialocha">Andreas Dzialocha (@adz)</a>, and <a href="https://github.com/ana0/">Sarah Friend (@isthisa)</a>.
</p>
<p>
We are currently looking for more developers for one of our projects!
</p>
</section>
<section class="events">
<article>
<h2>The Circles Project</h2>
<p>
We are the maintainers of Circles UBI, a protocol and open source project running a basic income on the Ethereum blockchain.
</p>
<p>
Since we launched the project last year, Circles has become a wider network of collectives and initiatives building alternative economic systems for their local neighborhoods.
</p>
<p>
The initial work has mostly been carried by the Bitspossessed developer collective and the Circles Cooperative in Berlin. With Circles growing beyond its MVP status we are looking now for more developers to bring the stack to the next level.
</p>
<p>
If you are interested in more information about Circles and its philosophy, you can read our official <a href="https://joincircles.net/faq">FAQ</a> and the <a href="https://handbook.joincircles.net/docs/developers/whitepaper/">whitepaper</a>.
</p>
</article>
</section>
<section class="events">
<article>
<h2>Vacant positions</h2>
<p>
The Bitspossessed collective is currently not hiring! If this changes, we will update this page.
</p>
</article>
</section>
<section class="overview" id="good-to-know">
<article>
<h2>Good to know</h2>
<ul>
<li>
We work primarily remote-first somewhere in the CET timezone
</li>
<li>
We are open to different sorts of time-commitments, somewhere between half-time and fulltime
</li>
<li>
We have a balanced gender ratio in the team
</li>
<li>
A healthy and inclusive working environment is highly prioritized within Bitspossessed
</li>
</ul>
</article>
</section>
<section class="imprint">
<ul>
<li>
Circles on GitHub: <a href="https://github.com/CirclesUBI/">https://github.com/CirclesUBI/</a>
</li>
<li>
Bitspossessed on GitHub: <a href="https://github.com/bitspossessed/">https://github.com/bitspossessed/</a>
</li>
</ul>
</section>
</div>
</body>
</html>