Initial commit
This commit is contained in:
commit
c46851c430
14
1.html
Normal file
14
1.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Data.coop 2022 | Bornhack talk</title>
|
||||||
|
<h1>Data.coop, briefly</h1>
|
||||||
|
<ul>
|
||||||
|
<li>Association formally based in Copenhagen, Denmark, but we live on the internet</li>
|
||||||
|
<li>We collectively own two physical servers</li>
|
||||||
|
<li>Our purpose is to deliver digital services to our members with core principles of:<ul>
|
||||||
|
<li>privacy protection,<li>encryption<li>decentralization, and<li>zero-knowledge</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<ul><li><a href="2.html">next slide</a></li></ul>
|
||||||
|
</footer>
|
18
2.html
Normal file
18
2.html
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Data.coop 2022 | Bornhack talk</title>
|
||||||
|
<h1>Some of the services we offer to our members</h1>
|
||||||
|
<ul>
|
||||||
|
<li>Email, e.g. <a href="mailto:reynir@data.coop">reynir@data.coop</a></li>
|
||||||
|
<li>Gitea git hosting</li>
|
||||||
|
<li>Matrix chat - check out <a href="matrix:#data.coop:data.coop">#data.coop:data.coop</a></li>
|
||||||
|
<li>Mastodon at social.data.coop</li>
|
||||||
|
<li>Unikernels! For example these slides</li>
|
||||||
|
<li>And more, and we continuously add new services</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<ul>
|
||||||
|
<li><a href="3.html">next slide</a></li>
|
||||||
|
<li><a href="1.html">previous slide</a></li>
|
||||||
|
</ul>
|
||||||
|
</footer>
|
17
3.html
Normal file
17
3.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Data.coop 2022 | Bornhack talk</title>
|
||||||
|
<h1>Ok, cool. But how do I become a member?</h1>
|
||||||
|
<p>Great question! Our membership fee is (at least) 300 dkk with a reduced 50 dkk membership if you are a student or unwaged.</p>
|
||||||
|
<p>For current information check our <a href="https://data.coop/medlem/">website</a>, but you send us a bank transfer with a message with your name and email, and send us an email.
|
||||||
|
<ul>
|
||||||
|
<li>Reg. 8401 (Merkur)</li>
|
||||||
|
<li>Kontonr. 1016866</li>
|
||||||
|
<li>Tekst på overførslen: Fornavn+efternavn</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<ul>
|
||||||
|
<li><a href="4.html">next slide</a></li>
|
||||||
|
<li><a href="2.html">previous slide</a></li>
|
||||||
|
</ul>
|
||||||
|
</footer>
|
8
4.html
Normal file
8
4.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Data.coop 2022 | Bornhack talk</title>
|
||||||
|
<h1>I'm still on the fence, but I'd like to learn more</h1>
|
||||||
|
<p><b><em>Awesome!</em></b> We have a meetup tonight at 23:00 in the bar! Come hang out and meet current members!
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<ul><li><a href="3.html">previous slide</a></li><ul>
|
||||||
|
</footer>
|
5
index.html
Normal file
5
index.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<title>Data.coop 2022 | Bornhack talk</title>
|
||||||
|
<h1>Data.coop - a data collective</h1>
|
||||||
|
|
||||||
|
<a href="1.html"><h2>First slide</h2></a>
|
Loading…
Reference in a new issue