-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (54 loc) · 2.08 KB
/
index.html
File metadata and controls
69 lines (54 loc) · 2.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rechained - Rethink, Reblock, Rechain</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="icon" type="image/png" href="/favicon.png" />
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="particle"></div>
<div id="wrapper">
<img src="img/rechained-logo.png" class="logo" alt="Rechained"/>
<div id="description">
<h1>Rethink. Reblock. Rechain.</h1>
<p>The company's main areas of operation are blockchain
technologies, development of DApps and active participation
and development of the crypto communities at
regional and global level.</p>
<p>Rechained was established in 2017 as a joint venture
of <a href="https://era.io/" target="_blank">IO Era</a> and the
<a href="https://os.university/" target="_blank">Open Source University</a>,
combining the expertise of senior research and development teams with
international profile.</p>
<p>
This step accelerated the development of the OS.University
distributed platform, by bringing technical experts
who supported the project's vision and contributed
for the adoption of a modern model for financing
the platform's development — the EDU tokensale.
</p>
<p>
Rechained is currently expanding its operations and open to persue new business opportunities.
</p>
</div>
<div id="footer">
<div style="float: left;">
©2017 Rechained Ltd.
</div>
<div style="float: right;">
<a href="mailto:hello@rechained.com">hello@rechained.com</a>
</div>
<div class="clear: both;"></div>
</div>
</div>
<script src="js/particles.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>