-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (78 loc) · 3.52 KB
/
index.html
File metadata and controls
78 lines (78 loc) · 3.52 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<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. But we wanted to start by adding the cheaper version possible in IPFS -->
<head>
<meta charset="utf-8" />
<title>Ξthereans OS - The New Ethereum Order</title>
<meta name="description" content="ΞthOS is an R&D operating system on top of ethereum, building common standards (Tokens, Organizations, Finance) to defeat the coprorate capture of Ethereum, before it's too late.">
<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">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
</head>
<body>
<section class="page">
<header class="bip">
<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>
<a href="buidlerberg.html">Buidlerberg</a>
<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>
<section class="map" id="bip">
<a class="m0" href="index.html">
<img src="img/00.png">
</a>
<a class="m1" href="organizations.html">
<img src="img/9.png">
</a>
<a href="nerv.html" class="m2">
<img src="img/10.png">
</a>
<a href="wimd.html" class="m3">
<img src="img/11.png">
</a>
<p class="m4">
<img src="img/2.png">
</p>
<a href="doc.html" class="m5">
<img src="img/3.png">
</a>
<a href="buidlerberg.html" class="m6">
<img src="img/8.png">
</a>
<p class="m7">
<img src="img/7.png">
</p>
<a href="items.html" class="m8">
<img src="img/4.png">
</a>
<a href="equities.html" class="m9">
<img src="img/5.png">
</a>
<a href="os.html" class="mX">
<img src="img/theOS.png">
</a>
<a href="covenants.html" class="m10">
<img src="img/6.png">
</a>
<p class="m11">
<img src="img/12.png">
</p>
<p class="m12">
<img src="img/1.png">
</p>
</section>
<article class="desc">
<h5>Welcome to the New Ethereum Order.</h5>
<h6>The Ethereans Operating System is a layer for building any kind of application on Ethereum, powered by extendable factories for DeFi, NFTs and on-chain governance.</h6>
</article>
</section>
</body>
</html>