-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathkeyhotee.bak
94 lines (82 loc) · 3.96 KB
/
keyhotee.bak
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
<?php include 'header.php'; ?>
<! ========== BLACK SECTION =================================================================================================
=============================================================================================================================>
<div id="headerwrap" class="keyhotee">
<div class="container">
</div><!-- /container -->
</div> <!-- /headerwrap -->
<! ========== Content ================================================================================================
=============================================================================================================================>
<div id="white">
<div class="container boxes">
<center>
<img width="500px" class="bitsharesx-logo" src="assets/img/keyhotee.png" alt="Keyhotee" />
</center>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>What is Keyhotee</h3>
<p>Keyhotee is a platform for taking back control of your digital life by combining your identity, your communications, and your
finances into a single secure program.</p>
</div>
<!--
<div class="col-md-4 col-md-offset-1">
<h3>Guardian of your privacy</h3>
<p>Keyhotee integrates and defends your on-line identity, your reputation, your communications, and your crypto-transactions.</p>
</div>
-->
</div><!-- end row -->
<div class="row">
<!--
<div class="col-md-4 col-md-offset-2">
<h3>Your identity manager</h3>
<p>Your good name is valuable. You rely on it when you want someone to trust you. Keyhotee-ID lets you trade on that good name without exposure to those who would use it against you.</p>
</div>
<div class="col-md-4 col-md-offset-1">
<h3>Your new checkbook</h3>
<p>Now you can send and receive payment attachments to your emails easier than writing or cashing a check. Keyhotee manages your digital currency wallets for Bitcoin and many other specialty currencies.</p>
</div>
-->
</div><!-- end row -->
<div class="row">
<div class="col-md-4 col-md-offset-2">
<h3>Your new Email</h3>
<p>If you know how to use email, you already know how to use Keyhotee. What makes Keyhotee different is that your communication is secure by default.</p>
</div>
<div class="col-md-4 col-md-offset-1">
<h3>Your new Identity</h3>
<p>Keyhotee uses blockchain technology to provide each user with a globally-unique identity that can be used anywhere on the internet.</p>
</div>
</div><!-- end row -->
</div><!-- end container -->
<div class="lightblue-bg downloads" id="download">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Downloads</h2>
<p>Note: Keyhotee is now in alpha testing. There may be instability and many bugs. Please <a href="https://bitsharestalk.org/index.php?topic=1984">report any problems you have</a>.</p>
<a class="btn large" href="bin/keyhotee_0.5.3.zip">Download Keyhotee 0.5.3 (Windows)</a>
<br/>
<a class="btn large" href="bin/keyhotee_0.5.3.gz">Download Keyhotee 0.5.3 (Linux)</a>
</div><!-- end col -->
<div class="col-md-6 centered">
<img class="img-responsive" src="assets/img/browser-02.png" alt="Browser Keyhotee" />
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end lightblue bg -->
<!--
<div class="paper">
<div class="part-01">
<img class="img-responsive" src="assets/img/keyhotee/keyhotee_wade_ruzaiq-01.jpg" alt="Keyhotee Paper" />
</div>
<div class="part-02">
<img class="img-responsive" src="assets/img/keyhotee/keyhotee_wade_ruzaiq-02.jpg" alt="Keyhotee Paper" />
</div>
<div class="mobile download-section">
<h2><a href="assets/img/keyhotee/keyhotee_wade_ruzaiq.jpg">Download the infographic.</a></h2>
</div>
</div>
-->
<!-- end paper -->
</div><!-- /white -->
<?php include 'footer.php'; ?>