-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
404 lines (383 loc) · 19 KB
/
index.html
File metadata and controls
404 lines (383 loc) · 19 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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="images/image/fav/apple-touch-icon.png" rel="icon"
type="image/png" sizes="32x32" href="images/image/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/image/fav/favicon-16x16.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;1,200;1,700&display=swap" rel="stylesheet">
<!-- Slick Slider CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css">
<title>Cortex App</title>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://crtxapp.matomo.cloud/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '1']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = '//cdn.matomo.cloud/crtxapp.matomo.cloud/matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<!--Start Navbar Section-->
<nav class="navbar navbar-expand-lg navbar-dark shadow menu">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/logo (1).svg" alt="Cortex Logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="roadmap.html">Road Map</a>
</li>
<!--<li class="nav-item">
<li class="nav-item">
<a class="nav-link" href="https://crtx.gitbook.io/faq/">FAQ</a>
</li>-->
</li>
<li class="nav-item">
<a class="nav-link" href="partners.html">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="crtx.whitepaper.pdf" target="_blank">Whitepaper</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="http://eepurl.com/hNNYvr">Subscribe</a>
</li>-->
</ul>
<a href="https://twitter.com/app_cortex" class="icon m-2"><i class="bi bi-twitter text-white"></i></a>
<a href="https://t.me/cortex_app" class="icon m-2"><i class="bi bi-telegram text-white"></i></a>
<a href="https://crtx.medium.com/" class="icon m-2"><i class="bi bi-medium text-white"></i></a>
<a href="https://discord.gg/KEQ54DV4ht" class="icon m-2"><i class="bi bi-discord text-white"></i></a>
</div>
</div>
</nav>
<!--Intro Section-->
<section class="bg-primary text-white pb-4">
<div class="container-fluid">
<div class="row align-items-start p-3 pt-md-0 intro">
<div class="col-lg-6 pb-md-2 pb-3 px-3 features">
<h1 class="pb-5 align-items-start text-center p-3 pt-5 hero-title">
Where Your Digital Legacy Lives</span></h1>
<p class="align-items-start pt-2 p-3 text-center text-white">Embrace the future of the internet with Cortex Network. Secure, scalable, and deeply ethical, we are the trailblazers in Web3 content distribution. Discover a world where your digital history is validated and preserved.</p>
<div class="d-flex justify-content-center text-center pb-5 btn-title mt-5">
<a href="https://cortex.press" target="_blank" class="btn-card mx-2">
Start Publishing
</a>
</div>
</div>
<div class="col-lg-6 pt-lg-5 text-end p-4 pb-4 pt-5 features">
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;">
<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" src="https://www.youtube.com/embed/31it-EmeUVQ"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!--Start Info Section-->
<section>
<div class="container-fluid info bg-primary">
<h2 class="text-white pt-5 text-center">How Cortex Network Works</h2>
<div class="pt-2 row">
<div class="d-flex col-lg p-lg-4">
<div class="card bg-light text-info">
<div class="card-body text-center">
<h4 class="card-title text-center">HDIndex<img class="img-fluid p-5" src="images/graphic1.svg" alt="">
</h4>
<p class="card-text text-danger text-center pt-3">A modified sparse Merkle trie that defines the local
state and allows for fast content lookups. What we get is a high efficiency, low-cost state management
system which generates globally verifiable localized consensus. Publishers will stake CRTX to publish
new states from users on-chain.
</p>
</div>
</div>
</div>
<div class="d-flex col-lg p-lg-4">
<div class="card bg-light">
<div class="card-body text-center">
<h4 class="card-title text-warning">
HDName<img class="img-fluid p-5 " src="images/graphic5.svg" alt="">
</h4>
<p class="card-text text-center text-danger pt-3">A human-readable namespace of keys allows for Web3 URLs
to point at validated content on a decentralized backend, making it much easier to reference
information.
</p>
</div>
</div>
</div>
<div class="d-flex col-lg p-lg-4">
<div class="card bg-light text-danger">
<div class="card-body text-center text-end-lg">
<h4 class="card-title text-center">HDData<img class="img-fluid p-5" src="images/graphic2.svg" alt=""></h4>
<p class="card-text text-danger pt-3">
A key value store for decentralized content using HDName-derived keys. IPFS is default for content.
Users sign with keys and do commits to send to publishers. Anyone with .crtx domain and staked amount of
$CRTX can publish.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Info-->
<!--Parter Scroll-->
<section class="bg-primary text-center text-dark pt-5 partners">
<div class="container">
<div class="bg-primary brand-carousel section-padding owl-carousel">
<div class="single-logo"><a href="https://bproto.io">
<img src="images/bproto.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://get.hiphop/">
<img src="images/dothiphop.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.charged.fi/">
<img src="images/charged-particles-logo-mark-default-colors (1).svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://taggr.io/">
<img src="images/taggr.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.w3bstock.io/">
<img src="images/webstock.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://doingud.com/">
<img src="images/doinggud.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://x21digital.com/">
<img src="images/21digital.svg"></a>
</div>
<div class="single-logo"><a href="https://latitude.services/">
<img src="images/lat.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.butterflyprotocol.io/">
<img src="images/bfly1.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.earth64.com/">
<img src="images/earth641.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.altcoinbuzz.io/">
<img src="images/altcoin.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://au21.capital/">
<img src="images/au21.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://klgroupinc.com/">
<img src="images/kl.svg" alt=""></a>
</div>
<div class="single-logo"><a href="https://www.youtube.com/c/cryptorain">
<img src="images/cryptorain1.svg" alt=""></a>
</div>
</div>
</div>
</section>
<!--Team Section-->
<section class="p-5 bg-primary team pt-4 pt-md-1 pb-md-4">
<section class="section pt-4" id="quicklinks">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="text-center text-white mb-5">Resources</h2>
<div class="text-white row">
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="images/cortex.pdf">How Cortex <br>Works</a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="https://crtx.gitbook.io/faq/">FAQ</a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="info.html">Cortex & Web3 <br></a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="partners.html">Partners</a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="news.html">News<br></a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="https://docs.crtx.io">Documentation<br></a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="https://www.ape.cloud">Ape.Cloud</a>
</div><!-- .box-information-->
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<div class="box-information mx-0">
<a href="https://cortex.press/">Start Publishing on<br>Cortex Press</a>
</div><!-- .box-information-->
</div>
</div><!-- .row-->
</div>
</div>
</div>
</section>
<div class="container">
<h2 class="text-center pt-5 text-dark">Core Team</h2>
<h4 class="text-center team-sub text-danger mb-5">We are team long dedicated to simple and easy to use user-owned
content, a true Web3 for everyone.</h4>
<div class="row g-4">
<div class="col-lg-3 col-md-6">
<div class="card bg-primary">
<div class="card-body text-center text-info">
<img src="images/image/Josh.png" class="rounded-circle mb-3" alt="">
<h5 class="card-title mb-3 text-dark">Josh Robinson</h5>
<h6 class="card-title mb-3 fw-light">Co-Founder</h6>
<p class="card-text"></p>
<a href="https://twitter.com/JoshRobinson"><i class="bi bi-twitter text-danger mx-1"></i></a>
<a href="https://www.linkedin.com/in/thejoshrobinson/"><i class="bi bi-linkedin text-danger mx-1"></i></a>
<a href="https://medium.com/@hexorx"><i class="bi bi-medium text-danger mx-1"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card bg-primary">
<div class="card-body text-center text-info">
<img src="images/image/Leonard.png" class="rounded-circle mb-3" alt="">
<h5 class="card-title mb-3 text-dark">Leonard Kish</h5>
<h6 class="card-title mb-3 fw-light">Co-Founder</h6>
<p class="card-text"></p>
<!--<span class="desc-1 dots">...</span><br>
early that crypto and distributed data are the path to fixing the web, economics and
healthcare. In that order.</p>-->
<a href="https://twitter.com/leonardkish"><i class="bi bi-twitter text-danger mx-1"></i></a>
<a href="https://www.linkedin.com/in/leonardkish/"><i class="bi bi-linkedin text-danger mx-1"></i></a>
<a href="https://medium.com/@leonardkish"><i class="bi bi-medium text-danger mx-1"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card bg-primary">
<div class="card-body text-center text-info">
<img src="images/image/Sergio.png" class="rounded-circle mb-3" alt="">
<h5 class="card-title mb-3 text-dark">Sergio Verdugo</h5>
<h6 class="card-title mb-3 fw-light">Strategy Advisor</h6>
<p class="card-text"></p>
<a href="https://twitter.com/Sergio_bproto"><i class="bi bi-twitter text-danger mx-1"></i></a>
<a href="https://www.linkedin.com/in/sergio-verdugo-b54575210/"><i
class="bi bi-linkedin text-danger mx-1"></i></a>
<a href="https://medium.com/@sergiverdugo"><i class="bi bi-medium text-danger mx-1"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card bg-primary">
<div class="card-body text-center text-info">
<img src="images/krystal.svg" class="rounded-circle mb-3" alt="">
<h5 class="card-title mb-3 text-dark">Krystal Van Pelt</h5>
<h6 class="card-title mb-3 fw-light">Project Manager</h6>
<p class="card-text"></p>
<a href="https://twitter.com/K_VanPelt" class="bi bi-twitter text-danger mx-1"></i></a>
<a href="https://www.linkedin.com/in/krystal-van-pelt-962717ba/"><i
class="bi bi-linkedin text-danger mx-1"></i></a>
<a href="https://medium.com/@Krystal.VanPelt"><i class="bi bi-medium text-danger mx-1"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Signup Section-->
<section class="bg-dark p-5 text-danger signup">
<div class="container">
<div class="d-lg-flex justify-content-between align-items-center">
<h3 class=" mb-3 mb-md-0 signup-text">Sign up for the latest news and contests
</h3>
<div class="input-group signup-input">
<input type="text" class="form-control" placeholder="Email">
<a href="http://eepurl.com/hNNYvr">
<button class="btn btn-secondary btn-lg" href="http://eepurl.com/hNNYvr" type="button">Submit</button></a>
</div>
</div>
</div>
</section>
<!--Start Footer Section -->
<div class="footer">
<div class="container">
<div class="row text-center">
<div class="col-md-4 col-sm-12 col-xs-12 text-white footer-left">
<h4>Connect with us</h4>
<a href="https://twitter.com/app_cortex" class="icon m-2"><i class="bi bi-twitter text-white"></i></a>
<a href="https://t.me/cortex_app" class="icon m-2"><i class="bi bi-telegram text-white"></i></a>
<a href="https://discord.gg/KEQ54DV4ht" class="icon m-2"><i class="bi bi-discord text-white"></i></a>
<a href="https://crtx.medium.com/" class="icon m-2"><i class="bi bi-medium text-white"></i></a>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 text-white footer-center text-start alignment-items-center">
<ul class="list-unstyled">
<li><a class="text-white" href="index.html">Home</a></li>
<li><a class="text-white" href="partners.html">Partners</a></li>
<li><a class="text-white" href="https://drive.google.com/drive/folders/1VpTDvbJoGMCjZeUPuHNm4Qs5C1wrquLK?usp=sharing">Media Resources</a></li>
<li><a class="text-white" href="WhitePaper_Cortexapp.pdf" target="_blank">Whitepaper</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 text-white footer-right text-start alignment-items-center">
<ul class="list-unstyled">
<li><a class="text-white" href="roadmap.html">Roadmap</a></li>
<li><a class="text-white" href="news.html">News Updates</a><li>
<li><a class="text-white" href="#features">Features</a></li>
<li><a class="text-white" href="https://docs.crtx.io" target="_blank">Documentation</a></li>
</ul>
</div>
<p class="text-white text-center pt-4">© 2023. YouBase, Inc</p>
</div>
</div>
</div>
</div>
</div>
<!--All Script-->
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script scr="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="home.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
</body>
</html>