-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·695 lines (526 loc) · 20.6 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
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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Resume">
<meta name="author" content="Allen Lai">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon" />
<title>Allen Lai - Resume Portfolio</title>
<!-- CSS -->
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Owl Carousel -->
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<!-- Magnific-popup lightbox -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Simple text rotator -->
<link href="assets/css/simpletextrotator.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<!-- Animate css -->
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="wrapper">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"><h4>Allen Lai</h4></div>
</div>
</div>
<!-- Navigation start -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#">Allen Lai</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#intro">home</a></li>
<li><a href="#profile">Profile</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navigation end -->
<!-- Intro section start -->
<section id="intro" class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hello wow bounceInDown">
<h1>Hello, I'm Allen Lai</h1>
<h3><span class="rotate">Solutions Architect. | Web Development. | Image Recognition.</span></h3>
</div>
<a href="#profile">
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Intro section end -->
<!-- Profile contact callout section -->
<section id="profile-contact">
<div class="container">
<div class="row">
<div class="col-sm-4 wow bounceInLeft">
<div class="profile-item">
<i class="fa fa-envelope-o"></i>
<h5><a href="mailto:[email protected]?subject=Hi, I would like to contack you.">[email protected]</a></h5>
</div>
</div>
<div class="col-sm-4 wow bounceInUp">
<div class="profile-item">
<i class="fa fa-phone"></i>
<h5>(+886) 988-966-591</h5>
</div>
</div>
<div class="col-sm-4 wow bounceInRight">
<div class="profile-item">
<i class="fa fa-map-marker"></i>
<h5>Taipei, TW</h5>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Profile contact callout section -->
<!-- Profile section start -->
<section id="profile" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Allen Lai
<a href="https://www.certmetrics.com/amazon/public/badge.aspx?i=1&t=c&d=2019-12-18&ci=AWS01181663" target="_blank"><img src="assets/images/aws.png" style="
height: 46px;
vertical-align: bottom;
"></a>
</h2>
<p>Solutions Architect. Web Development. Image Recognition.</p>
</div>
<div class="col-md-3 col-sm-6 hidden-xs wow bounceInLeft">
<img class="avatar" src="assets/images/photo.jpg" alt="">
</div>
<div class="col-md-3 col-sm-6 wow bounceInUp">
<div class="profile-widget">
<h3>Skillset</h3>
<h5>Solutions Architect</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>NodeJS</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>React</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
</div>
<h5>Image Recognition</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
<div class="skill-rate-off"></div>
</div>
</div>
<div class="profile-widget">
<h3>Social Profiles</h3>
<ul class="widget-social">
<li><a href="https://github.com/luckstar77" target="_blank"><i class="fa fa-github-alt"></i></a></li>
<li><a href="https://www.linkedin.com/in/imallenlai/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100000152303948" target="_blank"><i class="fa fa-facebook fa-fw"></i></a></li>
<li><a href="https://www.instagram.com/luckstar77y/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div><!-- .col-md-3 -->
<div class="col-md-6 col-sm-12 wow bounceInRight">
<h3>Profesional Profile</h3>
<p>
Hello! I have 10+ years of engineer experience and an AWS Certified(Solutions Architect - Associate).
</p>
<p>
I excellent in Node.js, AWS, Mysql, MongoDB, Docker, CI/CD, TDD, Mocha, React.js, JavaScript, HTML, CSS, and used to Egg.js, CircleCI, Next.js, Material-UI, Git Hook, C/C++, OpenCV, AR, Android NDK, PHP.
</p>
<p>
Familiar In Web Development, Solutions Architect, Image Recognition, Somatosensory Interactive System, Augmented Reality and handled a lot of exhibitions and cases.
</p>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Profile section end -->
<!-- Callout section start -->
<section id="stats" class="callout">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-12 hidden-xs wow bounceInLeft">
<h3>My Stats</h3>
</div>
<div class="col-md-3 col-sm-4 wow bounceInDown">
<div class="stat">
<div class="stat-icon">
<h2><i class="fa fa-diamond hidden-xs"></i><span class="timer" data-to="3"></span></h2>
</div>
<h3>Honours and awards</h3>
</div>
</div>
<div class="col-md-3 col-sm-4 wow bounceInUp">
<div class="stat">
<div class="stat-icon">
<h2><i class="fa fa-certificate hidden-xs"></i><span class="timer" data-to="8"></span></h2>
</div>
<h3>Certifications</h3>
</div>
</div>
<div class="col-md-3 col-sm-4 wow bounceInRight">
<div class="stat">
<div class="stat-icon">
<h2><i class="fa fa-code hidden-xs"></i><span class="timer" data-to="39"></span>+</h2>
</div>
<h3>Projects</h3>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Callout section end -->
<!-- Services section start -->
<section id="services" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>What i can do</h2>
<p>My services.</p>
</div>
<div class="col-md-12">
<div class="row">
<div class="col-sm-4 wow bounceInLeft">
<div class="service">
<div class="icon">
<img src="assets/images/aws-brands.svg" style="height: 32px;">
</div>
<h4>Solutions Architect</h4>
<div class="text">
<p>Effectively demonstrate knowledge of how to architect and deploy secure and robust applications on AWS technologies.</p>
<p>Define a solution using architectural design principles based on customer requirements</p>
<p>Provide implementation guidance based on best practices to the organization throughout the life cycle of the project</p>
</div>
</div>
</div>
<div class="col-sm-4 wow bounceInRight">
<div class="service">
<div class="icon">
<i class="fa fa-pencil"></i>
</div>
<h4>Web Development</h4>
<div class="text">
<p>Hands on experience working with development groups to create fully integrated systems, fully official and campaign websites.</p>
<p>Experience with Node.js, Mysql, MongoDB, React.js, TDD, CI/CD, JavaScript, HTML, CSS</p>
</div>
</div>
</div>
<div class="col-sm-4 wow bounceInUp">
<div class="service">
<div class="icon">
<i class="fa fa-image"></i>
</div>
<h4>Image Recognition</h4>
<div class="text">
<p>Experience with OpenCV, C/C++, Image Recognition, Somatosensory Interactive System, Android NDK </p>
<p>Use video recognition technology to join the game, to achieve with the body can interact with the projection screen feedback, without the need to operate by the controller.</p>
</div>
</div>
</div>
</div><!-- .col-md-12 -->
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Services section end -->
<!-- Callout section start -->
<section class="callout">
<div class="container">
<div class="row">
<div class="col-md-3 hidden-xs wow bounceInLeft">
<h3>My status</h3>
</div>
<div class="col-md-9 headline nomargin wow bounceInDown">
<h3>I'm available for freelance work.</h3>
<p>Developed a somatosensory interaction system and 17 large-scale exhibition cases, 8 website development cases, 4 system development from 2007.</p>
<p>Considerably understanding on the somatosensory interaction and web development</p>
<a href="#contact" class="btn btn-default btn-custom-2 callout-btn"><i class="fa fa-paper-plane-o icon-before"></i> Contact me</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Callout section end -->
<!-- Callout section start -->
<section id="clients" class="callout">
<div class="container">
<div class="row">
<div class="col-md-3 hidden-xs wow bounceInLeft">
<h3>Customers</h3>
</div>
<div class="col-md-9 wow bounceInRight">
<div id="owl-clients" class="owl-carousel">
<div class="owl-item">
<img src="assets/images/portfolio/brook/logo.png" alt="">
<h4>Brook</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/bananafit/logo.png" alt="">
<h4>Bananafit</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/smartchefclub/logo.png" alt="">
<h4>Smart Chef Club</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/iov/logo.png" alt="">
<h4>Institute for Information Industry</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/shintao/logo.png" alt="">
<h4>Shin-Tao Natural Gas</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/unitedadvertising/logo.png" alt="">
<h4>United Advertising</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/unisurfdigitalmarketing/logo.png" alt="">
<h4>Unisurf Digital Marketing</h4>
</div>
<div class="owl-item">
<img src="assets/images/portfolio/leofoo/logo.png" alt="">
<h4>LeoFoo Village</h4>
</div>
</div>
</div><!-- .col-md-9 -->
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Callout section end -->
<!-- Portfolio section start -->
<section id="portfolio" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Portfolio</h2>
<p>My best works.</p>
</div>
<div class="col-md-4 col-sm-6 wow bounceInLeft">
<a href="assets/images/portfolio/bananafit/demo.jpg" class="pop-up" title="This is a dashboard for coach provide course, and student go to gym fitness after student online pay">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/bananafit/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Bananafit</h3>
<p>Bananafit</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp">
<a href="assets/images/portfolio/smartchefclub/demo.jpg" class="pop-up" title="This is a dashboard for customer subscribe weekly menu, and they can follow the ricepe to cook nice food">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/smartchefclub/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Smart Chef Club</h3>
<p>Smart Chef Club</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInRight">
<a href="assets/images/portfolio/iov/demo.jpg" class="pop-up" title="This is a dashboard for catch vehicle information of driving, analytic and enrich big data to produced data visualization">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/iov/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Institute for Information Industry</h3>
<p>Internet of Vehicle</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".2s">
<a href="assets/images/portfolio/shintao/demo.jpg" class="pop-up" title="Using the app to photo the gas meter and then auto recognition number">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/shintao/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Shin-Tao Natural Gas</h3>
<p>Gas meter recognition</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".2s">
<a href="assets/images/portfolio/unitedadvertising/demo.jpg" class="pop-up" title="This is a official for United Advertising with RWD and waterfall flow">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/unitedadvertising/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>United Advertising</h3>
<p>Official Website</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".2s">
<a href="assets/images/portfolio/unisurfdigitalmarketing/demo.jpg" class="pop-up" title="This is a official for Uni-Surf Digital Marketing with RWD and waterfall flow">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/unisurfdigitalmarketing/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Uni-Surf Digital Marketing</h3>
<p>Official Website</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".2s">
<a href="assets/images/portfolio/leofoo/demo.jpg" class="pop-up" title="Game interactive with listening the animal voice to choose animal picture">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="assets/images/portfolio/leofoo/demo.jpg" alt="">
</div>
<div class="portfolio-item-description">
<h3>Leo-Foo Village</h3>
<p>Compaign of Jungle Jungle</p>
</div>
</div>
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Portfolio section end -->
<!-- Contact section start -->
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInLeft">
<h2>Contact Us</h2>
<p>Drop us a line or give us a ring. We love to hear you.</p>
</div>
<div class="col-md-6 wow bounceInUp">
<!-- <p>I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend.</p> -->
<ul class="icon-list">
<li><i class="fa fa-fw fa-map-marker"></i>Taipei, TW</li>
<li><i class="fa fa-fw fa-phone"></i>(+886) 988-966-591</li>
<li><i class="fa fa-fw fa-envelope-o"></i><a href="mailto:">[email protected]</a></li>
<li><i class="fa fa-fw fa-globe"></i><a href="#">https://luckstar77.github.io/</a></li>
</ul>
</div>
<div class="col-md-6 wow bounceInRight">
<form id="contact-form" role="form" novalidate>
<div class="form-group">
<label class="sr-only" for="name">Name</label>
<input type="text" id="name" class="form-control" name="name" placeholder="Name" required="">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<label class="sr-only" for="email">Email address</label>
<input type="email" id="email" class="form-control" name="email" placeholder="E-mail" required="">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<textarea class="form-control" id="message" name="message" rows="7" placeholder="Your message" required=""></textarea>
<p class="help-block text-danger"></p>
</div>
<!-- <a href="mailto:[email protected]">
<button type="submit" class="btn btn-custom-1">
<i class="fa fa-bullhorn icon-before"></i> Send it
</button>
</a> -->
<a href="mailto:[email protected]" class="btn btn-custom-1" id="sendEmail">
<i class="fa fa-bullhorn icon-before"></i> Send it
</a>
</form>
<div id="contact-response"></div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Contact section end -->
<!-- Footer start -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copy">
© 2017 Allen Lai, All Rights Reserved.
</p>
</div>
</div><!-- .row -->
</div><!-- .container -->
</footer>
<!-- Footer end -->
</div><!-- .wrapper -->
<!-- Javascript files -->
<!-- jQuery -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Background slider -->
<script src="assets/js/jquery.backstretch.min.js"></script>
<!-- OwlCarousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Modal for portfolio -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Text rotator -->
<script src="assets/js/jquery.simple-text-rotator.min.js"></script>
<!-- Waypoints -->
<script src="assets/js/jquery.waypoints.js"></script>
<!-- CountTo -->
<script src="assets/js/jquery.countTo.js"></script>
<!-- WOW - Reveal Animations When You Scroll -->
<script src="assets/js/wow.min.js"></script>
<!-- Smooth scroll -->
<script src="assets/js/smoothscroll.js"></script>
<!-- Fitvids -->
<script src="assets/js/jquery.fitvids.js"></script>
<!-- jqBootstrapValidation -->
<script src="assets/js/jqBootstrapValidation.js"></script>
<!-- Custom scripts -->
<script src="assets/js/custom.js"></script>
</body>
</html>