-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
243 lines (235 loc) · 10 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
href="https://cdn.jsdelivr.net/animatecss/3.5.2/animate.min.css"
rel="stylesheet"
/>
<link
href="image/favicon-dark.png"
type="image/x-icon"
rel="icon"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="fonts/stylesheet.css" />
<title>CORD - Enterprise Blockchain Framework</title>
</head>
<body>
<div class="container-fluid p-0">
<header class="brand-bg-color header-holder">
<div class="container">
<a href="/">
<img src="image/cord-network.png" class="img-width" />
</a>
</div>
</header>
<div class="banner brand-bg-color content-holder grad1">
<div>
<div class="banner-content wow fadeIn" data-wow-duration="1s">
<h1 class="head-desktop">
<img src="image/line-desktop.png" class="img-width-line" /> A tokenless distributed <br/> ledger network designed <br/>for population scale <img src="image/circle-desktop.png" class="img-width-circle" />
</h1>
<h1 class="head-mobile">
<img src="image/line-desktop.png" class="img-width-line" /> A tokenless distributed ledger network designed for population scale <img src="image/circle-desktop.png" class="img-width-circle" />
</h1>
<p class="banner-para mt-3">
With unique persistent identifiers, registries, and delegation hierarchies, CORD presents a shift in the management of information and continuous data assurance
</p>
</div>
</div>
<!-- <div class="illustration-holder">
<img src="image/background.png" class="desktop-display img-illustration">
<img src="image/background-mobile.png" class="mbl-display img-illustration-mbl">
</div> -->
<div class="banner-second content-holder">
<button type="button" class="btn-light-cord banner-para-btn" onclick="window.open('https://github.com/dhiway/cord')" >
<img src="image/right-arrow.svg" class="img-width-right-arrow mr-2" /> <span>Build on CORD</span>
</button>
<div class="container">
<div class="banner-content-second wow fadeIn" data-wow-duration="1s">
<h2>
<img src="image/line-desktop.png" class="img-width-line" /> CORD is <br/> designed for the open <br/>hybrid enterprise <img src="image/circle-desktop.png" class="img-width-circle-cord" />
</h2>
<p class="banner-para-cord mt-3">
The capabilities of CORD are available on the publicly hosted network or a dedicated network built from scratch as the needs demand. There is no need to settle for less regarding interoperability, data security and governance. </p>
<button type="button" class=" banner-para-btn btn-light-cord btn-whitepaper" onclick="window.open('https://cord.network/whitepaper/unlock_opportunities.pdf')" >
<img src="image/right-arrow.svg" class="img-width-right-arrow mr-2" /> <span class="pt-2">Read the whitepaper</span>
</button>
<div class="posi-stats">
<img src="image/cn_stat_web.png" class="img-width-stats img-stats-desktop " />
<img src="image/cn_stat_mobile.png" class="img-width-stats img-stats-mbl" />
</div>
</div>
</div>
</div>
</div>
<div class="grad2">
<div class="features">
<div class="container">
<div class="row">
<div
class="col-lg-7 col-xs-12 col-sm-12 wow fadeIn d-flex justify-content-center flex-column align-items-start"
data-wow-duration="1.4s"
>
<button type="button" class="btn badge-info btn-sm mb-3">
Developers Guide
</button>
<h2>
<img src="image/line-desktop.png" class="img-width-line" /> Create a scalable and <br/> interoperable infrastructure <br/> which is secure by design <img src="image/circle-desktop.png" class="img-width-circle-cord" />
</h2>
<p class="mt-3 developer-para developer-para-desktop">
Get access to demo scripts, building blocks and other <br /> resources
from the CORD developer community
</p>
<p class="mt-3 developer-para developer-para-mobile">
Get access to demo scripts, building blocks and other resources
from the CORD developer community
</p>
<button type="button" class="btn-light-cord banner-para-dev" onclick="window.open('https://github.com/dhiway/cord')" >
<img src="image/right-arrow.svg" class="img-width-right-arrow mr-2" /> <span>Build on CORD</span>
</button>
<!-- </a> -->
</div>
<div class="col-lg-5 text-center">
<img src="image/build.cards.png" alt="build-cards" class="build-cards mt-4 mt-4-mbl">
<!-- <ul
class="feature-cards wow fadeInRight"
data-wow-duration="2s"
>
<li>
<div>
<img src="image/quick-start.svg" alt="Quick Start" />
</div>
<h4>Quick Start</h4>
</li>
<li>
<div>
<img src="image/create.svg" alt="Create" />
</div>
<h4>Create Identity</h4>
</li>
<li>
<div>
<img src="image/chain.svg" alt="Chain" />
</div>
<h4>Chain Setup</h4>
</li>
<li>
<div>
<img src="image/cord-sdk.svg" alt="Cord" />
</div>
<h4>Integrate CORD SDK</h4>
</li>
</ul> -->
</div>
</div>
</div>
</div>
<div class="join-holder">
<div class="container wow fadeIn">
<h2 class="desktop-device">Join the Community</h2>
<h2 class="mobile-device">
<img src="image/line-desktop.png" class="img-width-line" /> Join the <br/> Community <img src="image/circle-desktop.png" class="img-width-circle-cord" />
</h2>
<p>
Participate in the growth of the CORD network - join our GItHub organization and our Discord <br/> community. Get access to tools to build on CORD.
</p>
<ul class="social-connect ml-0 p-0 mt-5">
<li>
<a
href="https://apps.cord.network/"
target="_blank"
><img src="image/spark-net.svg" alt="sparknet cord"
/></a>
</li>
<li>
<a
href="https://discord.com/invite/YSfBa8JsAM"
target="_blank"
><img src="image/discord.svg" alt="Discord"
/></a>
</li>
<li>
<a
href="https://github.com/dhiway/cord"
target="_blank"
><img src="image/github.svg" alt="Github"
/></a>
</li>
</ul>
<img
src="image/community.png"
alt="Community"
class="mx-auto w-100 wow fadeInUp mt-5"
data-wow-duration="0.8s"
data-wow-delay="0.4s"
/>
</div>
</div>
</div>
<footer class="footer-container">
<div class="container">
<div class="pb-0 d-flex justify-content-between flex-row ">
<a href="/">
<img src="image/cord-network.png" class="img-width m-1" />
</a>
<div
class="d-flex flex-row justify-content-center align-items-center "
>
<p class="font-semibold mr-2 text-purple">Write to us </p>
<p class="font-regular text-purple"><a href="mailto:[email protected]" class="text-purple"> [email protected]</a></p>
</div>
<div class="copyright">
<div class="container">
<p class="text-right mb-0 text-center text-purple mt-2">
Copyright ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
Dhiway | All rights reserved.
</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
wow = new WOW({
boxClass: "wow",
animateClass: "animated",
offset: 100,
mobile: false,
});
wow.init();
$(document).ready(function(){
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 20) {
$(".header-holder").addClass("header-fixed");
} else {
$(".header-holder").removeClass("header-fixed");
}
});
});
</script>
</body>
</html>