-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (114 loc) · 5.94 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Always force latest IE rendering engine (even in intranet) -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="cleartype" content="on" />
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="Pandora Core: Scaling the future">
<meta name="keywords" content="bitcoin, pandora core, lightning, AI, digital assets, tokenization, prometheus network">
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
<title>Pandora Core AG</title>
</head>
<body>
<header id="header">
<nav class="navbar navbar-dark">
<img src="img/Logo@2x.png" width="512" alt="Pandora Core Logo">
</nav>
<div class="header-text">
<h1>Scaling the future</h1>
<p>Building Layer 2 and 3 technologies enabling scalable smart contracts and AI for Internet of value on top of Lightning Network and Bitcoin protocol</p>
</div>
</header>
<div class="container">
<p>Pandora Core is an engineering and consulting company that creates and helps to adapt scalable smart contracts and machine learning technologies.</p>
<br>
<p>We bring innovations and discover new business models for both decentralized networks and enterprise in order to make them antifragile in highly competitive environments of today and tomorrow.</p>
<section id="technologies">
<div class="tech-prime">
<h2 >Technologies</h2>
<div class="tech-blocks">
<span class="rwd-line">
<div class="tech-block-1">
<img src="img/Prometheus%20Consensus@2x.png" alt="Prometheus Computing">
<h3>Prometheus <br>computing</h3>
</div>
</span>
<span class="rwd-line">
<div class="tech-block-2">
<img src="img/Typhoon%20Sidechains@2x.png"alt="Typhoon sidechains">
<h3>Typhoon <br>sidechains</h3>
</div>
</span>
<span class="rwd-line">
<div class="tech-block-3">
<img src="img/RGB%20&%20Spectrum@2x.png" alt="RGB assets & Spectrum network">
<h3>RGB assets <br>& Spectrum <br>network</h3>
</div>
</span>
<span class="rwd-line">
<div class="tech-block-4">
<img src="img/Pandora%20Boxchain@2x.png" alt="Pandora Boxchain">
<h3>Enterprise <br>framework 4.0</h3>
</div>
</span>
</div>
<span class="rwd-line">
<p>We are one of the global leaders driving the development of LNP/BP technological stack (Lightning Network protocol and Bitcoin protocol), applied cryptography, distributed computing and Artificial Intelligence. </p>
<br>
</span>
<span class="rwd-line">
<p>Pandora Core is developing the Pandora Network - 2nd layer solution for scalable smart contracts and ML running on top of Bitcoin network. As active contributors to Bitcoin and Lightning protocols development, we are participating in the design and development of RGB & Spectrum – technologies for scalable off-chain programmable digital assets and smart contracts within Bitcoin and Lightning Network.</p>
</span>
<br>
<span class="rwd-line">
<h4>More information is coming soon...</h4>
</span>
</div>
</section>
</div>
<div class="contact">
<h2>Contact us</h2>
<div class="social-icons">
<span class="rwd-line">
<div class="Twitter">
<a href="https://twitter.com/pandoracoreag" target="_blank"><img src="img/Social/Twitter.svg"></a>
</div>
</span>
<span class="rwd-line">
<div class="Github">
<a href="https://github.com/pandoracore" target="_blank">
<img src="img/Social/Gibhub.svg">
</a>
</div>
</span>
<span class="rwd-line">
<div class="Linkedin">
<a href="https://www.linkedin.com/company/pandoracore" target="_blank">
<img id="Linkedin" src="img/Social/in.svg">
</a>
</div>
</span>
<span class="rwd-line">
<div class="Telegram">
<a href="https://t.me/pandoracore" target="_blank">
<img id="Telegram" src="img/Social/telegram.svg">
</a>
</div>
</span>
</div>
</div>
<span class="rwd-line">
<div class="footer-logo">
<img src="img/Footer_Logo@2x.png" alt="Pandora Core Logo">
</div>
</span>
<div class="footer">
<p>Copyright ©Pandora Core AG 2019</p>
</div>
</body>
</html>