-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
371 lines (349 loc) · 17.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="Crypto, Crypto Wallet, Crypto Mobile Wallet, Blockchain, Web3">
<meta name="description" content="">
<meta name="author" content="">
<title>J Labs - We build on blockchain</title>
<!-- Font Awesome icons (free version)-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/js/all.min.js"
crossorigin="anonymous"></script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet">
<!-- Fonts CSS-->
<link rel="stylesheet" href="css/heading.css">
<link rel="stylesheet" href="css/body.css">
<link rel="shortcut icon" href="assets/img/favicon.png">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
<div class="container">
<img src="assets/img/j-labs-logo.png" width="80pt" alt="Logo">
<button class="navbar-toggler navbar-toggler-right font-weight-bold bg-primary text-white rounded"
type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">Menu <i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#portfolio">Work</a>
</li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#about">Team</a>
</li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#contact">What People Say About Us</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead bg-white text-white text-center">
</header>
<section class="page-section portfolio" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="page-section-heading-large text-secondary mb-0 d-inline-block">We Build on Blockchain</h2>
</div>
</div>
</section>
<section class="page-section portfolio" id="portfolio">
<div class="container" style="display: flex; justify-content: center; flex-direction: column; align-items: center;">
<!-- Portfolio Section Heading-->
<div class="text-center">
<h2 class="page-section-heading text-secondary mb-0 d-inline-block">Works</h2>
</div>
<!-- Icon Divider-->
<div class="divider-custom">
</div>
<!-- Work Section Content-->
<div class="row">
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://poc.vastwallet.j-labs.xyz/" target="_blank">
<i class="fa fa-globe"></i>
</a>
</div>
<img src="assets/img/work/logo_vast_wallet.png" />
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://magma.finance" target="_blank">
<i class="fa fa-globe"></i>
</a>
</div>
<img src="assets/img/work/logo_magma_finance.png" />
</div>
</div>
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://litprotocol.com/" target="_blank">
<i class="fa fa-globe"></i>
</a>
<a href="https://github.com/j-labs-xyz/lit-swift-sdk" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/work/logo_lit_protocol.png" />
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://www.filda.io/" target="_blank">
<i class="fa fa-globe"></i>
</a>
</div>
<img src="assets/img/work/logo_filda_io.png" />
</div>
</div>
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://torches.finance/en" target="_blank">
<i class="fa fa-globe"></i>
</a>
<a href="https://github.com/TorchesFinance" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/work/logo_torches_finance.png" />
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://trustwallet.com/" target="_blank">
<i class="fa fa-globe"></i>
</a>
<a href="https://github.com/trustwallet/wallet-core/pulls?q=is%3Apr+author%3Ajohnnynanjiang" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/work/logo_trust_wallet.png" />
</div>
</div>
<div class="col-md-6 mb-5">
<div class="j_work">
<div class="mask">
<a href="https://github.com/elaphantapp" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/work/logo_elaphant_wallet.png" />
</div>
</div>
</div>
</div>
</section>
<section class="page-section bg-primary text-white mb-0" id="about">
<div class="container">
<!-- About Section Heading-->
<div class="text-center">
<h2 class="page-section-heading d-inline-block text-white">Team</h2>
</div>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-md-3 mb-0">
</div>
<div class="col-md-3 mb-3">
<div class="member">
<div class="mask">
<a href="https://github.com/johnnynanjiang" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/people/Johnny.png" />
</div>
<div class="name">Johnny Jiang</div>
</div>
<div class="col-md-3 mb-3">
<div class="member" style="text-align: left;">
<div class="mask">
<a href="https://github.com/hochbruj" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/people/Jan.jpg" />
</div>
<div class="name">Jan Hochbrueckner</div>
</div>
<div class="col-md-3 mb-0">
</div>
<div class="col-md-3 mb-0">
</div>
<div class="col-md-3 mb-3">
<div class="member">
<div class="mask">
<a href="https://github.com/siyushin" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/people/Shane.png" />
</div>
<div class="name">Shane Shi</div>
</div>
<div class="col-md-3 mb-3">
<div class="member">
<div class="mask">
<a href="https://github.com/LevenWin/" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<img src="assets/img/people/Leven_Liu.png" />
</div>
<div class="name">Leven Liu</div>
</div>
<div class="col-md-3 mb-0">
</div>
</div>
</div>
</section>
<section class="page-section" id="contact">
<div class="container">
<!-- Contact Section Heading-->
<div class="text-center">
<h2 class="page-section-heading text-secondary d-inline-block mb-0">What People Say About Us</h2>
</div>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
</div>
<!-- People saying -->
<div class="row justify-content-center">
<div class="j-testimonial-wrapper">
<div class="j-testimonial-box">
<i class="fas fa-quote-left quote"></i>
<p>
J Labs' has been an awesome team to build with. Love what they're up to with their wallet focused on building out an open marketplace as well. Super technical team and their feedback has been crucial in Passport's development as well.
<br /><br />
They seem to be a step ahead of other teams with their vision for wallets - excited to see all of it come to life!
</p>
<div class="content">
<div class="info">
<div class="name">Krish Chelikavada</div>
<div class="job">Co-Founder of 0xPass</div>
</div>
<div class="image">
<img src="assets/img/praises/logo_client_0xPass.webp" alt="">
</div>
</div>
</div>
<div class="j-testimonial-box">
<i class="fas fa-quote-left quote"></i>
<p style="font-size: 10pt;">
The team at J-Labs has been an absolute pleasure to work with. Levan and Johnny's professionalism, timeliness, and exceptional attention to detail are truly phenomenal. From the onset of the project, they demonstrated a strong commitment to communication, ensuring that every aspect of the development process was transparent and collaborative.
<br />
Moreover, J-Labs' extensive expertise and knowledge of the blockchain and web3 landscape were invaluable in ensuring that our project was executed flawlessly. Their tireless dedication to delivering high-quality work in a timely manner is impressive and has made a significant contribution to the growth of our protocol.
<br />
</p>
<div class="content">
<div class="info">
<div class="name">Eli Pearson</div>
<div class="job">Chief of Staff at Lit Protocol</div>
</div>
<div class="image">
<img src="assets/img/praises/logo_client_lit.svg" alt="">
</div>
</div>
</div>
</div>
<div class="j-testimonial-wrapper">
<div class="j-testimonial-box">
<i class="fas fa-quote-left quote"></i>
<p>J Labs has impressive execution capabilities, they helped Elephant Wallet complete the
integration of the ETH Web3 engine in a very short period of time, which means a lot to the
Elastos community, and we would love to work with J Labs for the long term.</p>
<div class="content">
<div class="info">
<div class="name">Sjun Song</div>
<div class="job">Director at Elastos</div>
</div>
<div class="image">
<img src="assets/img/praises/logo_client_elastos.jpeg" alt="">
</div>
</div>
</div>
<div class="j-testimonial-box">
<i class="fas fa-quote-left quote"></i>
<p>
<a href="https://twitter.com/vikmeup/status/1137499508579811328" target="_blank">
Special thank you to @jnj_pro and @Ravencoin for contribution to Trust Wallet
ecosystem.
</a>
</p>
<br /><br />
<div class="content">
<div class="info">
<div class="name">Viktor Radchenko</div>
<div class="job">Founder of Trust Wallet</div>
</div>
<div class="image">
<img src="assets/img/praises/logo_client_trust_wallet.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Location-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="mb-4">LOCATIONS</h4>
<p class="pre-wrap lead mb-0">Australia | China | Germany</p>
</div>
<!-- Footer Social Icons-->
<div class="col-lg-4 mb-5 mb-lg-0">
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/jnj_pro" target="_blank">
<i class="fab fa-fw fa-twitter"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.linkedin.com/company/67572135/"
target="_blank">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://github.com/j-labs-xyz"
target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://medium.com/@johnny.nan.jiang"
target="_blank">
<i class="fab fa-fw fa-medium"></i>
</a>
</div>
<!-- Footer About Text-->
<div class="col-lg-4">
<h4 class="mb-4"></h4>
<p class="pre-wrap lead mb-0">Copyright © J Labs 2019 ~ 2024</p>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed"><a
class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i
class="fa fa-chevron-up"></i></a></div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>