-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (112 loc) · 4.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="description" content="Trade Finance Coin enables businesses to achieve growth and improve cash flow by providing export factoring and import finance solutions at low cost with quick access and flexible terms." />
<meta name="keywords" content="blockchain, ethereum, smart contract, bitcoin, trade finance, invoice factoring, export finance, forfaiting, receivables, supply chain finance, import finance, importing, international trade." />
<link rel="shortcut icon" href="img/favicon.ico">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<style>
.content-26 .features > * {
margin-top: 10px;
}
.content-26 {
padding-top: 20px;
padding-bottom: 20px;
}
.content-26 div {
font-size: 20px;
color: #7f8c8d;
}
.contacts-1 {
padding-top: 10px;
}
.icon {
width: 50px;
height: 50px;
}
.padded {
padding-top: 20px;
padding-bottom: 20px;
}
</style>
<title>Trade Finance Coin</title>
</head>
<body>
<div class="page-wrapper">
<header class="header-1">
<div class="container">
<div class="row">
<nav class="navbar col-sm-12" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle"></button>
<a class="brand" href="/index.html"><img src="img/logo.png" width="200" height="200" alt=""> </a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav pull-right">
<li class="active"><a href="./index.html">HOME</a></li>
</ul>
<ul class="subnav">
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<section class="header-1-sub">
<div id="pt-main" class="page-transitions pt-perspective">
<div class="pt-page pt-page-1">
<div class="background"> </div>
<div class="caption">
<div class="container">
<h3>TradeFinanceCoin</h3>
<p class="lead">Trade Finance On The Blockchain</p>
</div>
</div>
</div>
</div>
</section>
<section class="content-26">
<div class="container">
<div class="row col-sm-8 col-sm-offset-2 features">
<h3>Thank you for your interest in the<br/>
TradeFinanceCoin Token</h3>
<div class="padded">Please register your interest and we will send you further information including our whitepaper.</div>
<div class="padded">Email us at <a href="#">[email protected]</a></div>
</div>
</div>
</section>
</div>
<footer class="footer-3">
<div class="container">
<div class="row v-center">
<div class="col-sm-4">
<a class="brand" href="#">Trade Finance Market</a>
</div>
<div class="col-sm-3">
<div class="address">
</br>
Trade Finance Market is operated by Incubatrix Pte. Ltd.
<br/>1 Coleman Street, #10-06 The Adelphi, Singapore 179803.
</br>
</div>
</div>
</div>
<div class="row v-center">
<div class="col-sm-4">
<p>© 2018. All rights reserved.</p>
</div>
</div>
</div>
</footer>
</body>
</html>