-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
421 lines (406 loc) · 13.3 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
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>Blog</title>
<link rel="canonical" href="https://amp.dev/documentation/guides-and-tutorials/start/create/basic_markup/">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.js"></script>
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
<style amp-custom>
html {
overflow: scroll;
}
body {width: 100%;margin: 0px;padding: 0px; position: absolute; }
.hamburger {
padding: 12px;
float: right;
color:white;
font-size: 28px;
}
.sidebar {
padding: 10px;
margin-top:16px;
}
.sidebar > li {
list-style: none;
margin-bottom:10px;
padding:8px;
}
.amp-sidebar{
background-color:#fe8c50;
width:40%;
color:white;
}
.close-sidebar {
font-size: 1.5em;
padding-right:8px;
float:right;
}
a {
color:white;
text-decoration:none;
}
.headerbar{
position:fixed;
top: 0;
z-index:2;
height:80px;
background-color:#fe8c50;
list-style: none;
width: 100%;
margin: 0;
padding: 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
.site-name{
display: inline-block;
color:white;
margin-left: 8%;
}
.content{
height: 100%;
color: black;
border-style: ridge;
color: grey;
padding: 8px;
margin: 8px;
width: 70%;
}
.footer{
text-align: center;
padding: 8px;
height: 30%;
width: 100%;
background-color: rgb(80, 77, 77);
}
.info{
width: 95%;
height: 80%;
}
.contact{
width: 95%;
height: 80%;
}
.title{
margin:0px;
padding:0px;
font-size: 42px;
color: white;
}
.content{
width:90%;
font-size: 14px;
margin-bottom:16px;
padding-top: 0px;
margin-top: 0px;
}
.data{
padding:0px;
margin:0px;
color: white;
font-size: 14px;
}
.end{
color:white;
font-size:10px;
}
.grad{
padding: 24px;
padding-right: 64px;
color: white;
padding-top: 80px;
height: 600px;
font-size: 52px;
width: 100%;
background-image: linear-gradient(#fe8c50, #fe8c50,#fd6d6c,#fd6d6c);
}
.whiteButton{
height:65px;
width: 160px;
border-radius: 35px;
color: #fe8c50;
font-size: 18px;
background-color: white;
border-color: #fd6d6c;
border-style: solid;
border-width: 2px;
}
.main{
padding: 8px;
text-align: center;
background-color: white;
padding-top: 30px;
font-size: 42px;
}
.table{
border: 1px solid #fe8c50;
border-top: 1.6px solid #fe8c50;
border-bottom: none;
width: 95%;
font-size: 14px;
margin: 8px;
}
th,td{
padding: 8px;
padding-bottom: 22px;
border-bottom: 1px solid #fe8c50;
}
th{
text-align: left;
}
td{
text-align: right;
}
.how{
width: 100%;
font-size: 40px;
text-align: center;
}
.image{
margin-bottom: 100px;
padding: 8px;
font-size: 26px;
text-align: left;
}
.strategies{
text-align: center;
font-size: 42px;
padding-bottom: 32px;
}
.performance{
padding: 4px;
padding-bottom: 64px;
background-color: #f3f3f3;
text-align: center;
}
.join{
padding-left: 16px;
padding-right: 100px;
padding-bottom: 64px;
}
</style>
</head>
<body>
<header class="headerbar">
<div class="site-name"><h1>Botsfolio</h1></div>
<div role="button" on="tap:sidebar1.toggle" tabindex="0" class="hamburger" >☰</div>
</header>
<amp-sidebar id="sidebar1" layout="nodisplay" side="right" class="amp-sidebar">
<div role="button" aria-label="close sidebar" on="tap:sidebar1.toggle" tabindex="0" class="close-sidebar">✕</div>
<ul class="sidebar">
<li><a href="#">Telegram</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">News</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Login</a></li>
</ul>
</amp-sidebar>
<div class="grad">
<p>Grow Crypto Portfolio With Automation</p>
<p style="font-size: 24px;">Use Powerful crypto trading bot without coding or trading skills</p>
<a href="#"><button class="whiteButton">Get Started</button></a>
</div>
<div class="main">
<p>Recent trades by our crypto bot for Binance</p>
<table class="table">
<thead>
<th>Date</th>
<td>Jan 28, 2021, 1:32 p.m.</td>
</thead>
<thead>
<th>Exchange</th>
<td><amp-img src="https://botsfolio.com/static/images/binance.png" height="20px" width="20px"></amp-img></td>
</thead>
<thead>
<th>Pair</th>
<td>ETHUSDT</td>
</thead>
<thead>
<th><b>Type</b></th>
<td>Long</td>
</thead>
<thead>
<th>Bot</th>
<td>Spot Scalper Bot</td>
</thead>
<thead>
<th>Entry Price</th>
<td>1293.6</td>
</thead>
<thead>
<th>Exit Price</th>
<td>1310.6</td>
</thead>
<thead>
<th>P & L</th>
<td style="color: green;">1.31%</td>
</thead>
</table>
<table class="table">
<thead>
<th>Date</th>
<td>Jan 28, 2021, 1:32 p.m.</td>
</thead>
<thead>
<th>Exchange</th>
<td><amp-img src="https://botsfolio.com/static/images/binance.png" height="20px" width="20px"></amp-img></td>
</thead>
<thead>
<th>Pair</th>
<td>ETHUSDT</td>
</thead>
<thead>
<th><b>Type</b></th>
<td>Long</td>
</thead>
<thead>
<th>Bot</th>
<td>Spot Scalper Bot</td>
</thead>
<thead>
<th>Entry Price</th>
<td>1293.6</td>
</thead>
<thead>
<th>Exit Price</th>
<td>1310.6</td>
</thead>
<thead>
<th>P & L</th>
<td style="color: green;">1.31%</td>
</thead>
</table>
<table class="table">
<thead>
<th>Date</th>
<td>Jan 28, 2021, 1:32 p.m.</td>
</thead>
<thead>
<th>Exchange</th>
<td><amp-img src="https://botsfolio.com/static/images/binance.png" height="20px" width="20px"></amp-img></td>
</thead>
<thead>
<th>Pair</th>
<td>ETHUSDT</td>
</thead>
<thead>
<th><b>Type</b></th>
<td>Long</td>
</thead>
<thead>
<th>Bot</th>
<td>Spot Scalper Bot</td>
</thead>
<thead>
<th>Entry Price</th>
<td>1293.6</td>
</thead>
<thead>
<th>Exit Price</th>
<td>1310.6</td>
</thead>
<thead>
<th>P & L</th>
<td style="color: green;">1.31%</td>
</thead>
</table>
</div>
<div class="how">
<p>How do you invest & make profitable trades?</p>
<div class="image">
<amp-img width="350px" height="250px" src="https://botsfolio.com/static/images/select_strategies.png"></amp-img>
<p style="border: 1.8px solid grey; width: 10px; height: 10px; padding: 10px; border-radius: 20px; text-align: center;font-size: 14px;" >1</p>
<p>Decide Investment Goal 12</p>
<p style="font-size: 18px;">Answer few questions to know how to allocate investment in different crypto trading strateies.</p>
</div>
<div class="image">
<amp-img width="350px" height="250px" src="https://botsfolio.com/static/images/add_funds.png"></amp-img>
<p style="border: 1.8px solid grey; width: 10px; height: 10px; padding: 10px; border-radius: 20px; text-align: center;font-size: 14px;" >2</p>
<p>Connect your exchange</p>
<p style="font-size: 18px;">Add investment amount to your crypto trading exchange & link it with botsfolio within few minutes.</p>
<a href="#"><button class="whiteButton"style="background-color:#fe8c50;color:white;font-size:15px;width:130px;height:50px;">Link Account</button></a><a href="#"><button class="whiteButton" style="height:50px;width:140px;font-size: 15px;">Get Assistance</button></a>
</div>
<div class="image">
<amp-img width="350px" height="250px" src="https://botsfolio.com/static/images/get_updates.png"></amp-img>
<p style="border: 1.8px solid grey; width: 10px; height: 10px; padding: 10px; border-radius: 20px; text-align: center;font-size: 14px;" >3</p>
<p>Get Updates</p>
<p style="font-size: 18px;">Bots will automatically trade from your account & you can track your automated crypto trading activities on our intuitive visual dashboard.</p>
<a href="#"> <button class="whiteButton"style="background-color:#fe8c50;color:white;font-size:15px;width:130px;height:50px;">Grow Income</button></a>
</div>
</div>
<div class="strategies">
<p>Crypto trading strategies</p>
<a href="#"><div style="padding-top: 40px; padding-bottom: 20px; border: 1pt solid grey;margin: 32px;">
<amp-img width="100px" height="100px" src="https://botsfolio.com/static/images/value2.png"></amp-img>
<p style="font-size: 18px;">Value Investing</p>
</div></a>
<a href="#"><div style="padding-top: 40px; padding-bottom: 20px; border: 1pt solid grey;margin: 32px;">
<amp-img width="100px" height="100px" src="https://botsfolio.com/static/images/hedge2.png"></amp-img>
<p style="font-size: 18px;">Hedged Trading</p>
</div></a>
<a href="#"><div style="padding-top: 40px; padding-bottom: 20px; border: 1pt solid grey;margin: 32px;">
<amp-img width="100px" height="100px" src="https://botsfolio.com/static/images/futures2.png"></amp-img>
<p style="font-size: 18px;">Futures Trading</p>
</div></a>
<a href="#"><div style="padding-top: 40px; padding-bottom: 20px; border: 1pt solid grey;margin: 32px;">
<amp-img width="100px" height="100px" src="https://botsfolio.com/static/images/savings2.png"></amp-img>
<p style="font-size: 18px;">Fixed Income</p>
</div></a>
<a href="#"><button class="whiteButton" style="width: 240px; color: white; background-color: #fe8c50; font-size: 22px;">Make My Strategy</button></a>
</div>
<div class="performance">
<p style="font-size: 42px;padding: 32px;">Crypto Bot Performance</p>
<p style="font-size: 22px;">Average monthly returens being delivered by cryto trading platform</p>
<amp-img height="200px" width="300px" src="https://botsfolio.com/static/images/bot-performance.png"></amp-img>
</div>
<div class="join">
<p style="font-size: 32px;">Join crypto bot trading today</p>
<p>Grab best crypto bots of 2020</p>
<a href="#"><button class="whiteButton" style="background-color: #fe8c50; color: white;"> Get Started</button></a>
</div>
<div class="footer">
<div class="info">
<h1 class="title" >Botsfolio</h1>
<p class="content">With any investment, your capital is at risk. The value of your portfolio with Botsfolio can go down as well as up and you may get back less than you invest. Past performance is no guarantee of future results. Read our (investment risk disclosure) for more information. By using this website, you accept our (Privacy Policy)</p>
</div>
<div class="contact">
<p class="data">
Contact us
</p>
<p class="data">
KribX Inc. , USA</p>
<amp-social-share
type="facebook"
aria-label="Share on facebook"
class="social"
width="30"
height="30"
></amp-social-share>
<amp-social-share
type="twitter"
aria-label="Share on Twitter"
class="social"
width="30"
height="30"
></amp-social-share>
<amp-social-share
type="linkedin"
aria-label="Share on linkedin"
class="social"
width="30"
height="30"
></amp-social-share>
</div>
<p class="end">
© 2020 Botsfolio
</p>
</div>
</body>
</html>