-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnews.html
527 lines (511 loc) · 26.3 KB
/
news.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
<!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/news">
<!-- 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="about-us.html" 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="" 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 -->
<div class="section-sm bg-grey-lighter">
<div class="container text-center title-about">
<h2 class="font-family-primary" data-i18n="header.news">News</h2>
</div><!-- end container -->
</div>
<!-- Blog Posts -->
<div class="section">
<div class="container">
<div class="masonry masonry-column-3 masonry-spacing-40">
<!-- Masonry Item 1 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://innovators.berkeley.edu/spotlights/jeff-hu-co-founder-and-ceo-turing-chain/">
<img src="assets/images/news_01.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">2020</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://innovators.berkeley.edu/spotlights/jeff-hu-co-founder-and-ceo-turing-chain/">Berkeley
Innovators: Jeff Hu, MEng ’20, Turing Chain</a></h5>
<p data-i18n="news.berkeley-innovators.description">Upon meeting at a blockchain conference in San Francisco,
Taiwanese entrepreneur Yao-Chieh (Jeff)
Hu so impressed several Berkeley thought leaders in attendance that they invited him to become a
research scholar in the UC Berkeley Blockchain Lab.</p>
</div>
<!-- Masonry Item 2 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a
href="https://etico.iiep.unesco.org/fr/turingcerts-combat-la-fraude-en-validant-les-certificats-grace-la-blockchain">
<img src="assets/images/news_02.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">2021</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://etico.iiep.unesco.org/fr/turingcerts-combat-la-fraude-en-validant-les-certificats-grace-la-blockchain">UNESCO:
Turing Certs combat la fraude en validant les certificats grâce à la blockchain</a></h5>
<p data-i18n="news.unesco.description">La startup taïwanaise TuringChain propose aux établissements
d’éducation, aux étudiants et aux
entreprises une nouvelle méthode de certification et d’authentification qui repose sur sa
solution blockchain Turing Certs.</p>
</div>
<!-- Masonry Item 3 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://e27.co/turingcerts-combats-fraud-with-blockchain-powered-certificate-validation-20210330/">
<img src="assets/images/news_03.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">MAR
30</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://e27.co/turingcerts-combats-fraud-with-blockchain-powered-certificate-validation-20210330/">e27:
TuringCerts combats fraud with blockchain-powered certificate validation</a></h5>
<p data-i18n="news.e27.description">Turing Certs is a product by the whitehat hackers and programmers behind
Turing Chain that uses
blockchain to create tamper-proof e-portfolios.</p>
</div>
<!-- Masonry Item 5 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://funginstitute.berkeley.edu/news/fung-feature-yao-chieh-hu-meng-20-ieor/">
<img src="assets/images/news_04.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">2020</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://funginstitute.berkeley.edu/news/fung-feature-yao-chieh-hu-meng-20-ieor/">UC
Berkeley Fung Institute for Engineering Leadership: Yao-Chieh Hu, MEng ’20 (IEOR)
</a></h5>
<p data-i18n="news.berkeley.description">Yao-Chieh Hu, MEng ’20 (IEOR/FinTech), shares his journey to Berkeley
Master of Engineering
(MEng), from competing in the World Robotics Olympiad to working at J.P. Morgan to founding
TuringCerts and TuringChain.</p>
</div>
<!-- Masonry Item 5 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a
href="https://www.draperuniversity.com/blog/fundamentals-of-entrepreneurship-pre-accelerator-fall-2021-announces-demo-day-winners">
<img src="assets/images/news_05.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">NOV
12</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.draperuniversity.com/blog/fundamentals-of-entrepreneurship-pre-accelerator-fall-2021-announces-demo-day-winners">Draper
University: Third place, Turing Certs (Jeff Hu)</a></h5>
<p data-i18n="news.draper.description">Zero fraud & zero paper solution that helps 80+ schools adopt
tamper-proof Blockchain
Credentials, including Berkeley Law.</p>
</div>
<!-- Masonry Item 6 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a
href="https://mb.com.ph/2021/10/29/t-i-p-sebi-tech-pioneers-blockchain-powered-digital-certificates-for-schools/">
<img src="assets/images/news_06.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">OCT
29</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://mb.com.ph/2021/10/29/t-i-p-sebi-tech-pioneers-blockchain-powered-digital-certificates-for-schools/">Manila
Bulletin - Technology News: T.I.P. SEBI Tech pioneers blockchain-powered digital
certificates for schools</a></h5>
<p data-i18n="news.manila-bulletin.description">SEBI Technologies, Inc. (SEBI Tech), a spin-off company of the
Technological Institute of the
Philippines (T.I.P.), has pioneered the development of blockchain-encrypted digital certificates
in the Philippines.</p>
</div>
<!-- Masonry Item 7 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://meet-global.bnext.com.tw/articles/view/47423">
<img src="assets/images/news_07.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">JUL
14</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://meet-global.bnext.com.tw/articles/view/47423">Meet
Global: Taiwanese blockchain startup Turing Certs enters European campus, students can
expect to receive blockchain diplomas</a></h5>
<p data-i18n="news.meet-global.description">Turing Certs issued the first blockchain diploma with National
Tsinghua University, one of
Taiwan's top-tier universities. With eyes set on the global market, Turing Certs is currently
undergoing proof of concept (POC) with European University, meaning that they are testing
product feasibility in the European market.</p>
</div>
<!-- Masonry Item 8 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://www.digitaljournal.com/pr/turing-chain-paving-the-way-to-one-click-verification">
<img src="assets/images/news_08.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">OCT
12</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.digitaljournal.com/pr/turing-chain-paving-the-way-to-one-click-verification">DIGITAL
JOURNAL: Turing Chain: Paving the Way to One-Click Verification</a></h5>
<p data-i18n="news.digital-journal.description">Turing Chain envisions a world completely without fake data.
Evolving from HKUST and UC Berkeley,
the company has launched a smart city network called Turing Certs for Credential Endorsements
and Proof of Evidence. The company is currently focused on targeting the education and real
estate markets.</p>
</div>
<!-- Masonry Item 9 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://youtu.be/VZs4VYirzz4">
<img src="assets/images/news_09.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">2020</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://youtu.be/VZs4VYirzz4">TEDxAnping:
胡耀傑 - 用科技萃取世界的真實</a></h5>
<p data-i18n="news.ted.description">能夠想像一個假學歷、假新聞、假交易完全消失跟抹除的世界嗎?「區塊鏈」,正在帶領人類加速前往一個完全真實的未來,沒有任何虛假。</p>
</div>
<!-- Masonry Item 10 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://www.bnext.com.tw/article/63554/nft-diploma">
<img src="assets/images/news_10.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">JUN
24</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.bnext.com.tw/article/63554/nft-diploma">數位時代:把畢業證書存進區塊鏈!清大創全台首例推加密證書,校友也能申請</a>
</h5>
<p style="margin-bottom: 5em" data-i18n="news.bnext.description">
清華大學今天宣布,將與台灣圖靈鏈公司合作發出全國第一張區塊鏈加密簽章的數位學位證書,即使駭客入侵系統也無法竄改偽造,與國際接軌。</p>
</div>
<!-- Masonry Item 11 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://udn.com/news/story/6928/5701539">
<img src="assets/images/news_11.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">AUG
26</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://udn.com/news/story/6928/5701539">聯合新聞網:文化大學推數位畢業證書
掃QR碼就能查</a></h5>
<p style="margin-bottom: 4em" data-i18n="news.udn.description">
文化大學與新創公司「圖靈鏈」26日簽署合作意向書,將透過國際標準化證書系統,讓今年文大應屆畢業的7000名博碩學士生,可申請到數位畢業證書。</p>
</div>
<!-- Masonry Item 12 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://news.ltn.com.tw/news/life/breakingnews/3768464">
<img src="assets/images/news_12.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">DEC
14</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://news.ltn.com.tw/news/life/breakingnews/3768464">自由時報:假證書OUT !
國立暨南國際大學進階區塊鏈證書認證</a></h5>
<p style="margin-bottom: 10em" data-i18n="news.ltn-jinan.description">
國立暨南國際大學近期與跨國科技新創公司圖靈鏈合作,持續將外國學生人學許可及錄取通知書等多項證書文件資料整合至區塊鏈中,透過圖靈證書的關鍵技術,使驗證證書的環節能縮減至15秒內完成,同時能杜絕假證書、高成本驗證與紙本資料遺失的種種麻煩,進一步增加學生就業競爭力與資料保護力。
</p>
</div>
<!-- Masonry Item 13 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a
href="https://www.cio.com.tw/lock-digital-education-turing-chain-with-blockchain-to-facilitate-tepa-formation/">
<img src="assets/images/news_13.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">MAY
5</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.cio.com.tw/lock-digital-education-turing-chain-with-blockchain-to-facilitate-tepa-formation/">CIO
Taiwan: 以區塊鏈鎖定數位學歷 圖靈鏈促成TEPA成立</a></h5>
<p style="margin-bottom: 6em" data-i18n="news.cio.description">
圖靈鏈運用區塊鏈技術於學習履歷之中,目前已有逾30所大專院校、教育機構採用圖靈證書發證,累計發出超過3000張證書,促使3000位學生擁有國際防偽數位歷程。</p>
</div>
<!-- Masonry Item 14 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://www.moea.gov.tw/MNS/populace/news/News.aspx?kind=1&menu_id=40&news_id=96447">
<img src="assets/images/news_14.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">AUG
16</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.moea.gov.tw/MNS/populace/news/News.aspx?kind=1&menu_id=40&news_id=96447">經濟部:第5屆國際創新創業訓練營G
Camp,攜手10X Innovation Lab協助臺灣新創開拓國際市場</a></h5>
<p style="margin-bottom: 6em" data-i18n="news.gcamp.description">
為協助臺灣新創企業挹注國際化能量,經濟部中小企業處自107年起推動「國際創新創業訓練營」(以下簡稱 G Camp),已成功培育超過55家以上新創團隊進軍國際市場、累計創造新臺幣7,000萬商機。
</p>
</div>
<!-- Masonry Item 15 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://www.cna.com.tw/postwrite/chi/295292">
<img src="assets/images/news_15.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">JUN
25</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://www.cna.com.tw/postwrite/chi/295292">中央社:北商大力拚數位轉型
攜手台灣圖靈鏈公司推出區塊鏈電子證書</a>
</h5>
<p style="margin-bottom: 8em" data-i18n="news.cna.description">
受疫情影響,學生無法到校領取畢業證書,因此北商大攜手台灣圖靈鏈公司宣布正式採用區塊鏈電子證書,為全台第二所採用區塊鏈電子畢業證書的大專院校,將於今年 7 月 30 日起開始發放電子畢業證書予
109 年度應屆畢業生,預計發放人數將達2,200人 (包含日間和進修學制)。</p>
</div>
<!-- Masonry Item 16 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://news.ltn.com.tw/news/life/paper/1435736">
<img src="assets/images/news_16.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">MAR
9</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a href="https://news.ltn.com.tw/news/life/paper/1435736">自由時報:竹中採用區塊鏈證書
全國第一所</a></h5>
<p data-i18n="news.ltn-hchs.description">
因應108新課綱學習歷程檔案數位國際化,新竹高中成為台灣第一所採用區塊鏈證書的高中,校方昨與業者簽約。校長李明昭表示,未來學生的區塊鏈證書將把高中的學習歷程全部數位化,完整呈現學習過程並可避免資料遺失。
</p>
</div>
<!-- Masonry Item 17 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://becomingaces.com/article/161">
<img src="assets/images/news_17.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">2020</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://becomingaces.com/article/161">關鍵評論網:19世紀發明電話、20世紀造飛機、那21世紀呢?圖靈證書發明者胡耀傑:用科技打造更好的未來社會!</a>
</h5>
<p data-i18n="news.tnl.description">除了比特幣外,區塊鏈還能怎麼改變我們的生活? 胡耀傑以區塊鏈技術發明「圖靈證書」,徹底改變教育體制內的證書系統。</p>
</div>
<!-- Masonry Item 18 -->
<div class="masonry-item">
<div class="hoverbox-9 margin-bottom-20 border-all border-radius-05">
<a href="https://www.gvm.com.tw/article/83909">
<img src="assets/images/news_18.webp" alt="">
<div class="content bg-black-04 border-radius-05">
<span class="font-family-tertiary font-small font-weight-normal uppercase text-white">NOV
10</span>
</div>
</a>
</div>
<h5 class="font-weight-normal"><a
href="https://www.gvm.com.tw/article/83909">遠見雜誌:信任最貴!為何他發的「區塊鏈加密證書」30所學校都埋單?</a></h5>
<p data-i18n="news.gvm.description">
數位履歷已成趨勢!今年6月,一家成立短短三年、全部員工僅有13人、平均年齡更只有23歲的新創公司「圖靈鏈」,竟能與30多所學校、國外教育與政府單位合作,發出各種區塊鏈加密證書。它如何做到?
</p>
</div>
</div>
<!-- end masonry -->
<!-- Pagination -->
<!--
<nav>
<ul class="pagination justify-content-center margin-top-70">
<li class="page-item"><a class="page-link" href="#">«</a></li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">»</a></li>
</ul>
</nav>
-->
</div>
<!-- end container -->
</div>
<!-- end Blog Posts -->
<!-- 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>Turing Certs</h2>
<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: apac@turingchain.tech">apac@turingchain.tech</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>