-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuidlerberg.html
More file actions
54 lines (54 loc) · 2.83 KB
/
buidlerberg.html
File metadata and controls
54 lines (54 loc) · 2.83 KB
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
<html>
<!-- This release is made completely in HTML & CSS because is designed to be cheaper in therm of size. In the next release we'll make it based on react.js adding all of the fancy effects needed. -->
<head>
<meta charset="utf-8" />
<title>Ξthereans OS - Buidlerberg</title>
<meta name="description" content="ΞthOS is an R&D operating system on top of ethereum - Tucked away deep inside the Ethereum network, a community of researchers is studying and experimenting with DFO technology.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="page">
<header>
<a class="mapbtn" href="index.html">Map</a>
<a href="organizations.html">Organizations</a>
<a href="covenants.html">Covenants</a>
<a href="items.html">ITEMS</a>
<a href="equities.html">Equities</a>
<a href="nerv.html">NERV</a>
<a href="wimd.html">WIMD</a>
<a href="doc.html">Doc</a>
<p>Buidlerberg</p>
<a href="https://discord.gg/nHZ2bUd" target="_blank">Discord</a>
<a href="https://github.com/ethereansos" target="_blank">Github</a>
<a href="os.html">The OS</a>
</header>
<div class="fancyeffect">
<img src="img/background.png">
</div>
<section class="map map2">
<a class="m0" href="index.html">
<img src="img/0.png">
</a>
</section>
<section class="expl">
<article class="title">
<figure class="icon">
<img src="img/i6.png">
</figure>
<h3>Buidlerberg</h3>
<br>
<p>Tucked away deep inside the Ethereum network, a community of researchers is studying and experimenting with DFO technology. They are developing the first truly on-chain organizations of the future, together taking on the task of buidling a genuinely decentralized dApp ecosystem. The Buidlerberg Event is the annual event for Buidlers. This event is open to all projects out there eluding the corruptive influence of corporate capture.</p>
<aside class="link">
<a href="https://buidlerberg.eth.link" target="_blank">2020 Edition</a>
</aside>
</article>
<figure class="island">
<img class="iimg3" src="img/8.png">
</figure>
</section>
</section>
</body>
</html>