-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout-us.html
410 lines (395 loc) · 18.1 KB
/
about-us.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
<!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="description" content="圖靈鏈利用區塊鏈技術打造一站式數位履歷平台 - 圖靈證書。數位認證可減少時間與金錢成本,並增加安全性。目前圖靈證書已發行於國內外不同領域,讓區塊鏈應用更加多元。" />
<meta name="keywords" content="" />
<meta property="og:image" content="https://certs.turingchain.tech/assets/images/banner-og-dark.png" />
<title>
Turing Certs | 圖靈證書 -
一站式數位履歷平台。以區塊鏈應用,一鍵打造全球通用的數位證書
</title>
<link rel="canonical" href="https://certs.turingchain.tech/about-us" />
<!-- Favicon -->
<link href="assets/images/Logo.svg" rel="shortcut icon" />
<!-- CSS -->
<link href="assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet" />
<link href="assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet" />
<link href="assets/plugins/sal/sal.min.css" rel="stylesheet" />
<link href="assets/css/theme.css" rel="stylesheet" />
<!-- Fonts/Icons -->
<link href="assets/plugins/font-awesome/css/all.css" rel="stylesheet" />
<link href="assets/plugins/themify/themify-icons.min.css" rel="stylesheet" />
<link href="assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2M60DR7KSW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2M60DR7KSW");
</script>
<script type="module" src="assets/js/setup-i18n.js"></script>
</head>
<body data-preloader="1">
<!-- Header -->
<div class="header right dark">
<div class="container">
<!-- Logo -->
<div class="header-logo">
<a href="/"><img class="logo-light" src="assets/images/Logo-640x160-w.svg" alt="" /></a>
<!--
<img class="logo-dark" src="assets/images/your-logo-dark.png" alt="">
<img class="logo-light" src="assets/images/your-logo-light.png" alt="">
-->
</div>
<!-- Menu -->
<div class="header-menu">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="" data-i18n="header.about-us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing.html" data-i18n="header.pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" data-i18n="header.resoure-center">Resource</a>
<ul class="nav-dropdown">
<li class="nav-dropdown-item">
<a class="nav-dropdown-link" href="/news.html" data-i18n="header.news"
>News</a
>
</li>
<li class="nav-dropdown-item">
<a
class="nav-dropdown-link"
href="/blog"
data-i18n="header.blog"
>Blog
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a
target="_blank"
class="button button-sm button-rounded contact-us-button align-middle"
href="https://global.turingcerts.com/login"
data-i18n="header.login">Login</a>
</li>
<div class="header-menu-extra contact-us-item">
<a
target="_blank"
class="button button-sm button-rounded contact-us-button align-middle"
href="https://global.turingcerts.com/login?role=cc&method=register"
style="background-image: linear-gradient(to right, #CE893A, #F3C77C, #ffd792, #be7f36); color: white; background-size: 300% 100%; border-color: transparent;"
data-i18n="header.sign-up"
id="issuerApply">Scheduled a demo</a>
</div>
<li class="nav-item">
<i class="fa fa-globe"></i>
<select class="language-select" style="border: none; background: transparent" id="language-selector">
<option value="en">English</option>
<option value="zh-TW">繁體中文</option>
<option value="jp">日本語</option>
</select>
</li>
<div class="header-menu-extra media-item">
<ul class="list-inline">
<li>
<a class="media-button" href="https://www.facebook.com/turingcerts"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a class="media-button" href="https://www.linkedin.com/company/turing-chain-limited/"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
</div>
</ul>
</div>
<!-- Menu Toggle -->
<button class="header-toggle">
<span></span>
</button>
</div>
<!-- end container -->
</div>
<!-- end Header -->
<!-- Title section-->
<div class="section-sm bg-grey-lighter">
<div class="container text-center title-about">
<h2 class="font-family-primary" data-i18n="header.about-us">
About Us
</h2>
</div>
<!-- end container -->
</div>
<!-- End section-->
<!-- About section -->
<div class="section">
<div class="container">
<div class="row col-spacing-60 align-items-center">
<div class="col-12 col-lg-6">
<a class="lightbox-media-box border-radius-05">
<img src="assets/images/turing_SUN6636.jpg" alt="" />
</a>
</div>
<div class="col-12 col-lg-6">
<h4 class="font-weight-light margin-bottom-20" data-i18n="aboutUs.first-subtitle">
“We are the sum total of our experiences.”
</h4>
<p data-i18n="aboutUs.first-paragraph">
You may have the habit of keeping a diary, taking down your daily
exquisite dribs and drabs by pencils and paper. Nevertheless,
things don’t turn out the way we wish as our stories are forgotten
easily, and the world thus forgets us. Still, we firmly believe
our every footstep counts - since all are worth recording. This is
why Turing Certs has been dedicating to setting up a career
portfolio from your 1st-grade to your graduation, even from your
1st occupation through your ultimate success. Seeking authenticity
by e-signature, protecting our Mother Nature by going paperless,
and guarding your personal data by digital identification are our
missions. “You are also the sum total of your experiences.” Turing
Certs will be your best e-experience.
</p>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end About section -->
<!-- Team section -->
<div class="section padding-top-0">
<div class="container">
<div class="margin-bottom-70 text-center">
<div class="row">
<div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3">
<h2 class="font-weight-light" data-i18n="aboutUs.our-team">
Our Team
</h2>
<p data-i18n="aboutUs.our-team-paragraph">
We are a team of CISSP security experts, ACM/IEEE blockchain
researchers, and experienced product designers from UC Berkeley,
NTU Singapore, HKUST, and National Taiwan University.
</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Jeff.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-CEO">
Jeff Hu
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-CEO-description">Founder &
CEO</span>
<!--<p class="margin-top-10">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</p>-->
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Yuffie.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-product">
Yuffie Hsu
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-product-description">Head of
Product</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Henry.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-tech">
Henry Hang
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-tech-description">Tech
Lead</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Jacky.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-security">
Jacky Pan
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-security-description">Security
Expert</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Ian.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-BD-SA">
Yiwei Lin
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-BD-SA-description">Head of BD,
Southeast Asia</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="border-radius padding-30 box-shadow-with-hover">
<img class="img-circle-md" src="assets/images/team_Mari.png" alt="" />
<div class="margin-top-30">
<h6 class="font-weight-normal margin-0 line-height-140" data-i18n="aboutUs.team-member-BD-Japan">
Mari Ishikawa
</h6>
<span class="font-small font-weight-normal" data-i18n="aboutUs.team-member-BD-Japan-description">Head of
BD, Japan</span>
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
</div>
<!-- end Team section -->
<!-- Testimonial section -->
<div class="section padding-top-0">
<div class="container">
<div class="margin-bottom-70 text-center">
<h2 class="font-weight-light" data-i18n="aboutUs.what-people-say">
What People Say
</h2>
</div>
<div class="owl-carousel" data-owl-margin="30" data-owl-xs="1" data-owl-sm="1" data-owl-md="1" data-owl-lg="1"
data-owl-xl="1" data-owl-nav="true">
<!-- Testimonial box 1 -->
<div class="border-radius-05 bg-white border-all padding-20 padding-lg-30">
<div class="d-lg-flex justify-content-between margin-bottom-10">
<div class="d-block d-lg-inline-block margin-bottom-10">
<h5 class="font-weight-normal line-height-140 margin-0" data-i18n="aboutUs.johnny-wu">
Johnny C.J. Wu
</h5>
<span class="font-small font-weight-normal" data-i18n="aboutUs.johnny-wu-title">Head of Office of
International Affairs, National Taiwan
University</span>
</div>
</div>
<p data-i18n="aboutUs.johnny-wu-description">
"Turing Certs is the best blockchain certification provider out
there. Thanks to its security, convenience and innovative
functions such as its connection to LinkedIn, it truly bridges the
gap for the university to help students create their own digital
learning footprints."
</p>
</div>
<!-- Testimonial box 2 -->
<div class="border-radius-05 bg-white border-all padding-20 padding-lg-30">
<div class="d-lg-flex justify-content-between margin-bottom-10">
<div class="d-block d-lg-inline-block margin-bottom-10">
<h5 class="font-weight-normal line-height-140 margin-0" data-i18n="aboutUs.professor-liao">
Professor G.Z. Liao
</h5>
<span class="font-small font-weight-normal" data-i18n="aboutUs.professor-liao-title">Dean of Institute of
Learning Sciences and Technologies,
National Tsing Hua University</span>
</div>
</div>
<p data-i18n="aboutUs.professor-liao-description">
"Learning begins with the Turing Certs and ends in an endless
future."
</p>
</div>
<!-- Testimonial box 3 -->
<!--
<div class="border-radius-05 bg-white border-all padding-20 padding-lg-30">
<div class="d-lg-flex justify-content-between margin-bottom-10">
<div class="d-block d-lg-inline-block margin-bottom-10">
<h5 class="font-weight-normal line-height-140 margin-0">Andrew Palmer</h5>
<span class="font-small font-weight-normal">Developer - Mono</span>
</div>
</div>
<p>"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus."</p>
</div>
-->
<!-- Testimonial box 4 -->
<!--
<div class="border-radius-05 bg-white border-all padding-20 padding-lg-30">
<div class="d-lg-flex justify-content-between margin-bottom-10">
<div class="d-block d-lg-inline-block margin-bottom-10">
<h5 class="font-weight-normal line-height-140 margin-0">Rodney Scott</h5>
<span class="font-small font-weight-normal">Designer - Mono</span>
</div>
</div>
<p>"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus."</p>
</div>
-->
</div>
<!-- end owl-carousel -->
</div>
<!-- end container -->
</div>
<!-- end Testimonial section -->
<!-- footer section -->
<footer>
<div class="section bg-dark">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6">
<!--<h2>Turing Chain Ltd.</h2>-->
<h2 style="display: inline;">Turing Certs </h2>
<h6 style="display: inline;" data-i18n="footer.subdescription"></h6>
<ul class="list-inline-dash margin-top-30">
<li><a href="/policies/information-security-policy.html" data-i18n="footer.security-policy">Information
Security Policy</a></li>
<li><a href="/policies/privacy-policy.html" data-i18n="footer.privacy-policy">Privacy Policy</a></li>
<li><a href="/policies/terms-policy.html" data-i18n="footer.terms-policy">Terms</a></li>
</ul>
<p class="margin-top-10">© 2023 Turing Chain Limited, All Rights Reserved.</p>
</div>
<div class="col-12 col-md-6 text-md-right">
<ul class="list-unstyled">
<p data-i18n="footer.company">Turing Space</p>
<!--
<li>7F.-10, No. 335, Ruiguang Rd., Neihu Dist., Taipei City 11492 , Taiwan</li>
-->
<a href="https://g.page/TuringCerts?share" data-i18n="footer.address">7F.-10, No. 335,
Ruiguang Rd., Neihu Dist., Taipei City 11492 , Taiwan</a>
<a href="mailto: [email protected]">[email protected]</a>
</ul>
<ul class="list-inline-sm icon-sm margin-top-30">
<li><a class="button-circle button-circle-sm button-circle-white-3"
href="https://www.facebook.com/turingcerts"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a class="button-circle button-circle-sm button-circle-white-3"
href="https://www.linkedin.com/company/turing-chain-limited/"><i class="fab fa-linkedin-in"></i></a>
</li>
<!--
<li><a class="button-circle button-circle-sm button-circle-white-3" href="https://www.crunchbase.com/organization/turing-chain"><i class="fab fa-linkedin-in"></i></a></li>
-->
</ul>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
</footer>
<!-- End footer section -->
<!-- Scroll to top button -->
<div class="scrolltotop">
<a class="button-circle button-circle-sm button-circle-dark" href="#"><i class="ti-arrow-up"></i></a>
</div>
<!-- end Scroll to top button -->
<!-- ***** JAVASCRIPTS ***** -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver"></script>
<script src="assets/plugins/plugins.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>