-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
129 lines (124 loc) · 5.67 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
layout: default
title: Home
id: index
head: |
<link rel="me" href="https://mastodon.social/@redecentralize"/>
---
<header class="front-page-header bg-black">
<h1 class="caps center">Redecentralize</h1>
<hr class="flashy pill centered"/>
<div class="intro-text">
<p>
We’ve had enough of digital monopolies and surveillance capitalism. We want a world that works for everyone, just like the original intention of the web and net.
</p>
<p>
We seek a world of open platforms and protocols with real choices of applications and services for people. We care about privacy, transparency and autonomy. Our organisations and tools should fundamentally be accountable and resilient.
</p>
</div>
</header>
<div class="bg-medium">
<section class="container clearfix">
<h2 id="mission">Our mission</h2>
<hr class="flashy pill"/>
<div class="mxn3">
<div class="md-col md-col-6 px3">
<h3>Taking back the net…</h3>
<p>
Redecentralize challenges the prevalent paradigm of central ‘clouds’ and ‘platforms’ that intermediate people’s interactions, set the rules, and lock them in.
</p>
<p>
We strive for an ecosystem of interoperable products, letting people choose their software and keep their data themselves.
</p>
<p>
Think self-hostable social media where users and communities can set their own rules; apps that don’t spy; devices that obey their user, not creator.
</p>
</div>
<div class="md-col md-col-6 px3">
<h3>…by supporting <em>decent</em> tech</h3>
<p>
Redecentralize connects, facilitates and promotes projects pursuing decentralisation. We bring people together to learn and exchange, and help bridge the gap between technology, media and politics.
</p>
<p>
Amid growing awareness of problems with big tech, we advocate for structural solutions. Where others might debate how a powerful platform should be kept accountable, we question why it even has this power — and show the alternatives.
</p>
<p>
<a href="/about/" class="flashy btn">More about Redecentralize →</a>
</p>
</div>
</div>
</section>
</div>
<div class="bg-green">
<section class="container">
<h2 id="latest-posts">Latest posts</h2>
<hr class="flashy pill"/>
<div class="card-grid">
{% for post in site.categories['blog'] offset: 0 limit: 3 %}
{% assign author = site.authors[post.author] %}
<article>
{{ post.date | date: "%-d %B %Y" }} — <small>{{ author.display_name }}</small>
<a rel="bookmark" href="{{post.url}}">
<h3>{{ post.title }}</h3>
</a>
<p>
{{ post.summary }}
</p>
</article>
{% endfor %}
</div>
<div style="display: flex; flex-flow: row wrap; align-items: baseline; justify-content: space-around;">
<p style="margin: 1em;">
<a class="flashy btn" href="/blog/">See all posts →</a>
</p>
<p style="margin: 1em;">
To get updates in your inbox: <a class="btn btn-outline" target="_blank" href="https://lists.redecentralize.org/subscription/4kXQFACSu">Sign up for our newsletter</a>
</p>
</div>
</section>
</div>
<div class="bg-medium">
<section class="container">
<h2 id="resources">Resources</h2>
<hr class="flashy pill"/>
<div class="card-grid">
<section>
<h3>Learn more about decentralisation</h3>
<p>
Read our articles on <a href="/blog/2018/08/18/theres-more-to-decentralisation-than-blockchains-and-bitcoin.html">the what and why of decentralization</a> and <a href="/blog/2020/02/07/breaking-big-tech-open.html">how to break big tech <em>open</em></a>. We also surface writings from others in our monthly <a href="/redigest/">digests</a>.
</p>
</section>
<section>
<h3>Find decentralised alternatives</h3>
<p>
Check out or contribute to the <a href="https://github.com/redecentralize/alternative-internet">alternative internet list</a>, a crowd-sourced directory of hundreds of software projects.
</p>
<p>
We also love <a href="https://switching.software/">switching.software</a> as a user-friendly guide to ethical alternatives to well-known apps and services.
</p>
</section>
<section>
<h3>Watch founder interviews</h3>
<p>
Back in 2013 we started with interviewing people working in this space, leading to over 20 videos revealing the minds behind the projects. <a href="/interviews/">Explore the archive</a>.
</p>
</section>
</div>
</section>
</div>
<div class="bg-dark">
<section id="contact" class="container">
<h2 id="get-involved">Get involved</h2>
<hr class="flashy pill"/>
<p>Redecentralize relies heavily on its community of technologists, scientists, designers and decentralization enthusiasts. Get involved!</p>
<p>
We need web developers, community managers, event organisers, marketing and policy advisors to help build and grow our community and organise our next conference. Eager to help? Email us at <a href="mailto:[email protected]">[email protected]</a>, or chat with us on Matrix in <a href="https://riot.im/app/#/room/#redecentralize:matrix.org" target="_blank">#redecentralize:matrix.org</a>.
</p>
<p>
If you want to just stay in the loop, join our newsletter to receive updates, blog posts, and a monthly digest in your inbox:
</p>
<p>
<a class="flashy btn" target="_blank" href="https://lists.redecentralize.org/subscription/4kXQFACSu">Sign up for our newsletter</a>
</p>
</section>
</div>