-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·750 lines (743 loc) · 39.5 KB
/
Copy pathindex.html
File metadata and controls
executable file
·750 lines (743 loc) · 39.5 KB
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
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Eder Portfolio</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Eder</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 class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#page-top">Home</a>
</li>
<!-- <li>
<a class="page-scroll" href="#what-ido">WHAT I DO</a>
</l -->
<li>
<a class="page-scroll" href="#aboutme">About Me</a>
</li>
<li>
<a class="page-scroll" href="#skills">skills</a>
</li>
<li>
<a class="page-scroll" href="#experience">experience</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
<hr class="nav-bottom">
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text slidein-left">
<h1 class="intro-lead-in">
Hi, I am Eder <br>
<!-- A full stack developer -->
</h1>
<h1 class="intro-heading">
Full stack developer
<p class="description">I <i class="fa fa-heart heart" aria-hidden="true"></i> to create beautiful and amazing Websites.</p>
</h1>
<a href="/resume/eder_resume.pdf" class="page-scroll btn btn-xl" download>Download Resume</a>
<div class="down-arrow floating-arrow"><a href="#aboutme"><i class="fa fa-angle-down"></i></a></div>
</div>
</div>
</header>
<!-- aboutme Section -->
<section id="aboutme">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center sr-heading">
<div class="row">
<div class="col-sm-4">
<div class="team-member avartar">
<div class="portrait-box">
<div class="circle"></div>
<div class="portrait">
<div class="head">
<div class="hair">
<div class="bangs"></div>
</div>
<div class="face"></div>
<div class="ear left"></div>
<div class="ear right"></div>
<div class="bangs right"></div>
<div class="eyebrow left"></div>
<div class="eyebrow right"></div>
<div class="eye left"></div>
<div class="eye right"></div>
<div class="nose"></div>
<div class="mustache"></div>
<div class="beard"></div>
<div class="glasses left"></div>
<div class="glasses-center"></div>
<div class="glasses right"></div>
<div class="mouth"></div>
</div>
<div class="hair-back"></div>
<div class="jacket"></div>
</div>
</div>
<!-- <img class="img-responsive img-circle img-center" src="img/avartar/jane-avatar.jpg" alt=""> -->
<!-- <img src="img/team/2.jpg" class="img-responsive img-circle" alt=""> -->
</div>
</div>
<!-- <div class="col-lg-4 col-md-4 avartar"> -->
<!-- <img class="img-responsive img-circle img-center" src="img/avartar/jane-avartar.png" alt=""> -->
<!-- </div> -->
<div class="col-lg-8 col-md-8">
<h2 class="section-heading">Who Am I </h2>
<h3 class="section-subheading text-muted">
<hr>
</h3>
<div>
<p class="text-center">
Over 4 years of experience offers a wide range of solutions in web development.
Previously lead role with excellent motivational skills to sustain growth on the front-end team at Tebuy.
Proven ability to leverage full-stack expertise to build interactive and user-centered website
designs to scale. I am very passionate about learning new technology. I enjoy overcoming challenges and working closely with others.
</p>
</div>
<!--
<div class="row">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-shopping-cart fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">E-Commerce</h4>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Responsive Design</h4>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Security</h4>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- skills Section -->
<section id="skills" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">
<span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>
PROFESSIONAL SKILL
</h2>
<!-- <h3 class="section-subheading text-muted"></h3> -->
<!-- <strong>Developed JSON RESTfull API service for new mobile apps(IOs/Android) in two-month period, including OAuth, users profiles, messages, friendship and etc(Node.js, express, socket).</strong> -->
<h5>Over four experience in software development, as a full stack web developer.</h5>
<hr>
</div>
</div>
<div id="counter" class="text-center">
<div class="container">
<div class="row">
<p>
In my past nearly four years of work experience, the speed at which I program has improved by a large degree. In addition, I have gained a certain degree of understanding in database systems such as MYSQL. During this period I have written a online exam system, order processing systems, digital content developer system and reporting system, while utilizing UML to complete many technical and developmental documents. Designed and implemented APIs to support the ecommerce system
</p>
<br>
<!-- Row -->
<div class="col-md-12 text-left">
<dl class="dl-horizontal skills">
<dt>LANGUAGE</dt>
<dd>
<span class="label label-primary">PHP</span>
<span class="label label-primary">NODE.JS</span>
<span class="label label-primary">JAVASCRIPT</span>
<span class="label label-primary">HTML5</span>
<span class="label label-primary">CSS3</span>
<span class="label label-primary">ACTIONSCRIPT3</span>
</dd>
<dt>LIBRARIES</dt>
<dd>
<span class="label label-success">LARAVEL</span>
<span class="label label-success">REACT.JS</span>
<span class="label label-success">ANGULAR.JS</span>
<span class="label label-success">EXPRESS.JS</span>
<span class="label label-success">JQUERY</span>
<span class="label label-success">BOOTSTRAP</span>
<span class="label label-success">Material-UI</span>
<span class="label label-success">SASS</span>
</dd>
<dt>DATABASE</dt>
<dd>
<span class="label label-primary">MYSQL</span>
<span class="label label-primary">MONGODB</span>
</dd>
<dt>CLOUD APIs</dt>
<dd>
<span class="label label-info">FACEBOOK</span>
<span class="label label-info">SINA.WEIBO</span>
</dd>
<dt>DEPLOY PLAFTORMS</dt>
<dd>
<span class="label label-warning">AWS</span>
<span class="label label-warning">CIRCLECI</span>
</dd>
<dt>TOOLS</dt>
<dd>
<span class="label label-danger">GIT</span>
<span class="label label-danger">GULP</span>
<span class="label label-danger">WEBPACK</span>
<span class="label label-danger">Bitbucket</span>
<span class="label label-danger">JIRA</span>
<span class="label label-danger">SLACK</span>
</dd>
</dl>
</div>
<!-- end right content col 6 -->
</div>
<!-- End Row -->
</div>
</div>
<!-- team member -->
<!-- <div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/1.jpg" class="img-responsive img-circle" alt="">
<h4>Kay Garland</h4>
<p class="text-muted">Lead Designer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/2.jpg" class="img-responsive img-circle" alt="">
<h4>Larry Parker</h4>
<p class="text-muted">Lead Marketer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/3.jpg" class="img-responsive img-circle" alt="">
<h4>Diana Pertersen</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div> -->
<!-- <div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>
--></div>
</section>
<!-- experience Section -->
<section id="experience">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">experience</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/bookmarc.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2017.06 ~ 2018.06</h4>
<h4 class="subheading">Bookmarc
<br>
<small>Full Stack Developer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Implemented SEO in a LEMP environment, attracted users to websites and drove growth, resulting in half-year traffic increases of 31.09%.
<br> 2. Created custom React components and working with redux to delivery high performed features.
<br> 3. Implemented Multi-Currency and payment system using Braintree.
<br> 4. Experienced in deploying applications on AWS and sending email from SES and SNS.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_ink.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2016.11 ~ 2017.05</h4>
<h4 class="subheading">
Ink Station
<br>
<small>Full Stack Developer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Developed features and maintained existing applications base on osCommerce using PHP, JavaScript, HTML5, CSS3, jQuery, MySQL.
<br> 2. Troubleshooter issues affecting environments as requested.
<br> 3. Optimized order, search and report efficiency.
<br> 4. 3rd-party API integrations with Paypal.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_tebuy.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2016.05 ~ 2016.08</h4>
<h4 class="subheading">Tebuy
<br>
<small>Cloud Platform Development Engineer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Lead role on the front-end team, guiding and mentoring developers of the next generation of PC e-commerce application.
<br> 2. Developed RESTful API using node.js.
<br> 3. Designed, developed and maintained scalable stable web solutions that meet business needs.
<br>
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_bluewell.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2016.01~2016.04</h4>
<h4 class="subheading">
Bluewell
<br>
<small>Web Developer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Collaborated with art directors, product and engineering team members remotely to define and develop new features.
<br>2. Developed and maintained the front-end functionality of RWD websites.
<br>3. Built lucky draw feature of front-end on-time delivery for a festival.
<br>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_oudo.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2015.07 ~ 2015.10</h4>
<h4 class="subheading">Oudo
<br>
<small>Web Developer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. the number of users has increased 10%
<br> 2. analyse systems requirements
<br> 3. implement, configure and test feasible solutions.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_nation_central.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2013.03 ~ 2015.12</h4>
<h4 class="subheading">National Central University
<br>
<small>Full-Stack Developer</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted text-left">
1. Built Online exam system, achieving a cost reduction of $200,000 per year.
<br>2. Created and maintained Gamification of Learning system that has grown to accommodate over 200 schools.
<br>3. Database planning & SQL performance tuning.
<br>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_iii.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2014.03 ~ 2015.12</h4>
<h4 class="subheading">
Institute for Information Industry
<br>
<small>Web Design Tutor</small>
</h4>
</div>
<div class="timeline-body">
<p class="text-muted">1. Provided individual tutoring to students and help them prepare for project in bootcamp.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- </div> -->
<hr>
<!-- <div class="container"> -->
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">EDUCATION</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/job_iii.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2012~2013</h4>
<h4 class="subheading">Institute for Information Industry
<br>
<small>The Complete Web Developer Course</small>
</h4>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/edu_npust.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2008~2012</h4>
<h4 class="subheading">National Pingtung University
<br>
<small>Department of Finance</small>
</h4>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--
• OUDO - TOURISM E-COMMERCE system
• E-Learning System
• gccce (Global Chinese Conference on Computers
in Education)
• Online Examination System
• User Roles and Permission System
-->
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://bookmarc.io" class="portfolio-link" target="_blank">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal7.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<a href="https://bookmarc.io" target="_blank">
<h4>Bookmarc</h4>
<p class="text-muted">ONLINE ARCHITECTURE PRODUCT LIBRARY</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.inkstation.com.au" class="portfolio-link" target="_blank">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal8.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<a href="https://www.inkstation.com.au" target="_blank">
<h4>Inkstation</h4>
<p class="text-muted">E-COMMERCE SYSTEM</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.tw-mall.cn" class="portfolio-link" target="_blank">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal6.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<a href="https://www.tw-mall.cn" target="_blank">
<h4>Tebuy</h4>
<p class="text-muted">CROSS-BORDER E-COMMERCE SYSTEM</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="http://m.ksbet168.com/" class="portfolio-link" target="_blank">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal4.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<a href="http://m.ksbet168.com/" target="_blank">
<h4>Bluewell</h4>
<p class="text-muted">Game Platform</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="http://oudo.com/public/frontend/home" class="portfolio-link" target="_blank">
<!-- <a href="#portfolioModal5" class="portfolio-link" data-toggle="modal"> -->
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal5.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<a href="http://oudo.com/public/frontend/home" target="_blank">
<h4>OUDO</h4>
<p class="text-muted">TOURISM E-COMMERCE SYSTEM</p>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal1.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Naction Central University</h4>
<p class="text-muted">E-Learning System</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal2.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Naction Central University</h4>
<p class="text-muted">Online Examination System</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/projects/portfolioModal3.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Naction Central University</h4>
<p class="text-muted">Game Achievement System</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Me</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
</div>
</section>
<footer>
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<!-- <p>Ready to start your next project with me? That's great! Give me a call or send me an email and I will get back to you as soon as possible!</p> -->
</div>
<div class="container">
<!-- social -->
<div class="row contact-group">
<!-- nested row -->
<!-- contact detail using col 4 -->
<div class="col-md-4">
<div class="contact-detail">
<i class="fa fa-map-marker"></i>
<h4>London, United Kingdom</h4>
<!-- address -->
</div>
</div>
<!-- contact detail using col 4 -->
<div class="col-md-4">
<div class="contact-detail">
<i class="fa fa-envelope-o"></i>
<h4><a class="email" href="mailto:info@ederaugo888@gmail.com">ederaugo888@gmail.com</a></h4>
<!-- email add -->
</div>
</div>
<!-- contact detail using col 4 -->
<div class="col-md-4">
<div class="contact-detail">
<i class="fa fa-phone"></i>
<h4>07720126354</h4>
<!-- phone no. -->
</div>
</div>
</div>
<div class="social-group">
<ul class="list-inline social-buttons">
<li><a href="https://codepen.io/faneder/"><i class="fa fa-codepen" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/faneder"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-facebook"></i></a> -->
</li>
<li><a href="https://www.linkedin.com/in/eder-fan-332813b9/"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- animation -->
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>
</body>
</html>