-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
265 lines (238 loc) · 14.6 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Primecoin</title>
<meta name="theme-color" content="#0c0203">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Primecoin is an innovative cryptocurrency, a form of digital currency secured by cryptography and issued through a decentralized mining market.">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro|Material+Icons">
<link rel="stylesheet" href="css/material.red-indigo.min.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<meta property="og:title" content="Primecoin"/>
<meta property="og:description" content="Primecoin is an innovative cryptocurrency, a form of digital currency secured by cryptography and issued through a decentralized mining market."/>
<meta property="og:url" content="https://primecoin.io"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://primecoin.io/images/"/>
<!-- Google analytics -->
</head>
<body>
<div id="comingSoonSnackbar" class="mdl-js-snackbar mdl-snackbar shadow">
<div class="mdl-snackbar__text"></div>
<button class="mdl-snackbar__action" type="button"></button>
</div>
<div id="toolbar">
<div class="toolbar-inner">
<div class="toolbar-inner-flex">
<div class="toolbar-branding">
<a href="#">
<img class="toolbar-logo" src="images/header-icon.png">
</a>
<a class="toolbar-title" href="#">
PRIME coin
</a>
</div>
<div class="toolbar-menu">
<span><a href="https://steemit.com/@vortex.chat" target="_blank">BLOG</a></span>
</div>
</div>
</div>
</div>
<div id="header">
<div class="header-inner">
<div class="header-top">
<div class="header-left">
<div class="header-text">
<h1>Primecoin.</h1>
<h2>A new type cryptocurrency which is Proof-of-Work based on searching for prime numbers.</h2>
</div>
<div class="header-action">
<button id="headerDownloadButton" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">
Download
</button>
</div>
</div>
<div class="header-right">
<img class="header-mockup" src="images/header-icon.png">
</div>
</div>
<div class="header-inner-overlay">
<img class="header-inner-icon" src="svg/planet-space-target.svg" style="top: 10%; left: 80%;">
<img class="header-inner-icon" src="svg/planets-space.svg" style="top: 20%;left: 0%;">
<img class="header-inner-icon" src="svg/rocket-space-astronomy-spaceship-satellite.svg" style="top: 51%;left: 36%;">
<img class="header-inner-icon" src="svg/solar-system-space.svg" style="top: 12%;left: 44%;">
<img class="header-inner-icon" src="svg/space-capsule.svg" style="top: 39%;left: 89%;">
<img class="header-inner-icon" src="svg/space-ship.svg" style="top: 51%;left: 17%;">
<img class="header-inner-icon" src="svg/space-shuttle.svg" style="top: 80%;left: 7%;">
<img class="header-inner-icon" src="svg/space-station.svg" style="top: 81%; left: 40%;">
<img class="header-inner-icon" src="svg/telescope-space.svg" style="top: 97%; left: 50%;">
</div>
</div>
</div>
<div id="headerTransition">
<img src="images/header_transition.png">
</div>
<div id="advantages">
<div class="advantages-inner">
<div class="advantage-box">
<div class="advantage-box-inner">
<i class="material-icons advantage-box-icon"></i>
<h3>What is Primecoin?</h3>
<p>Primecoin is an innovative cryptocurrency, a form of digital currency secured by cryptography and issued through a decentralized mining market. Derived from Satoshi Nakamoto's Bitcoin, Primecoin introduces an unique form of Proof-of-Work based on prime numbers. <a href="/protection.html">Learn more...</a></p>
</div>
</div>
<div class="advantage-box">
<div class="advantage-box-inner">
<i class="material-icons advantage-box-icon"></i>
<h3>Advantages of Primecoin.</h3>
<p>The innovative prime Proof-of-Work in Primecoin not only provides security and minting to the network, but also generates a special form of prime number chains of interest to mathematical research. Thus primecoin network is energy-multiuse, compared to bitcoin. <a href="/savings.html">Learn more...</a></p>
</div>
</div>
<div class="advantage-box">
<div class="advantage-box-inner">
<i class="material-icons advantage-box-icon"></i>
<h3>Value Behind Primecoin.</h3>
<p>Primecoin network searches for special prime number chains known as Cunningham chains and bi-twin chains. The distribution of these prime chains are not well-understood currently as even for its simplest case twin primes their infinite existence is not proven. <a href="/quality.html">Learn more...</a></p>
</div>
</div>
</div>
</div>
<div id="advantagesTransition">
<img src="images/advantages_transition.png">
</div>
<div id="screenshots">
<div class="screenshots-inner">
<h2>CONGRATULATIONS!</h2>
<p>Another world record broken on 30th March 2018! We found our first 15 length Bi-twin Chain! Which has an origin with 96 digits.</p>
</div>
<div class="suitable-for-boxes">
<div class="suitable-for-box">
<span><i class="material-icons"></i> Researcher</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Philosophy</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Encryption</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Criminals</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Science</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Hacker</span>
</div>
<div class="suitable-for-box">
<span><i class="material-icons"></i> Dog</span>
</div>
</div>
</div>
<div id="screenshotsTransition">
<img src="images/screenshots_transition.png">
</div>
<div id="security">
<div class="security-inner">
<div class="security-text">
<h2>Primecoin Resources</h2>
<p>Vortex's algorithms and protocols are approved at a "MILITARY LEVEL" by international and EU standards and therefore literally provide one of the world's most secure communication system. Vortex is powerful, efficient, and yet very simple to use. It truly is designed to be enjoyed by everyone.</p>
<p>Vortex knows well why most cybersecurity insurance concerning industrial spying, hacks, and leaks only cover issues costing up to $100M. Vortex make you feel safe when communicating with your friends and colleagues by protecting your business and private life against the most costly communication related issues through one of the world's most secure <a href="protection.html">post-quantum protocol</a> which give you the full control and protection over all your communications.</p>
<p id="securitySectionQuestion">How much do you value your freedom, secrets, and private life?</p>
</div>
<div class="security-image">
<div class="security-image-inner">
<div class="security-image-data-dots"></div>
<div class="security-image-protection"></div>
</div>
</div>
</div>
</div>
<div id="features">
<div id="featuresSwiper" class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide shadow">
<h4>1) Download wallet client</h4>
</div>
<div class="swiper-slide shadow">
<h4>2) Create a receive address</h4>
</div>
<div class="swiper-slide shadow">
<h4>3) In “Help” menu, choose “Debug Window”</h4>
</div>
<div class="swiper-slide shadow">
<h4>4) Select “Console”</h4>
</div>
<div class="swiper-slide shadow">
<h4>5) Type “setgenerate true” + number of thread desired. Default is to use all available CPU power</h4>
</div>
<div class="swiper-slide shadow">
<h4>6) To stop mining, type “setgenerate false”</h4>
</div>
</div>
<div id="featuresSwiperPagination" class="swiper-pagination"></div>
</div>
</div>
<div id="download" style="background-image: url(images/background_woman_data_crop.jpg);">
<div class="download-inner">
<div class="download-text">
<h3>Why would you need Primecoin?</h3>
</div>
<div class="download-button">
<button id="downloadButton" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect">
Download now
<i class="material-icons"></i>
</button>
</div>
</div>
</div>
<div id="footer">
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer__middle-section">
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">Features</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="/partners.html">Partners</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">Details</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="https://github.com/vortexchat/vortex-branding/archive/master.zip">Resources</a></li>
<li><a href="https://github.com/vortexchat/" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">About</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="https://github.com/vortexchat/vortex-specifications" target="_blank">Specs</a></li>
<li><a href="https://steemit.com/@vortex.chat" target="_blank">Blog</a></li>
</ul>
</div>
</div>
<div class="mdl-mega-footer__bottom-section">
<div class="mdl-logo">© Copyright 2013-2022 Primecoin Project</div>
<ul class="mdl-mega-footer__link-list">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//primecoin.io/" target="_blank"><svg style="width:24px;height:24px" viewBox="0 0 24 24"><path fill="#fff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M18,5H15.5A3.5,3.5 0 0,0 12,8.5V11H10V14H12V21H15V14H18V11H15V9A1,1 0 0,1 16,8H18V5Z" /></svg></a></li>
<li><a href="https://twitter.com/home?status=https%3A//primecoin.io/" target="_blank"><svg style="width:24px;height:24px" viewBox="0 0 24 24"><path fill="#fff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M17.71,9.33C18.19,8.93 18.75,8.45 19,7.92C18.59,8.13 18.1,8.26 17.56,8.33C18.06,7.97 18.47,7.5 18.68,6.86C18.16,7.14 17.63,7.38 16.97,7.5C15.42,5.63 11.71,7.15 12.37,9.95C9.76,9.79 8.17,8.61 6.85,7.16C6.1,8.38 6.75,10.23 7.64,10.74C7.18,10.71 6.83,10.57 6.5,10.41C6.54,11.95 7.39,12.69 8.58,13.09C8.22,13.16 7.82,13.18 7.44,13.12C7.81,14.19 8.58,14.86 9.9,15C9,15.76 7.34,16.29 6,16.08C7.15,16.81 8.46,17.39 10.28,17.31C14.69,17.11 17.64,13.95 17.71,9.33Z" /></svg></a></li>
</ul>
</div>
</footer>
</div>
</body>
<script src="js/material.min.js"></script>
<script src="js/detectOS.js"></script>
<script src="js/zepto.min.js"></script>
<script src="js/swiper.jquery.min.js"></script>
<script src="js/toolbar.js"></script>
<script src="js/ico.js"></script>
<script src="js/index.js"></script>
</html>