forked from litetokens/litetokens.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (115 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Litetokens - The True Global Currency</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<!-- Custom CSS -->
<style>
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" type="image/ico" href="./img/favicon.ico" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FV177VK3C3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FV177VK3C3');
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Litetokens</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="https://litescan.org">LiteScan</a></li>
<li><a href="https://link.litetokens.org">LiteLink</a></li>
<li><a href="https://dao.litetokens.org">LiteDAO</a></li>
<li><a href="https://bridge.litetokens.org">LiteBridge</a></li>
<li><a href="https://defi.litetokens.org">LiteDeFi</a></li>
<li><a href="https://graph.litetokens.org">LiteGraph</a></li>
<li><a href="https://ns.litetokens.org">LiteNS</a></li>
<li><a href="https://lend.litetokens.org">LiteLend</a></li>
<li><a href="https://swap.litetokens.org">LiteSwap</a></li>
<li><a href="https://grid.litetokens.org">LiteGrid</a></li>
<li><a href="https://ltx.litetokens.org">Lite</a></li>
<li><a href="https://sol.litetokens.org">Sol</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container" id="home-content" style="min-width:100%;background-color: #202428;">
<div class="container" style="min-height: 600px; ">
<div class="starter-template" style="min-width: 768px;margin:0px auto;">
<div style="width:47.4666666%;color: white;display: inline;margin-left: 1.25%;margin-right: 1.25%;float:left;">
<h1 class="lead" style="font-weight: 400;font-size: 72px;margin-bottom: 15px;letter-spacing: -2px;text-align: left;">XLT
</h1><br/>
<h3 style="font-weight: 400;font-size: 1.5em;line-height: 1.25;text-align: left;">The Platform for Free Market
Dencentralization</h3>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="container">
<div class="row">
<div class="starter-template">
<p>© Litetokens Developers</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!-- Vanta -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.rings.min.js"></script>
<script>
VANTA.RINGS({
el: "#home-content",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x37b3b3
});
</script>
</body>
</html>