-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
804 lines (572 loc) · 27 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
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
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Phelix Space</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="row">
<div class="top-bar">
<a class="menu-toggle" href="#"><span>Menu</span></a>
<div class="logo">
<a href="index.html"></a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li class="current"><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#resume" title="">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio" title="">Portfolio</a></li>
<li><a class="smoothscroll" href="#services" title="">Services</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
</ul>
</nav>
</div> <!-- /top-bar -->
</div> <!-- /row -->
</header> <!-- /header -->
<!-- intro section
================================================== -->
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Hello, World.</h5>
<h1>I'm Ready</h1>
<p class="intro-position">
<span>Data Analysis Engineer</span>
<span>Back-end Developer</span>
<span>App Developer</span>
</p>
<a class="button stroke smoothscroll" href="#about" title="">More About Me</a>
</div>
</div>
</div> <!-- /intro-content -->
<ul class="intro-social">
<li><a href="https://www.facebook.com/eternal.story"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://github.com/TWKiwi"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/kiwipower/"><i class="fa fa-linkedin"></i></a></li>
</ul> <!-- /intro-social -->
</section> <!-- /intro -->
<!-- about section
================================================== -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve">
<h5>About</h5>
<h1>Let me introduce myself.</h1>
<div class="intro-info">
<img src="images/profile-pic.jpg" alt="Profile Picture">
<p class="lead">My working experiences are mostly related to web when I was working in HAMASTAR. The most representative project is "Taipei Summer Universiade volunteer registration" website in my internship.</p>
</div>
</div>
</div> <!-- /section-intro -->
<div class="row about-content">
<div class="col-six tab-full">
<h3>Profile</h3>
<p>I'm working on data mining, machine learning and deep learning with python in my master's career. I'm researching on Fake News detection now.</p>
<p>And I expect to start looking for a job by the end of this year (after I graduated from school).</p>
<ul class="info-list">
<li>
<strong>Fullname:</strong>
<span>Po-Hong Chen (Phelix Chen)</span>
</li>
<li>
<strong>Birth Date:</strong>
<span>December 02, 1993</span>
</li>
<li>
<strong>Job:</strong>
<span>Researcher</span>
</li>
<li>
<strong>Website:</strong>
<span>https://twkiwi.github.io</span>
</li>
<li>
<strong>Email:</strong>
<span>felicidad20120706@gmail.com</span>
</li>
</ul> <!-- /info-list -->
</div>
<div class="col-six tab-full">
<h3>Skills</h3>
<p>I'm a postgraduate specialized in Java, C#, Python development on Windows, Linux platforms with IDE, sublime and jupyter notebook.</p>
<ul class="skill-bars">
<li>
<div class="progress percent100">
<span>
<i class="fa fa-heart" style="color:red;"></i>
</span>
</div>
<strong>Data Analysis</strong>
<li>
<div class="progress percent40">
<span>
40%
</span>
</div>
<strong>Back-end Programing</strong>
</li>
<li>
<div class="progress percent25">
<span>
25%
</span>
</div>
<strong>Front-end Programing</strong>
</li>
<li>
<div class="progress percent45">
<span>
45%
</span>
</div>
<strong>Java</strong>
</li>
<li>
<div class="progress percent55">
<span>
55%
</span>
</div>
<strong>Python</strong>
</li>
<li>
<div class="progress percent50">
<span>
50%
</span>
</div>
<strong>PHP</strong>
</li>
</ul> <!-- /skill-bars -->
</div>
</div>
<div class="row button-section">
<div class="col-twelve">
<a href="#contact" title="Hire Me" class="button stroke smoothscroll">Hire Me</a>
<a href="/doc/resume.tar.gz" title="Download CV" class="button button-primary">Download CV</a>
</div>
</div>
</section> <!-- /process-->
<!-- resume Section
================================================== -->
<section id="resume" class="grey-section">
<div class="row section-intro">
<div class="col-twelve">
<h5>Resume</h5>
<h1>More of my credentials.</h1>
<p class="lead">I am a person who loves to challenge and learn new technologies, from management domain to engineering programming, and at the same time has creative ideas and engineering wisdom.</p>
</div>
</div> <!-- /section-intro-->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Work Experience</h2>
</div> <!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Part-time assistant</h3>
<p>Oct 2017 - Nov 2017</p>
</div>
<div class="timeline-content">
<h4>Yuntech Teaching Excellence Center</h4>
<p>talentpark website</p>
<p>Responsible for working with the school staff to understand the needs of the
staff, and fine-tuning site functions and layout.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>MIS</h3>
<p>Aug 2016 - Jun 2017</p>
</div>
<div class="timeline-content">
<h4>Multimedia Database Lab</h4>
<p>Lab website</p>
<p>The back-end part was written by me, and theme was modified based on <a href="https://twitter.com/SBootstrap">Start Bootstrap</a>, add a few front-end library like Html, C3. And the next generator MIS refurbished download area, menu retractable components and a bit of layout adjustments. We also win a award <a href="http://topweb.yuntech.edu.tw/index.php?option=com_content&task=view&id=72&Itemid=56&from=News">Here</a>.</p>
<p>Here the web link:<a href="http://mdb.el.yuntech.edu.tw/">Multimedia Database Lab</a></p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Internship</h3>
<p>Feb 2016 - Jul 2016</p>
</div>
<div class="timeline-content">
<h4>HAMASTAR Technology Co., Ltd.</h4>
<p>In this five month more, I have learned lot of coding skill in web development. Such as RWD <a href="http://lms.deltaww.com">HERE</a>(just update and maintenance), large web development experience <a href="https://volunteer.2017.taipei/index.aspx">HERE</a>. In other hand, I'm also learning how to work with my co-worker. For example, discuss with web designer your requirement, fix the bug with QA or research someone program together, presentation progress, making job handover documents and so on. I'm very enjoy in this internship.</p>
</div>
</div> <!-- /timeline-block -->
</div> <!-- /timeline-wrap -->
</div> <!-- /col-twelve -->
</div> <!-- /resume-timeline -->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Education</h2>
</div> <!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<h3>Master Degree</h3>
<p>Sep 2016 - Present</p>
</div>
<div class="timeline-content">
<h4>CSIE, National Yunlin University of Science and Technology</h4>
<p>I'm doing research on Fake News detection and Analysis used deep learning and data mining skill. In the past, I've research recommender system and some algorithms. My advisor maintance in data mining several years. I expect to graduate on June 2018.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<h3>Bachelor Degree</h3>
<p>Sep 2012 - June 2016</p>
</div>
<div class="timeline-content">
<h4>IM, National Penghu University of Science and Technology</h4>
<p>This four years, I'm forcus on lrarning programing language and creative thinking. I also won several award in national degree competition. Most of the time I'm learning the OOP concept, and discuss with school professor. In our department, there are many nice in mathematical or programing development domain teacher. And after I graduated, I noticed that Data analysis was the future. So I decided changing my domain from Information Management to Computer Science and Information Engineering. To started my M.S. career.</p>
</div>
</div> <!-- /timeline-wrap -->
</div> <!-- /col-twelve -->
</div> <!-- /resume-timeline -->
</section> <!-- /features -->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row section-intro">
<div class="col-twelve">
<h5>Portfolio</h5>
<h1>I Will Keep Upload My Works.</h1>
<p class="lead">Here I will show my relative works. When I used someone library, theme or someone join the project. I will marked him or clarify, and if I forgot please mail to me. Thanks! </p>
</div>
</div> <!-- /section-intro-->
<div class="row portfolio-content">
<div class="col-twelve">
<!-- portfolio-wrapper -->
<div id="folio-wrapper" class="block-1-2 block-mob-full stack">
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/mdb_web.png" alt="website">
<a href="#modal-01" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">MDB Lab Web</h3>
<span class="folio-types">PHP Web Development</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/pyHarmony.png" alt="algorithm">
<a href="#modal-02" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">[Python Core] Harmony Search</h3>
<span class="folio-types">Algorithm Implement</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/NSC.jpg" alt="algorithm">
<a href="#modal-03" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Social Content Mining in Social Networks</h3>
<span class="folio-types">Research Project</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<!-- modal popups - begin
============================================================= -->
<div id="modal-01" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-mdb_web.png" alt="" />
</div>
<div class="description-box">
<h4>MDB Lab Web</h4>
<p>The back-end part was written by me, and theme was modified on <a href="https://twitter.com/SBootstrap">Start Bootstrap</a>,then I add a few front-end lib like Html, C3. And the next generator MIS(<a href="https://www.facebook.com/profile.php?id=100000286368784">Kai-Cheng You</a>, <a href="https://www.facebook.com/profile.php?id=100000255813948">Yi-Hao Li</a>) refurbished download area, menu retractable components and a bit of layout adjustments. We also won a award from <a href="http://topweb.yuntech.edu.tw/index.php?option=com_content&task=view&id=72&Itemid=56&from=News">school</a>.</p>
<div class="categories">Web Development</div>
</div>
<div class="link-box">
<a href="http://mdb.el.yuntech.edu.tw/">Details</a>
<a href="#" class="popup-modal-dismiss">Close</a>
</div>
</div> <!-- /modal-01 -->
<div id="modal-02" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-pyHarmony.png" alt="" />
</div>
<div class="description-box">
<h4>[Python Core] Harmony Search</h4>
<p>I use harmony search to Optimize weight. But the python harmony search project on github that I was found. Can't run with GPU. Maybe there are some problems happened because the project is multiprocess based. So I write a simple pyHarmony to achieve my research. And I upload it for someone who want understand harmony search algorithm with python view.</a>.</p>
<div class="categories">Algorithm Implement</div>
</div>
<div class="link-box">
<a href="https://github.com/TWKiwi/pyHarmony">Details</a>
<a href="#" class="popup-modal-dismiss">Close</a>
</div>
</div> <!-- /modal-02 -->
<div id="modal-03" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-NSC.jpg" alt="" />
</div>
<div class="description-box">
<h4>Social Content Mining in Social Networks</h4>
<p>NOTICE !! This's NOT my graduation thesis.</p>
<p>The first year in my master career was contribute in this project. The purpose is how to make file/text become readability of computer. There are only compare string by string or text to vector in modern time. But we can let the computer reasoning. We crawl news on NYT and Twitter. Analysis text with KTF-matrix, DB-pedia, Wordnet to build Global Ontology. Finally we build a Social Content Repository databse. And we also implement a JAVA FX windows application.</a>.</p>
<div class="categories">Research Project</div>
</div>
<div class="link-box">
<a href="https://github.com/TWKiwi/TWKiwi.github.io/blob/master/images/portfolio/NSC.pdf">Details</a>
<a href="#" class="popup-modal-dismiss">Close</a>
</div>
</div> <!-- /modal-03 -->
<!-- modal popups - end
============================================================= -->
</div> <!-- /portfolio-wrapper -->
</div> <!-- /twelve -->
</div> <!-- /portfolio-content -->
</section> <!-- /portfolio -->
<!-- services Section
================================================== -->
<section id="services">
<div class="overlay"></div>
<div class="row section-intro">
<div class="col-twelve">
<h5>Services</h5>
<h1>What Can I Do For You?</h1>
<p class="lead">I'm ready to challenge real commercial data, best project maintenance / development, join a global team.</p>
</div>
</div> <!-- /section-intro -->
<div class="row services-content">
<div id="owl-slider" class="owl-carousel services-list">
<div class="service">
<span class="icon"><i class="icon-fast-forward"></i></span>
<div class="service-content">
<h3>Algorithm Engineer</h3>
<p class="desc">I've learned several alg. in my M.S. career. Such as Self-Adaptive Harmony Search alg., Collaborative Filtering alg., Dynamic Time Warping alg. and so on.
</p>
</div>
</div> <!-- /service -->
<div class="service">
<span class="icon"><i class="icon-file"></i></span>
<div class="service-content">
<h3>Data Analysis</h3>
<p class="desc">I've learned lot of data minig related alg. for data analysis. And I even write a alg. core and used python during my research.
</p>
</div>
</div> <!-- /service -->
<div class="service">
<span class="icon"><i class="icon-window"></i></span>
<div class="service-content">
<h3>Web Development</h3>
<p class="desc">I have great web develop skill after I finished my internship. And I also keep practice and doing some work (like lab website). I've several experience using C#, PHP, front-end language, SQL language to build website.
</p>
</div>
</div> <!-- /service -->
<div class="service">
<span class="icon"><i class="icon-mobile"></i></span>
<div class="service-content">
<h3>App Development</h3>
<p class="desc">In my bachelor cereer, my independent study project is about an app. And My team was recognized by several competition. The best award in my mind is "Chunghwa Telecom 2016 hami apps software development and supplier awards" we got Top 20 in Taiwan.
</p>
</div>
</div> <!-- /service -->
</div> <!-- /service -->
</div> <!-- /services-list -->
</div> <!-- /services-content -->
</section> <!-- /services -->
<!-- stats Section
================================================== -->
<section id="stats" class="count-up">
<div class="row">
<div class="col-twelve">
<div class="block-1-6 block-s-1-3 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-pencil-ruler"></i>
</div>
<h3 class="stat-count">
2
</h3>
<h5 class="stat-title">
Projects Completed
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-badge"></i>
</div>
<h3 class="stat-count">
5
</h3>
<h5 class="stat-title">
Awards Received
</h5>
</div> <!-- /stat -->
</div> <!-- /stats-list -->
</div> <!-- /twelve -->
</div> <!-- /row -->
</section> <!-- /stats -->
<!-- contact
================================================== -->
<section id="contact">
<div class="row section-intro">
<div class="col-twelve">
<h5>Contact</h5>
<h1>I'd Love To Hear From You.</h1>
<p class="lead">The mail service is under development. Please just mail to me directly.</p>
</div>
</div> <!-- /section-intro -->
<div class="row contact-form">
<div class="col-twelve">
<!-- form -->
<form name="contactForm" id="contactForm" method="post" action="">
<fieldset>
<div class="form-field">
<input name="contactName" type="text" id="contactName" placeholder="Name" value="" minlength="2" required="">
</div>
<div class="form-field">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Email" value="" required="">
</div>
<div class="form-field">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="">
</div>
<div class="form-field">
<textarea name="contactMessage" id="contactMessage" placeholder="message" rows="10" cols="50" required=""></textarea>
</div>
<div class="form-field">
<button class="submitform">Submit</button>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</fieldset>
</form> <!-- Form End -->
<!-- contact-warning -->
<div id="message-warning">
</div>
<!-- contact-success -->
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
</div> <!-- /col-twelve -->
</div> <!-- /contact-form -->
<div class="row contact-info">
<div class="col-four tab-full">
<div class="icon">
<i class="icon-pin"></i>
</div>
<h5>Where to find me</h5>
<p>
Multimedia Database Lab(ES712)<br>
Sec. 3, Yunke Rd.<br>
Douliu City, Yunlin County<br>
Taiwan (R.O.C.)
</p>
</div>
<div class="col-four tab-full collapse">
<div class="icon">
<i class="icon-mail"></i>
</div>
<h5>Email Me At</h5>
<p>felicidad20120706@gmail.com<br>
M10517019@yuntech.edu.tw
</p>
</div>
<div class="col-four tab-full">
<div class="icon">
<i class="icon-phone"></i>
</div>
<h5>Call Me At</h5>
<p>
Mobile: (+886) 987-505-629
</p>
</div>
</div> <!-- /contact-info -->
</section> <!-- /contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-six tab-full pull-right social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/eternal.story"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://github.com/TWKiwi"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/kiwipower/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="col-six tab-full">
<div class="copyright">
<span>© Copyright Kards 2016.</span>
<span>Design by <a href="http://www.styleshout.com/">styleshout</a></span>
</div>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
</div> <!-- /row -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>