forked from appsource/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
220 lines (188 loc) · 10.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/blueimp-gallery.min.css">
<link rel="stylesheet" href="css/splide.min.css">
<link rel="stylesheet" href="css/slimselect.css">
<link rel="stylesheet" href="css/main.css">
<!-- Favicons -->
<link rel="icon" type="image/png" href="logo.png" sizes="32x32">
<link rel="apple-touch-icon" href="logo.png">
<meta name="description" content="Ox Launch">
<meta name="keywords" content="">
<meta name="author" content="Ox Launch">
<title>About</title>
</head>
<body>
<!-- header -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="header__content">
<!-- btn -->
<button class="header__btn" type="button" aria-label="header__nav">
<span></span>
<span></span>
<span></span>
</button>
<!-- end btn -->
<!-- logo -->
<a href="index.html" class="header__logo">
<img src="logo2.png" alt="ox">
</a>
<!-- end logo -->
<!-- tagline -->
<span class="header__tagline">Initial Project Offering</span>
<!-- end tagline -->
<!-- navigation -->
<ul class="header__nav" id="header__nav">
<li class="header__dropdown">
<a class="dropdown-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Home <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg></a>
<ul class="dropdown-menu header__dropdown-menu">
<li><a href="index">Home</a></li>
</ul>
</li>
<li class="header__dropdown">
<a class="dropdown-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">About <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg></a>
<ul class="dropdown-menu header__dropdown-menu">
<li><a href="about">About</a></li>
</ul>
</li>
<li class="header__dropdown">
<a class="dropdown-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Tokenomics<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg></a>
<ul class="dropdown-menu header__dropdown-menu">
<li><a href="tokenomics">Tokenomics</a></li>
</ul>
</li>
<li class="header__dropdown">
<a class="dropdown-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">FAQ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg></a>
<ul class="dropdown-menu header__dropdown-menu">
<li><a href="FAQ">FAQ</a></li>
</ul>
</li>
<li class="header__dropdown">
<a class="dropdown-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Contacts <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg></a>
<ul class="dropdown-menu header__dropdown-menu">
<li><a href="contacts">Contacts</a></li>
</ul>
</li>
</ul>
<!-- end navigation -->
</div>
</div>
</div>
</div>
</header>
<!-- end header -->
<!-- hero -->
<section class="hero" id="hero">
<div class="container">
<div class="row">
<div class="col-12">
<!-- hero content -->
<div class="hero__content">
<span class="hero__tagline">Oxlaunch</span>
<h2 class="hero__title">Initial Project Offering Ecosystem</h2>
<p class="hero__text">Incubator Project, Web 3.0 IPO Launchpad.</p>
<div class="hero__btns">
<a href="IPO" class="hero__btn"><span>Explore</span></a>
<a href="oxwp.pdf" class="hero__btn hero__btn--nephrite"><span>Whitepaper</span></a>
</div>
<!-- bg animation -->
<div id="canvas" class="hero__canvas"></div>
<!-- end bg animation -->
</div>
<!-- end hero content -->
</div>
</div>
</div>
</section>
<!-- end hero -->
<!-- sponsors -->
<section class="section section--pb0 section--first">
<div class="container">
<div class="row">
<!-- breadcrumb -->
<div class="col-12">
<ul class="breadcrumbs">
<li class="breadcrumbs__item"><a href="index">Home</a></li>
<li class="breadcrumbs__item"><a href="tokenomics">Tokenomics</a></li>
</ul>
</div>
<!-- end breadcrumb -->
<!-- section title -->
<div class="col-12 col-md-10 offset-md-1 col-lg-6 offset-lg-0 align-self-center">
<div class="section__title section__title--grid-right">
<strong>About</strong>
<h2>What is Oxlaunch?</h2>
<p>Ox is a multi-chain LaunchPad and decentralized incubator protocol. It is a blockchain project set to decentralize initial funding bringing project ideas, and innovative opportunities to backers of a project.</p>
<p>Providing innovative projects with the support and resources they need to achieve results, projects are supported in the seed funding stage through the incubator program or in the initial market entry stage through the Initial Project Offering (IPO) Launchpad.</p>
<p>The Incubator Program provides selected projects with development funds and other resources such as experienced developers to help build the product, a marketing team to help the business grow, and any other kind of support such a project may require. Launchpad helps projects that already have a product and are ready to enter the market.</p>
<p>Launchpad helps these projects to run what we call an IDO Initial DEX Offering, or a quality and well-coordinated token auction event. Ox adopted a solid marketing strategy to ensure that the IPO event was very successful.</p>
<p>Users get early contribution opportunities to high-quality and innovative projects on a regular basis, and can interact in these projects at the seed funding stage through decentralized incubator protocols, or at the market entry stage by participating in IPOs or early-stage token sale events held on Oxlaunch . It provides users with an entry point to maximize their investment turnover.</p>
<a href="#" class="section__btn section__btn--grid"><span>Learn More</span></a>
</div>
</div>
<!-- end section title -->
</div>
</div>
</section>
<!-- end sponsors -->
<!-- footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12 col-sm-8 col-md-6 col-lg-6 col-xl-4 order-4 order-md-1 order-lg-4 order-xl-1">
<div class="footer__logo">
<img src="logo2.png" alt="ox">
</div>
<p class="footer__tagline">Incubator Project, Web 3.0 IPO Launchpad.</p>
</div>
<div class="col-6 col-md-4 col-lg-3 col-xl-2 order-1 order-md-2 order-lg-2 order-xl-3 offset-md-2 offset-lg-0">
<h6 class="footer__title">Company</h6>
<div class="footer__nav">
<a href="about">About</a>
<a href="tokenomics">Tokenomics</a>
<a href="docs">Documents</a>
<a href="IPO">App</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-3 col-xl-2 order-2 order-md-4 order-lg-3 order-xl-4">
<h6 class="footer__title">Support</h6>
<div class="footer__nav">
<a href="contacts">Help center</a>
<a href="FAQ">Ask a question</a>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="footer__content">
<div class="footer__social">
<a href="https://twitter.com/OxlaunchPro" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22,5.8a8.49,8.49,0,0,1-2.36.64,4.13,4.13,0,0,0,1.81-2.27,8.21,8.21,0,0,1-2.61,1,4.1,4.1,0,0,0-7,3.74A11.64,11.64,0,0,1,3.39,4.62a4.16,4.16,0,0,0-.55,2.07A4.09,4.09,0,0,0,4.66,10.1,4.05,4.05,0,0,1,2.8,9.59v.05a4.1,4.1,0,0,0,3.3,4A3.93,3.93,0,0,1,5,13.81a4.9,4.9,0,0,1-.77-.07,4.11,4.11,0,0,0,3.83,2.84A8.22,8.22,0,0,1,3,18.34a7.93,7.93,0,0,1-1-.06,11.57,11.57,0,0,0,6.29,1.85A11.59,11.59,0,0,0,20,8.45c0-.17,0-.35,0-.53A8.43,8.43,0,0,0,22,5.8Z"/></svg></a>
<a href="https://t.me/Oxlaunch" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.26465,2.42773a2.04837,2.04837,0,0,0-2.07813-.32421L2.26562,9.33887a2.043,2.043,0,0,0,.1045,3.81836l3.625,1.26074,2.0205,6.68164A.998.998,0,0,0,8.134,21.352c.00775.012.01868.02093.02692.03259a.98844.98844,0,0,0,.21143.21576c.02307.01758.04516.03406.06982.04968a.98592.98592,0,0,0,.31073.13611l.01184.001.00671.00287a1.02183,1.02183,0,0,0,.20215.02051c.00653,0,.01233-.00312.0188-.00324a.99255.99255,0,0,0,.30109-.05231c.02258-.00769.04193-.02056.06384-.02984a.9931.9931,0,0,0,.20429-.11456,250.75993,250.75993,0,0,1,.15222-.12818L12.416,18.499l4.03027,3.12207a2.02322,2.02322,0,0,0,1.24121.42676A2.05413,2.05413,0,0,0,19.69531,20.415L22.958,4.39844A2.02966,2.02966,0,0,0,22.26465,2.42773ZM9.37012,14.73633a.99357.99357,0,0,0-.27246.50586l-.30951,1.504-.78406-2.59307,4.06525-2.11695ZM17.67188,20.04l-4.7627-3.68945a1.00134,1.00134,0,0,0-1.35352.11914l-.86541.9552.30584-1.48645,7.083-7.083a.99975.99975,0,0,0-1.16894-1.59375L6.74487,12.55432,3.02051,11.19141,20.999,3.999Z"/></svg></a>
</div>
<small class="footer__copyright">© Oxlaunch 2024.</small>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- JS -->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/smooth-scrollbar.js"></script>
<script src="js/blueimp-gallery.min.js"></script>
<script src="js/splide.min.js"></script>
<script src="js/slimselect.min.js"></script>
<script src="js/chart.js"></script>
<script src="js/three.min.js"></script>
<script src="js/vanta.cells.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>