-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
643 lines (629 loc) · 29.7 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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="LuaStarter launches on 09 August, 2021" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet">
<link href="assets/css/layout.css" rel="stylesheet">
<link href="assets/slick/slick.css" rel="stylesheet">
<link href="assets/slick/slick-theme.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<meta property="og:url" content="https://luaswap.org">
<meta property="og:type" content="website">
<meta property="og:title" content="LuaStarter">
<meta property="og:description" content="LuaStarter launches on 09 August, 2021">
<meta property="og:image" content="https://luaswap.org/favicon.png">
<meta property="og:image:height" content="512">
<meta property="og:image:width" content="512">
<meta property="og:image:type" content="image/png">
<meta name="twitter:description" content="LuaStarter launches on 09 August, 2021" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="LuaStarter" />
<title>LuaStarter</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
</head>
<body>
<div class="site-main">
<header class="main-nav">
<div class="container">
<div class="nav-wrap">
<a href class="logo">
<img src="assets/images/logo.png" alt="LuaSwap" />
<span class="logo-name">LuaStarter</span>
</a>
<ul class="navigation">
<!-- add class .is-child if has nav child -->
<li class="nav-item">
<a href="https://luaswap.org/" target="blank">
<span>Home</span>
<span class="icon-dropdown">
<!-- <svg focusable="false" viewBox="0 0 24 24" width="20px" height="20px" color="#C3C5CB" aria-hidden="true">
<path d="M7 10l5 5 5-5z"></path>
</svg> -->
</span>
</a>
<!-- <ul class="sub-navigation">
<li class="nav-item">
<a href="">Sub 1</a>
</li>
<li class="nav-item">
<a href="">Sub 2</a>
</li>
</ul> -->
</li>
<li class="nav-item">
<a href="https://app.luaswap.org/#/swap/" target="blank">Swap</a>
</li>
<li class="nav-item nav-ido-button">
<a href="https://ido.luaswap.org/#/ido" target="blank">IDO Projects</a>
</li>
</ul>
<div class="nav-mobile">
<div class="nav-icon">
<svg viewBox="0 0 24 24" fill="#fff" width="20px" height="20px" xmlns="http://www.w3.org/2000/svg"
class="icon-mobile" style="cursor: pointer;">
<path
d="M4 18H20C20.55 18 21 17.55 21 17C21 16.45 20.55 16 20 16H4C3.45 16 3 16.45 3 17C3 17.55 3.45 18 4 18ZM4 13H20C20.55 13 21 12.55 21 12C21 11.45 20.55 11 20 11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13ZM3 7C3 7.55 3.45 8 4 8H20C20.55 8 21 7.55 21 7C21 6.45 20.55 6 20 6H4C3.45 6 3 6.45 3 7Z">
</path>
</svg>
</div>
</div>
</div>
</div>
</header>
<div class="main-content">
<div class="section-banner">
<div class="banner-bg">
<div class="container">
<div class="banner-wrap">
<div class="launches-wrap flex-row">
<div class="content-left col-7">
<h1 class="landing-title"> Decentralize</h1>
<h3 class="sub-title">Your way of investing</h3>
<p class="description">Being a true multi-chain IDO platform, LuaStarter empowers project owners to raise capital on a decentralized platform
and provides the most cost-effective, convenient and transparent investing environment to all investors.</p>
<div class="wrap-button">
<a class="button-ido" href="https://ido.luaswap.org/#/idos" target="__blank">IDO Projects</a>
<a class="w-paper" href="http://bit.ly/LuaStarter_Whitepaper_v4"
target="__blank">WhitePaper</a>
<a class="w-paper" href="https://docsend.com/view/qqi8j6xghremcd28" target="__blank">Pitch deck</a>
</div>
</div>
<div class="content-right col-4">
<div class="header-twitter-embed">
<a class="twitter-timeline" data-height="500" data-theme="light" href="https://twitter.com/LuaSwap?ref_src=twsrc%5Etfw">Tweets by LuaSwap</a>
</div>
<!-- <img src="assets/images/security-top.png" alt="LuaStarter launches"> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-feature">
<div class="container">
<div class="feature-wrap">
<h2 class="title">
Exceptional features
</h2>
<div class="flex-row">
<div class="feature-item">
<div class="box">
<img src="assets/images/payment.png" alt="Multi-chain offering">
<h3 class="box-title">Multi-chain offering</h3>
<p class="box-desc">LuaStarter currently supports TomoChain, Ethereum and Binance Smart Chain, providing flexible options for investors to
participate in IDOs on different chains.</p>
</div>
</div>
<div class="feature-item">
<div class="box">
<img src="assets/images/server.png" alt="Multi-chain offering">
<h3 class="box-title">Tier Guaranteed System</h3>
<p class="box-desc">TGS model enables investors to be guaranteed in the IDO and utilize all of their
tokens. The flexibility of the model also provides opportunities for all investors to buy tokens
fairly and efficiently.</p>
</div>
</div>
<div class="feature-item">
<div class="box">
<img src="assets/images/globe.png" alt="Multi-chain offering">
<h3 class="box-title">Ecosystem Integration</h3>
<p class="box-desc">LuaStarter's participants are supported with the whole product suite of LuaSwap including bridging, swapping, farming,
on-chain limit order, portfolio management.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-system">
<div class="container">
<div class="system-wrap">
<div class="system-heading">
<h2 class="title">
Tier Guaranteed System
</h2>
<p class="sub-title">
Tier Guaranteed System guarantees the number of tokens allocated to each tier's member for every IDO
pool.
</p>
</div>
<div class="flex-row">
<div class="col-6">
<div class="sys-box-left">
<img class="sys-bg" src="assets/images/banner-sys.jpg" alt="Tier Guaranteed System">
<img class="img-security" src="assets/images/security.png" alt="Tier Guaranteed System">
</div>
</div>
<div class="col-6">
<div class="sys-box-right">
<div class="sys-box-item">
<div class="sys-box-icon">
<img src="assets/images/milkyway.png" alt="Milkyway">
</div>
<div class="sys-box-content">
<h4 class="sys-box-title">Galaxy PLUS</h4>
<span class="lua-require">400,000 LUA</span><span class="weight">Pool weight:
100</span>
</div>
</div>
<div class="sys-box-item">
<div class="sys-box-icon">
<img src="assets/images/milkyway.png" alt="Milkyway">
</div>
<div class="sys-box-content">
<h4 class="sys-box-title">Galaxy</h4>
<span class="lua-require">250,000 LUA</span><span class="weight">Pool weight:
100</span>
</div>
</div>
<div class="sys-box-item">
<div class="sys-box-icon">
<img src="assets/images/mars.png" alt="Mars">
</div>
<div class="sys-box-content">
<h4 class="sys-box-title">Mars</h4>
<span class="lua-require">100,000 LUA</span><span class="weight">Pool weight:
30</span>
</div>
</div>
<div class="sys-box-item">
<div class="sys-box-icon">
<img src="assets/images/moon.png" alt="Moon">
</div>
<div class="sys-box-content">
<h4 class="sys-box-title">Moon</h4>
<span class="lua-require">25,000 LUA</span><span class="weight">Pool weight:
6</span>
</div>
</div>
<div class="sys-box-item">
<div class="sys-box-icon">
<img src="assets/images/mercury.png" alt="Mercury">
</div>
<div class="sys-box-content">
<h4 class="sys-box-title">Earth</h4>
<span class="lua-require">5,000 LUA</span><span class="weight">Pool weight: 1</span>
</div>
</div>
</div>
<div class="become">
<div class="s-type">
<span>Eligible staking types</span>
<img width="18" src="assets/images/info.png"/>
<p class="tooltip">Hold LUA in LuaSafe or LUA-TOMO(E)/ LUA - PIXEL pool (on TomoChain or Ethereum) at least 3 days before and remain staked
until the IDO opens.</p>
</div>
<div class="stake-wrap">
<div class="luasafe">
<a class="external" href="https://app.luaswap.org/#/lua-safe" target="blank">Stake in LuaSafe</a>
<a class="l-more" href="https://app.luaswap.org/#/swap/" target="blank">Need more LUA?</a>
</div>
<div class="stake">
<a class="external" href="https://app.luaswap.org/#/add/TOMO/0x7262fa193e9590B2E075c3C16170f3f2f32F5C74" target="blank">Stake in </br>
LUA-TOMO(E) pool</a>
<a class="l-more" href="https://docs.tomochain.com/luaswap/luastarter/tier-requirements-and-allocation" target="blank">Tier requirements & allocation</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-project">
<div class="container">
<div class="project-wrap">
<h2 class="title">
IDO Projects
</h2>
<div class="project-box">
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/Starbots.png" alt="Starbots" />
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/project/starbots-1" target="blank">Starbots</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">50,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain" />
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">449%</span>
<span class="ratio">500,000 BOT</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">5s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/Lunarush.png" alt="Luna Rush" />
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/project/lunarrush-1" target="blank">Luna Rush</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">75,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain" />
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">305%</span>
<span class="ratio">1,250,000 LUS</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">120s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/widi.png" alt="WidiLand"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/project/widiland-1" target="blank">WidiLand</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">150,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">298%</span>
<span class="ratio">3,750,000 WIDI</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">140s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/bluehorizon.png" alt="Blue Horizon"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/history/project/bluehorizon-1" target="blank">Blue Horizon</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">90,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">381%</span>
<span class="ratio">1,500,000 BHL</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">68s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/dragonkart.png" alt="Dragon Kart"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/history/project/dragonkart-1" target="blank">Dragon Kart</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">100,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">425%</span>
<span class="ratio">625,000 KART</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">40s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/howlcity.png" alt="HowlCity"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/history/project/howlcity-1" target="blank">HowlCity</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">100,000 BUSD</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/bsc.png" alt="Binance SmartChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">256%</span>
<span class="ratio">4,000,000 HWL</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">12 mins</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/pixelverse.png" alt="PixelVerse"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/history/project/pixelverse-1" target="blank">PixelVerse</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">50,000 USDT</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/tomochain.png" alt="TomoChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">500%</span>
<span class="ratio">3,333,334 PIXEL</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">60s</span>
</div>
</div>
</div>
</div>
<div class="project-item">
<div class="add-padding">
<div class="header">
<img src="assets/images/tdao.png" alt="TomoMasterDAO"/>
<div><span class="status">Filled</span></div>
</div>
<div class="project-title">
<a href="https://ido.luaswap.org/#/ido/history/project/tdao-1" target="blank">TomoMasterDAO</a>
</div>
<div class="project-info">
<div class="raise">
<span class="text">Total Raise</span>
<span class="number">50,000 TOMO</p>
</div>
<div class="network">
<span class="text">Network</span>
<img src="assets/images/tomochain.png" alt="TomoChain"/>
</div>
</div>
<div class="process">
<span class="text">Progress</span>
<div class="progress-bar">
<span style="width: 100%" class="progress-active"></span>
</div>
<div class="progress-info">
<span class="percent">919%</span>
<span class="ratio">4,000,000 tDAO</span>
</div>
<div class="progress-footer">
<span class="text">Sold-out time</span>
<span class="user-number">60s</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-partner">
<div class="container">
<div class="partner-wrap">
<h2 class="title">Our Partners</h2>
<div class="partner-box">
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/tomo.png" alt="TomoChain" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/tomodex.png" alt="TomoDEX" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/serum.png" alt="Serum" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/bancor.png" alt="Barncor" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/frontier.png" alt="Frontier" /></a>
</div>
<div class="partner-logo">
<a href="https://www.luaventures.xyz/" target="_blank"><img src="assets/images/luaventures.png"
alt="LuaVentures" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/api3.png" alt="API3" /></a>
</div>
<div class="partner-logo">
<a href="#" target="_blank"><img src="assets/images/dapp.png" alt="dapp.com" /></a>
</div>
</div>
<div class="apply flex-row">
<div class="col-2"></div>
<div class="banner col-8">
<div class="apply-content">
<p class="question">
Raise fund for your project or </br>
Get alerts for new pools?
</p>
<div class="group-button">
<a class="ido-button"
href="https://www.jotform.com/220232580822043"
target="blank">Apply for IDO</a>
<div class="group-form">
<form id="subscribe-form" action="https://api.luaswap.org/api/luastarter/email/subscription">
<input type="email" name="email" placeholder="Your email" />
<button type="submit">Subscribe</button>
</form>
<p class="result"></p>
</div>
<!-- <a class="subscribe-button" href="#">Subscribe</a> -->
</div>
<div class="icon-right">
<img src="assets/images/processor.png" alt="">
</div>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="footer-twitter-embed">
<a class="twitter-timeline" data-height="500" data-theme="dark" href="https://twitter.com/LuaSwap?ref_src=twsrc%5Etfw">Tweets by LuaSwap</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="flex-row">
<div class="footer-left">
<p class="coppy-right">LuaStarter 2021 - All rights reserved.</p>
</div>
<div class="footer-right flex-row">
<ul class="footer-nav flex-row">
<li class="nav-item"><a href="https://docs.tomochain.com/luaswap/luastarter/ido-faqs" target="_blank">IDO FAQs</a></li>
<li class="nav-item"><a href="https://t.me/luaswap" target="_blank">Support</a></li>
<li class="nav-item"><a href="https://docs.tomochain.com/luaswap/luastarter" target="_blank">Documents</a>
</li>
</ul>
<ul class="footer-social flex-row">
<li class="social-item"><a href="https://t.me/luaswap" target="_blank"><img
src="assets/images/telegram.png" alt="Telegram"></a></li>
<li class="social-item"><a href="https://twitter.com/LuaSwap" target="_blank"><img
src="assets/images/twitter.png" alt="Twitter"></a></li>
<li class="social-item"><a href="https://github.com/tomochain" target="_blank"><img
src="assets/images/github.png" alt="Github"></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/slick/slick.min.js" id="slick-js"></script>
<script type="text/javascript" src="assets/js/js.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>