This repository was archived by the owner on Jun 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·504 lines (405 loc) · 19 KB
/
index.html
File metadata and controls
executable file
·504 lines (405 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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Apoc Network</title>
<meta name="description" content="Apoc Network">
<meta name="author" content="Apoc Network Core Team">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close">
<span>Close</span>
</a>
<div class="header-nav__content">
<h3>Navigation</h3>
<ul class="header-nav__list">
<li class="current">
<a class="smoothscroll" href="#home" title="home">Home</a>
</li>
<li>
<a class="smoothscroll" href="#about" title="about">About</a>
</li>
<li>
<a class="smoothscroll" href="#feature" title="feature">Feature</a>
</li>
<li>
<a class="smoothscroll" href="#economy" title="economy">Economy</a>
</li>
<li>
<a class="smoothscroll" href="#service" title="service">Service</a>
</li>
<li>
<a class="smoothscroll" href="#contact" title="contact">Contact</a>
</li>
</ul>
</div>
<!-- end header-nav__content -->
</nav>
<!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
</header>
<!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/contact-bg.jpg" data-natural-width=3000
data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Welcome to Apoc Network</h3>
<h1>
Apoc Network
<br> breaks the gap between
<br> decentralized public blockchains
<br> and traditional HTTP service
</h1>
<div class="home-content__buttons">
<a href="resources/Apoc Network One Page.v1.0.pdf" class="btn btn--stroke" target="__blank">
One Page Paper
</a>
<a href="resources/Nexus 3-Token Protocol Red Paper.pdf" class="btn btn--stroke" target="__blank">
Nexus Protocol Paper
</a>
</div>
</div>
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
<div class="home-content__line"></div>
</div>
<!-- end home-content -->
</section>
<!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--dark">Hello There</h3>
<h1 class="display-1 display-1--light">Apoc Network</h1>
</div>
</div>
<!-- end section-header -->
<div class="row about-desc" data-aos="fade-up">
<div class="col-full">
<p>
Apoc Network is a network that integrates data transmission, authorization, and settlement functions across centralization and decentralization, across major public chains.
Utilizing the advanced Token economic model provided by the Nexus 3-Token protocol, it can realize a trustworthy platform settlement currency with stable exchange rate of the French currency, and provide unified settlement, legal currency pricing, and cross-currency automatic settlement of foreign exchange for calls across the network.
At the same time, Apoc Network provides smart contract functions to help users achieve complex data processing and payment settlement.
</p>
</div>
</div>
<!-- end about-desc -->
<div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">
<span class="stats_count_number">20000</span>+
</div>
<h5>TPS</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">
<span class="stats_count_number">20</span>+
</div>
<h5>Apoc Agent</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">
<span class="stats_count_number">2</span> year
</div>
<h5>Development Experiences</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">
<span class="stats_count_number">100</span>+
</div>
<h5>Partners</h5>
</div>
</div>
<!-- end about-stats -->
<div class="about__line"></div>
</section>
<!-- end s-about -->
<!-- services
================================================== -->
<section id='feature' class="s-services">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Features</h3>
<h1 class="display-2">We make it easy for you to make smart contracts invoking between public blockchains and HTTP services.</h1>
</div>
</div>
<!-- end section-header -->
<div class="row services-list block-1-2 block-tab-full">
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-exchange"></i>
</div>
<div class="service-text">
<h3 class="h2">Data Transfer</h3>
<p>Build the data transfer pipeline between major public blockchains and the centralized services</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-key"></i>
</div>
<div class="service-text">
<h3 class="h2">Authorization</h3>
<p>Contract asset and information authorization across different networks</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-money"></i>
</div>
<div class="service-text">
<h3 class="h2">Asset Settlement</h3>
<p>Automatic settlement currency token across different networks</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-file-text"></i>
</div>
<div class="service-text">
<h3 class="h2">Nexus 3-Token</h3>
<p><a href="resources/Nexus 3-Token Protocol Red Paper.pdf" target="__blank">Nexus 3-Token Protocol</a> provides a 3-Token series solution for the new Tokenization economy</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-gavel"></i>
</div>
<div class="service-text">
<h3 class="h2">Smart Contracts</h3>
<p>Smart Contracts provide the complex settlement models support</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-puzzle-piece"></i>
</div>
<div class="service-text">
<h3 class="h2">ERC-1207 DAuth</h3>
<p><a href="https://eips.ethereum.org/EIPS/eip-1207" target="__blank">ERC-1207 DAuth</a> is a standard interface for accessing authorization delegation between smart contracts and users</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-eye"></i>
</div>
<div class="service-text">
<h3 class="h2">Apoc Agent</h3>
<p>The Apoc Network Agent on all public blockchains to connect with other contracts</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="fa fa-mobile"></i>
</div>
<div class="service-text">
<h3 class="h2">Apoc Auth Manager</h3>
<p>Mobile APP to manage the digital information asset</p>
</div>
</div>
</div>
<!-- end services-list -->
</section>
<!-- end s-services -->
<!-- projects
================================================== -->
<section id='economy' class="s-works" style="padding-bottom: 0">
<div class="project-wrap">
<div class="row section-header has-bottom-sep light-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Nexus 3-Token Protocol</h3>
<h1 class="display-2 display-2--light">Return Power and Profit to Users</h1>
</div>
</div>
<!-- end section-header -->
<div class="row about-desc" data-aos="fade-up">
<div class="col-full">
<p>
The Nexus 3-Token Protocol provides a 3-Token series solution for the new Tokenization economy, which contains currency token, security token and voting token.
Rather than simply employing a token with multiple types of economic tools, this methodology demonstrates their autonomy.
This design not only sustains regular events within common token economy, but also offers channels to transform orthodox ecological scenarios into blockchain scenes.
</p>
</div>
</div>
<div class="row projects-list block-1-2 block-tab-full">
<div class="col-block project-item" data-aos="fade-up">
<div class="project-text">
<h3 class="h2">Apoc Coin</h3>
<p>The digital currency Apoc Coin, which is stable with the exchange rate of the fiat currency, is not scarce and inflationary.</p>
</div>
</div>
<div class="col-block project-item" data-aos="fade-up">
<div class="project-text">
<h3 class="h2">Apoc Token</h3>
<p>The digital security Apoc Token is scarce and the proof of interest in the Apoc Network.</p>
</div>
</div>
<div class="col-block project-item" data-aos="fade-up">
<div class="project-text">
<h3 class="h2">Apoc Vote</h3>
<p>The digital vote Apoc Vote is the proof of voting and keeps the principle of the separation of powers.</p>
</div>
</div>
<div class="col-block project-item" data-aos="fade-up">
<div class="project-text">
<h3 class="h2">Autonomous Organization</h3>
<p>Apoc Network does not employ traditional centralized corporate structures, nor does it have a CEO or board of directors.
Apoc will distribute its revenue to the Apoc Token holders.</p>
</div>
</div>
</div>
<!-- end services-list -->
</div>
<!-- end intro-wrap -->
</section>
<!-- end s-works -->
<!-- clients
================================================== -->
<section id="service" class="s-clients">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Smart Contract Transformation</h3>
<h1 class="display-2" style="font-size: 4rem">We provide full spectrum
of services for our clients and help them successfully launch their projects on blockchain and achieve smart contract transformation!</h1>
</div>
</div>
<!-- end section-header -->
</section>
<!-- end s-clients -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="overlay"></div>
<div class="contact__line"></div>
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Contact Us</h3>
<h1 class="display-2 display-2--light">contact@apoc.network</h1>
</div>
</div>
</section>
<!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row footer-main">
<div class="col-six tab-full left footer-desc">
<div class="footer-logo"></div>
</div>
</div>
<!-- end footer-main -->
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>© 2018 Apoc Network Core Team. All Rights Reserved.</span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="icon-arrow-up" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- end footer-bottom -->
</footer>
<!-- end footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>