-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (89 loc) · 4.97 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
<!DOCTYPE html>
<html>
<head>
<title>geek gazette-1</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<div class="grid">
<div class="nav">
<div><img class="logo" src="logos-1.png"></div>
<div style="align-self: left; flex: 1"><h5>Trustology</h5></div>
<div style=" flex: 1.5"><center>Individual accounts</center></div>
<div style=" flex: 1"><center>Business Solution</center></div>
<div style=" flex:1"><center>Pricing</div>
<div style=" flex: 1">Company</div>
<div class="wrap" style="flex: 3"><right><span class="su">support</span>
<span class="ge"><a href="#">Get Started</a></span></right></div>
</div>
<div class="c1">
<div class="cont" style="align-self: center"><h1 class="text">Accelerating the<br> crypto economy</h1><br><br>
<pre class="para">We are dedicated to enabling the adoption of cryptoassets. Our primary
focus is keeping your private keys and crypto safe, without compromising
on speed, ease-of-use or access. We make it safer, faster and easier for
you to secure and manage your cryptoassets anywhere, anytime.</pre><br><br>
<button class="b1">Get Started</button>
<button class="b2">Learn More</button>
</div>
<div class="pic"> <img class="girl" src="girl.jpg">
</div>
</div>
<div class="super">
<div class="c2"><div class="pic1"><img class="girl" src="https://trustology-io.exactdn.com/wp-content/uploads/2019/09/introducing-trustvault-0.jpg?strip=all&lossy=1&quality=60&ssl=1" ></div>
<div class="cont1"><p class="intro">Introducing Trustvault</p><br><h1 class="tex">Hardware security<br>meets software<br> flexibility</h1><br>
<pre class="para">A custodial wallet for individuals and businesses,
with institutional-grade security, 24/7 account
access, instant transactions and total control
from the convenienceof your mobile device.
<pre><h3 style="color: black"> Instant transactions</h3></pre></pre>
<div class="fontspecial"> Generate, sign and submit Bitcoin,<br>Ether and ERC-20 transfers in real-<br>time - less than one second to<br> process.</div>
</div></div>
<div class="c3">
<div><pre><h2 style="color: black"> Hardware-level security</h2></pre><br>
<div class="font"> Our Hardware Security Module (HSM)<br> network and three-stage signing<br> process prevent fraud, theft or loss.</div>
</div>
<div> <pre><h2 style="color: black"> Account Recovery </h2></pre><br>
<div class="font">Your private keys can never be lost — <br>our recovery team can reactivate your<br> account within 24 hours of completing<br> an ID check.</div></div>
<div> <pre><h2 style="color: black">Insurance coverage </h2></pre><br>
<div class="font">Better protect your cryptoassets<br> with our insurance plans. </div></div>
</div>
</div>
<div class="super1">
<center><h3 class="heading1"><center>Accounts and Solution</center></h3></center><br>
<center><h1 class="rud">With you everywhere, securely</h1></center>
<img src="https://trustology.io/wp-content/themes/theme/dist/images/account-orbs.svg" class="recovery-orbs" alt="Circles">
<div class="c4">
<div class="photo"><img class="mobile" src="https://trustology-io.exactdn.com/wp-content/uploads/2019/09/individual-accounts-1-1.png?strip=all&lossy=1&quality=60&ssl=1" ></div>
<div class="cont2">
<h3 class="heading2"><center>Personal</center></h3><br>
<h1 class="rud">Individual Accounts</h1>
<p class="para1">The secure, flexible cryptoasset custodial wallet solution<br> designed for individuals. Unlike a hardware wallet, TrustVault is <br>more accessible and user-friendly, offers better recovery, and <br>gives you extra protection when you need it.</p><br>
<div class="list"><ul>
<li>Instant transactions</li>
<li>Hardware-level security</li>
<li>Segregated accounts</li>
<li>Easy-to-use mobile app</li></ul>
<ul>
<li>Account recovery</li>
<li>Insurance coverage</li>
<li>Customer support</li>
</ul></div>
<div class="heading3">Learn More</div>
</div></div>
<div class="c5">
<div class="cont2">
<h3 class="heading2"><center>Personal</center></h3><br>
<h1 class="rud">Individual Accounts</h1>
<p class="para1">The secure, flexible cryptoasset custodial wallet solution<br> designed for individuals. Unlike a hardware wallet, TrustVault is <br>more accessible and user-friendly, offers better recovery, and <br>gives you extra protection when you need it.</p><br>
<div class="list"><ul>
<li>Instant transactions</li>
<li>Hardware-level security</li>
<li>Segregated accounts</li>
<li>Easy-to-use mobile app</li></ul></div>
<div class="heading3">Learn More</div></div>
<div class="photo"><img class="mobile" src="https://trustology-io.exactdn.com/wp-content/uploads/2019/09/individual-accounts-1-1.png?strip=all&lossy=1&quality=60&ssl=1" ></div>
</div>
</div>
</body>
</html>