-
Notifications
You must be signed in to change notification settings - Fork 9
/
terms.html
107 lines (90 loc) · 3.62 KB
/
terms.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>TezBox - Tezos Wallet</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
<style>
#mainNav .navbar-brand {
color: #222;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
font-size:1.9em;
}
.headLogo{
width:250px;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNavSub">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/"><img class="headLogo" src="img/logo.png"></a>
</div>
</nav>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Terms of Use</h2>
<p class="text-muted">TezBox is a community developed project, and offers no protection against potential hacks or losses of financial assets or digital tokens stored within the TezBox wallet. You are using this wallet at your own risk.</p>
<hr>
</div>
<div class="">
<p><strong>More coming soon...</strong></p>
</div>
</div>
</section>
<section class="contact bg-primary" id="contact">
<div class="container">
<h2>Lets be social</h2>
<ul class="list-inline list-social">
<li class="list-inline-item social-twitter">
<a target="_blank" href="https://twitter.com/TezBox_Wallet">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item social-google-plus">
<a target="_blank" href="mail:stephen@andrewstribe.co.nz">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-inline-item social-facebook">
<a target="_blank" href="https://github.com/tezbox">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<p>© 2017 TezBox. All Rights Reserved.</p>
<p>Donate Bitcoin - <a href="bitcoin:1KSiyfgs5XwTZjaLpmCTHxonsyXMx383P1">1KSiyfgs5XwTZjaLpmCTHxonsyXMx383P1</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>