forked from Emyrk/factoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (454 loc) · 23.5 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TFA: The Factoid Authority</title>
<link rel="shortcut icon" href="media/fav_icon.png" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Hind|Montserrat" rel="stylesheet">
<!-- Bulma Version 0.7.1-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
<!-- CSS Adjustments -->
<link rel="stylesheet" type="text/css" href="css/hero.css">
<link rel="stylesheet" type="text/css" href="css/edits.css">
<link rel="stylesheet" type="text/css" href="css/text.css">
<link rel="stylesheet" href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css" />
</head>
<body>
<!-- HEADER HERO -->
<section class="hero hero-bkg-animated is-medium is-bold">
<div class="hero-head">
<!-- NAVBAR -->
<nav class="navbar is-fixed-top" style="background: rgba(0,0,0,0.2);">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img src="media/tfa.svg" alt="Logo">
</a>
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item has-dropdown is-hoverable">
<a href="https://explorer.factoid.org/" target="_blank" class="navbar-link">
<i class="fas fa-search"></i>  Explorer
</a>
<div class="navbar-dropdown">
<a href="https://git.factoid.org/TFA/Explorer-API" target="_blank" class="navbar-item">
<i class="fas fa-link"></i>  API
</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="http://myfactomwallet.com" target="_blank" class="navbar-link">
<i class="fas fa-wallet"></i>   My Factom Wallet
</a>
<div class="navbar-dropdown">
<a href="https://help.myfactomwallet.com/" target="_blank" class="navbar-item" >
<i class="far fa-file-alt"></i>  Documentation
</a>
</div>
</div>
<!-- <div class="navbar-item has-dropdown is-hoverable">
<a href="http://myfactomwallet.com" class="navbar-link">
<i class="fas fa-tools"></i>  Projects
</a>
<div class="navbar-dropdown">
<a href="#" class="navbar-item">
<i class="fas fa-robot"></i>  Server Monitoring Bot
</a>
<a href="#" class="navbar-item">
<i class="fas fa-search"></i>  Explorer
</a>
<a href="#" class="navbar-item">
<i class="fas fa-key"></i>  Factom Ledger
</a>
</div>
</div> -->
</div>
<div class="tabs is-right">
<div class="navbar-item">
<a href="https://discord.gg/jFvAwt" target="_blank" class="button is-outlined is-danger is-medium"><i class="fab fa-discord" style="color: white;"></i></a>
</div>
<div class="navbar-item">
<a href="https://twitter.com/TheFactoidAuth" target="_blank" class="button is-outlined is-info is-medium"><i class="fab fa-twitter" style="color: white;"></i></a>
</div>
<!-- <span class="navbar-item">
<a class="button is-white is-outlined is-medium" href="https://git.factoid.org/TFA/">
<span class="icon">
<i class="fab fa-git"></i>
</span>
<span>View Source</span>
</a>
</span> -->
</div>
</div>
</div>
</div>
</nav>
<!-- // NAVBAR -->
</div>
<div class="hero-body">
<div class="container">
<h1 class="title">
We help you tell the truth.
</h1>
<h2 class="subtitle">
The Factoid Authority is a node operator of the Factom network, a notary protocol that lives on top of the world's most secure blockchain: bitcoin. We develop handcrafted solutions and tools to accelerate the transition to a world where trust and transparency is part of the fabric of every system.
</h2>
<!-- <span style="color: white; font-size: 1.2rem; vertical-align: text-bottom;">
</span>
<a class="button is-info is-medium is-outlined">
<i class="fas fa-search"></i>  Explorer
</a>
<a class="button is-info is-medium is-outlined">
<i class="fas fa-wallet"></i>   My Factom Wallet
</a>
<a class="button is-info is-medium is-outlined">
<i class="fas fa-key"></i>  Factom Ledger
</a> -->
</div>
</div>
</section>
<!-- // HEADER HERO -->
<!-- CTA BOX -->
<div class="box cta">
<p class="has-text-centered">
<!-- <span class="tag is-warning">Coming Soon!</span> --> <a href="https://help.myfactomwallet.com/" target="_blank" style="margin-left: 10px;">Use Factom via your Ledger Nano S!</a>
</p>
</div>
<!-- // CTA BOX -->
<!-- BODY -->
<section class="container">
<!-- OPENING COLUMNS -->
<div class="columns features">
<!-- BOX -->
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<!-- ICON -->
<img src="media/shield_contract.svg">
</div>
<div class="card-content">
<div class="content">
<h4>BLOCKCHAIN DEV</h4>
<p>Our highly competent team designs and develops enterprise-grade software applications utilizing blockchain technology.</p>
<!-- <p><a href="#">Learn more</a></p> -->
</div>
</div>
</div>
</div>
<!-- // BOX -->
<!-- BOX -->
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<!-- ICON -->
<img src="media/shield_chat.svg">
</div>
<div class="card-content">
<div class="content">
<h4>CONSULTANCY SERVICES</h4>
<p>Leveraging years of experience, we offer world class advice on a broad range of technical subject matter.</p>
<!-- <p><a href="#">Learn more</a></p> -->
</div>
</div>
</div>
</div>
<!-- //BOX -->
<!-- BOX -->
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<!-- ICON -->
<img src="media/shield_node.svg">
</div>
<div class="card-content">
<div class="content">
<h4>NODE OPERATOR</h4>
<p>We contribute to the security of the Factom protocol by hosting a set of stable servers, located in Iceland.<br></p>
<!-- <p><a href="#">Learn more</a></p> -->
</div>
</div>
</div>
</div>
<!-- // BOX -->
</div>
<!-- // OPENING COLUMNS -->
<!-- PROJECT COLUMNS -->
<div class="intro column is-8 is-offset-2">
<h2 class="title">What we're working on...</h2><br>
<p class="subtitle">We're working on several projects to improve the Factom ecosystem</p>
</div>
<div class="sandbox" style="margin-top: -90px;">
<div class="columns is-desktop">
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Server Monitoring Bot
</p>
<!-- <a href="#" class="card-header-icon" aria-label="more options">
<span class="tag is-success">
100%
</span>
</a> -->
</header>
<div class="card-content">
<div class="content">
Monitors factomd nodes for unresponsiveness and alerts users to network stalls.
</div>
</div>
<footer class="card-footer">
<a href="https://git.factoid.org/TFA/TFA-Bot" class="card-footer-item"><i class="fas fa-code-branch"></i>  Source</a>
<a href="https://docs.google.com/document/d/1asksY8HIHxrJkylmi7xXT6TW0QT72gzOp0jzFgIjbQA/edit" class="card-footer-item"><i class="far fa-file-alt"></i>  Docs</a>
</footer>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Factom Block Explorer
</p>
<!-- <a href="#" class="card-header-icon" aria-label="more options">
<span class="tag is-success">
100%
</span>
</a> -->
</header>
<div class="card-content">
<div class="content">
Advanced factom blockchain explorer & authortiy node dashboard.
</div>
</div>
<footer class="card-footer">
<a href="https://explorer.factoid.org/" class="card-footer-item"><i class="fas fa-search"></i>  Explore</a>
<a href="https://git.factoid.org/TFA/Explorer-API" class="card-footer-item"><i class="fas fa-link"></i>  API</a>
</footer>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Factom Ledger
</p>
<!-- <a href="#" class="card-header-icon" aria-label="more options">
<span class="tag is-warning">
Coming Soon
</span>
</a> -->
</header>
<div class="card-content">
<div class="content" style="margin-bottom: 0rem !important;">
Ledger hardware wallet support for factoids.
<!-- <a href="#"> -->
<img src="media/ledger-wallet.svg" width="200px">
<!-- </a> -->
</div>
</div>
<footer class="card-footer">
<a href="https://myfactomwallet.com/" target="_blank" class="card-footer-item"><i class="fas fa-wallet"></i>  MFW</a>
<a href="https://help.myfactomwallet.com/" target="_blank" class="card-footer-item"><i class="far fa-question-circle"></i></i>  Help</a>
</footer>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Factom IOT
</p>
<a href="#" class="card-header-icon" aria-label="more options">
<span class="tag is-warning">
Coming Soon
</span>
</a>
</header>
<div class="card-content">
<div class="content">
Embedded factom support in IOT devices
<div style="width: 100%; text-align: center;">
<img src="media/iot-logo.svg" style="margin-top: 20px; width: 75px; height: auto">
</div>
</div>
</div>
<footer class="card-footer">
<!--<a href="http://iotsas.tech/" target="_blank" class="card-footer-item"><i class="fas fa-globe"></i></i>  Website</a> -->
<!-- <a href="#" class="card-footer-item">Learn More</a> -->
</footer>
</div>
</div>
<!-- <div class="column">
<div class="content has-text-centered">
<div style="padding-top: 75px;">
<h2>Keep Browsing</h2>
<a href="" class="button is-large is-primary is-outlined">🛠 Our Projects</a>
</div>
</div>
</div> -->
</div>
</div>
<!-- // PROJECT COLUMNS -->
<!-- COMMUNITY REPORTS -->
<div class="intro column is-8 is-offset-2">
<h2 class="title">Community Reports</h2><br>
</div>
<nav class="level" style="margin-top: -50px; margin-bottom: 100px">
<!-- <div class="level-item has-text-centered">
<div>
<p class="heading">Archived Reports</p>
<p class="title">
<a href="#">🔙</a>
</p>
</div>
</div> -->
<!-- <div class="level-item has-text-centered">
<div>
<p class="heading">2018 Report</p>
<p class="title">
<a href="report-2018Q3.html">Q1</a>
</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">2018 Report</p>
<p class="title">
<a href="report-2018Q3.html">Q2</a>
</p>
</div>
</div> -->
<!-- <div class="level-item has-text-centered">
<div>
<p class="heading">2018 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/@TheFactoidAuth/dear-factom-community-bb010e64707">Q3</a>
</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">2018 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/@TheFactoidAuth/dear-factom-community-4b20c95f02ec">Q4</a>
</p>
</div>
</div> -->
<div class="level-item has-text-centered">
<div>
<p class="heading">2019 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/@TheFactoidAuth/q1-2019-99b9b352b61e">Q1</a>
</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">2019 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/@TheFactoidAuth/q2-2019-8323e9ca6549">Q2</a>
</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">2019 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/the-factoid-authority/q3-2019-e7f835f11b58">Q3</a>
</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">2019 Report</p>
<p class="title">
<a target="_blank" href="https://medium.com/@TheFactoidAuth/q4-2019-6b98b3782616">Q4</a>
</p>
</div>
</div>
</nav>
<!-- // COMMUNITY REPORTS -->
</section>
<!-- // BODY -->
<footer class="footer">
<div class="container">
<div class="columns">
<div class="column has-text-centered is-4">
<img class="footer-logo" src="media/tfa_shield_color.svg">
<h2><strong>The Factoid Authority</strong></h2>
<span class="caption">© All rights reserved 2019</span>
</div>
<div class="column is-3 has-text-centered">
<h2><strong>The Rabbit Hole</strong></h2>
<ul>
<li><a href="https://github.com/FactoidAuthority/FactomSharp" target="_blank">C#/.NET Library</a></li>
<li><a href="https://git.factoid.org/TFA/TFA-Bot" target="_blank">TFA Bot</a></li>
<li><a href="https://faucet.factoid.org/" target="_blank">Testnet Faucet</a></li>
</ul>
</div>
<div class="column is-3 has-text-centered">
<h2><strong>Contact Us</strong></h2>
<p>
<i class="fas fa-envelope"></i> [email protected]
</p>
</div>
<!-- <div class="column is-4"> -->
<!-- <div class="field">
<label class="label">Contact Us</label>
<div class="control has-icons-left has-icons-right">
<input class="input" type="email" placeholder="[email protected]">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
</div>
<p class="help is-danger">This email is invalid</p>
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea class="textarea" placeholder="What's on your mind?"></textarea>
</div>
</div>
<div class="field">
<div class="control">
<label class="checkbox">
<input type="checkbox">
I agree to the <a href="#">terms and conditions</a>
</label>
</div>
</div>
<div class="field is-grouped">
<div class="control">
<button class="button is-link">Submit</button>
</div>
<div class="control">
<button class="button is-text">Cancel</button>
</div>
</div> -->
<!-- </div> -->
</div>
<div class="content has-text-centered">
<!-- <div class="control level-item">
<a href="https://github.com/dansup/bulma-templates">
<div class="tags has-addons">
<span class="tag is-dark">Bulma Templates</span>
<span class="tag is-info">MIT license</span>
</div>
</a>
</div> -->
</div>
</div>
</footer>
<script src="js/bulma.js"></script>
</body>
</html>